Re: java.lang.ClassNotFoundException: org.apache.activemq.jndi.ActiveMQInitialContextFactory

2009-01-20 Thread Ted Kirby
ok, I think you need these jars in your classpath: lib/asm-2.2.3.jar lib/asm-commons-2.2.3.jar lib/cglib-nodep-2.1_3.jar lib/commons-logging-1.0.4.jar lib/geronimo-kernel-2.1.3.jar lib/log4j-1.2.14.jar lib/slf4j-log4j12-1.4.3.jar lib/xpp3-1.1.3.4.O.jar lib/xstream-1.2.2.jar repository/backport-uti

Re: deployment for MySQL XA.

2009-01-20 Thread Ying Tang
Thanks for the detailed instruction. It has been documented here: http://cwiki.apache.org/confluence/display/GMOxDOC22/Configuring+a+MySQL+datasource Any comments? 2009/1/20 Forrest Xia > Ok, give you a full instruction about how to setup datasource in geronimo. > > There are two ways: > 1. Cr

Re: java.lang.ClassNotFoundException: org.apache.activemq.jndi.ActiveMQInitialContextFactory

2009-01-20 Thread axiez
Added jar. Modified code is: import javax.jms.*; import javax.naming.InitialContext; import java.util.*; import java.io.*; public class LogClient { public static void main(String[] args) throws Exception { Properties p = new Properties(); p.load(new FileInputStream("jndi.proper

Re: deployment for MySQL XA.

2009-01-20 Thread Forrest_Xia
Seems you have a wrong DNS setting, you can try as follows: 1. Check your /etc/hosts to see what ip is mapped to your localhost 2. Try ping localhost -- View this message in context: http://www.nabble.com/deployment-for-MySQL-XA.-tp21536125s134p21576868.html Sent from the Apache Geronimo - Users

Re: java.lang.ClassNotFoundException: org.apache.activemq.jndi.ActiveMQInitialContextFactory

2009-01-20 Thread Ted Kirby
hmmm... is this in your classpath: repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0.1/geronimo-j2ee-management_1.1_spec-1.0.1.jar it should be... On Tue, Jan 20, 2009 at 10:01 PM, axiez wrote: > > I added the jar file. Running the program generated following error mes

Re: java.lang.ClassNotFoundException: org.apache.activemq.jndi.ActiveMQInitialContextFactory

2009-01-20 Thread axiez
I added the jar file. Running the program generated following error message: Exception in thread "main" javax.naming.NamingException: scheme java not recognized axiez wrote: > > I have the following sample code and jndi.properties file: > import javax.jms.*; > import javax.naming.InitialContext;

Re: deployment for MySQL XA.

2009-01-20 Thread bongosdude
Forrest, Thanks millions. These steps should go to wiki. Many people should also benefit to know how to integrate Geronimo with MySQL. -B Forrest_Xia wrote: > > Ok, give you a full instruction about how to setup datasource in geronimo. > > There are two ways: > 1. Create a datasource and dep

Re: Jetty/Tomcat plugin build failed with persistence.xml

2009-01-20 Thread bongosdude
Hi All, I found my dump mistake. I actually put persistence.xml in src/main/java/resources. It should be in src/main/resources. So maven does not complains when it build tomcat plugin. Thanks bongosdude wrote: > > in my EJB module, I have created a persistence.xml as below: > >

Re: [VOTE] Release DayTrader v2.1.3 - Cancelled

2009-01-20 Thread Donald Woods
Canceling this vote, due to lack of interest. -Donald Donald Woods wrote: All, I've prepared a release candidate of DayTrader 2.1.3 for your review and vote. This release can only be installed on Geronimo 2.1.3 server or later. The source level is Rev723010 from the following svn branch

Re: java.lang.ClassNotFoundException: org.apache.activemq.jndi.ActiveMQInitialContextFactory

2009-01-20 Thread Ted Kirby
org/slf4j/LoggerFactory is in lib/slf4j-log4j12-1.4.3.jar. On Tue, Jan 20, 2009 at 1:17 AM, axiez wrote: > > I added asm-2.2.3.jar, asm-commons-2.2.3.jar, cglib-nodep-2.1_3.jar, > commons-cli-1.0.jar, geronimo-cli-2.1.3.jar, > geronimo-deploy-jsr88-bootstrapper-2.1.3.jar, > geronimo-jaxws-builder

Re: REMOVE

2009-01-20 Thread Ted Kirby
org/slf4j/LoggerFactory is in lib/slf4j-log4j12-1.4.3.jar. On Tue, Jan 20, 2009 at 3:24 AM, wrote: > Mit freundlichen Grüßen > > GM-Foto GmbH > Thomas Poth > > IT-Manager > Tel.: 0049-69-238570-0 > Fax: 0049-69-238570-30 > Mail: p...@gmfoto.de > Web: www.gmfoto.de > > > > > Von: axiez > An: use

Migrating Legacy Application to Geronimo

2009-01-20 Thread acarbs12
We have several Applications that run in there own JVM Processes... And are managed by this legacy scheduler written in C. I'm trying to find out if I would be able to wrap these in a GBean or Collection of Gbeans and be able to start/stop/restart them using geronimo. If this is possible some dire

Re: How to get hold of a WorkManager in a web app?

2009-01-20 Thread fladimir
Thanks a lot, everything works now :) -- View this message in context: http://www.nabble.com/How-to-get-hold-of-a-WorkManager-in-a-web-app--tp21400861s134p21562764.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: Server startup failed.

2009-01-20 Thread Ivan
Delete the entry of default/jaxws-converter/1.0/car from the file /var/config/config.xml. 2009/1/20 Changdeok Kang > > I am using geronimo with eclipse. > > I tried to run the sample program(jaxws-converter) using geronimo server > plug-in. > > But it was failed by some reason. > > After that se

Server startup failed.

2009-01-20 Thread Changdeok Kang
I am using geronimo with eclipse. I tried to run the sample program(jaxws-converter) using geronimo server plug-in. But it was failed by some reason. After that server cannot make startup process, even though I deleted geronimo and uncompress another one. When I execute "start-server", it

Re: deploy a GBean - how ?

2009-01-20 Thread Juergen Weber
I tried the MyGBean sample from http://cwiki.apache.org/GMOxDEV/gbeans.html it doesn't deploy either. I created https://issues.apache.org/jira/browse/GERONIMO-4520 Thanks, Juergen Juergen Weber wrote: > > Hi, > > I try to encapsulate my JNI calls in a GBean. > > I read a lot of docs and art

Re: java.lang.ClassNotFoundException: org.apache.activemq.jndi.ActiveMQInitialContextFactory

2009-01-20 Thread axiez
I am sorry I have not understood the last message. axiez wrote: > > I have the following sample code and jndi.properties file: > import javax.jms.*; > import javax.naming.InitialContext; > import java.util.*; > import java.io.*; > public class LogClient { > public static void main(String[] a

REMOVE

2009-01-20 Thread tpoth
Mit freundlichen Grüßen GM-Foto GmbH Thomas Poth IT-Manager Tel.: 0049-69-238570-0 Fax: 0049-69-238570-30 Mail: p...@gmfoto.de Web: www.gmfoto.de Von: axiez An: user@geronimo.apache.org Datum: 20.01.2009 07:18 Betreff: Re: java.lang.ClassNotFoundException: org.apache.activemq.jndi.ActiveM