Antwort: Re: Using WS-Security with Geronimo 2.1.1

2008-06-27 Thread Josef . Eisele
Hi Lin, thank you very much for your quick response. If I understand you right Geronimo comes with 2 webservice implementations: Apache Axis2 and Apache CXF. If we want to use the 'WS Security 1.1 functionality we should use Apache CXF. Is this what you mean? I haven't found any documentation

Re: Re: Using WS-Security with Geronimo 2.1.1

2008-06-27 Thread Sainath Chowdary
Hi Josef, You can refer to the following link to configure JAX-WS Engine to either CXF or Axis2 in Geronimo. http://cwiki.apache.org/GMOxDOC21/configure-jax-ws-engine.html If you are using Geronimo+Jetty then the default web services implementation is Apahce CXF. Regards, On Fri, Jun 27, 2008

Re: geronimo v2 quartz plugin

2008-06-27 Thread Manu George
Hi, FYI I got the following error too when i tried to build this. [INFO] Failed to configure plugin parameters for: org.codehaus.mojo:xmlbeans-mav en-plugin:2.3.1 (found static expression: 'geronimo-quartz-0.2.xsd' which may act as a defau lt value). Cause: Cannot assign configuration entry

Re: Re: Using WS-Security with Geronimo 2.1.1

2008-06-27 Thread Lin Sun
Hi, You are right that G comes with 2 webservice implementations.I actually don't know if this function is avail with CXF. I was hoping others could comment on that. Lin On Fri, Jun 27, 2008 at 4:37 AM, [EMAIL PROTECTED] wrote: Hi Lin, thank you very much for your quick response. If I

Re: Clusering Configuration samples errors in branches/2.1 using Tomcat

2008-06-27 Thread Kevan Miller
On Jun 25, 2008, at 12:05 PM, Jason Warner wrote: I took a look at the classloader being used. It only contains one instance of UniqueId in any of the parent classloaders. I took a quick look at the changes between Wadi 2.0-M10 and 2.0, and there is indeed a significant amount of

Re: Clusering Configuration samples errors in branches/2.1 using Tomcat

2008-06-27 Thread Jason Warner
It seems my understanding of how classloaders work is not as thorough as it could be. From what I can see, juli doesn't include a UniqueId class, so I'm not sure how we could get a conflict there. Could you explain how that could be happening? I could take a look at it for a bit today, though I

NullPointerException Could not publish to Server from Eclipse

2008-06-27 Thread Dave Syer
I can't start any web apps from Eclipse (Europa + GEP 2.1.1). Even a basic HelloWorld application created from File-New... has the same problem. An error shows up in Eclipse's errors view: java.lang.NullPointerException at

Re: NullPointerException Could not publish to Server from Eclipse

2008-06-27 Thread Ted Kirby
Do you have Europa Winter, Version: 3.3.2, Build id: M20080221-1800? It is available from http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/europa/winter/eclipse-jee-europa-winter-win32.zip. Ted Kirby On Fri, Jun 27, 2008 at 10:03 AM, Dave Syer [EMAIL

Re: Clusering Configuration samples errors in branches/2.1 using Tomcat

2008-06-27 Thread Kevan Miller
On Jun 27, 2008, at 9:55 AM, Jason Warner wrote: It seems my understanding of how classloaders work is not as thorough as it could be. From what I can see, juli doesn't include a UniqueId class, so I'm not sure how we could get a conflict there. Could you explain how that could be

Re: NullPointerException Could not publish to Server from Eclipse

2008-06-27 Thread Lin Sun
I tried to create a simple dynamic web project using Eclipse and noticed that geronimo-web.xml is not generated (I did choose to generate the file at the panels). Without the file, this exception could throw. Also, what configuration do we recommend users to launch Eclipse? I got OOM after a

Antwort: Re: Re: Using WS-Security with Geronimo 2.1.1

2008-06-27 Thread Josef . Eisele
Hi Lin and all WS-Experts, with the help of Sainath I configured now CXF for my Geronimo. In my Geronimo 2.1.1 Installation I found in the METAINF-File for cxf-rt-core-2.0.2-incubator.jar: Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Built-By: dkulp

Re: NullPointerException Could not publish to Server from Eclipse

2008-06-27 Thread Dave Syer
Yes, I am using Europa - Winter (although it doesn't make any difference if I use a different Europa). There was no geronimo-web.xml in any of the webapps I tried. I created one by hand from the HelloWorld I found on the wiki, but that didn't change the error. (Not sure if it's significant,

Re: geronimo v2 quartz plugin

2008-06-27 Thread jklcom99
I've looked into dependency groupIdorg.apache.xbean/groupId artifactIdxbean-naming/artifactId version3.3/version /dependency xbean-naming has no implementation of ConfigurationAwareReference. geronimo-naming has both implementations of

Re: geronimo v2 quartz plugin

2008-06-27 Thread jklcom99
And why is it trying to access org.apache.xbean.naming.reference. instead of org.apache.geronimo.naming.reference.* which is what is imported in QuartzJobFactory.java manucet wrote: Hi, FYI I got the following error too when i tried to build this. [INFO] Failed to configure plugin

Re: NullPointerException Could not publish to Server from Eclipse

2008-06-27 Thread Tim McConnell
Hi Dave, actually that is significant. It means that one (or more) of the namespaces in your deployment descriptor is not valid. If you're using a simple dynamic web app, the namespaces at the top of the geronimo-web.xml should look something like this: ?xml version=1.0 encoding=UTF-8

Re: Deploying application-scoped db pool with an ear

2008-06-27 Thread purdticker
Sorry what's a JIRA, and where do I submit it? Lin Sun-2 wrote: Great to know that!! Thanks for the feedback Can you open a JIRA so that we can fix the instruction in the console to remind our user that - for application scope db, a user would also need to add module and connector tags

Re: Deploying application-scoped db pool with an ear

2008-06-27 Thread Lin Sun
Here is a general guidance for finding a bug - http://geronimo.apache.org/found-a-bug.html Here is the link to our JIRA (bug tracker) system - http://issues.apache.org/jira/browse/GERONIMO Thanks, Lin On Fri, Jun 27, 2008 at 2:30 PM, purdticker [EMAIL PROTECTED] wrote: Sorry what's a JIRA,

Re: geronimo v2 quartz plugin

2008-06-27 Thread David Jencks
On Jun 27, 2008, at 11:06 AM, jklcom99 wrote: And why is it trying to access org.apache.xbean.naming.reference. instead of org.apache.geronimo.naming.reference.* which is what is imported in QuartzJobFactory.java The Geronimo reference classes extend the xbean reference class. thanks

Error when using EJB / persistence

2008-06-27 Thread purdticker
I'm getting the following exception thrown when I call findByPrimaryKey(): javax.ejb.EJBException: The bean encountered a non-application exception.; nested exception is: openjpa-1.0.2-r420667:627158 nonfatal general error org.apache.openjpa.persistence.PersistenceException: For input

Re: geronimo v2 quartz plugin

2008-06-27 Thread jklcom99
If that is the case, I don't see why it's giving that error. djencks wrote: On Jun 27, 2008, at 11:06 AM, jklcom99 wrote: And why is it trying to access org.apache.xbean.naming.reference. instead of org.apache.geronimo.naming.reference.* which is what is imported in

Re: Re: Re: Using WS-Security with Geronimo 2.1.1

2008-06-27 Thread Alexey Kakunin
CXF Should work fine with WS-Security - only problem what package cxf-rt-ws-security is not included into Geronimo repository 2008/6/27 [EMAIL PROTECTED]: Hi Lin and all WS-Experts, with the help of Sainath I configured now CXF for my Geronimo. In my Geronimo 2.1.1 Installation I found in

Re: Error when using EJB / persistence

2008-06-27 Thread purdticker
purdticker wrote: I'm getting the following exception thrown when I call findByPrimaryKey(): javax.ejb.EJBException: The bean encountered a non-application exception.; nested exception is: openjpa-1.0.2-r420667:627158 nonfatal general error

Re: Error when using EJB / persistence

2008-06-27 Thread purdticker
Looks like that was the problem after all... conversion issues. For some reason this date column is actually a varchar. No more help on this thread required :) -- View this message in context: http://www.nabble.com/Error-when-using-EJB---persistence-tp18161971s134p18164045.html Sent from the

using wadi with tomcat web app in an ear

2008-06-27 Thread [EMAIL PROTECTED]
I am having trouble enabling wadi for a web app contained in an ear. I am able to deploy the sample wadi-webapp war by changing the clustering-wadi tag in geronimo-web.xml to tomcat-clustering-wadi but am unable to package the war in an ear, when doing so geronimo complains about not being able

How can I depoly a fat client into a machine?

2008-06-27 Thread Kenson MAN
Dear All, I'm a beginner of JEE application and Geronimo. My environment: Server (Geronimo 2.1.1) 192.168.0.100 Client[1..10] 192.168.0.101~192.168.0.1 The application is packaged in a EAR (including all EJB, client application and required library) I'm going to develop a application (EJB3 +