[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-2713) "clean" publish is required to correctly deploy or modify a seam EAR project - a regualr publish will not work

Rob Stryker (JIRA) jira-events at lists.jboss.org
Thu Sep 18 23:26:20 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBIDE-2713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Stryker resolved JBIDE-2713.
--------------------------------

    Resolution: Cannot Reproduce Bug


I just tested this, even on my slow machine, and I can't reproduce it.  I got a new seam project, added 3 actions, did the hibernate stuff, basically did everything in the handson lab, and everything incrementally deploys absolutely perfect for me. 

Honestly,.the onyl thing I can think of is that you do not have your JMX accessible. There's a few lines of code which tell JBoss *NOT* to scan deployments and changes while JBoss Tools is still publishing.  if your JMX is not accessible, then JBoss doesn't get this message and attempts to scan while the tooling is publishing. 

If there is a problem here, it is much more generic than New Action or New Form and has to do with my interactions / deployment with JBoss as a whole.  I'm going to close this issue as "Cannot Reproduce" and we'll see if QA can reproduce it. 

> "clean" publish is required to correctly deploy or modify a seam EAR project - a regualr publish will not work
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-2713
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-2713
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS
>    Affects Versions: 3.0.0.alpha
>         Environment: fedora 8
> jdk 5/6
> seam 1.2 or seam 2
>            Reporter: Jay Balunas
>            Assignee: Rob Stryker
>            Priority: Critical
>             Fix For: 3.0.0.beta1
>
>
> Using: jbds 1.1.GA, EAP 4.3.CP02, FP01 CR3
> Added eap as server, and seam 1.2.1 and/or seam 2.0 in feature pack as a seam runtime
> Create a seam ear project and publish, I get:
> 2008-08-29 13:54:17,427 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Failed to deploy: org.jboss.deployment.scanner.URLDeploymentScanner$DeployedURL at f3dca032{ url=file:/jboss/apps/platforms/jboss-eap-4.3.GA_CP02_FP01_CR3/jboss-eap-4.3/jboss-as/server/production/deploy/seamEapEar-ear.ear/, deployedLastModified=0 }
> org.jboss.deployment.DeploymentException: url file:/jboss/apps/platforms/jboss-eap-4.3.GA_CP02_FP01_CR3/jboss-eap-4.3/jboss-as/server/production/deploy/seamEapEar-ear.ear/seamEapEar-ejb.jar could not be opened, does it exist?
>        at org.jboss.deployment.DeploymentInfo.<init>(DeploymentInfo.java:214)
>        at org.jboss.deployment.EARDeployer.init(EARDeployer.java:288)
> There is not a seamEapEar-ejb.jar directory.  The correct items appeared in the server project publish list.
> I did a "clean" publish and now there is a "seamEapEar-ejb.jar" directory and the application works from here on out. 
> This was also required for "New Form" and "New Action" but not generate entities.

-- 
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