camel2.1 with geronimo 2.2 (activemq 3.5) from camel list

2010-01-21 Thread ulise
posted already here. http://old.nabble.com/camel-2.1-with-geronimo-2.2-(activemq-3.5)-ts27244553.html http://old.nabble.com/camel-2.1-with-geronimo-2.2-(activemq-3.5)-ts27244553.html Hi I tried to run camel in a freshly downloaded geronimo-tomcat6-javaee5-2.2. I simply uncommented the

Running Apache with the Apache Commons Daemon under Microsoft Windows

2010-01-21 Thread Johannes Weberhofer, Weberhofer GmbH
1) I have been investigating a problem deploying an Application onto a Geronimo 2.1 or 2.2 Server on a Windows System using the Apache Commons Daemon. The issue was, that I regularly got PermGenSpace errors. Following the guides, I added -XX:MaxPermSize=256m to geronimosrvw.exe's Java

How to configure Single Sign On for G 2.2 with Tomcat

2010-01-21 Thread boes
Hi, I'm trying to configure Single Sign On (SSO) in Geronimo 2.2 with Tomcat, but I can't get it to work. In Geronimo 2.1.4 the SSO configuration is done by adding a gbean in config.xml and I had no problem to make that work. In the documentation for 2.2 I found that SSO configuration is

Re: camel2.1 with geronimo 2.2 (activemq 3.5) from camel list

2010-01-21 Thread David Jencks
AFAIK no one has looked into how to do this. I suspect that you will need to build your own camel-activemq-broker plugin by copying the geronimo activemq-broker plugin and adding dependencies on the camel jars and modifying the server.xml to include appropriate camel beans. I think you

GEP 2.2 RC2 issue?

2010-01-21 Thread Ted Kirby
I have created a dynamic web project and it seems to work fine. I can deploy and use the war file, and it gets republished if I change source. However, on every deploy/republish, I get this error in eclipse: Module config Id not found for undeployment java.lang.NullPointerException at

Re: How to configure Single Sign On for G 2.2 with Tomcat

2010-01-21 Thread Ivan
I am afraid that Geronimo 2.2 might not support the SSO function provided by Tomcat, as all the authentication work has been taken over by Geronimo. Maybe you could try some other solutions, like CAS, etc, personally, it is stronger. 2010/1/21 boes g...@xs4all.nl Hi, I'm trying to configure

Re: GEP 2.2 RC2 issue?

2010-01-21 Thread Delos
Hi Ted, I tried a similar dynamic project in eclipse 3.5, but didn't reproduce your problem. If possible, could you provide your environment information, such as eclipse version, jdk version? If you can create a JIRA and attach your project, that will be more helpful. BTW, here is the