Re: ejb circular references

2007-03-02 Thread pgrey
Hi, thanks again for your help, just wanted to follow up. We pursued the local EJB strategy for a while, but could never quite get it to work ("same classloader" issues). So we made the EJBs remote, and appA and appB are both quite happy now. "David Jencks" <[EMAIL PROTECTED]> wrote in messa

Multiple Server Instances Issues (was Re: Geronimo v2.0 Documentation update)

2007-03-02 Thread Ted Kirby
Jack points out the need to change port numbers, and I have updated the document at http://cwiki.apache.org/confluence/display/GMOxDOC20/Multiple+Repositories+and+Server+Instances. The suggestion for an automated way to do this is a good one. I have encountered two issues in my testing. 1. After

Re: Programatically querying security realm

2007-03-02 Thread David Jencks
On Mar 2, 2007, at 7:28 AM, Aman Nanner/MxI Technologies wrote: Hi, I have a custom security realm defined that uses a database login module. What I would like to do is, from a custom GBean, query the realm/login-module somehow to test if a given username/password is valid. So I will hav

MalformedURLEcception using rmi

2007-03-02 Thread Spotts, Joel \(ISS Atlanta\)
We set up our own RMI registry server in our application (for lagacy reasons) ruinning on geronimo 1.1.1. A remote client application attempts to lookup an object from out registry, an exception is thrown. This only occurs when geronimo is placed in a directory with spaces. Just for background,

Integrating Websphere MQ with Geronimo 1.1

2007-03-02 Thread Anshuk Chinmoy Pal Chaudhuri
Hi, I am trying to integrate geronimo 1.1 with Websphere MQ. I am trying to use a MDB and a jms adapter. The adapter would listen to the queue declared on websphere mq manager. The eaxmple that is there at http://cwiki.apache.org/GMOxDOC10/integrating-a-third-party-jms-provider.html, I am tryi

Programatically querying security realm

2007-03-02 Thread Aman Nanner/MxI Technologies
Hi, I have a custom security realm defined that uses a database login module. What I would like to do is, from a custom GBean, query the realm/login-module somehow to test if a given username/password is valid. So I will have a username string and a password string, and I would like to validate i

RE: [private] Re: Timer already canceled

2007-03-02 Thread Spotts, Joel \(ISS Atlanta\)
Thanks to all that responded. I found a solution, not that I much understand *why* it worked (although at this point, I am just glad I solved it). I was running Geronimo as a windows service (using JavaService) and passed all the jars necessary on the classpath. In addition, I set the endorsed and

Re: Problem during shutdown when using JMS in a GBean

2007-03-02 Thread Kevan Miller
On Mar 1, 2007, at 3:24 PM, Glenn Owen wrote: Hmm, seems like the rollback of the message on the queues was due to another problem. So we may not care so much, that Geronimo is throwing the exception on shutdown. Good. I was afraid there were *2* problems... ;-) However, I'm still looking

AW: Error while deploying on Geronimo 2-M2

2007-03-02 Thread Ueberbach, Michael
Thanks for the prompt answer. I think I will wait for the next milestone. Von: Kevan Miller [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 2. März 2007 12:03 An: user@geronimo.apache.org Betreff: Re: Error while deploying on Geronimo 2-M2 On Mar 2, 2007, at 3:3

Re: Error while deploying on Geronimo 2-M2

2007-03-02 Thread Kevan Miller
On Mar 2, 2007, at 3:36 AM, Ueberbach, Michael wrote: Hello, I'm trying to use Geronimo 2-M2 for existing EJB applications that work well on Geronimo 1.1.1. I use exactly the same jar (consisting of some entity and session beans in EJB 2.1 style) and the same deployment plan (see the fol