1 Reply Latest reply on Aug 11, 2008 2:28 PM by karypid

    standard BASIC AUTH

    sfisque

      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