Hi Phil,

On Thursday 24 October 2002 16:05, Phil Warrick wrote:
> Hi Mickey,
>
> So it looks like a deploy order problem.  Now how to configure jBoss
> deploy order?  It is possible to specify MBean dependencies but doing
> this to the jboss-service.xml file didn't help unfortunately:
>
>    <mbean code="org.jboss.ojb.odmg.ODMGFactory"
>           name="DefaultDomain:service=ODMG,name=ojb/defaultODMG">
>      <attribute name="JndiName">ojb/defaultODMG</attribute>
>       <depends>jboss.web:service=JBossWeb</depends>
>    </mbean>
>    <mbean code="org.jboss.ojb.pb.PBFactory"
>           name="DefaultDomain:service=PB,name=ojb/PBAPI">
>      <attribute name="JndiName">ojb/PBAPI</attribute>
>       <depends>jboss.web:service=JBossWeb</depends>
>    </mbean>

I don't know how jboss deploy order functioning, but when I start JBoss 
jakarta-ojb.sar file is deployed before jmx-console.war also. I don't 
understand why can't you get this work on your system. Which JDK you use? 
Meanwhile I'll try to test this on Win98 with JDK 1.4.0.

-- 
Best regards,
Mickey          [EMAIL PROTECTED], [EMAIL PROTECTED]




--
To unsubscribe, e-mail:   <mailto:ojb-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>

Reply via email to