Hello everyone,
For a few reasons I have to look into this migration process from
Jboss 4.0.3 to 5.0.1 GA. For me Jboss 4.0.3 works fine with our current (5 year old)application which is based on the following.
Struts 1.2.7Velocity 1.4Hibernate 3.1 rc2EJB 2.0
We have 2 separate projects
<application> - The main project that has the UI, EJB etc
<applicationHAR> - Only hibernate Entities (which are deployed as HAR separately)
The Deployment Structure we use to deploy the application is
<application-[version]>.ear - which has the follow structure (from the application.xml file)
Then the HAR package
<application>-HAR.har - This has all the hiberate Entities, Hibernate-service.xml, and HBMs.
Now my concern is that whether this deployment strategy is compatible with the newer jboss as it is. IF not then what changes would be required, just a overview and if in detail then that would be great.
Also is there any benefits of migrating the current old application to the newer version keeping in mind that we are just maintaining it and adding modules and features to it at a very slow rate and have no plans to upgrade to newer versions of the individual technologies in the near future.
Thank you,
Asad Imtiaz