Hi there

I mirgrate my JBossWS EJBs from 4.0.0 to 4.0.1sp1.
I changed the <port-uri> Tag in the jboss.xml descriptor 
to <port-component-uri>, during the deployment IÂve got this Exception:



  | 14:03:55,765 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
  | Incompletely deployed packages:
  | [EMAIL PROTECTED] { 
url=file:/C:/jboss-4.0.1sp1/server/default/deploy/my.ear }
  |   deployer: [EMAIL PROTECTED]
  |   status: Deployment FAILED reason: Error in jboss.xml for Bean myEJB: 
Expected at least two tokens <port-component-uri>
  |   state: FAILED
  |   watch: file:/C:/jboss-4.0.1sp1/server/default/deploy/gv.ear
  |   altDD: null
  |   lastDeployed: 1113912234703
  |   lastModified: 1113912233734
  |   mbeans:
  | 

Seems like the XML parser needs at least two <port-component-uri> Tags, but 
this make no sense, and if I give him these two tags the parser throws the 
exception that he want only one <port-component-uri>, what seems right if he 
validate against the jboss_4_0.dtd.

my jboss.xml code


  |  <session>
  |    .
  |    .
  |    . 
  |   <port-component>
  |      <port-component-name>myPort</port-component-name>
  |      <port-uri>/myPortURI</port-uri>
  |      <auth-method>BASIC</auth-method>
  |    </port-component>
  |  </session>
  | 

Has anybody an idea or a hint whatÂs wrong?

dre

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to