Re: Building Geronimo through maven

2006-07-04 Thread John Sisson
Krishnakumar B wrote: hi, which version of geronimo r u trying to build. If its latest u need to checkout from trunk ( http://svn.apache.org/repos/asf/geronimo/trunk ) and u would get 1.2-SNAPSHOT. If its 1.1 u cant try ( https://svn.apache.org/repos/asf/geronimo/branches/1.1 ). u can try HEAD

Re: Building Geronimo through maven

2006-07-04 Thread Krishnakumar B
hi, which version of geronimo r u trying to build. If its latest u need to checkout from trunk ( http://svn.apache.org/repos/asf/geronimo/trunk ) and u would get 1.2-SNAPSHOT. If its 1.1 u cant try ( https://svn.apache.org/repos/asf/geronimo/branches/1.1 ). u can try HEAD of this. Regards Krish

Re: Building Geronimo through maven

2006-07-04 Thread John Sisson
Hi Karthiga, Where did you obtain the source that you are building from (e.g. did you download it and if so, when and what was the file name, or are you building it from files checked out from subversion? Thanks, John Karthiga wrote: Hi all, I am working on the Installation article fo

Building Geronimo through maven

2006-07-04 Thread Karthiga
Hi all,   I am working on the Installation article for the Geronimo v1.1 User Guide. I trying to build Geronimo from source but every time I try I get the following error.     __  __ |  \/  |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~ |_|  |_\__,_|\_/\___|_|

Fwd: Deployment plans for geronimoV1.1

2006-07-04 Thread Kanchana Welagedara
Hi Aaron On 7/2/06, Aaron Mulder <[EMAIL PROTECTED]> wrote: You appear to have several problems: 1&2: No plans for Geronimo 1.1 should have a configId or parentId. If you're using an XML editor, it should tell you that these plans are invalid -- be sure you've pointed your editor to the correc

JDBC Feature List for Geronimo v 1.1

2006-07-04 Thread Lasantha Ranaweera
Hi All, I have been updating some documentation stuff for the Apache Geronimo version 1.1 from the last month. The given table gives some of the JDBC features for Geronimo version 1.0. Is this content is still valid for the Geronimo v1.1 too? Feature Description

Re: OutOfMemory

2006-07-04 Thread John Sisson
[EMAIL PROTECTED] wrote: Hi, I have three WAR files running in geronimo-1.1 but after a while I start getting an OutOfMemoryError. I am allocation 2048MB to the JVM when I start the server, and top shows I am only using around 500MB. When I run the same thing in Tomcat 4.1 I have no issues. A

Re: Entity bean can not remove itself

2006-07-04 Thread mahu2425
Hello Dirk, in my scenario the entity bean stores some data from an ERP system. The data is required for a number of steps (function calls, data for message driven beans, etc.). After all (concurrent) tasks have been completed, the entity bean is no longer required and can remove itself. The

OutOfMemory

2006-07-04 Thread RShows
Hi, I have three WAR files running in geronimo-1.1 but after a while I start getting an OutOfMemoryError. I am allocation 2048MB to the JVM when I start the server, and top shows I am only using around 500MB. When I run the same thing in Tomcat 4.1 I have no issues. Any suggestions? Ryan Shows

RE: how to access a properties file in geronimo

2006-07-04 Thread Santosh Koti
Paul, Good idea..!!   I have some problems still , I am not sure what it is all about…?! I will post the same tomorrow.   Thanks, Santosh. "Don't talk about yourself; it will be done when you leave. "   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECT

Re: how to access a properties file in geronimo

2006-07-04 Thread paul . newport
See here: http://www.mail-archive.com/user@geronimo.apache.org/msg03535.html so, to add in a properties file that must be in the root of a jar file, stick this in your deployment plan         example/properties/1.1/jar     and stick this is in your geronimo repository: ..repository/

how to access a properties file in geronimo

2006-07-04 Thread Santosh Koti
Hi all,   I have a xyz.properties file (say) which will be accessed in the java/j2ee code , I want to put that in a classpath  & accesss the same, anyways to do it…??   Do we need a dependency here…??  (But that is not advisable , with versioning, that is required)   PS: I have tried

Re: Re: Spring class not found in 1.1 - classloader issue ?

2006-07-04 Thread paul . newport
I fixed this in 1.0 via the hidden classes filter for org.apache.axis. "By the way I think some facet of this problem, or at least similar symptoms are in 1.0. I have switched some Web Service client code from using RAD generated code that use IBM/Websphere  specific jar files to RAD generated

Re: Re: Re: Spring class not found in 1.1 - classloader issue ?

2006-07-04 Thread paul . newport
If I override the Geronimo Spring classes to be hidden as in the deployment plan I still get the same error, either with  spring.jar in the lib dir of the web app or as a dependency in the deployment plan         xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-1.1"         xmlns:sys="h

Re: Re: Spring class not found in 1.1 - classloader issue ?

2006-07-04 Thread paul . newport
By the way I think some facet of this problem, or at least similar symptoms are in 1.0. I have switched some Web Service client code from using RAD generated code that use IBM/Websphere  specific jar files to RAD generated code that uses Axis instead. Again I have a jar (axis.jar) on my manifest

Re: Re: Re: Spring class not found in 1.1 - classloader issue ?

2006-07-04 Thread Aaron Mulder
That shouldn't be applicable to 1.1 -- it's supposed to behave that way by default. Still, might be worth testing to see if the workaround added in 1.1 is broken. Thanks, Aaron On 7/4/06, Chris Wilkes <[EMAIL PROTECTED]> wrote: Try putting the spring.jar in the WEB-INF/lib and then putting

Re: Re: Spring class not found in 1.1 - classloader issue ?

2006-07-04 Thread Chris Wilkes
Try putting the spring.jar in the WEB-INF/lib and then putting org.springframework in your geronimo-web.xml file. See http://www.savoirtech.com/roller/page/jgenender?entry=trouble_deploying_your_web_apps Chris On Tue, Jul 04, 2006 at 01:51:07PM +0100, [EMAIL PROTECTED]

Re: Re: Spring class not found in 1.1 - classloader issue ?

2006-07-04 Thread paul . newport
If I put Spring.jar in the WEB-INF/lib dir I get the same problem as before. If I redeploy with a dependency on spring-1.2.8.jar in the repository I also get the same error (both with and without spring.jar in the lib dir of the web app). (dependency snippet).         sv2         spring      

Re: Succesfully migrating to 1.1

2006-07-04 Thread Gianny Damour
Hello Michael, Thanks for this feedback. Geronimo 1.1 does not support dynamic queries. The feature has been temporarily lost following a major re-architecturing of OpenEJB. It will be back in 1.2. The way it was working was to bind QueryManager into the ENC such that J2EE components can retr

Re: Re: Spring class not found in 1.1 - classloader issue ?

2006-07-04 Thread Aaron Mulder
Can you try putting the Spring JAR in WEB-INF/lib (or in the Geronimo repository and add a dependency on it to your web plan)? That would tell us whether the problem is that we're not using the MANIFEST Class-Path for the WAR file. Thanks, Aaron On 7/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTE

Re: Spring class not found in 1.1 - classloader issue ?

2006-07-04 Thread paul . newport
We are using Rational Application Developer (RAD) from IBM (basically WSAD v 6) The application is deployed as an EAR. Within the application is a WAR file (front end), that has a model (backend) project on it's build path. The model gets automatically jarred up by RAD at EAR creation time and t

Re: Spring class not found in 1.1 - classloader issue ?

2006-07-04 Thread Aaron Mulder
Can you explain the packaging of your application and how you include Spring? Thanks, Aaron On 7/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I'm deploying an app that works fine in 1.0. It deploys OK in 1.1 but fails on start up as it cannot find a Spring class. Do I have to do some

Re: Failover of a JMS queue in Geronimo

2006-07-04 Thread Aaron Mulder
Geronimo currently uses ActiveMQ 3.x, so anything you can configure there can be used by Geronimo. It would be possible, for example, to set up an ActiveMQ cluster and point Geronimo at that rather than using the embedded ActiveMQ broker in the Geronimo server. We're currently working on ActiveM

Spring class not found in 1.1 - classloader issue ?

2006-07-04 Thread paul . newport
I'm deploying an app that works fine in 1.0. It deploys OK in 1.1 but fails on start up as it cannot find a Spring class. Do I have to do somethign special in 1.1 if I am using Spring ? 10:33:55,509 ERROR [[/SV2WebServices]] Error configuring application listener of class org.springframework.web

Failover of a JMS queue in Geronimo

2006-07-04 Thread Paul Craton
Does anyone know if there is a way inside Geronimo to handle the failover of the JMS Queue ? I have a feeling the current answer is no but I was wondering if there were any plans to introduce this support in later releases? Any docs/additional information would be useful. Thx Paul Craton

Re: Problem running Jetspeed2 in Geronimo.

2006-07-04 Thread David Jencks
On Jul 3, 2006, at 11:46 PM, Spin wrote: Hello, I'm having the same problem, with the same error. Have you found an answer? The jetspeed 2/geronimo integration in j2-444 is no longer up to date and won't work with geronimo 1.1.I hope to be able to update it fairly soon, but have qu

Re: Problem running Jetspeed2 in Geronimo.

2006-07-04 Thread Spin
Hello, I'm having the same problem, with the same error. Have you found an answer? Thanks Spin 2006-07-04 08:27:55,106 [http-8080-Processor23] DEBUG org.apache.jetspeed.aggregator.impl.RenderingJobImpl - Rendering OID P-10c3838b040-1 [EMAIL PROTECTED] [EMAIL PROTECTED] 2006-07-04 08:27:55,106