[JBoss-user] [Nukes User] - deploying a theme as a separate jboss-service
darranl
2004-02-22
Hello, we dicided to use nukes for our working group at the university and it is my job to customize it. I've developed a theme by now and it works well, but now I want to deploy it in a separate jboss-service. I am new to JBoss and J2EE, so I just copied the structure of a module and changed some names. This is my Jboss-service.xml:
| <?xml version="1.0" encoding="UTF-8"?> | <!DOCTYPE server> | <server> | <!-- Declare the s3 module as a JBoss service --> | <mbean | code="uniessen.s3.nukes.core.themes.s3designTheme" | name="nukes.themes:name=s3design" | xmbean-dd="" | xmbean-code="org.jboss.nukes.component.NukesMBean"> | <!-- A module must depend from the core module with this line | | if a module use EJBs, they must added here as well | | so it ensures that the module may use them properly | --> | <depends>nukes.modules:name=core</depends> | <xmbean> | <!-- This declares the module security rules, it is empty for now | | | --> | <attribute name="Security"> | <security> | </security> | </attribute> | <attribute name="Configuration"> | </attribute> | </xmbean> | </mbean> | </server> |
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822457#3822457
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822457
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ JBoss-user mailing list JBoss-user@(protected) https://lists.sourceforge.net/lists/listinfo/jboss-user