- 
        1. Re: Deploying EJBs into a SARjuha Apr 6, 2004 1:08 AM (in response to antdavidl)Yes that interceptor appears to be packaged in an unfortunate location. 
 Simplest solution is to force your SAR to be deployed last, using the prefix deployment sorter for example.
- 
        2. Re: Deploying EJBs into a SARantdavidl Apr 6, 2004 2:07 AM (in response to antdavidl)Thanks, Juha. 
 But in this way, I will need to change the module name, isn't it?
- 
        3. Re: Deploying EJBs into a SARjuha Apr 6, 2004 3:19 AM (in response to antdavidl)Alternatively create a deploy/deploy.last directory and drop your package there. 
 There probably is an explicit dependency to get around this but I'm too lazy trying to find out what it is.
- 
        4. Re: Deploying EJBs into a SARantdavidl Apr 6, 2004 4:00 AM (in response to antdavidl)Thanks Juha, I will look for this dependency. 
- 
        5. Re: Deploying EJBs into a SARallenturner Apr 9, 2004 10:56 AM (in response to antdavidl)Have the same problem, with an entity bean I tried: 
 jboss.j2ee:module=ConfigEJB.jar,service=EjbModule
 jboss.jca:service=LocalTxCM,name=OracleDS/SourceABC
 <depends optional-attribute-name="CachedConnectionManager">Jboss.jca:service=CachedConnectionManager
 in
 jboss-service.xml
 with no luck, Don't remmember getting this Warning before jboss-3.2.3
 Any ideas?
 thanks
 
     
    