I have defined a web-uri value with out war suffix in application.xml for my 
EAR. JBoss failed to deploy the webapp which is inside the EAR


  |     <module>
  |       <web>
  |         <web-uri>mywebapp-war</web-uri>
  |         <context-root>mywebapp</context-root>
  |       </web>
  |     </module>
  | 

mywebapp-war is a directory which contains all the contents and resources of 
the webapp. I get the following error:


  | 19:20:23,436 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
  | 
  | --- Packages waiting for a deployer ---
  | [EMAIL PROTECTED] { url=file:/C:/jboss-4.0.3SP1/serve
  | r/default/deploy/myapp.ear/mywebapp-war/ }
  |   deployer: null
  |   status: Starting
  |   state: START_SUBDEPLOYMENTS
  |   watch: 
file:/C:/jboss-4.0.3SP1/server/default/deploy/myapp.ear/mywebapp-war/
  |   altDD: null
  |   lastDeployed: 1141816823420
  |   lastModified: 1141810808584
  |   mbeans:
  | 

Is it a bug in JBoss?



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928722#3928722

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928722


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to