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

2008-07-01 Thread Alexey Kakunin
2008/6/30 Sainath Chowdary [EMAIL PROTECTED]: Hi Alexey Kakunin, If you know how to work with security and if cxf-rt-ws-security is not present in Geronimo then you should try copying the jar file (cxf-rt-ws-security-*.*.jar) into the project folder class path default location (i.e

Re: Use of a GBean from a Message EJB

2008-07-01 Thread dsthode
Hi manucet, I've followed your advice and changed the default namespace to openejb version 2.2 and added a pattern element for the gbean-ref resolution, but Geronimo keeps failing on deployment with the message that ref-name is not in geronimo-namespace-1.2 schema but in

Re: Use of a GBean from a Message EJB

2008-07-01 Thread Manu George
Hi Damian , Why don't you try giving the namespace for the ref-name element as ref-name may be present in both the schemas, If still it doesn't work it will be helpful if you can attach a sample that replicates the problem Regards Manu On Tue, Jul 1, 2008 at 5:10 PM, dsthode [EMAIL

Re: using wadi with tomcat web app in an ear

2008-07-01 Thread [EMAIL PROTECTED]
The end goal would be to deploy an ear containing a coupe ejb modules, wars rars with wadi clustering enabled for the web apps - packaging the wadi-webapp.war into an ear was the simplest test I could think of to see if the war would deploy cleanly with tomcat-clustering-wadi in the deployment

deploy-offline, Deployer operation failed: Failed to expand the module archive

2008-07-01 Thread jklcom99
I'm using today build, G2.1.2. When deploy offline, I'm getting this error (Access is denied): [java] Deployer operation failed: Failed to expand the module archive [java] org.apache.geronimo.common.DeploymentException: Failed to expand the module archive [java] at

Re: deploy-offline, Deployer operation failed: Failed to expand the module archive

2008-07-01 Thread Jarek Gawor
I think I already fixed that today. Try with very latest code. If it doesn't, please make sure to include in your email the exact command you are executing. Are you also specifying --inPlace option and is C:\apps\myApp.ear\appmain.war is a directory? Jarek On Tue, Jul 1, 2008 at 6:37 PM,

Injecting EJB directly into a JSP

2008-07-01 Thread purdticker
At the top of my jsp: %! @EJB(name=ejb/ReportTrends) private ReportTrends rt; % Within the body tags: % if (rt != null) { out.println(rt.getData()); } else { out.println(rt is null); } % The page displays rt is null. I've tried this same code inside a