Cargo-itest extended
I have been doing some work on the cargo-itest project and extended it with the following features:
- JOnas support
- Jetty support
- Auto detection of configuration files for JBoss
- Extended logging information to be able to detect problems in an easier way
These changes will be in the next release 1.2.0.
The auto detection is a nice one since it automatically picks up .properties files and -ds.xml (Data source files) from a preconfigured location so you don't have to copy them selves to the correct location. :-)
In the future we will try to implement configuration by annotation since some users prefer doing configuration through annotation instead of an XML file. In this case a Spring context file.
- JOnas support
- Jetty support
- Auto detection of configuration files for JBoss
- Extended logging information to be able to detect problems in an easier way
These changes will be in the next release 1.2.0.
The auto detection is a nice one since it automatically picks up .properties files and -ds.xml (Data source files) from a preconfigured location so you don't have to copy them selves to the correct location. :-)
In the future we will try to implement configuration by annotation since some users prefer doing configuration through annotation instead of an XML file. In this case a Spring context file.
Comments
Post a Comment