[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-4608) Hot deployment woks incorrectly with JBossAS Tools

Alexander Lengson (JIRA) jira-events at lists.jboss.org
Wed Jul 15 09:37:29 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBIDE-4608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12476379#action_12476379 ] 

Alexander Lengson commented on JBIDE-4608:
------------------------------------------

Rob,

I've tried hot redeployment of EJB with deployment descriptor.

I've generated DD stub for clear-ejb with little help from Eclipse (right click on project and choose Java EE Tools), 
- started JBoss server
- added clear-ejb to "JBoss Server View"
- made Full Publish
-> EJB is recognized by JBoss

I changed EJB01, 
- waited until Republish changed to Synchronized,
- run the test
- and saw old results

* JBoss did not say anything about redeploying
* server\standard\deploy\clear-ejb.jar\META-INF\ejb-jar.xml was not touched (date not changed)

Seems like with DD it again does not work.


> Hot deployment woks incorrectly with JBossAS Tools
> --------------------------------------------------
>
>                 Key: JBIDE-4608
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-4608
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS
>    Affects Versions: 3.0.1.GA
>         Environment: Windows XP SP3
> Eclipse 3.5: eclipse-jee-galileo-win32.zip
> JBossTools : 3.0.1.GA JBossTools-ALL-win32-3.0.1.GA-R200905070146-H18.zip
> JBoss AS: 5.0.1.GA
>            Reporter: Alexander Lengson
>            Assignee: Rob Stryker
>             Fix For: 3.0.2.GA
>
>         Attachments: clear-prj.zip
>
>   Original Estimate: 3 days
>  Remaining Estimate: 3 days
>
> Hot deployment does not work as expected with the above configuration.
> * Two eclipse projects are created: one EJB Project containing single EJB, and one EAR project containing that EJB.
> * EAR Project is deployed to JBoss thru JBoss Server View. 
> * JBoss started and recognized EJB:
> 	clear-ear/EJB01/remote - EJB3.x Default Remote Business Interface
> 	clear-ear/EJB01/remote-EJBRem - EJB3.x Remote Business Interface
> * When source code of EJB is changed, it is recompiled and "Republish" note appeared
> * After pressing "Full publish" code is actually copied to the deploy folder on the server (byte code is verified manually), but JBoss does not detect hot deployment and does not redeploy EJB
> When trying to make deployment thru Project Archives View on the same configuration, the following happening:
> * Archives are created within eclipse project folder.
> * After pressing "Publish to Server" in Project Archives View, item appears in JBoss Server View, but archive is not copied into JBoss deploy folder and JBoss does not detect that new EJB is deployed.
> JBoss' properties are:
> Use the JBoss deploy folder
> Tested on two separate machines. Results are the same.

-- 
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 jbosstools-issues mailing list