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

2008-10-30 Thread Doug Reeder
(Sorry to reply so late.) Well, given that documentation for every other Java EE server (including ones using OpenJPA) that comes up in a Google search for jta-data-source says that you put the JNDI name of your DataSource there, it seems reasonable to expect that Geronimo will interpret it

Re: MySQL and database pool

2008-10-30 Thread David Jencks
This seems very strange. Which exact geronimo server did you start with? Have you modified anything in config.xml or installed anything for other versions of geronimo servers? Could you show us var/config/config.xml, and your plan? thanks david jencks On Oct 30, 2008, at 11:33 AM, zielins

MySQL and database pool

2008-10-30 Thread zielinski.karol
Hi, I'm trying to create some databse pool (for MySQL) and what I'm getting is: Error Deploying: Unable to deploy: newDataBase - see the log for details and in the log I see: 19:12:46,561 ERROR [Deployer] Deployment failed due to java.lang.IllegalStateException: More than one element: [EMAIL P

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

2008-10-30 Thread David Jencks
Hi jsmch, As I mentioned in a reply to Doug Reeder I think you have to use the activemq jndi context documented here: http://activemq.apache.org/jndi-support.html for non ee clients. Hope this helps david jencks On Oct 30, 2008, at 10:01 AM, jsmch wrote: Hi djencks, i´ve answered dire

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

2008-10-30 Thread jsmch
Hi djencks, i´ve answered directly to you instead of answering in the forum - this was a kind of failure. (Perhaps you didn´t recognized that a message was sent to you directly - sorry :wistle:) I´m using a Server-side kernel that has to be contacted by client-apps that also have to share the JM

Re: Geronimo security question

2008-10-30 Thread David Jencks
On Oct 30, 2008, at 3:32 AM, johnxmas wrote: Hi, I'm moving applications from Tomcat to Geronimo 2.1.3 One of these apps had security constraints. I read the documentation but, honestly, I didn't understand how I can achieve the same under Geronimo Any help would be appreciated Jean-No

Re: Solution Re: Logging-Framework for applications?

2008-10-30 Thread David Jencks
Hi Juergen, I am not a log4j configuration expert but I think the problem is that despite resetting the overall log level to DEBUG there are other configuration statements that imply INFO level logging for everything not explicitly mentioned this might be the same thing you are tryin

Solution Re: Logging-Framework for applications?

2008-10-30 Thread Juergen Weber
Problem was, I had changed the loglevel to DEBUG via Geronimo Console in the Log Manager portlet. Looks like changes here are not propagated to applications. Only when I added log4j.logger.org.apache.geronimo.samples.slsb.calculator=DEBUG to var/log/server-log4j.properties and rebooted the serv

Geronimo security question

2008-10-30 Thread johnxmas
Hi, I'm moving applications from Tomcat to Geronimo 2.1.3 One of these apps had security constraints. I read the documentation but, honestly, I didn't understand how I can achieve the same under Geronimo Any help would be appreciated Jean-Noël Here is the tomcat configuration - tomcat-users.