Re: How may I access ConnectionFactory/Queues etc. with JNDI-lookup?

2008-10-28 Thread David Jencks
On Oct 28, 2008, at 7:14 PM, Doug Reeder wrote: I think the documentation at http://cwiki.apache.org/GMOxDOC22/datasource-connectionfactory-mdb-and-jpa.html and http://cwiki.apache.org/GMOxDOC21/configuring-jms.html is all the documentation there is. Let me know if you figure it out. I spen

Re: JPA in Web Tier: Up from Little-G, or Down from Java EE 5 Certified?

2008-10-28 Thread Kevan Miller
On Oct 28, 2008, at 11:55 PM, Doug Reeder wrote: I have a small web application which uses JPA from the web tier (i.e. I don't use any EJB). The Java application server needs to run with as small a memory footprint as possible, since it will run on a VPS with only 96 MB of memory. The

JPA in Web Tier: Up from Little-G, or Down from Java EE 5 Certified?

2008-10-28 Thread Doug Reeder
I have a small web application which uses JPA from the web tier (i.e. I don't use any EJB). The Java application server needs to run with as small a memory footprint as possible, since it will run on a VPS with only 96 MB of memory. The question is: Is it easier to start with Little-G and

Re: How may I access ConnectionFactory/Queues etc. with JNDI-lookup?

2008-10-28 Thread Doug Reeder
I think the documentation at http://cwiki.apache.org/GMOxDOC22/datasource-connectionfactory-mdb-and-jpa.html and http://cwiki.apache.org/GMOxDOC21/configuring-jms.html is all the documentation there is. Let me know if you figure it out. I spent several days trying to configure OpenJPA to acces

Re: How may I access ConnectionFactory/Queues etc. with JNDI-lookup?

2008-10-28 Thread David Jencks
This is in fact a user list question but please don't cross post. I responded on the dev list but if you have further problems please only post to the user list. david jencks On Oct 28, 2008, at 8:25 AM, jsmch wrote: Hi, i´ve a problem and was not able to find any answer in the last

Re: login module & jdbc driver in ear

2008-10-28 Thread David Jencks
On Oct 28, 2008, at 2:02 AM, Marco Laponder wrote: Hi All, I wonder if it is possible to accomplish the following. I have an EAR (with a WAR) which I can deploy (after your help). The WAR needs a custom login module and this module needs a jDBC driver. Is it possible to embed the login modu

how to set console timeout?

2008-10-28 Thread Juergen Weber
Hi, how can I set the Geronimo jetty console timeout, i.e. the console session timeout until one has to log in again? It's a development machine, no need to timeout. Thanks, Juergen -- View this message in context: http://www.nabble.com/how-to-set-console-timeout--tp20210618s134p20210618.html

How may I access ConnectionFactory/Queues etc. with JNDI-lookup?

2008-10-28 Thread jsmch
Hi, i´ve a problem and was not able to find any answer in the last days. I installed some ConnectionFactory and Topics in the "JMS Resources"-menu-item from Geronimo. Next step i need is to make a lookup on this objects from an client-application. But even that´s the problem. I don´t know how to

Re: Connecting to geronimo over SSL.

2008-10-28 Thread r r
Hi,Jarek. I can connect to Geronimo with Jconsole. Thanks a lot. 2008/10/28 Jarek Gawor <[EMAIL PROTECTED]> > 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 1

Re: Error user JDOM

2008-10-28 Thread Rodrigo Baeza O
Hello, JDOM 1.1 to add the repository and the openejb.jar, agrage dependency, as follows, jdom jdom 1.1 jar with the help earlier the problem is resolved, thank you very much 2008/10/28 Jay D. McHugh <[EMA

Re: Error user JDOM

2008-10-28 Thread Jay D. McHugh
Yup - That is the problem. Geronimo 2.1.2 does not include JDOM so you will either need to include the JDOM jar in your app - Or - install the jar file into the Geronimo repository and include a dependency to it in your deployment descriptor. Jay Rodrigo Baeza O wrote: > Hi Jay, > the version 2

Re: Error user JDOM

2008-10-28 Thread Rodrigo Baeza O
Hi Jay, the version 2.1.2, 2008/10/28 Jay McHugh <[EMAIL PROTECTED]> > 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 reposit

login module & jdbc driver in ear

2008-10-28 Thread Marco Laponder
Hi All, I wonder if it is possible to accomplish the following. I have an EAR (with a WAR) which I can deploy (after your help). The WAR needs a custom login module and this module needs a jDBC driver. Is it possible to embed the login module JAR, the jDBC driver JAR and the loginmoudle configurat