Yes. No JBossAS configuration changes are necessary - you are essentially writing your own service. You should package your service in a sar file, and provide a *-service.xml file.
You are going to have to handle the protocol between the client and your service, JBossAS will not help you in this regard mainly because you are not using any of the existing Java EE services that JBossAS provides. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153993#4153993 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4153993 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
