Re: Strict Interface declaration (was: Apache OpenEJB 3.1.3 released!)

2010-10-26 Thread David Blevins
On Oct 21, 2010, at 11:45 AM, David Blevins wrote: > > On Oct 21, 2010, at 12:54 AM, Dirk Reske wrote: > >> The openejb.strict.interface.declaration property is not yet included, >> isn't it? > > That flag is in 3.1.2, but is not as strict as it could be. We can > definitely add that to a 3.

Re: deployment in 3.1.3

2010-10-26 Thread David Blevins
On Oct 21, 2010, at 11:40 AM, David Blevins wrote: > There should be an apps dir. So that's definitely something we'll want to > fix. FYI, https://issues.apache.org/jira/browse/OPENEJB-1388 Missing apps/ and logs/ directory in standalone zip, tar.gz -David

Re: URI and resources

2010-10-26 Thread David Blevins
On Oct 13, 2010, at 11:24 PM, Rniamo wrote: > Replacing '#' by ':' before calling URISupport.parseParameters() is not > enough? Well if it is not as easy as this i think it is not important. This worked: https://issues.apache.org/jira/browse/OPENEJB-1389 Automatically encode # in provide

Re: HttpServletRequest in webservice

2010-10-26 Thread David Blevins
On Oct 22, 2010, at 2:57 AM, typhoon wrote: > > Thanks David! > I added dependency (v 6.1.23), but now get the following exception: > > Caused by: org.apache.cxf.binding.soap.SoapFault: The bean encountered a > non-application exception; nested exception is: > java.lang.IllegalStateExcep

Re: how to adjust classpath - version 3.1.2

2010-10-26 Thread David Blevins
On Oct 26, 2010, at 7:45 AM, Yu, Xiaohui wrote: > Could it be the way HibernatePersistence invoked by openejb somehow different > from when it's loaded from the server that made the difference? I agree with > you on Hibernate/EHCache seems to be using it of course. Shouldn't be. There really

Re: OpenEjb create Map> resource for @Resource

2010-10-26 Thread David Blevins
On Oct 22, 2010, at 10:40 PM, michaelmgsy wrote: > > I look up the source code. > For Map> type resource. > In line 363 of PropertyEditors.class, why the parameters type of map only > must be Class? My guess is that the Class check is there simply because the code isn't setup to handle nested

Re: JUnit-Tests with OpenEJB and Spring

2010-10-26 Thread David Blevins
On Oct 22, 2010, at 12:57 AM, martin.th.be wrote: > > Hi dblevins, hi Community > > This problem is still exists. =( > > I need some 'tutorial' or 'example', to test my Spring-beans with OpenEJB. > > Maybe I have in my source code (see above) an error. > > We are now switched on the new ver

RE: how to adjust classpath - version 3.1.2

2010-10-26 Thread Yu, Xiaohui
Thanks, I added backport jar to my testing lib, and openejb works fine. What confused me is my ear without this jar can still work fine in the Weblogic server (and I searched Weblogic and I didn't find a backport jar there). Could it be the way HibernatePersistence invoked by openejb somehow dif

Re: HttpServletRequest in webservice

2010-10-26 Thread typhoon
I guess I need to configure Jetty somehow in order to be able to run test with it. Can someone (from Jetty experts ) provide an example for what needs to be configured/added to run such test? ty -- View this message in context: http://openejb.979440.n4.nabble.com/HttpServletRequest-in-webservic