[JBoss-user] giving EJB method permissions to a JCA 1.0 resource?

2003-07-02 Thread Alex Sumner
I have JCA 1.0 resource (a workflow engine) that gets called from a SLSB. In response to these calls it needs to start new threads which will then make calls back to SLSBs. Security will be handled using JAAS and the engine may need to call methods on SLSBs that the original caller was not allowed

RE: [JBoss-user] giving EJB method permissions to a JCA 1.0 resource?

2003-07-02 Thread Adrian Brock
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Sumner Sent: 02 July 2003 18:35 To: [EMAIL PROTECTED] Subject: [JBoss-user] giving EJB method permissions to a JCA 1.0 resource? I have JCA 1.0 resource (a workflow engine