Bugs item #516649, was opened at 2002-02-12 14:15
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=516649&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Scott M Stark (starksm)
Assigned to: Nobody/Anonymous (nobody)
Summary: Startup of a sar with an EJB jar fails

Initial Comment:
There is a perf-service.sar in the current testsuite 
build that includes an mbean and the perf.jar EJB jar 
used by the perf unit tests. The jboss-service.xml 
descriptor declares the 
org.jboss.test.perf.test.PerfTest to be dependent on 
the connection factory loader for the java:/DefaultDS 
data source needed by the entity bean container:

<server>
  <mbean code="org.jboss.test.perf.test.PerfTest"
    name="jboss.test:service=PerfTest">
<depends>jboss:service=ConnectionFactoryLoader,name=Def
aultDS</depends>
  </mbean>
</server>

On startup of the JBoss server the deployment of the 
sar fails because the perf.jar is deployed before the 
java:/DefaultDS binding is available. See the attached 
server.log file for the complete trace of the 
deployment and subsequent exception.


Note that if I instead build a perf-service.ear that 
includes the perf.jar and perf-service.sar that does 
not include the perf.jar, deployment works fine on 
startup.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=516649&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to