How to change the Database for ActiveMQ with local Ressource?

2008-10-27 Thread Jochen Zink
Hello, is it possible to change the Database, where ActiveMQ stores the JMS-Messages? I have an EAR with the activemq ra inside. The RA is reference in the appliation.xml. The JMS-Ressource (Queue and Factory) are configured inside the geronimo-application.xml. Is it in this case possible to s

Admin console doesn't work at all (nonexistent).

2008-10-27 Thread yamagami
Hi there I've got geronimo 2.1.3 running on ubuntu hardy (64 bit) with jdk 1.6, but even though the server is reported running etc., I cannot get ANYTHING on http://localhost:8080/console. On firefox i get a blank page - nothing in it. On Opera I get "http://localhost:8080/console, which is curre

Re: Admin console doesn't work at all (nonexistent).

2008-10-27 Thread Joe Bohn
Based on the server output listed below it looks to me like you are using the minimal (little-G) tomcat assembly. This assembly does not include the console. The console is only included in the Java EE 5 certified assemblies. You can either install the console into the little-G image that y

Re: Admin console doesn't work at all (nonexistent).

2008-10-27 Thread yamagami
Joe, This is one of those moments where I could say "but i'm sure I clicked the javaee version" blah blah blah, but i will say nothing. Thank you for pointing it out. Harel Joe Bohn wrote: > > Based on the server output listed below it looks to me like you are > using the minimal (little-G)

Re: Geronimo and Grails

2008-10-27 Thread Joe Bohn
David Jencks wrote: On Oct 24, 2008, at 11:13 AM, Joe Bohn wrote: I've been playing around with grails and I encountered this exact same behavior Michael mentioned. Even with Gianny's recommended hidden classes I received the dom4j InvalidXPathException on the Tomcat Javaee5 assembly. I

Re: Geronimo and Grails

2008-10-27 Thread David Jencks
On Oct 27, 2008, at 9:08 AM, Joe Bohn wrote: David Jencks wrote: On Oct 24, 2008, at 11:13 AM, Joe Bohn wrote: I've been playing around with grails and I encountered this exact same behavior Michael mentioned. Even with Gianny's recommended hidden classes I received the dom4j InvalidXPa

Re: How to change the Database for ActiveMQ with local Ressource?

2008-10-27 Thread David Jencks
Hi Jochen, When you asked this on the 24th I requested more information: which amq broker are you using? Assuming you are using the default activemq-broker plugin you'll need to do a little surgery. It is set up to use the built in NoTxDataSource. The simplest case is if you don't need the

Re: Connecting to geronimo over SSL.

2008-10-27 Thread Jarek Gawor
Make sure to use the following JMX URL when connecting with JConsole over SSL: service:jmx:rmi:///jndi/rmi://localhost:1099/JMXSecureConnector Jarek On Sun, Oct 26, 2008 at 11:01 AM, r r <[EMAIL PROTECTED]> wrote: > > Hello. > > Pleaase teach me how to connect to geronimo securely with jconsole.

Error user JDOM

2008-10-27 Thread Rodrigo Baeza O
Hello, I have a problem when using JDOM in a draft EJB, I have an EJB that returns a Document which is a sort of package JDOM, use JDOM 1.1 help. Thank you 17:08:34,484 ERROR [Deployer] Deployment failed due to java.lang.NoClassDefFoundError: org/jdom/Content at java.lang.Class.getDeclaredM

Re: Error user JDOM

2008-10-27 Thread Jay McHugh
Hello Rodrigo, What version of Geronimo are you using? JDOM is no longer included (since 2.1.0) so if you need to use JDOM, then you will either need to include it in your application or install it into the repository. Also, remember to include a dependency to it in your deployment descriptor.