[jboss-jira] [JBoss JIRA] Created: (JBAS-7103) Hot deployment woks incorrectly on the EE project without deployment descriptors
Alexander Lengson (JIRA)
jira-events at lists.jboss.org
Thu Jul 16 05:34:29 EDT 2009
Hot deployment woks incorrectly on the EE project without deployment descriptors
--------------------------------------------------------------------------------
Key: JBAS-7103
URL: https://jira.jboss.org/jira/browse/JBAS-7103
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Deployers
Affects Versions: JBossAS-5.0.1.GA
Environment: Windows XP SP3
JBoss AS: 5.0.1.GA
Eclipse 3.5: eclipse-jee-galileo-win32.zip
JBossTools : 3.0.1.GA JBossTools-ALL-win32-3.0.1.GA-R200905070146-H18.zip
Reporter: Alexander Lengson
Assignee: Ales Justin
JBoss AS 5.0.1.GA does not redeploy new EJB written over old one when EJB JAR does not contain deployment descriptors and EJB is deployed as an exploded folder, not single-file archive.
As discussed in another issue (https://jira.jboss.org/jira/browse/JBIDE-4608), this is because of JBoss AS redeploys EJB if its descriptor is touched. Simple changing .class file is not enough to make JBoss redeploy the EJB, but in the case when there is no deployment descriptor (everything is configured via annotations), nothing may cause redeploy (except full remove and new publish)
Workaround is to have deployment descriptors in the module.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list