Hello,

I have tried using the PrefixDeploymentSorter but still no luck

my jboss-service.xml file looks like:


  |       <!--attribute 
name="URLComparator">org.jboss.deployment.DeploymentSorter</attribute-->
  |       <attribute 
name="URLComparator">org.jboss.deployment.scanner.PrefixDeploymentSorter</attribute>
  | 


The comments in the jboss-service.xml file suggest I should start the name portion of 
the url with a decimal e.g 2servicejmxmanager.sar, however I this also did not seem to 
work (also I don't realy want to name my files file decimals), so here are the details 
of my application deployment.

An exploded EAR file with EJBS and WEBAPPS and currently one SAR file
EAR
  |
  |-META-INF
  |        |--application.xml
  |        |--jboss-app.xml
  |
  |-EJB
  |
  |-SessionJMXManager(SAR)
  |         |
  |         |-META-INF
  |                  |--jboss-service.xml

The SessionJMXManager depends on two EJBs, sessionmanager and systemsetting the jndi 
names are:

ejb/SessionManagerBeanLocal
ejb/SystemSettingBeanLocal

The deployment exception is

anonymous wrote : 
  | org.jboss.deployment.DeploymentException: create operation failed for package 
file:/C:/jboss-3.2.3/s
  | erver/default/deploy/xibms.ear/sessionjmxmanager.sar; - nested throwable: 
(org.jboss.deployment.Depl
  | oymentException: ejb not bound; - nested throwable: 
(javax.naming.NameNotFoundException: ejb not bou
  | nd))
  | 

What am I missing?

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

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


-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to