Re: OpenLaszlo as a Geronimo plugin

2008-01-30 Thread Kevan Miller
On Jan 30, 2008, at 5:45 PM, Viet Nguyen wrote: Hi Jim, The plugin that was posted on the JIRA is old. I forget what version it was for, probably G 2.0. So it will not work with G v2.1. You can obtain the WAR version of it at this link http://www.openlaszlo.org/download. It should deploy fine.

Re: Geronimo-1.1.1 : Error "Could not determine geronimo installation directory" when using server.jar

2008-01-30 Thread David Jencks
I think your java environment is not set up properly with a real vm. libgcj.so.7rh appears to indicate you are using kaffe or some other partial java implementation shipped with your os. hope this helps david jencks On Jan 30, 2008, at 2:50 PM, rschundel wrote: Geronimo: 1.1.1 OS: CentOS

Geronimo-1.1.1 : Error "Could not determine geronimo installation directory" when using server.jar

2008-01-30 Thread rschundel
Geronimo: 1.1.1 OS: CentOS5 Geronimo installed in /usr/local/geronimo-1.1.1 I have installed Geronimo several times on various OS platforms without ever incurring any problems. Now I am totally lost as to what the problem could be. I have repeated the installation process several times with the s

Re: OpenLaszlo as a Geronimo plugin

2008-01-30 Thread Viet Nguyen
Hi Jim, The plugin that was posted on the JIRA is old. I forget what version it was for, probably G 2.0. So it will not work with G v2.1. You can obtain the WAR version of it at this link http://www.openlaszlo.org/download. It should deploy fine. If you wish to make a plugin out of it, just deploy

Re: Spring petclinic sample application (from Srping 2.5.1) on Geronimo 2.0.2?

2008-01-30 Thread Paul Wong
David, I should include the orm.xml as well. Many thanks again. Paul 2008/1/30 Paul Wong <[EMAIL PROTECTED]>: > David, > > Please find the persistence.xml attached. > Please advice. > > Thanks a lot. > > Paul > > > On Jan 29, 2008 3:11 PM, David Jencks <[EMAIL PROTECTED]> wrote: > > > well, a

Re: Spring petclinic sample application (from Srping 2.5.1) on Geronimo 2.0.2?

2008-01-30 Thread Paul Wong
David, Please find the persistence.xml attached. Please advice. Thanks a lot. Paul On Jan 29, 2008 3:11 PM, David Jencks <[EMAIL PROTECTED]> wrote: > well, a couple fairly obvious things are going on... > 1. You are running out of permgen space. You need to include something > like -XX:MaxPer

Re: Spring petclinic sample application (from Srping 2.5.1) on Geronimo 2.0.2?

2008-01-30 Thread Paul Wong
Hi John, I just set/create the env. variable GERONIMO_OPTS -XX:MaxPermSize=256M Cheers. Paul On Jan 30, 2008 9:09 AM, jpmlpool <[EMAIL PROTECTED]> wrote: > > Hi Jason, > > I often get OutOfMemoryError, although I have 1.5GB > memory and only run Eclipse, Geronimo, MySQL and Firefox. > Woul

Re: how to redeploy with maven

2008-01-30 Thread MarcoLaponder
undeploy gives an error when it is not deployed yet en then maven stops the build Kind regards, Marco Laponder Jarek Gawor-2 wrote: > > I don't think there is a redeploy maven command but what's the problem > with undeploy? > > Jarek > > On Jan 27, 2008 3:54 AM, MarcoLaponder <[EMAIL PROTECT

Re: jaxws-api-2.1 Classloading

2008-01-30 Thread bdaye
OK, if I remove the lines from the artifact_aliases.properties file, Geronimo will fail to load. However, if I rename the jaxws-api-2.1 jar to axis2-jaxws-api-1.3 (the name of the jar in org/apache/axis2/jaxws-api), Geronimo will start. So it appears that Geronimo jee-specs is looking for a spec

OpenLaszlo as a Geronimo plugin

2008-01-30 Thread Jim
Hello, I am interested in exploring the use of OpenLaszlo as the front end to some applications we are developing in-house. Some questions: [1] Has this already been looked into? This page on JIRA: http://www.nabble.com/-jira--Created%3A-%28GERONIMO-3202%29-OpenLaszlo-Plugin-to10913295s134.h

Re: how to redeploy with maven

2008-01-30 Thread Jarek Gawor
I don't think there is a redeploy maven command but what's the problem with undeploy? Jarek On Jan 27, 2008 3:54 AM, MarcoLaponder <[EMAIL PROTECTED]> wrote: > > Hi All, > > I am trying to redpeply and ear with the maven geronimo plugin, I was able > to do a deploy when the ear was not deployed y

Re: Spring petclinic sample application (from Srping 2.5.1) on Geronimo 2.0.2?

2008-01-30 Thread jpmlpool
Hi Jason, I often get OutOfMemoryError, although I have 1.5GB memory and only run Eclipse, Geronimo, MySQL and Firefox. Would you like to give me more details about how to setup MaxPermSize, which file ? The next is my eclipse.ini. Do you mean this file? -showsplash org.eclipse.platfor

Re: jaxws-api-2.1 Classloading

2008-01-30 Thread Joe Bohn
bdaye wrote: The EJB needs to use the jaxws-api-2.1 jar to run successfully. I have attempted to follow the given instructions... I have removed the axis2-jaxws-api from the geronimo repo. I have added the jaxws-api-2.1 jar to the geronimo repo and added the supplied lines to the artifact_alia

Re: jaxws-api-2.1 Classloading

2008-01-30 Thread bdaye
The EJB needs to use the jaxws-api-2.1 jar to run successfully. I have attempted to follow the given instructions... I have removed the axis2-jaxws-api from the geronimo repo. I have added the jaxws-api-2.1 jar to the geronimo repo and added the supplied lines to the artifact_aliases.properties

Re: Merging deployment plans

2008-01-30 Thread Stuart Smith
I don't have any specific use cases just yet. I just wanted to see what the boundaries are. Knowing that an external deployment plan means that any inside the module is ignored helps. Mainly I was thinking about anything app-specific that it would be better an administrator, by supplying an ext

Re: shutting down Geronimo gracefully - won't happen

2008-01-30 Thread Joe Bohn
Can you capture the full stack trace? Also, have you made any changes to the initial install image (such as uninstalling the console or other components)? Joe XGuy wrote: These are the exceptions I get. Actually I was not able to catch the whole exception list.

Re: deploy vs redeploy

2008-01-30 Thread toby cabot
On Wed, Jan 30, 2008 at 02:53:36AM -0800, MarcoLaponder wrote: > In my autmatated build script is use the deploer jar to deploy my EAR, but as > I am not aware if my ear is already loaded I would like to a deploy if it > not present or a redeploy if it is already present. What is the best way to >

deploy vs redeploy

2008-01-30 Thread MarcoLaponder
In my autmatated build script is use the deploer jar to deploy my EAR, but as I am not aware if my ear is already loaded I would like to a deploy if it not present or a redeploy if it is already present. What is the best way to accomplish this ? Kind regards, Marco -- View this message in conte

Error deploying Service Mix on Geronimo

2008-01-30 Thread nandan_tiwari
Hi, I am trying to deploy the service-mix war on Geronimo. I have downloaded the war from http://servicemix.apache.org/download.html. All the shared libraries, components have been installed successfully. The "wsdl-first-sa" service assembly is also deployed successfully. all other components g

Re: Merging deployment plans

2008-01-30 Thread David Jencks
Hi Stuart, Right now if you supply an external deployment plan any equivalent inside the javaee app or module is ignored. In general nothing is merged. However, you can mix up bits to some extent. For instance, for an ear, you could have an external ear plan that did not include "sub-p