i am trying to deploy a pojo endpoint webservice facade to an ORM library in JBoss 4.2.2. on Solaris 10.
i have the entities deploying fine, and the facades and webservice endpoint are deploying fine as well. all of this is in a .JAR file with no WEB-INF or other webapp kruft. i have been able to secure my web service using the JBoss proprietary annotations (SecurityDomain and WebContext) without much problem. my question is, is there a way to do a .JAR deployment (no WEB-INF/web.xml) that would allow me to secure the endpoint without using any proprietary annotations or linkages. i am hoping to create a deployment that is container agnostic if possible (i've been able to keep all the entity annotations limited to JPA standard ones, so far) TIA == stanton View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166032#4166032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166032 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
