sorry about that - i thought i had a real email address in there. in any case, two 
things.

1) are you deploying your module into the "nukes" directory instead of the "deploy" 
directory? only the "nukes.ear" and the datasource and be deployed in the "deploy" 
directory. all other modules need to live in the "nukes" dir.

2) your jboss-service.xml file is incorrect. it should look like this:


  | <?xml version="1.0" encoding="UTF-8"?>
  | <server>
  |     <mbean
  |         code="org.jboss.nukes.addons.modules.linkmodule.LinkModule"
  |         name="nukes.modules:name=LinkModule"
  |         xmbean-dd=""
  |         xmbean-code="org.jboss.nukes.component.NukesMBean">
  |         <depends>nukes.modules:name=core</depends>
  |         <xmbean>
  |             <attribute name="DisplayName">Modulo dei collegamenti</attribute>
  |             <attribute name="Description">Descrizione del modulo dei 
collegamenti</attribute>
  |         </xmbean>
  |     </mbean>
  | </server>
  | 

provided you have the "nukes.ear" deployed and you place your module in the "nukes' 
directory, it should deploy after you make the adjustments to jboss-service.xml.

also, i'd recommend upgrading to jboss 3.2.3 and test out against the  Nukes_1_1_0_RC1 
tag b/c the 1.1 release will be coming very soon.

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

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


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to