Re: geronimo-naming tests failing on trunk...

2007-08-17 Thread Tim McConnell
Me too. Thanks Jarek/David !! Jason Dillon wrote: Yay... much happier now :-) Thanks! --jason On Aug 16, 2007, at 8:03 PM, Jarek Gawor wrote: The test should be fixed now (and it also works nicely on IBM JDK now too). The GBeanBinding.addBinding() method only binds stuff into the JNDI co

Re: geronimo-naming tests failing on trunk...

2007-08-17 Thread Donald Woods
Thanks! -Donald Jarek Gawor wrote: The test should be fixed now (and it also works nicely on IBM JDK now too). The GBeanBinding.addBinding() method only binds stuff into the JNDI context on the first call. The way the test was setup, it was called multiple times for one binding. Therefore, the

Re: geronimo-naming tests failing on trunk...

2007-08-17 Thread Jason Dillon
Yay... much happier now :-) Thanks! --jason On Aug 16, 2007, at 8:03 PM, Jarek Gawor wrote: The test should be fixed now (and it also works nicely on IBM JDK now too). The GBeanBinding.addBinding() method only binds stuff into the JNDI context on the first call. The way the test was setup

Re: geronimo-naming tests failing on trunk...

2007-08-16 Thread Jarek Gawor
The test should be fixed now (and it also works nicely on IBM JDK now too). The GBeanBinding.addBinding() method only binds stuff into the JNDI context on the first call. The way the test was setup, it was called multiple times for one binding. Therefore, the order in which addBinding() was called

Re: geronimo-naming tests failing on trunk...

2007-08-16 Thread David Jencks
The reason I suspect that the test is wrong is that the LinkedHashMap doesn't have anything to do with the xbean naming implementation that is behind the javax.naming.Context. While it's possible that there's a giant bug in xbean-naming I think it's more likely that the test is not testing

Re: geronimo-naming tests failing on trunk...

2007-08-16 Thread Jason Dillon
Oh, there was discussion on this already? My delete key must have been hungry... Kay, just wondering. I was going to update the build to use surefire 2.3, which has a nice capture output to files feature to prevent all those evil exceptions and other cruft from cluttering up the build l

Re: geronimo-naming tests failing on trunk...

2007-08-16 Thread Jay D. McHugh
Hello all, It appears that Jarek is correct (on the thread about rev 566046) and the error is somehow related to the HashMap of GBeans in Configuration.java being changed to a LinkedHashMap. For some reason, with this change, the call to Context.listBindings is returning the wrong values:

Re: geronimo-naming tests failing on trunk...

2007-08-16 Thread David Jencks
On Aug 16, 2007, at 10:31 AM, Jason Dillon wrote: And it spits this out to console before puking: 10:30:29,171 ERROR [ConfigurationUtil] Cound not determine the installation directory of Apache Geronimo, because the startup jar could not be found in the current class loader. that's h

Re: geronimo-naming tests failing on trunk...

2007-08-16 Thread Jason Dillon
And it spits this out to console before puking: 10:30:29,171 ERROR [ConfigurationUtil] Cound not determine the installation directory of Apache Geronimo, because the startup jar could not be found in the current class loader. Dunno if that helps... --jason On Aug 16, 2007, at 10:26 AM,

geronimo-naming tests failing on trunk...

2007-08-16 Thread Jason Dillon
Anyone know what's up with this: --- Test set: org.apache.geronimo.gjndi.binding.GBeanBindingTest --- Tests run: 1, Failures: 1, Errors: 0,