Re: [rules-users] JAAS issue for GUVNOR login

2011-12-20 Thread Nicolas LE BAS
On 11-12-20 05:09 PM, starfish15 wrote: > Hi Nicolas, > > > DO you suggest that *drools-guvnor* be the config file name that is included > in the server/conf location as well. I am unable to understand how modifying > that is going to assist here. I'm suggesting this: because your jaas.config f

Re: [rules-users] JAAS issue for GUVNOR login

2011-12-20 Thread Nicolas LE BAS
I think the "jaas-config-name" should be "drools-guvnor" (the name of the jaas configuration from the file designated by java.security.auth.login.config). I'm not sure what version of seam is used by guvnor; see also here: http://docs.jboss.org/seam/2.2.2.Final/reference/en-US/html/security.htm

Re: [rules-users] Using JBPM 5 with Container Managed Persistence

2011-08-23 Thread Nicolas LE BAS
Hi, Container Managed Persistence refers to Entity Beans, and there are no Entity Beans anymore in EJB3. So I assume you're refering to Container Managed Transactions. The transaction needs to be started after the StatefulKnowledgeSession has been created; so with CMT you would need to create the

Re: [rules-users] Guvnor with JBoss AS on Ubuntu

2010-12-17 Thread Nicolas LE BAS
Hi , On 10-12-17 11:42 AM, alim wrote: > What I wanted to say is that when I start JBoss AS with Guvnor on port 8080, > i get: > Local telnet: "Trying 127.0.0.1... Connected to localhost." > Remote telnet: "telnet: Unable to connect to remote host: Connection > refused" It looks like JBoss is onl