Re: deployment in 3.1.3

2010-10-22 Thread joe
Hi, The deploy command: openejb deploy -s ejbd://joe:4 -u C:\Users\joe\development\eclipse-java-helios-win32-workspace\dc5-ejb\build\dc5-ejb-5.0.0.jar My System: Java 1.6 Windows 7 (UAC is turned off :) For OpenEJB 3.1.2 this deploy command works with a 1.5 VM

Re: JUnit-Tests with OpenEJB and Spring

2010-10-22 Thread martin.th.be
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 version of OpenEJB (2.1.3). I hope again you / the community can help me.

Re: deployment in 3.1.3

2010-10-22 Thread Jacek Laskowski
On Thu, Oct 21, 2010 at 8:40 PM, David Blevins david.blev...@visi.com wrote: There should be an apps dir.  So that's definitely something we'll want to fix. No, it doesn't exist. I'd noticed it during 3.1.3 release, but since there's an easy fix I shamelessly decided to vote for it. Sorry for

Re: Testing WebService with 3.1.3

2010-10-22 Thread Jacek Laskowski
On Fri, Oct 22, 2010 at 10:24 AM, martin.th.be martin.th...@googlemail.com wrote: Caused by: java.lang.ClassCastException: class org.apache.cxf.ws.addressing.wsdl.UsingAddressing It's a shot in the dark, but could you verify that you're inadvertently not deploy some CXF-related libraries with

Re: Testing WebService with 3.1.3

2010-10-22 Thread martin.th.be
Many many thanks.. My Maven dependencies was correct. Somewhere Eclipse has cached the version. I didn't notice anything unusual, but in the eclipse-console was the output-text: 'Apache OpenEJB 3.1.2'. Thanks, it works!! -- View this message in context:

Re: HttpServletRequest in webservice

2010-10-22 Thread typhoon
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.IllegalStateException: No SessionHandler or SessionManager while invoking

Re: jsf deployment

2010-10-22 Thread Deepak Vohra
Please refer JSF Injection Support http://openejb.apache.org/3.0/tomcat.html --- On Fri, 10/22/10, El Arbi Aboussoror abousso...@gmail.com wrote: From: El Arbi Aboussoror abousso...@gmail.com Subject: jsf deployment To: users@openejb.apache.org Date: Friday, October 22, 2010, 10:48 AM Hi,  

RE: how to adjust classpath - version 3.1.2

2010-10-22 Thread Yu, Xiaohui
Was anyone able to see if the log openejb generated is normal according to the include/exclude I configured? I'm concerned about all this loadings. I started to get OOM again with slightly newer code base. Here's the new output: Apache OpenEJB 3.1.2 build: 20091010-03:11

Re: deployment in 3.1.3

2010-10-22 Thread David Blevins
On Oct 22, 2010, at 1:29 AM, Jacek Laskowski wrote: On Thu, Oct 21, 2010 at 8:40 PM, David Blevins david.blev...@visi.com wrote: There should be an apps dir. So that's definitely something we'll want to fix. No, it doesn't exist. I'd noticed it during 3.1.3 release, but since there's

Re: how to adjust classpath - version 3.1.2

2010-10-22 Thread David Blevins
On Oct 22, 2010, at 2:40 PM, Yu, Xiaohui wrote: Was anyone able to see if the log openejb generated is normal according to the include/exclude I configured? I'm concerned about all this loadings. I started to get OOM again with slightly newer code base. Here's the new output: Apache

Re: OpenEjb create MapString, MapLong, String resource for @Resource

2010-10-22 Thread David Blevins
On Oct 22, 2010, at 6:09 PM, michaelmgsy wrote: How to creating the MapString, MapLong, String resource for @Resource in openEjb? See http://openejb.979440.n4.nabble.com/Please-Help-me-td2999052.html#a2999052

Re: deployment in 3.1.3

2010-10-22 Thread David Blevins
On Oct 22, 2010, at 12:04 AM, joe wrote: Hi, The deploy command: openejb deploy -s ejbd://joe:4 -u C:\Users\joe\development\eclipse-java-helios-win32-workspace\dc5-ejb\build\dc5-ejb-5.0.0.jar My System: Java 1.6 Windows 7 (UAC is turned off :) For OpenEJB 3.1.2 this deploy

Re: OpenEjb create MapString, MapLong, String resource for @Resource

2010-10-22 Thread michaelmgsy
I look up the source code. For MapString, MapLong, String type resource. In line 363 of PropertyEditors.class, why the parameters type of map only must be Class? The getTypeParameters method can found parameters type array. the array can be used for MapString, MapLong, String type resource.