Re: GERONIMO-348 patch and issues with ejb deployments

2007-05-18 Thread Donald Woods
Thanks for catching this. Done in revision 539548. -Donald Jarek Gawor wrote: In my case that would be SwitchingServiceRefBuilder.java. But I think the same problem could happen in other builders too. I'm +1 for log.warn() change. Jarek On 5/18/07, Donald Woods <[EMAIL PROTECTED]> wrote: Whi

Re: GERONIMO-348 patch and issues with ejb deployments

2007-05-18 Thread Kevan Miller
On May 18, 2007, at 10:42 AM, Jarek Gawor wrote: In my case that would be SwitchingServiceRefBuilder.java. But I think the same problem could happen in other builders too. I'm +1 for log.warn() change. I'm good with that... Donald, Can you make this happen? --kevan

Re: GERONIMO-348 patch and issues with ejb deployments

2007-05-18 Thread Jarek Gawor
In my case that would be SwitchingServiceRefBuilder.java. But I think the same problem could happen in other builders too. I'm +1 for log.warn() change. Jarek On 5/18/07, Donald Woods <[EMAIL PROTECTED]> wrote: Which changed file is throwing the exception? ResourceRefBuilder.java? We can turn

Re: GERONIMO-348 patch and issues with ejb deployments

2007-05-18 Thread Donald Woods
Which changed file is throwing the exception? ResourceRefBuilder.java? We can turn the throw() into a log.warn() for now, until this EJB case is fixed -Donald Jarek Gawor wrote: Recently the GERONIMO-348 patch was committed. That is causing problems with EJB deployments. Here's an exam

GERONIMO-348 patch and issues with ejb deployments

2007-05-17 Thread Jarek Gawor
Recently the GERONIMO-348 patch was committed. That is causing problems with EJB deployments. Here's an example. ejb-xml.jar has 2 ejbs, and one of the ejbs has a service-ref entry: The G plan has corresponding entries for the beans and one service-ref overwrite. Now, during deploym