Re: Problem in creating Web Service in Eclipse using 2.1.8 Geronimo

2012-01-24 Thread Ivan
As I asked in my last response, which tool did you use to generate the jaxb classes ? From the stack and your words, seems that you are using the jaxws plugin in Eclipse to do that ? If does, I did not see what is required to do on Geronimo side. Also, I would reminder that the cxf version in Geron

Re: Build a plugin jar with mative libs on geronimo

2012-01-24 Thread easyl
Geronimo 2.2.1 -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Build-a-plugin-jar-with-native-libs-on-geronimo-tp3681767p3683998.html Sent from the Users mailing list archive at Nabble.com.

Re: Virtual Host Configuration

2012-01-24 Thread Ivan
Hmm, I am wondering which doc did you refer to, and did not think the current geronimo-web.xml will work in Geronimo 2.1.*. For the virtual host in Geronimo 2.2.*, the doc url is https://cwiki.apache.org/GMOxDOC22/configuring-virtual-host-in-tomcat.html. If you really would like to use container-c

Re: Build a plugin jar with mative libs on geronimo

2012-01-24 Thread Ivan
To use the default shared library, places all your jar files in the var\shared\lib, and configure the dependency below in your application plan, then all those classes should be available in your ear application. org.apache.*geronimo*.configs <*artifactId*>*sharedlib* Hope it helps. 2012/1/24 ea

Daytrader application does not build

2012-01-24 Thread lichtin
Hi Following https://cwiki.apache.org/GMOxDOC22/daytrader-a-more-complex-application.html I'm trying to build the application. However, it fails at some point with output: $ mvn -e install + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] DayTr

RE: Virtual Host Configuration

2012-01-24 Thread Ray Sprinkle
Hmm, I am wondering which doc did you refer to, and did not think the current geronimo-web.xml will work in Geronimo 2.1.*. For the virtual host in Geronimo 2.2.*,  the doc url is  https://cwiki.apache.org/GMOxDOC22/configuring-virtual-host-in-tomcat.html. If you really would like to use conta

Re: Problem in creating Web Service in Eclipse using 2.1.8 Geronimo

2012-01-24 Thread Venkat
Hi Ivan, thanks for your reply. But I am using Geronimo 2.2, CXF 2.5.1. And I saw that CXF lib folder has the jaxb api 2.2.3. -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Problem-in-creating-Web-Service-in-Eclipse-using-2-1-8-Geronimo-tp3672504p3685816.html Sent f

Re: Virtual Host Configuration

2012-01-24 Thread Ivan
Maybe the doc did not express the idea clearly. Think that it means that the container-config element is configured in http://geronimo.apache.org/xml/ns/j2ee/web/tomcat-2.0.1 . While the contents of that element should be follow the schema http://geronimo.apache.org/xml/ns/web/tomcat/config-1.0. Fo

Re: Problem in creating Web Service in Eclipse using 2.1.8 Geronimo

2012-01-24 Thread Ivan
IIRC, cxf 2.5.1 implements jax-ws 2.2, and it requires the jaxb 2.2, and in Geronimo 2.2, jaxb 2.1 api and impl are shipped. Think you may add the hidden-class to prevent loading jaxb 2.1 api and impl from server runtime. The doc URL is https://cwiki.apache.org/GMOxDOC22/classloading.html . 2012/

Re: Daytrader application does not build

2012-01-24 Thread Ivan
Think that you may need maven 3, as it is required by the trunk codes. While I would suggest to use those released tag, the trunk codes in Geronimo is under OSGi-related changes, and it depends on some snapshot from other projects, and those snapshot from Geronimo and other projects may not publish

Re: DeploymentException: POJO web service not configured by any web service builder

2012-01-24 Thread Ivan
The description for option org.apache.cxf.jaxws. checkPublishEndpointPermission could be found in https://cwiki.apache.org/GMOxDOC22/web-services-issues.html. I doubt that it is related to your issue. If the problem is that RMIConnector could not write it to the deploy directory, I guess that whe