Geronimo 3.0.1 - Access to datasource from GBean

2015-06-16 Thread Stig Even Larsen
-- Mvh, Stig Even Larsen

Re: Geronimo 4.0 - JEE7

2014-11-07 Thread Stig Even Larsen
Hi, Does this mean that Geronimo is slowly dying / being discontinued? - Stig Even Larsen 2014-11-07 18:41 GMT+01:00 Kevan Miller : > Yep. That's what I'd expect/hope... :) > > --kevan > > On Fri, Nov 7, 2014 at 9:18 AM, Jean-Louis MONTEIRO > wrote: > >&g

Re: Webservice client - ConnectionPoolTimeoutException: Timeout waiting for connection

2013-10-24 Thread Stig Even Larsen
Hi Ivan, It is Axis2's implementation of JAX-WS that is in use. Do you know where I can find the Axis2 config where I can change the concurrent number of connections per host? Best regards, Stig 2013/10/21 Stig Even Larsen > Hi Ivan, > > Don't have any code where I am now,

Re: Webservice client - ConnectionPoolTimeoutException: Timeout waiting for connection

2013-10-21 Thread Stig Even Larsen
e using Axis2 specifc apis, it > is possible to find the configurations to change the max connection number, > while for jaxws client api, IIRC, there is no configuration for this. > > Could you show me your client sample codes ? > > > 2013/10/21 Stig Even Larsen > >> Hi

Re: Webservice client - ConnectionPoolTimeoutException: Timeout waiting for connection

2013-10-21 Thread Stig Even Larsen
your question better. Looking forward to resolv this puzzle. Best regards, Stig 2013/10/17 Ivan > Hi, > > Which classes do you use to connect the long running web services ? axis2 > client API or jaxws spec API ? > > Thanks. > > > 2013/10/15 Stig Even Larsen >

Re: Webservice client - ConnectionPoolTimeoutException: Timeout waiting for connection

2013-10-18 Thread Stig Even Larsen
org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) at org.apache.axis2.jaxws.core.controller.impl.AxisInvocationController.execute(AxisInvocationController.java:554) Best regards, Stig Even Larsen 2013/10/17 Ivan > Hi, > > Which classes do you use to connect

Webservice client - ConnectionPoolTimeoutException: Timeout waiting for connection

2013-10-15 Thread Stig Even Larsen
s to this problem? Best regards, Stig Even Larsen

Re: request.isUserInRole("some-role") always return false after @EJB injection

2008-06-23 Thread Stig Even Larsen
Kevan Miller wrote: On Jun 19, 2008, at 3:06 AM, Stig Even Larsen wrote: Hi David, I'm using Geronimo 2.0.2 (also testet with equal result in 2.0.3 SNAPSHOT) You are right. EJB lookup was done before role check. If I do a role check before EJB lookup an preserves these results we ha

Re: request.isUserInRole("some-role") always return false after @EJB injection

2008-06-19 Thread Stig Even Larsen
David Jencks wrote: On Jun 18, 2008, at 4:31 AM, Stig Even Larsen wrote: Hi again, I think I've found an related error. I use javaBeans for wrapping Session EJB via jndi (one-to-one, method to method) to avoid to much java code in jsps. request.isUserInRole() always return false no m

Re: request.isUserInRole("some-role") always return false after @EJB injection

2008-06-18 Thread Stig Even Larsen
David Jencks wrote: On Jun 17, 2008, at 12:35 PM, Stig Even Larsen wrote: Quoting Stig Even Larsen <[EMAIL PROTECTED]>: Stig Even Larsen wrote: David Jencks wrote: On Jun 17, 2008, at 12:07 AM, Stig Even Larsen wrote: David Jencks wrote: On Jun 16, 2008, at 1:11 PM, Stig Even

Re: request.isUserInRole("some-role") always return false after @EJB injection

2008-06-17 Thread Stig Even Larsen
Quoting Stig Even Larsen <[EMAIL PROTECTED]>: Stig Even Larsen wrote: David Jencks wrote: On Jun 17, 2008, at 12:07 AM, Stig Even Larsen wrote: David Jencks wrote: On Jun 16, 2008, at 1:11 PM, Stig Even Larsen wrote: Quoting David Jencks <[EMAIL PROTECTED]>: On Jun 16, 20

Re: request.isUserInRole("some-role") always return false after @EJB injection

2008-06-17 Thread Stig Even Larsen
Stig Even Larsen wrote: David Jencks wrote: On Jun 17, 2008, at 12:07 AM, Stig Even Larsen wrote: David Jencks wrote: On Jun 16, 2008, at 1:11 PM, Stig Even Larsen wrote: Quoting David Jencks <[EMAIL PROTECTED]>: On Jun 16, 2008, at 12:30 PM, Stig Even Larsen wrote: Quoting

Re: request.isUserInRole("some-role") always return false after @EJB injection

2008-06-17 Thread Stig Even Larsen
David Jencks wrote: On Jun 17, 2008, at 12:07 AM, Stig Even Larsen wrote: David Jencks wrote: On Jun 16, 2008, at 1:11 PM, Stig Even Larsen wrote: Quoting David Jencks <[EMAIL PROTECTED]>: On Jun 16, 2008, at 12:30 PM, Stig Even Larsen wrote: Quoting David Jencks <[EMAIL

Re: request.isUserInRole("some-role") always return false after @EJB injection

2008-06-17 Thread Stig Even Larsen
David Jencks wrote: On Jun 16, 2008, at 1:11 PM, Stig Even Larsen wrote: Quoting David Jencks <[EMAIL PROTECTED]>: On Jun 16, 2008, at 12:30 PM, Stig Even Larsen wrote: Quoting David Jencks <[EMAIL PROTECTED]>: On Jun 16, 2008, at 10:12 AM, Kevan Miller wrote: On Jun

Re: request.isUserInRole("some-role") always return false after @EJB injection

2008-06-16 Thread Stig Even Larsen
Quoting David Jencks <[EMAIL PROTECTED]>: On Jun 16, 2008, at 12:30 PM, Stig Even Larsen wrote: Quoting David Jencks <[EMAIL PROTECTED]>: On Jun 16, 2008, at 10:12 AM, Kevan Miller wrote: On Jun 16, 2008, at 7:57 AM, Stig Even Larsen wrote: I forgot to tell that I'

Re: request.isUserInRole("some-role") always return false after @EJB injection

2008-06-16 Thread Stig Even Larsen
I forgot to tell that I'm using Geronimo 2.0.2 on Debian Etch. Regards, Stig Even Larsen Stig Even Larsen wrote: Hi, After logging in via the j_security_check form I use the simplest of jsp page for testing purpose. I've defined several roles and am able to chec

request.isUserInRole("some-role") always return false after @EJB injection

2008-06-16 Thread Stig Even Larsen
via JNDI lookup request.isUserInRole("some-role") is now always returning false. Is this a bug or I'm I missing something here? -- Regards, Stig Even Larsen