plaintext password in config.ser

2007-04-04 Thread byrner
when I create a database pool the credentials used to connect to the database server are in clear text in the config.ser file. e.g. repository/console.dbpool/iseries/1.0/iseries-1.0.rar/META-INF/config.ser I've read other posts which discuss the config.xml file and securing files containing

Re: Library conflict

2007-04-04 Thread jgunz
Thanks Peter... that did the trick... kind of. I ended up running into a slightly different problem though where XMLBeans threw a NullPointerException anytime I tried to instantiate a XmlObject. I gave up and am using Castor which doesn't seem to have the conflict. -- View this message in

Re: Library conflict

2007-04-04 Thread jgunz
Is there any other way other than hidden-classes to create a new classloader (say a URLClassLoader) within my GBean and only specify the Jars within my War file and then use that from there on out? I can create the URLClassLoader fine but I don't know how (and don't think there is a way) to

Re: Library conflict

2007-04-04 Thread David Jencks
On Apr 4, 2007, at 11:23 AM, jgunz wrote: Is there any other way other than hidden-classes to create a new classloader (say a URLClassLoader) within my GBean and only specify the Jars within my War file and then use that from there on out? I can create the URLClassLoader fine but I don't

Running portlets in Geronimo - Documentation

2007-04-04 Thread Hernan Cunico
Hi all, I put together a doc for configuring a portal server (a.k.a. Liferay) on Geronimo. I saw a couple of times users asking how to deploy portlets in Geronimo, hopefully this doc will help to address some of those questions. Here is the link:

Re: Running portlets in Geronimo - Documentation

2007-04-04 Thread Hernan Cunico
Thanks Paul for updating the doc, I couldn't figure out why just some times I was having the context root conflict. A limitation of the data source creation wizard is that you cannot specify some of the values, more specifically all those that make the moduleId. Liferay plugin is

Re: Running portlets in Geronimo - Documentation

2007-04-04 Thread Paul McMahan
On Apr 4, 2007, at 5:01 PM, Hernan Cunico wrote: A limitation of the data source creation wizard is that you cannot specify some of the values, more specifically all those that make the moduleId. Liferay plugin is specifically looking for a connection pool named *LiferayPool* and with the

Re: Running portlets in Geronimo - Documentation

2007-04-04 Thread David Jencks
On Apr 4, 2007, at 2:34 PM, Paul McMahan wrote: On Apr 4, 2007, at 5:01 PM, Hernan Cunico wrote: A limitation of the data source creation wizard is that you cannot specify some of the values, more specifically all those that make the moduleId. Liferay plugin is specifically looking for a