Antwort: Re: Re: Re: Re: Re: Antwort: Re: Change Version of Apache CXF for Geronimo

2008-08-14 Thread Josef . Eisele
Hi Jarek, I will open a Geronimo-Bug on the deployment-issue after my 10-days holidays. Concerning the Webservice-Issue I added the Apache CXF-User-List to this issue. The error arises on the server, but is not logged there. The stacktrace I posted is from the client. I tried to debug the

EAR bundle dir classpath issue

2008-08-14 Thread fmeili
Hi, I've try to build an EAR with the default lib/ bundle directory without using the manifes Class-Path entry in all WAR's which references the jar files in the lib/ directory. This EAR should be standard JEE5 compliant and should be deployable without any change in Geronimo 2.1.2 and GlassFish

Is config.ser ever used??

2008-08-14 Thread Luciano Salotto
We are working on creating an 'image' of WASCE (2.0), with the application already bundled. Initially we have a clean install of WASCE and deploy the application to it, then upload that to a server for the end user to download and use locally. We don't want to do that on every code change, so we

SCA support in Geronimo by integrating Tuscany

2008-08-14 Thread Vamsavardhana Reddy
I am looking at providing SCA support in Geronimo by integrating Tuscany which implements SCA v1.0 specifications [1]. Last year Manu and myself have developed a Tuscany plugin for Geronimo with limited functionality where the services are exposed as webservices using the web container in

Help! Could not publish to server error

2008-08-14 Thread gsilverman
Help! I cannot publish a dynamic web application to Geronimo v2.1.2 using Eclipse 3.4. I followed the tutorial, Web Application for EJB access, to the letter and I get the following error when I add the ejb and web projects to the running Geronimo server in Eclipse: Publishing to Apache

Maven Plugin and Changing Ports

2008-08-14 Thread Geoffrey Wiseman
Ok, with the Geronimo Plugin and Assemblies to 2.1.2, both Geronimo-tomcat6-javaee5 and Geronimo-jetty6-javaee5 seem to load partially, although the Yoko ORB wants to grab Port 1050 that's currently held by ccApp.exe (Norton AntiVirus), which seems to be a known problem. Is there any way to

Re: Help! Could not publish to server error

2008-08-14 Thread gsilverman
Seems there are others on this forum with the same problem, and it appears to be a Java version issue. I'm using 1.6 but will have to try it with 1.5. gsilverman wrote: Help! I cannot publish a dynamic web application to Geronimo v2.1.2 using Eclipse 3.4. -- View this message in

Re: Maven Plugin and Changing Ports

2008-08-14 Thread Vamsavardhana Reddy
Look at plugins\corba\j2ee-corba-yoko\pom.xml . You can modify config-substitution key=COSNamingPort1050/config-substitution to include your own port number so that the binaries you build will use that port number you specify. ++Vamsi On Thu, Aug 14, 2008 at 9:52 PM, Geoffrey Wiseman [EMAIL

Re: EAR bundle dir classpath issue

2008-08-14 Thread David Jencks
I think you've identified two bugs. Could you please open jira issues for them? https://issues.apache.org/jira/browse/GERONIMO I don't immediately see a workaround other than defining the lib directory to be / and putting all the lib jars in the root of the ear. thanks david jencks On

Re: Is config.ser ever used??

2008-08-14 Thread David Jencks
On Aug 14, 2008, at 8:12 AM, Luciano Salotto wrote: We are working on creating an 'image' of WASCE (2.0), with the application already bundled. Initially we have a clean install of WASCE and deploy the application to it, then upload that to a server for the end user to download and use

Re: Geronimo Maven Plugin

2008-08-14 Thread David Jencks
On Aug 14, 2008, at 8:34 AM, Geoffrey Wiseman wrote: I’d like to use Geronimo to run some integration tests in Maven that are going to require a container and a message queue. To that end, I briefly looked at Cargo, which I’ve used in the past, but they seem to support 1.0.X, not even

Re: Maven Plugin and Changing Ports

2008-08-14 Thread David Jencks
On Aug 14, 2008, at 9:32 AM, Vamsavardhana Reddy wrote: Look at plugins\corba\j2ee-corba-yoko\pom.xml . You can modify config-substitution key=COSNamingPort1050/config-substitution to include your own port number so that the binaries you build will use that port number you specify. I

Re: Help! Could not publish to server error

2008-08-14 Thread Ted Kirby
What version of the Geronimo Eclipse Plugin (GEP) did you use? We are about to release GEP 212, which should fix this problem. See http://mail-archives.apache.org/mod_mbox/geronimo-dev/200808.mbox/ajax/[EMAIL PROTECTED] for details on how to get it. It would be useful for us to know if that

Re: Is config.ser ever used??

2008-08-14 Thread Luciano Salotto
David Thanks for your quick replay, It is very definitely used. Deployment in geronimo consists of translating whatever deployment plans (javaee spec dds, annotations, geronimo service plans, etc) into geronimo service component (gbean) descriptors (GBeanData) and serializing them into the

RE: Geronimo Maven Plugin

2008-08-14 Thread Geoffrey Wiseman
Sorry, I meant to include a link to the documentation I was using. Basically the first hit that comes back on Geronimo-maven-plugin from Google, which is this: http://geronimo.apache.org/maven/server/maven-plugins/geronimo-maven-plu gin/usage/modules.html From: David Jencks [mailto:[EMAIL

RE: Maven Plugin and Changing Ports

2008-08-14 Thread Geoffrey Wiseman
Yes, I did think about doing my own server assembly, seemed to be an option based on the release notes I'd seen for 2.1, but I was hoping to get things up and running first and then look at cutting back after that, mostly because, as you say, it's another thing to learn. ;) I'll see if I

Re: Help! Could not publish to server error

2008-08-14 Thread gsilverman
I'll get the new Geronimo plugin and see if that helps. By the way, does this versin support Java 1.6, or do I still need to use 1.5? gsilverman wrote: Seems there are others on this forum with the same problem, and it appears to be a Java version issue. I'm using 1.6 but will have to try

Re: Maven Plugin and Changing Ports

2008-08-14 Thread Jarek Gawor
Take a look at http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/pom.xml?view=markup starting at line 201. You should be able to add something like: option-Dorg.apache.geronimo.config.substitution.prefix.COSNamingPort=1051/option. Also, can you open a bug on the documentation

Re: Help! Could not publish to server error

2008-08-14 Thread Ted Kirby
Sorry, I should have been more clear. It supports Java 1.5 and Java 1.6. Ted Kirby On Thu, Aug 14, 2008 at 1:34 PM, gsilverman [EMAIL PROTECTED] wrote: I'll get the new Geronimo plugin and see if that helps. By the way, does this versin support Java 1.6, or do I still need to use 1.5?

Re: Is config.ser ever used??

2008-08-14 Thread David Jencks
On Aug 14, 2008, at 10:11 AM, Luciano Salotto wrote: David Thanks for your quick replay, It is very definitely used. Deployment in geronimo consists of translating whatever deployment plans (javaee spec dds, annotations, geronimo service plans, etc) into geronimo service component

Re: Help! Could not publish to server error

2008-08-14 Thread gsilverman
Problem with new GEP!!! You can't add a servlet to a Dynamic Web Application project. The wizard adds the servlet mapping elements to web.xml, but does not create the java file. Therefore, I can't test to see if it fixed publishing issue. gsilverman wrote: Help! I cannot publish a dynamic

RE: Maven Plugin and Changing Ports

2008-08-14 Thread Geoffrey Wiseman
Issue filed for the docs: https://issues.apache.org/jira/browse/GERONIMO-4247 The property is seemingly accepted, but doesn't change the end result -- I disabled ccApp.exe for now, so it gets to startup and tells me that the CORBA Naming Service is running on 1050. Looking into why, but will

Re: Maven Plugin and Changing Ports

2008-08-14 Thread Jarek Gawor
Thanks. I think the property should have been: option-Dorg.apache.geronimo.config.substitution.COSNamingPort=1051/option. (no .prefix) Jarek On Thu, Aug 14, 2008 at 3:20 PM, Geoffrey Wiseman [EMAIL PROTECTED] wrote: Issue filed for the docs:

RE: Maven Plugin and Changing Ports

2008-08-14 Thread Geoffrey Wiseman
Yes, that did it. 1051 is apparently consumed by iTunesHelper.exe, but control over port will give me enough to find a port that's free on the developer workstations. Great - I'll put a custom assembly aside for now and come back to it later. -Original Message- From: Jarek Gawor

Connecting my application to a connection pool

2008-08-14 Thread purdticker
I've deployed a database pool on my geronimo server. Now, I'm trying to connect my application to that pool. I tried following the directions from the Usage link next to that pool, but I get an error (seen below). My web.xml and geronimo-web.xml: http://www.nabble.com/file/p18990389/web.xml

Re: Connecting my application to a connection pool

2008-08-14 Thread David Jencks
Are you sure the geronimo-web you show is actually the plan being deployed against? The dependency on your db pool is not showing up in the list of modules searched for matches. thanks david jencks On Aug 14, 2008, at 2:51 PM, purdticker wrote: I've deployed a database pool on my

Re: Connecting my application to a connection pool

2008-08-14 Thread purdticker
I just double checked... yes it is. djencks wrote: Are you sure the geronimo-web you show is actually the plan being deployed against? The dependency on your db pool is not showing up in the list of modules searched for matches. thanks david jencks On Aug 14, 2008, at 2:51 PM,

Re: Help! Could not publish to server error

2008-08-14 Thread Ted Kirby
I was able to do this: http://cwiki.apache.org/GMOxDOC21/5-minute-tutorial-on-enterprise-application-development-with-eclipse-and-geronimo.html . Can you do that? Also, with J6, I created a dynamic web project with New-Project... I then right-clicked on the new project, and chose New-Servlet.