Re: Problem Installing DayTrader Trunk in Linux

2008-10-06 Thread HRito
On Thu, Oct 2, 2008 at 4:25 PM, Lin Sun [EMAIL PROTECTED] wrote: Hi, I am able to build daytrader successfully, with a change at trunk/plugins/client/geronimo-client-builder (rev 701153) To test it, build the client/geronimo-client-builder, then client/client-deployer then daytrader trunk.

Is it possible to host a custom geronimo jar??

2008-10-06 Thread Ashish Jain
Hi, I am using geronimo-framework-2.1.3 distribution available from geronimo. I am trying to build my own custom server around this framework. My first step is to add tomcat-console plugin to my frmaework. I am using Windows Xp and I run the following command from command prompt [EMAIL

how to add activemq to little-g?

2008-10-06 Thread aaaaa
hi all, how do I add activemq broker to little-g? I used ./deploy.sh search-plugins http://geronimo.apache.org/plugins/geronimo-2.1.3/ , but it tried also to install systemdb and other stuff and eventually failed... thanks. -- View this message in context:

Re: Is it possible to host a custom geronimo jar??

2008-10-06 Thread Lin Sun
Hi, This is avail in our private repo here - https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.3/ We have been asking users to checkout that tree and do a mvn install to install the private repo to your local .m2 repo. I remember Donald had some discussion on changing this, so there

Re: how to add activemq to little-g?

2008-10-06 Thread Lin Sun
Hi, I think install the following ontop of little G will get you to the little G + activemq env. activemq-ra (Geronimo Plugins, ActiveMQ :: Resource Adapter) So I tried the scenario with 2.2-snapshot server, however it failed with Installation FAILED: Could not find

Re: Is it possible to host a custom geronimo jar??

2008-10-06 Thread Donald Woods
I just added the svn repo into the default-repository list in the geronimo-plugin.xml for server 2.1.3/2.1.4/2.2 and samples 2.1.2/2.2, so give it about an hour for the rsync cron to run and try it again. -Donald Lin Sun wrote: Hi, This is avail in our private repo here -

Re: how to add activemq to little-g?

2008-10-06 Thread Donald Woods
#1 should be fixed within an hour, as I updated the geronimo-plugin.xml for the 2.1.3 server to include our private repo in svn. -Donald Lin Sun wrote: Hi, I think install the following ontop of little G will get you to the little G + activemq env. activemq-ra (Geronimo Plugins, ActiveMQ

Re: how to add activemq to little-g?

2008-10-06 Thread Lin Sun
Yes I saw that. Thanks. a, Please let us know if you still observes any prob with your scenario. Lin On Mon, Oct 6, 2008 at 10:46 AM, Donald Woods [EMAIL PROTECTED] wrote: #1 should be fixed within an hour, as I updated the geronimo-plugin.xml for the 2.1.3 server to include our private

Re: how to add activemq to little-g?

2008-10-06 Thread aaaaa
1 ./deploy.sh search-plugins http://geronimo.apache.org/plugins/geronimo-2.1.3/ 2 I choose to install broker and resource adapter like: Install Services [enter a comma separated list of numbers or 'q' to quit]: 60,63 I can see the new file geronimo-plugins.xml.000 at

Re: Is it possible to host a custom geronimo jar??

2008-10-06 Thread Ashish Jain
Hi Donald, I still hit the same error. Not sure if we would want to add an entry source-repository http://svn.apache.org/repos/asf/geronimo/server/tags/2.1.3/repository//source-repository also in http://geronimo.apache.org/plugins/geronimo-2.1.3/geronimo-plugins.xml. Thanks Ashish 2008/10/6

Re: how to add activemq to little-g?

2008-10-06 Thread Lin Sun
No, you dont need any change on your side. Just gave a bit more time (can be a few hours or a day) to see the http://geronimo.apache.org/plugins/geronimo-2.1.3/geronimo-plugins.xml got updated then try your scenario. Thanks Lin On Mon, Oct 6, 2008 at 12:49 PM, a [EMAIL PROTECTED] wrote:

how to deploy application scope activemq broker?

2008-10-06 Thread aaaaa
hi all, how do I deploy application scope activemq broker? Is there step by step how-to anywhere? :-) thank you. -- View this message in context: http://www.nabble.com/how-to-deploy-application-scope-activemq-broker--tp19842755s134p19842755.html Sent from the Apache Geronimo - Users mailing

Re: Is it possible to host a custom geronimo jar??

2008-10-06 Thread Donald Woods
Shouldn't be required, unless we have a PluginInstaller bug Wondering if is related to the differences discovered between cmdline and portlet installation behaviors for plugins... -Donald Ashish Jain wrote: Hi Donald, I still hit the same error. Not sure if we would want to add an entry

Error using geronimo/OpenJPA on IBM Linux JVM

2008-10-06 Thread Brian Dellert
I have an application which is packaged in an ear file and leverages EJB/JPA. One of my entity classes uses the OpenJPA-specific ElementJoinColumn annotation. When I deploy this application on Geronimo 2.0.2 on Linux using the Sun JVM, everything works correctly. But, if I attempt this using

NPE on Deployment

2008-10-06 Thread John
Hi All, I am trying to deploy an ear file to Geronimo 2.1.3. The ear contains a number of dependency jar files, a war, an ejb and the associated descriptors, or so I think. However, when I attempt to deploy through the admin console, I am getting the following exception:

Re: NPE on Deployment

2008-10-06 Thread David Jencks
On Oct 6, 2008, at 12:02 PM, John wrote: Hi All, I am trying to deploy an ear file to Geronimo 2.1.3. The ear contains a number of dependency jar files, a war, an ejb and the associated descriptors, or so I think. However, when I attempt to deploy through the admin console, I am

Re: NPE on Deployment

2008-10-06 Thread John
David Jencks wrote: What I do is look at the source code. Googling ResourceRefBuilder yields a commit email which leads to e.g.

MalformedURLException loading config.xml in ear app

2008-10-06 Thread John
Hi, I've deployed an ear that contains a war that initializes an application configuration using a servlet that loads on startup. Here is the code I am using to read the xml configuration file, which is bundled inside a config.jar (along with several other properties and xml files) and added