Re: Unsupported Major.Minor Version?

2005-11-24 Thread Hans Prueller
It is strange somehow: the .ear file is build with Apache ANT running a 1.5 JVM but all compiler options are set so strict 1.4 compatibility, WASCE/Geronimo itself runs on 1.4.2_07 and produces this error regardless of the compat switches of the compiler. When building the .ear with 1.4 too, it

Re: Unsupported Major.Minor Version?

2005-11-24 Thread Matt Hogstrom
Hello Hans, Here is a link to the Sun website that I think describes your problem: http://forum.java.sun.com/thread.jspa?threadID=667600&tstart=120 As you suspected. It looks to be JDK 1.5 related. Cheers, Matt Hans Prueller wrote: Hi toghether, when I try to deploy my first self-built t

Re: Migrating EAR artifact from WebSphere to WASCE

2005-11-24 Thread Krishnakumar B
Hi Siraj, EJBObject is part of j2ee spec jar. These are loaded when server startsup. 1) can u ensure there are no errors during server startup. 2) U can add dependent jars to repository and use dependency in plan to load these classes rather than adding then to ur EAR application. Regards Krishn

RE: Migrating EAR artifact from WebSphere to WASCE

2005-11-24 Thread Siraj Mohamed
Hi Aaron, I am not using Geronimo-application.xml but this is my openejb-jar.xml's header block. http://www.openejb.org/xml/ns/openejb-jar"; configId="ejb-RXMeta" parentId="org/apache/geronimo/Server"> Please note that I was able to test my hello world ejb sample on WASCE successfully and

Re: where to download daily build?

2005-11-24 Thread Ken Perl
Is the javadoc included? On 11/24/05, Prasad Kashyap <[EMAIL PROTECTED]> wrote: > Yes. David Blevins and I are working on such an enterprise. He currently has > the builds running every night. We should hopefully be able to publish the > builds to a directory very soon too. > > Cheers > Prasad > >

Re: Messing with the terminal

2005-11-24 Thread Aaron Mulder
Does it help to put the "2>&1" before the "> dump"? Also I think you should be OK with just "> dump" as opposed to "1> dump". So : java -jar bin/deployer.jar deploy plan.xml 2>&1 >dump Aaron On 11/24/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I am having extreme difficulty capturing

Messing with the terminal

2005-11-24 Thread Guglielmo . Lichtner
I am having extreme difficulty capturing stderr and stdout to redirect to the file when I do this: java -jar bin/deployer.jar deploy 1>dump 2>&1 I have even tried putting it in a shell script and even putting { } around it (which should have made no difference anyway). As a result it is imposs

Re: Enlisting XAResource objects

2005-11-24 Thread Guglielmo . Lichtner
IMHO the fact that the names come out long should not stop you. First, we are talking about something which will only be used when J2EE comes up short.  And furthermore if the issue has been thought through then it should be documented so that when people ask "can you shorten the names" you can se

Re: Enlisting XAResource objects

2005-11-24 Thread David Jencks
On Nov 24, 2005, at 11:42 AM, [EMAIL PROTECTED] wrote: It's a singleton. It's not in JNDI. I understand how you are using JNDI. I am glad you stick to the spec. As far as providing a proxy through JNDI I can't imagine that it would be too hard: new InitialContext().lookup("geronimo:/gbean

Re: Enlisting XAResource objects

2005-11-24 Thread Guglielmo . Lichtner
It's a singleton. It's not in JNDI. I understand how you are using JNDI. I am glad you stick to the spec. As far as providing a proxy through JNDI I can't imagine that it would be too hard: new InitialContext().lookup("geronimo:/gbeans/"); What am I missing here? David Jencks <[EMAIL PR

Re: Multiple geronimo instances with little disk usage

2005-11-24 Thread David Jencks
This is not supported yet, but it definitely should be. The idea is that everything except the var directory is shared between server instances, and each instance has its own var directory. So, there are several gbeans with paths into the var directory: several are in the j2ee-system plan. S

Re: Enlisting XAResource objects

2005-11-24 Thread David Jencks
On Nov 24, 2005, at 10:38 AM, [EMAIL PROTECTED] wrote: >I was going to mention that :-).  You still haven't told me how your   >(presumably j2ee) application finds the part of the RM to talk to.   >This could be an important part of the picture :-). Applications invoke our own user-transact

Multiple geronimo instances with little disk usage

2005-11-24 Thread Guglielmo . Lichtner
I would like to do this: 1) Unpack the geronimo distribution under /usr/local/geronimo (say) and make it read-only. 2) Create many small _instances_ of geronimo running on all different (sets of) ports, on the same machine. I would like the _code_ to be in one place, but the configurations of th

Re: Enlisting XAResource objects

2005-11-24 Thread Guglielmo . Lichtner
>I was going to mention that :-).  You still haven't told me how your   >(presumably j2ee) application finds the part of the RM to talk to.   >This could be an important part of the picture :-). Applications invoke our own user-transaction-like class, which keeps track of the change set. So when

Re: Email archive search?

2005-11-24 Thread Bruce Snyder
On 11/24/05, Aaron Mulder <[EMAIL PROTECTED]> wrote: > We should put those links on the mailing list page on the web site! Done and updated. However, the the URLs for the archives at The Aims Group won't render using Anakia. Can someone who knows something about Anakia look at this please? Bruce

Re: Email archive search?

2005-11-24 Thread Aaron Mulder
We should put those links on the mailing list page on the web site! Aaron On 11/24/05, Bruce Snyder <[EMAIL PROTECTED]> wrote: > On 11/23/05, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > > > From this page > > > > http://mail-archives.apache.org/mod_mbox/geronimo-user/ > > > > It doesn't lo

Re: JNDI Name not found...

2005-11-24 Thread Aaron Mulder
Hans, Geronimo doesn't use JNDI names the way you're trying to use them. The only thing we use an EJB's JNDI name for is for remote clients to access. I'm assuming the lookup code you posted was from a web component or something else running on the server side. You should declare an ejb-ref in

Re: deploying a database plan

2005-11-24 Thread Aaron Mulder
On 11/24/05, Brian Bonner <[EMAIL PROTECTED]> wrote: > Aaron, I looked at the tomcat switch. The only difference I saw > between config.jetty.xml and config.tomcat.xml was the ports that each > were run on (e.g for http 8080 being the default for each config and > 8090 being what the other 'jetty

JNDI Name not found...

2005-11-24 Thread Hans Prueller
hi again, meanwhile I succeeded in deploying a little test .ear migrated from JOnAS to Geronimo. Now I have a problem with the JNDI lookup of the beans on the web tier: the JNDI name is defined in the geronimo deployment plan as follows:           BusinessBean  

Re: Email archive search?

2005-11-24 Thread Bruce Snyder
On 11/23/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > From this page > > http://mail-archives.apache.org/mod_mbox/geronimo-user/ > > It doesn't look like you can search the mailing list archive. Is there such > a search page, > and if not, then is it easy to add? AFAIK, the mod_mbox archiv

Re: Migrating EAR artifact from WebSphere to WASCE

2005-11-24 Thread Aaron Mulder
It's curious that it can't find EJB classes. Can you post the header block of your openejb-jar.xml (and geronimo-application.xml if this is in an EAR)? It may be that you're using the wrong parentId? http://www.openejb.org/xml/ns/openejb-jar-2.0"; configId="MyConfigName" parentId="org/a

Re: deploying a database plan

2005-11-24 Thread Aaron Mulder
On 11/24/05, Brian Bonner <[EMAIL PROTECTED]> wrote: > Hi, I'm relatively new. I've been doing reading and I want to deploy > a datasource using this plan: > > > http://geronimo.apache.org/xml/ns/j2ee/connector-1.0"; > xmlns:sys="http://geronimo.apache.org/xml/ns/deployment-1.0"; >

deploying a database plan

2005-11-24 Thread Brian Bonner
Hi, I'm relatively new. I've been doing reading and I want to deploy a datasource using this plan: http://geronimo.apache.org/xml/ns/j2ee/connector-1.0"; xmlns:sys="http://geronimo.apache.org/xml/ns/deployment-1.0"; xmlns:naming="http://geronimo.apache.org/xml/ns/naming-1.0"; con