Re: A few questions

2007-03-30 Thread leonard flournoy
On 3/30/07, David Jencks <[EMAIL PROTECTED]> wrote: On Mar 30, 2007, at 12:45 PM, leonard flournoy wrote: The answers may depend on the geronimo version you are using. I'll assume you are bleeding edge and using 2.0 :-) > 1) Is it possible to change the version of tomcat ?

A few questions

2007-03-30 Thread leonard flournoy
1) Is it possible to change the version of tomcat ? 2) Is it possible to specify the parser that geronio uses by default ? 3) How do you configre Geronimo to use a single class loader when loading ear files? 4) Does Geronimo offer a service simular to JBoss's SystemPropertiesService which allow

Server dies badly when starting with an bad non core configuration

2007-01-25 Thread leonard flournoy
Here's the scenario, when I deploy an application using --offline and then start the server, it dies badly because of an error in the newly deployed application. This is not an error on within the geronimo core, just an application deployed but not started. Has anyone else had this experience?

Oracle XA

2007-01-24 Thread leonard flournoy
I am trying to set up oracle to make use of the XA drivers but I have been unsuccessful. I am using the web console to create the pool and I've selected Oracle XA. Does anyone have an example of an Oracle XA deployment plan that works or if you have a link to a page that would guide me through a d

Re: Build Failed - Building from SVN Geronimo 1.0

2006-02-17 Thread leonard flournoy
Worked like a charm, thanksOn 2/17/06, Kevan Miller <[EMAIL PROTECTED]> wrote: On Feb 17, 2006, at 10:22 AM, leonard flournoy wrote:I have done the following:1) Install Maven 22) Download the Geronimo specs trunk:svn co https://svn.apache.org/repos/asf/geronimo/specs/trunk3) Compile the

Re: Build Failed - Building from SVN Geronimo 1.0

2006-02-17 Thread leonard flournoy
I have done the following:1) Install Maven 22) Download the Geronimo specs trunk:svn co https://svn.apache.org/repos/asf/geronimo/specs/trunk3) Compile the specs:mvn installat this point mvn just loops - any suggestions?On 2/12/06, Bruce Snyder <[EMAIL PROTECTED]> wrote: On 2/11/06, Sanjay Dwived

Re: Looking for a sample geronimo-web.xml containning the reference to EJBs

2006-02-16 Thread leonard flournoy
You may want to take a look at the ejb examples provided here: http://opensource2.atlassian.com/confluence/oss/display/GERONIMO/Apache+Geronimo+V1+-+Documentation+Draft On 2/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Many thanks in advance.Cheers!Young

Re: Geronimo Build Failed

2006-02-13 Thread leonard flournoy
L PROTECTED]> wrote: I haven't seen that error before.  Are you using Maven 1.1-beta-2?And what version of Geronimo are you building ( 1.0 sourcedistribution, or SVN HEAD, or SVN 1.0 branch)?Thanks,    AaronOn 2/13/06, leonard flournoy <[EMAIL PROTECTED]> wrote:> Please assist me wit

Geronimo Build Failed

2006-02-13 Thread leonard flournoy
Please assist me with this problem, do I have to manually edit plugin.jelly ?BUILD FAILEDFile.. C:\IBM-Projects\geronimo\geronimo\maven.xmlElement... maven:reactorLine.. 43Column 154 Unable to obtain goal [multiproject:install-callback] -- C:\Documents and Settings\Administrator\.maven\

Re: from jboss.xml to openejb.xml

2006-02-02 Thread leonard flournoy
Have you checked the other configurtation files to ensure that you've not mistyped the jndi name, you should take a look at your applicatoin.xml. At what point did you recieve the error, was it deployment or runtime? On 2/2/06, Alejandro Montenegro <[EMAIL PROTECTED]> wrote: Hi I'm starting