Hello James,

Tuesday, January 14, 2003, 1:54:22 PM, you wrote:

JW> This might be a very dumb question, but I can't figure it out.
JW> I have a blah.jar file which contains a blahMBean
JW> I have a blah-service.xml which uses the blahMBean
JW> When I drop both files into the deploy dir at the same time, JBoss
JW> always tries to load the blah-service.xml before the blah.jar get's
JW> loaded.  What's up with that?
JW> If I then wait for the blah.jar to deploy and touch the blah-service.xml
JW> file, everything works fine, but it's annoying.
JW> Thanks for you help in advance.

  Use something like this on blah-service.xml :

<?xml version="1.0" encoding="UTF-8"?>

<server>
  <classpath codebase="." archives="blah.jar"/>
  <mbean code="com.blah" name="Sigea:service=BlahServer">
  ...
  </mbean>
</server>


-- 
Best regards,
 Danilo                            mailto:[EMAIL PROTECTED]




-------------------------------------------------------
This SF.NET email is sponsored by: Take your first step towards giving 
your online business a competitive advantage. Test-drive a Thawte SSL 
certificate - our easy online guide will show you how. Click here to get 
started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to