Re: Use of additional jar files from ejb's

2006-07-18 Thread Mario Ruebsam
Hi Thomas, you could package your ejb-jar file along with the other jars into one ear archive and the set the Class-Path entry in the ejb-jars manifest. myapp.ear/ ejb-jar.jar one.jar two.jar you have to add an application.xml to the META-INF dir of the ear referen

Re: Geronimo Eclipse Plugin 1.1 released

2006-07-18 Thread John Sisson
Also the prerequisites section on the download page says WTP 1.0.1, yet further down under the downloads heading it mentions WTP 1.5. We need to make it clear what the correct prerequisites are. Also on the WTP download page all the prerequisites are SDKs. AFAIK, users only need the runtime

Use of additional jar files from ejb's

2006-07-18 Thread Thomas Lindback
Hello. I am using geronimo 1.1 and I have a few jar files (5 or 6) I'd like to use from ejb's in a ejb-jar file. What is the best way to package them, preferable together, so I can access them from the beans. I did some initial tries to pack the jars into the ejb-jar file and set the Class-Path in

Re: Re: GBean use and deployment

2006-07-18 Thread tbot55
Sorry if these messages are munged, but I believe the plans are correct (please still correct me if I'm wrong). I believe a new problem has emerged: - Exception in thread "Thread-3" java.lang.NoClassDefFoundError: javax/servlet/http/HttpSession at java.lang.ClassLoader.de

Re: Re: GBean use and deployment

2006-07-18 Thread tbot55
Also, does false no longer work in geronimo-web.xml following the tag? Is there a replacement? Tyler --- Aaron Mulder <[EMAIL PROTECTED]> wrote: > You're right -- gbean-ref only works in 1.1. Your > GBean needs to > implement an interface, and the gbean-ref and lookup > should go by the > int

Re: Re: GBean use and deployment

2006-07-18 Thread tbot55
Thanks Aaron, We're still having issues, so I've attached my plans. ClusterMonitorPlan.xml is for the GBean jar. - Contains the declaration geronimo-web.xml is for the ClusterManager-1.0.war - contains the tag web.xml is also for the ClusterManager-1.0.war The interface class is: org.cait.Cl

Re: TransactionCachingInterceptor is returning the same ManagedConnection despite different ConnectionRequestInfo

2006-07-18 Thread Joerg Heinicke
David Jencks <[EMAIL PROTECTED]> writes: > > For testing I switched to PartitionedPoolFactoryBean and set > > partitionByConnectionRequestInfo to true, but this does neither > > help. > > I think in addition you may need to specify that the resource adapter > is unshared. I'm not sure how to

RE: Geronimo Eclipse Plugin 1.1 released

2006-07-18 Thread Lin Sun
I tried to click on the release note link on devtools main page (http://geronimo.apache.org/devtools.html) but I got a not found error... -Original Message- From: Sachin Patel [mailto:[EMAIL PROTECTED] On Behalf Of Sachin Patel Sent: Tuesday, July 18, 2006 9:51 AM To: dev@geronimo.apache.o

Re: TransactionCachingInterceptor is returning the same ManagedConnection despite different ConnectionRequestInfo

2006-07-18 Thread Aaron Mulder
On 7/18/06, David Jencks <[EMAIL PROTECTED]> wrote: I think in addition you may need to specify that the resource adapter is unshared. I'm not sure how to do this in jencks: it ought to be a configuration option on the component that is using the connection factory. Would it make sense for us

Re: TransactionCachingInterceptor is returning the same ManagedConnection despite different ConnectionRequestInfo

2006-07-18 Thread David Jencks
On Jul 18, 2006, at 10:24 AM, Joerg Heinicke wrote: Aaron Mulder <[EMAIL PROTECTED]> writes: Are you using a partitioned pool for the connector, set to partition-by-connectionrequestinfo? I'm not sure if the cache overrides that or not, but I would hope not. :) Hello Aaron, up to now I

Re: TransactionCachingInterceptor is returning the same ManagedConnection despite different ConnectionRequestInfo

2006-07-18 Thread Joerg Heinicke
Aaron Mulder <[EMAIL PROTECTED]> writes: > Are you using a partitioned pool for the connector, set to > partition-by-connectionrequestinfo? I'm not sure if the cache > overrides that or not, but I would hope not. :) Hello Aaron, up to now I did not pay any attention to the pool I use, I took

Re: Geronimo Tomcat vs. EJB Webservices

2006-07-18 Thread D. Strauss
Hello, Kevan yes, it is. I'll file a jira entry. Best regards Dirk Kevan Miller schrieb: > Hi Dirk, > First that I've seen of this sort... I'd say a Jira is definitely in > order... This is 1.1, correct? > > --kevan > > On Jul 18, 2006, at 1:17 AM, D. Strauss wrote: > >> Hello, geronimo use

Spring / Geronimo interaction

2006-07-18 Thread Dennis Cartier
This question my ultimately be better asked in the Spring forums, but I thought I would try here first. I am in the process of moving 2 applications to Geronimo 1.1. I have split the applications into a CAR module that holds the DAO and object model classes along with the WAR file. The problem

Re: TransactionCachingInterceptor is returning the same ManagedConnection despite different ConnectionRequestInfo

2006-07-18 Thread Aaron Mulder
Are you using a partitioned pool for the connector, set to partition-by-connectionrequestinfo? I'm not sure if the cache overrides that or not, but I would hope not. :) Thanks, Aaron On 7/18/06, Joerg Heinicke <[EMAIL PROTECTED]> wrote: Hello, I have a problem with a JCA implementation o

TransactionCachingInterceptor is returning the same ManagedConnection despite different ConnectionRequestInfo

2006-07-18 Thread Joerg Heinicke
Hello, I have a problem with a JCA implementation of mine where I get the same ManagedConnection despite different ConnectionRequestInfo. I debugged through the geronimo-connector and geronimo-transaction code and I wonder if it is a problem with the TransactionCachingInterceptor. In its JavaDoc I

How to build daytrader1.1 in Eclipse

2006-07-18 Thread Radoslava Bakalova
Hi, Can anyone provide me with step-by-step instructions of how to compile and build daytrader1.1 ear file right in my Eclipse workspace? Also, is there a way to keep the source code files in the daytrader1.1 ear when I build it with maven? Thanks in advance for your help, Slava __

Geronimo Eclipse Plugin 1.1 released

2006-07-18 Thread Sachin Patel
The Geronimo Eclipse 1.1 plugin has been released.  The update site should now be live.  The plugin supports deployments to both G 1.0 and 1.1 and runs on WTP 1.5 on either a 1.4.x or 1.5 JRE. -sachin

Problem deploying Daytrader1.1 using the Geronimo Eclipse Plugin1.1.0

2006-07-18 Thread Radoslava Bakalova
Hi Everyone, Has anyone tried to deploy Daytrader1.1 on Geronimo1.1 via the Geronimo1.1 Eclipse plug-in? I am using g-eclipse-plugin-1.1-deployable-RC10.zip p and wtp 1.5. If I import the Daytrader1.1 ear file in my Eclipse workspace and try to deploy it on the Geronimo1.1 (without making any c

Re: Geronimo clustering

2006-07-18 Thread Krishnakumar B
hi all, I was able to solve this issue. For benefit of others who r trying it out and are stuck * Ensure machines in cluster are in same subnet * If u r clustering on Linux u dont need to set mcastBindAddress if u don't have a multihomed network. * Also check firewall running on Linux. Thanks D

Re: Geronimo Tomcat vs. EJB Webservices

2006-07-18 Thread Kevan Miller
Hi Dirk, First that I've seen of this sort... I'd say a Jira is definitely in order... This is 1.1, correct? --kevan On Jul 18, 2006, at 1:17 AM, D. Strauss wrote: Hello, geronimo users, as I'm trying to investigate a problem with Geronimo tomcat and webservices, I want to know if you enco

Re: Where's the GUI Installer?

2006-07-18 Thread paul . newport
"No one was interested in updating it for all the changes between 1.0   and 1.1 so we have dropped it at least for now." Will IBM pick this up at all if they bring out a WAS CE 1.1 version ? Target www.targetgroup.net **