Lookup JMX server

2006-06-09 Thread Nirav Mehta
Hi guys,I am new to JMX and an trying it out on Geronimo. How do I lookup the MBean server instance? Is it registered in the JNDI?Nirav

Re: Anyone got daytrader + derby running in 1.1?

2006-06-09 Thread David Jencks
On Jun 8, 2006, at 8:12 PM, Lin Sun wrote: Hi David, I guess the application project you mean is the daytrader-1.1 \modules\derby module. Unfortunately, this is the only module that was not built for me when I invoke mvn package from daytrader root directory. I saw maven 1.1 stuff in

Re: Changing application calsspath to include directory

2006-06-09 Thread paul . newport
URI. You could try creating the artifact as a directory (repository/test/jars/foo-1.1.jar/ ) and then using the proper URI syntax (test/foo/1.1/jar) to refer to it and see what happens. That would be interesting. That approach didn't work, nor did sticking the properties file in a (foo) jar file

Creating SSL connections from an application

2006-06-09 Thread Markus Wolf
Hi Newsgroup :) I'm new to Geronimo and JEE at all. I have a problem creating a SSL socket from my application. I recieve this exception (part of it): Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at

Re: Changing application calsspath to include directory

2006-06-09 Thread paul . newport
As an alternative tack I have downloaded the latest 1.1 release candidate (geronimo-1.1-20060607) so that I could try out the suggested org.apache.geronimo.system.sharedlib.SharedLib method of overriding the classpath. Before I even wrote a geronimo application deployment descriptor, I tried

Re: Changing application calsspath to include directory

2006-06-09 Thread Aaron Mulder
OK, there are several different issues here. First, putting properties files in a JAR and adding a dependency on that JAR should work, so there must be some problem with either the configuration or the code that you're trying to use. If you'd like to pursue that, can you post your code and JAR

RE: developing a server wide database connection plan for oracle

2006-06-09 Thread Lin Sun
Thanks Stan. This has been a good derby education for me. :-) Lin -Original Message- From: Stanley Bradbury [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 4:18 PM To: user@geronimo.apache.org Subject: Re: developing a server wide database connection plan for oracle Aaron

Re: Changing application calsspath to include directory

2006-06-09 Thread paul . newport
First, putting properties files in a JAR and adding a dependency on that JAR should work, so there must be some problem with either the configuration or the code that you're trying to use. I knocked up a test application that did just this and it works fine in Geronimo so I will have to go back

Re: Changing application calsspath to include directory

2006-06-09 Thread Donald Woods
What JARs (like maybe Axis) are being included in your RAD built project? [EMAIL PROTECTED] wrote: First, putting properties files in a JAR and adding a dependency on that JAR should work, so there must be some problem with either the configuration or the code that you're trying to use. I

Oracle XA Driver in Console (via Plugin)

2006-06-09 Thread Aaron Mulder
Here's an attempt to do two things: - demonstrate plugins in action - provide easier access to the Oracle XA driver This will only work on 1.1, specifically http://people.apache.org/dist/geronimo/unstable/1.1-412854 or a future 1.1 build, and you'll need the full J2EE distribution because Little

deployment descriptor

2006-06-09 Thread Clough, Ray C PWR
Title: deployment descriptor I've got a very simple web, which deploys fine to Geronimo, as long as I don't include the following geronimo-web.xml descriptor. When I do, it blows up. I'd like to include it so that I don't get the warning message. What is wrong here? ?xml version=1.0

Re: deployment descriptor

2006-06-09 Thread Paul McMahan
Hi Ray, this problem looks like its caused by whitespace in your context-root. See http://issues.apache.org/jira/browse/GERONIMO-1683 Best wishes, Paul On 6/9/06, Clough, Ray C PWR [EMAIL PROTECTED] wrote: I've got a very simple web, which deploys fine to Geronimo, as long as I

RE: deployment descriptor

2006-06-09 Thread Clough, Ray C PWR
That is indeed the problem. Thanks. -Original Message- From: Paul McMahan [mailto:[EMAIL PROTECTED] Sent: Friday, June 09, 2006 1:59 PM To: user@geronimo.apache.org Subject: Re: deployment descriptor Hi Ray, this problem looks like its caused by whitespace in your context-root. See