Re: AW: AW: Accessing the local interface of an Session EJB from a WAR

2007-02-27 Thread David Jencks
shouldn't need anything in the geronimo-web.xml related to this ejb-ref: geronimo will look for a unique ejb with the interfaces specified in the web.xml ejb-local-ref and hook up to it if found: if there's 0 or more than 1 matches it will complain. Hope this helps david jencks Regards

Re: Timer already canceled

2007-02-28 Thread David Jencks
trace? I'd expect something more in the blank lines. Maybe var/log/geronimo.log has more detail? You might get more information by setting load=false for your app in config.xml and then starting the app using the admin console. thanks david jencks On Feb 28, 2007, at 12:37 PM, Spotts

Re: java.lang.ClassNotFoundException: [Ljavax.net.ssl.KeyManager; in classloader geronimo/jetty/1.1.1/car

2007-02-28 Thread David Jencks
My guess is that you might not be running with a full certified jdk? Geronimo 1.1.1 works with sun and ibm jdks = 1.4.2_08 but not with the gpl partial jvms such as gjc that often come as default on linux distros. What does java -version say? thanks david jencks On Feb 28, 2007, at 2:54

Re: Update Database Pool Password using JMX

2007-03-01 Thread David Jencks
it to take effect. I think you can see the object name and attribute name if you look in the right place in the admin console, although possibly this is only available in more recent geronimo versions. thanks david jencks On Mar 1, 2007, at 4:44 PM, Ghattu, Satya [CCC-OT_IT] wrote

Re: Programatically querying security realm

2007-03-02 Thread David Jencks
to use. Anybody have any ideas? Why not simply new LoginContext(realmName, callbackHandler).login() with an appropriately setup CallbackHandler? thanks david jencks Thanks, Aman __ * This message is intended

Re: NoSuchElementException in SinglePoolMatchAllConnectionInterceptor.internalGetConnection

2007-03-04 Thread David Jencks
to use it. I'd rather figure out how to have enough locking so there are no more race conditions. thanks david jencks On Mar 1, 2007, at 4:38 PM, Nathanael Bruce wrote: Hi, I am using Jencks-1.1.3 which uses the Geronimo connector internally. Sporadically I seem to get the following

Re: JMS Queue/Topic definitions and external ActiveMQ XBean configuration

2007-03-07 Thread David Jencks
is just a name and is happy to treat any use of the same name as the same topic or queue. thanks david jencks On Mar 7, 2007, at 5:00 PM, Aman Nanner/MxI Technologies wrote: Hi, I'm currently trying to configure an ActiveMQ JMS message bridge. In order to do this, I had to recompile

Re: Running Apache Roller on Geronimo

2007-03-11 Thread David Jencks
then swap databases by using the var/config/artifact_aliases.properties file without redeploying roller. thanks david jencks On Mar 11, 2007, at 2:19 PM, Peter Petersson wrote: Hi Having tried to get Apache Roller 3.0 running under Geronimo 1.1.1 and 1.2 beta (see the Runing Apache Roller

Re: Message not getting delivered to MDB

2007-03-13 Thread David Jencks
Which geronimo version? mdbs are just starting to work in geronimo trunk. They should work fine in earlier versions. thanks david jencks On Mar 13, 2007, at 8:34 AM, anish pathadan wrote: Hi All, I created new JMS resource group, connection factory and topic for Active MQ server.I

Re: Message not getting delivered to MDB

2007-03-13 Thread David Jencks
and if that doesn't work try putting it back and including a message-destination. thanks david jencks On Mar 13, 2007, at 9:02 AM, anish pathadan wrote: Hi David, Version is 1.1. Thanks, Anish On 3/13/07, David Jencks [EMAIL PROTECTED] wrote: Which geronimo version? mdbs are just starting to work

Re: Geronimo 2.0M3 broken?

2007-03-14 Thread David Jencks
This is known and fixed in trunk. I believe you can use the command line deployer to deploy a database resource. thanks david jencks On Mar 14, 2007, at 2:20 PM, Hans J. Prueller wrote: Hi there, I recently downloaded GMO2.0-M3 and wanted to play around with EJB3 features and JPA

Re: reconciling geronimo common libs and standalone maven2 repository

2007-03-15 Thread David Jencks
this helps, perhaps I'll understand better exactly what you want to do with your next reply. thanks david jencks -- View this message in context: http://www.nabble.com/reconciling- geronimo-common-libs-and-standalone-maven2-repository- tf3411000s134.html#a9503712 Sent from the Apache Geronimo

Re: reconciling geronimo common libs and standalone maven2 repository

2007-03-15 Thread David Jencks
the assembly functionality in the car plugin so it installs the car + dependencies into a specified geronimo server. I don't know if it can do this right now but all the basic functionality is there, at most we'd need to wire it up appropriately. thanks david jencks djencks wrote

Re: Sharing resources in an MDB

2007-03-16 Thread David Jencks
a more direct way but don't recall what it is. If the number of outbound connections is at least the number of mdbs I would expect you wouldn't run into problems. Maybe someone with more actual experience can give some more informed advice. thanks david jencks

Re: java:comp/ORB

2007-03-17 Thread David Jencks
/openejb-corba-sun/1.1.1/car. Hope this helps, feel free to ask more. david jencks Thanks. -- View this message in context: http://www.nabble.com/java%3Acomp-ORB- tf3420569s134.html#a9533637 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: Geronimo 2.0-M3 Interceptors

2007-03-19 Thread David Jencks
been quite good at pushing snapshots so if you build geronimo trunk online you should get something with interceptor support. thanks david jencks Please find my used impl. below --- used class --- @Stateless @Interceptors(SpringBeanInterceptor.class) public class Calculator implements

Re: java.lang.Exception: Could not load 1.0/com/sun/codemodel/CodeWriter.class

2007-03-21 Thread David Jencks
segment in the name. thanks david jencks On Mar 21, 2007, at 12:32 AM, ibiddles wrote: Hi, I am very new to Geronimo. I have a web services application that uses Spring 2.0.3 and Spring web services. It runs in Tomcat 5.5.20 and 6.0.10. It has all its dependent JAR files in the WEB-INF

Re: Own implemented XAResource unable to register with Geronimo Transaction Manager

2007-03-21 Thread David Jencks
the interface directly or wrapping your XAResource with one of our wrappers how do you register on startup for recovery. thanks david jencks On Mar 21, 2007, at 7:01 AM, sanjoy_m wrote: Hi All, I have written one simple class (XAListResource.java) which implements

Re: GBean multi-valued references

2007-03-21 Thread David Jencks
question. thanks david jencks Wishes Regards Vladimir

Re: java.lang.Exception: Could not load 1.0/com/sun/codemodel/CodeWriter.class

2007-03-21 Thread David Jencks
a bit odd, as well as the extra directory segment in the name. thanks david jencks On Mar 21, 2007, at 12:32 AM, ibiddles wrote: Hi, I am very new to Geronimo. I have a web services application that uses Spring 2.0.3 and Spring web services. It runs in Tomcat 5.5.20 and 6.0.10. It has all

Re: Installing Running an Application Client

2007-03-21 Thread David Jencks
the server :-) What you need to do is open another terminal window in your geronimo home directory and look carefully at the moduleId for the app client you see in the console and run java -jar bin/client.jar moduleId (I think there's a script too, but I don't use them) Hope this helps david

Re: java:comp/ORB

2007-03-21 Thread David Jencks
for corba style ejb references or an explicit dependency on the orb module: if neither is present we try to simplify the server by not starting the orb. Hope this helps david jencks Andres djencks wrote: On Mar 17, 2007, at 5:34 PM, Andres wrote: We are porting an application from

Re: java:comp/ORB

2007-03-23 Thread David Jencks
why if it returns true then we have a bigger problem. thanks david jencks On Mar 23, 2007, at 2:58 PM, Andres wrote: I verified that if I add a dependency to j2ee-corba-yoko, the ORB gets started (port 6882 gets opened) when starting our WAR. However, my servlet still cannot see

Re: How to deploy JPA?

2007-03-28 Thread David Jencks
as the ext-module in daytrader. (2) assuming you do want jta :-) use jta-data-sourceMyTestPool/jta- data-source or jta-data-sourcename=MyTestPool/jta-data-source thanks david jencks On Mar 28, 2007, at 7:43 AM, David Carew wrote: You should be able to do it in your persistence.xml file

Re: A few questions

2007-03-30 Thread David Jencks
that is similar? thanks david jencks Thanks in advance!

Re: Class cast issue with geronimo-tomcat6-jee5-2.0-M2, spring, hibernate that doesn't occur in tomcat standalone

2007-04-02 Thread David Jencks
a system property that will make activemq behave better but I can't find what it is at the moment. If you need it we can look harder. thanks david jencks On Apr 2, 2007, at 8:24 AM, Jim Barrows wrote: When I deploy a war file to geronimo it gives me: Caused

Re: Issue with deploying a service in correct path

2007-04-03 Thread David Jencks
this helps david jencks On Apr 3, 2007, at 8:56 AM, Sting Ray wrote: Hi, you got me right. That I also figured out just now while reading more about paths. Do you have an idea how to employ that JSP without archiving it? That issue keeps on puzzling me ... :-) Thanks David, appreciate

Re: Library conflict

2007-04-04 Thread David Jencks
with your gbean in it. This will put the jars from the war lib dir in a parent classloader of the webapp classloader. hope this helps david jencks -- View this message in context: http://www.nabble.com/Library- conflict-tf3512229s134.html#a9842737 Sent from the Apache Geronimo - Users

Re: Running portlets in Geronimo - Documentation

2007-04-04 Thread David Jencks
easy... that will be the challenge. thanks david jencks Best wishes, Paul

Re: Unable to save connection pool error

2007-04-05 Thread David Jencks
This is fixed in svn and the not-exactly released M4 thanks david jencks On Apr 5, 2007, at 9:04 AM, Bulat wrote: When i'm trying to create db2 connection pool, i get such error: ERROR [DatabasePoolPortlet] Unable to save connection pool

Re: Global Spring ApplicationContext

2007-04-07 Thread David Jencks
that startup will fail if someone tries to start things in the wrong order we might have to add something to let you specify web app dependencies directly. I've been wanting something like this for relatively complicated spring apps such as jetspeed2 Hope this helps thanks david jencks

Re: XDoclet Support for OpenEJB - Generating the openejb-jar.xml with MyEclipse

2007-04-09 Thread David Jencks
with geronimo. In any case using ejb 3.0 with annotations is a much better solution. thanks david jencks On Apr 9, 2007, at 9:08 AM, Mark Aufdencamp wrote: Hi All, I've been quietly lurking on the list for the last eight weeks working on the opposite ends of a web application. I've scaled

Re: GBean - NoClassDefFoundError javax.jms.TopicConnectionFactory

2007-04-09 Thread David Jencks
groupIdgeronimo/groupId artifactIdj2ee-server/artifactId typecar/type /dependency (I think that's correct for 1.1.1, I'm a lot more familiar with 1.2 and trunk at the moment). thanks david jencks On Apr 9, 2007, at 4:21 PM, Oli Kessler wrote: Hi all, We are trying to deplay

Re: XDoclet Support for OpenEJB - Generating the openejb-jar.xml with MyEclipse

2007-04-10 Thread David Jencks
the whole stack with the application server really extends the learning curve! maybe. cmp bean mapping stuff could easily be harder to learn with a tutorial than jpa with the openjpa docs. thanks david jencks Anyway, thanks for the answer on the lack of decent XDoclet support

Re: Connector(container-managed-security) in LoginModule

2007-04-10 Thread David Jencks
This is a bug, I've opened https://issues.apache.org/jira/browse/ GERONIMO-3083 to track it. it should be fairly simple to fix. Many thanks for finding this! david jencks On Apr 10, 2007, at 2:16 AM, Bert_nor wrote: Whether it is possible to use connector(container-managed- security

Re: GBean - NoClassDefFoundError javax.jms.TopicConnectionFactory

2007-04-10 Thread David Jencks
I can't quite see how this could make a difference but you might try setting the ThreadContextClassloader on the threads you create to the same as the gbeans TCCL. thanks david jencks On Apr 10, 2007, at 1:39 PM, Oli Kessler wrote: It might be a threading issue. Our GBean spawns some

Re: Global Spring ApplicationContext

2007-04-12 Thread David Jencks
or is this a bug? I think that if you exclude the class in a geronimo-web.xml it will be successfully excluded. It's getting pulled in from the web container's classloader which is a parent of the web app classloader but not the ear classloader. Hope I'm right and this helps :-) david jencks Thanks

Re: Taglibs, JEE5, and EAR /lib

2007-04-14 Thread David Jencks
Can you try using svn trunk? A lot of problems with finding tlds have been fixed since M3. thanks david jencks On Apr 13, 2007, at 9:18 PM, Richard Wallace wrote: I've got my Struts2 jar in my EARs lib directory and I'm deploying to Geronimo 2.0-M3 with Jetty. My webapp is able

Re: Problem with starting the server

2007-04-15 Thread David Jencks
in config.xml you could undistribute the applications and geronimo would remove the stuff from the repository for you. thanks david jencks On Apr 15, 2007, at 12:33 AM, vikas patil wrote: Hello all, I got my inplace deployed directory corrupted and had to remove it completely

Re: Usign Databasepool inside of an EAR Application

2007-04-17 Thread David Jencks
from the geronimo plan. thanks david jencks On Apr 17, 2007, at 2:05 AM, Jochen Zink wrote: Hello at all, I have (maybe a simple) problem. I want to deploy an EAR Archive to geronimo 1.1.1. Inside this ear is only one module and one global JAR Archive. ear: |--WebApplication.war

Re: Usign Databasepool inside of an EAR Application

2007-04-18 Thread David Jencks
deploying with the plan separate from the ear? thanks david jencks Thanks -Ursprüngliche Nachricht- Von: user@geronimo.apache.org Gesendet: 18.04.07 10:06:00 An: user@geronimo.apache.org Betreff: Re: Usign Databasepool inside of an EAR Application On Apr 18, 2007, at 12:15 AM

Re: Making Classes Available to Tomcat (Geronimo 1.1.1) on Startup

2007-04-19 Thread David Jencks
in config.xml for each gbean). It would probably be simpler to build your own tomcat module and install it instead of the one we ship. There might be other approaches I haven't thought of. thanks david jencks Daniel.

Re: JZOS JNI callback into Geronimo - how?

2007-04-20 Thread David Jencks
in the geronimo server and whenever the server starts, so does your gbean. thanks david jencks On Apr 20, 2007, at 11:39 AM, weberjn wrote: Hi, we'd like to run Geronimo under z/OS. To include the server into systems management, we'd like to use the JZOS Toolkit (http://www.alphaworks.ibm.com/tech

Re: Sun Jsf and Geronimo

2007-04-24 Thread David Jencks
won't work in geronimo (at least the javaee features such as annotations and resource injection won't work. Everything else is likely to conflict with myfaces). Most of the support has been added since 2.0- M3 and a significant amount since the not-exactly-released M4. thanks david jencks

Re: Sharing resources in an MDB

2007-04-25 Thread David Jencks
rather than all messages must be processed in order you might be able to introduce some concurrency by using message groups. Hope this helps david jencks Thanks, Aman djencks wrote: It might possibly work for activemq if you don't use any transactions, but if you use transactions I

Re: A Geronimo complaint

2007-04-26 Thread David Jencks
version number I would think this would satisfy your requirements. If this is an excerpt from a maven 2 pom then you should ask the maven team to make version ranges work more reliably. Hope this is relevant to what you are asking about. thanks david jencks On Apr 25, 2007, at 8:37 PM, Arinté

Re: Any support plans

2007-04-26 Thread David Jencks
and we don't really need most of the portal features just for the console. There's also a liferay plugin hosted at liferay, for another full featured portal on geronimo. thanks david jencks

Re: Error at getting datasource from connector(container-managed-security)

2007-04-28 Thread David Jencks
the CallerIdentityPasswordCredentialLoginModule and install it in the login config using the PasswordCredentialLoginModuleWrapperGBean instead of the regular LoginModuleGBean. You can also write a different LoginModule that can apply some mapping between the actual user and database user. thanks david jencks

Re: Classloader/Classpath Problems with Webapp and EJB-jar in same EAR.

2007-05-15 Thread David Jencks
should be available to both the ejbs and the web layer, both loaded in the same classloader. Hope this helps thanks david jencks Thanaks a lot! structure: ear: |-- lib/ |--jarFileA.jar |--jarFileB.jar |-- META-INF/ |--application.xml |--geronimo-application.xml

Re: Web Application Migration to Geronimo

2007-05-18 Thread David Jencks
trying to load it from a parent classloader. Can you supply more of the stack trace? Are any of your classes also in any other classloaders geronimo might be using or are they only present in the ear? thanks david jencks Layout for FrancePolicyServer.ear

Re: Web Application Migration to Geronimo

2007-05-19 Thread David Jencks
didn't need to debug to solve this problem? thanks david jencks On May 19, 2007, at 7:09 AM, Doug Lochart wrote: David or anyone else, Have you had any chance to look at the full stack trace of my exception yet? Here it is again. 12:17:31,183 DEBUG [Configuration] Started configuration

Re: geronimo plan help

2007-05-21 Thread David Jencks
of the deployment wizards in the admin console use DConfigBeans. I think there's supposed to be some kind of generic dconfigbean based plan editor in NetBeans, but I've never tried it. thanks david jencks On May 21, 2007, at 6:04 AM, Sachin Patel wrote: The primary issue is based on past experiences I

Re: Exception when using CORBA in 2.0 M5: Invalid ORB class

2007-05-21 Thread David Jencks
/jpa.jar before the -jar hope this helps david jencks On May 21, 2007, at 2:51 PM, Michael Ivanov wrote: I am very new to using Geronimo, and recently switched from 1.1 to 2.0 M5. I deployed my application fine, and most aspects seem to work great except CORBA. When my application initializes

Re: Developing a MessageDrivenBean

2007-05-22 Thread David Jencks
this is likely to be significantly slower than non- transactional delivery. thanks david jencks On May 22, 2007, at 4:43 AM, Jochen Zink wrote: Hello, I have a simple MDB which works as a JMSReceiver. The MDB subscribes to a JMS-Topic. Everything works fine. If a new message is published

Re: Different Exception during deploy this time

2007-05-22 Thread David Jencks
if you remove the war. Hope this helps. david jencks On May 22, 2007, at 6:59 AM, Doug Lochart wrote: Due to the parameters I must work under at the moment I have not gotten the all clear to deploy this directly on Geronimo and use the debugger. So I am still using WAS CE. So what I did

Re: How important is simplifying Creation/Updation of Geronimo Deployment Plans?

2007-05-23 Thread David Jencks
, etc to allow you to deploy with plans that are not valid as written. This is how we try to provide support for deployment of older plan schemas. You may want to consider using some of that code in any validation or editor code. thanks david jencks On May 23, 2007, at 5:05 AM, Shiva

Re: Different Exception during deploy this time

2007-05-23 Thread David Jencks
geronimo log or command line console tomcat actually does hint at the cause earlier. thanks david jencks On May 23, 2007, at 8:16 AM, Doug Lochart wrote: I looked into the code where the exception is occuring and it seems to be choking (Null Pointer Exception) on the context. Evidently

Re: Library problem with Geronimo 2 M5

2007-05-24 Thread David Jencks
that class. Also, are you using the jetty or tomcat geronimo version? You might try the other one to see if there's a difference in behavior. thanks david jencks On May 23, 2007, at 12:11 PM, Christopher Gibbs wrote: Hello all, I'm fairly new to Geronimo but I'm trying to deploy Atlassian's

Re: AJP Issues

2007-05-27 Thread David Jencks
We haven't hooked up ajp in jetty6 yet, so if you need ajp you could supply a patch :-) or you will need to use tomcat until someone else fixes it. thanks david jencks On May 27, 2007, at 4:13 AM, Giulio Ferro wrote: Scenario: freebsd 6.2 stable + java native (diablo) diablo-jdk

Re: How do I put Resource Reference in openejb-jar.xml?

2007-05-27 Thread David Jencks
. That is, resource-ref ref-namejdbc/MyFooDataSource/ref-name resource-linkjdbc/MyFooDataSource/resource-link /resource-ref can be omitted. thanks david jencks Thanks Peter Aaron Mulder wrote: The resource-ref element needs to go inside

Re: method to check for existence of a module?

2007-05-29 Thread David Jencks
of the collection to see if the other configuration is running. thanks david jencks On May 29, 2007, at 9:42 AM, pgrey wrote: Is there a way to ask the Geronimo container whether or not a specific module (by name) is deployed. I'd like to do something like String moduleId = mycom/myapp/1.0/car

Re: Safe shutdown

2007-05-29 Thread David Jencks
of to finish processing in flight requests before turning off a gbean. thanks david jencks Mark Aufdencamp [EMAIL PROTECTED] Original Message Subject: Safe shutdown From: Joel Spotts [EMAIL PROTECTED] Date: Tue, May 29, 2007 5:05 pm To: user@geronimo.apache.org Is there any danger

Re: Safe shutdown

2007-05-30 Thread David Jencks
I don't immediately see why this is happening but also don't see a likely way out. One approach might be to write a couple classes that are basically scripts that start the appropriate jar in a new vm. thanks david jencks On May 30, 2007, at 5:03 AM, Joel Spotts wrote: I should probably

Re: Login Module not found

2007-05-31 Thread David Jencks
classes from that war and the ejb jars and wars and manifest classpaths, but not other wars. Hope this helps david jencks Regards, Sascha -- View this message in context: http://www.nabble.com/Login-Module- not-found-tf3846639s134.html#a10894283 Sent from the Apache Geronimo - Users mailing

Re: Sun Jsf and Geronimo

2007-05-31 Thread David Jencks
? thanks david jencks Don On 4/24/07, Donald Woods [EMAIL PROTECTED] wrote: You can also download and try one of the daily builds that Prasad posts to the [EMAIL PROTECTED] mailing list - Original Message Subject: [BUILD] TRUNK: Successful for Revision: 532103 Date: 24 Apr 2007

Re: Library problem with Geronimo 2 M5

2007-05-31 Thread David Jencks
in the environment element. david jencks Don On 5/24/07, David Jencks [EMAIL PROTECTED] wrote: NCDFE generally means that the class that depends on the missing class is present in a parent classloader that doesn't have access to the needed class. Can you figure out which class is trying

Re: Sun Jsf and Geronimo

2007-06-01 Thread David Jencks
? thanks david jencks Don On 5/31/07, David Jencks [EMAIL PROTECTED] wrote: On May 31, 2007, at 3:37 PM, Don Hill wrote: Hi, I have actually written the JSF-RI modules for geronimo, I am still testing them. I have successfully tested some sample apps and they seem to work fine

Re: Login Module not found

2007-06-04 Thread David Jencks
ok to me, so I hope your answers to my additional questions will let us see where the problem lies. thanks david jencks Thanks a lot so far, Sascha djencks wrote: snip

Re: Maven build error - sourceSchema

2007-06-06 Thread David Jencks
From prasad's build failure it looks like you might have a new xmlbeans-maven-plugin-2.0.1-20070605.204758-11.jar I have xmlbeans-maven-plugin-2.0.1-20070122.162531-10.jar which works. I haven't really looked at what changed yet. thanks david jencks On Jun 5, 2007, at 7:52 PM, Aman Nanner

Re: 1.2 Bug ClassCastException with Properties

2007-06-07 Thread David Jencks
SystemProperties gbean, there's one called ServerSystemProperties in j2ee-server. It would be great if you can open a geronimo jira for this problem and even better if you could test out using the ServerSystemProperties gbean to fix it. thanks david jencks On Jun 7, 2007, at 10:54 AM, [EMAIL

Re: Passing application server commands

2007-06-07 Thread David Jencks
the system property before it's read by confluence. If you try this please let us know how it works, it should be pretty easy to fix the timing problem at least in 1.2 and 2.0. hope this helps david jencks - Chris On 6/7/07, David Jencks [EMAIL PROTECTED] wrote: On Jun 7, 2007, at 7:23 AM

Re: Problems in configuring dependency on EAR

2007-06-08 Thread David Jencks
could also open a jira requesting the ability to depend on wars inside ears. thanks david jencks -- View this message in context: http://www.nabble.com/Problems-in- configuring-dependency-on-EAR-tf3889208s134.html#a11024722 Sent from the Apache Geronimo - Users mailing list archive

Re: Data source problems while deploying EAR

2007-06-08 Thread David Jencks
/DefaultDS whereas in the plan below you map jdbc/ TravelDB just a guess... Personally I usually set up a database pool with the same name as in the resource-ref itself so I don't have to do the mapping since it is such a pain to set up. thanks david jencks I've tried to do as it recommends

Re: Data source problems while deploying EAR

2007-06-08 Thread David Jencks
. There is no relationship between this and (1) or (2) Hope this answers your question... david jencks On 6/8/07, David Jencks [EMAIL PROTECTED] wrote: On Jun 8, 2007, at 8:12 AM, Erik B. Craig wrote: I'm having a good amount of troubles trying to get an EAR deployed from a relatively small

Re: MessageDriven Bean in EE5

2007-06-11 Thread David Jencks
in some other app servers but it doesn't work in geronimo. On the other hand if you are using an @Resource annotation then geronimo should figure out what it is for you. thanks david jencks On Jun 11, 2007, at 1:43 PM, ptriller wrote: Hello ! Is there anywhere a small simple demo app

Re: MessageDriven Bean in EE5

2007-06-11 Thread David Jencks
also work. thanks david jencks On Jun 11, 2007, at 2:16 PM, ptriller wrote: Addendun: using an env-ref does not change anything at all.This is just a copy of my current working copy.. I probably should have searched for a best effort in my repository. Sorry Peter ptriller wrote

Re: Virtual host configuration with Tomcat

2007-06-12 Thread David Jencks
-on-distinct-ports.html. What exactly broke when you tried that? IIUC vhosts would be if you had several names mapped to the same IP address and wanted to distinguish them. This is a lot easier than different IP addresses. IIRC there's a simpler way with jetty... thanks david jencks On Jun 11

Re: JAR in Geronimo overrides JAR in WAR

2007-06-13 Thread David Jencks
to date jaxp implementations and apis. In any case you can certainly replace or install xml libraries in lib/endorsed to what you need. thanks david jencks On Jun 13, 2007, at 8:37 AM, [EMAIL PROTECTED] wrote: [I started this as a response to David Jencks' 20070608 post about classpaths

Re: Help needed in creating enterprise application deployment plan

2007-06-13 Thread David Jencks
want, where you want it. But its often better to try to eliminate the problem by having only one version of each class. thanks david jencks solprovider

Re: MDB trouble with references

2007-06-13 Thread David Jencks
e.g. naming the connection factory jms/CommonConnectionFactory There's some support for automatically mapping common prefixes but I don't think I got to jms yet :-) hope this helps david jencks On Jun 13, 2007, at 10:21 AM, Viet Hung Nguyen wrote: I am trying to get a simple MDB to work

Re: Unable to resolve resource reference on 3.0 with annotations

2007-06-13 Thread David Jencks
. Hope this helps david jencks On Jun 13, 2007, at 8:27 PM, Avorcor wrote: Okay, I tried to find a similar situation as this on this forum and on the web, but have not had any luck. I am using Geroimo 2.0M5 I have deployed a new ActiveMQ Resource Adapter with 2 queues and 1 topic

Re: MDB trouble with references

2007-06-13 Thread David Jencks
Also I noticed you are using mappedName which we ignore, try using name instead. thanks david jencks On Jun 13, 2007, at 8:31 PM, David Jencks wrote: You need to include the resource plan as a parent of your web-app in the geronimo-web environment element. If this doesn't help please

Re: Unable to resolve resource reference on 3.0 with annotations

2007-06-14 Thread David Jencks
or if it can be generated from the interface, nor how to specify the wsdl file location. Hopefully someone who knows will tell you more. thanks david jencks Thank you again. JP djencks wrote: You need a geronimo plan for your (ejb? ear? app) that includes the jms module you have deployed

Re: How to configure a datasource to use OracleDataSource for Datasource pooling

2007-06-14 Thread David Jencks
. Is there publicly available documentation on how to use RAC in a java enterprise environment, e.g. javadoc or some indication of what classes are available and for what purposes? thanks david jencks Thanks and regards Piers Lin Sun-2 wrote: Hi, I tried this with Geronimo 1.1 w/ daytrader

Re: How to configure a datasource to use OracleDataSource for Datasource pooling

2007-06-14 Thread David Jencks
as NameFactory.JCA_MANAGED_CONNECTION_FACTORY Hope this helps david jencks Regards Piers djencks wrote: On Jun 14, 2007, at 7:29 AM, Piers Geyman wrote: Hi, I can get a connection running to Oracle just using the tranql connector that uses the tranQL/geronimo connection pooling, but I

Re: Web app with jpa -- configuration help needed

2007-06-15 Thread David Jencks
. You don't need a resource-ref anywhere if you aren't using the db directly from your servlet. I assume you've found the jpa sample under testsuite/.? It uses derby but does show a (usually) working configuration. Hope this helps david jencks On Jun 15, 2007, at 12:20 PM, Jay D

Re: ejb 3.0--connecting to a DB

2007-06-19 Thread David Jencks
think geronimo won't object to this) All this being said I'd expect a lot of exceptions in the geronimo log from trying to deploy or run this. I don't see anything that I think would make this fail, so please check the logs. You are using 2.0-M6 or trunk, right? thanks david jencks On Jun

Re: ejb 3.0--connecting to a DB

2007-06-19 Thread David Jencks
the dependencies so it depends on system-database and change the db names. How are you deploying the db pool? Hope this helps david jencks I have the following: --BankPool.xml-- connector xmlns=http://geronimo.apache.org/xml/ns/j2ee/ connector-1.1 dep:environment xmlns:dep=http

Re: Problems with AMQ RA under Geronimo MDB container

2007-06-20 Thread David Jencks
What happens if the thread pool is say 3 X larger than the number of message endpoints/sessions? The code looks a little bit like it needs twice as many threads as message endpoints (???) Do any messages get through? just guessing... thanks david jencks On Jun 20, 2007, at 1:49 PM

Re: Problems with AMQ RA under Geronimo MDB container

2007-06-20 Thread David Jencks
entirely possible we have misunderstood the effect of the amq settings and it really needs 900 X 2 or 900 X 29 X 2 threads If you make the settings lower do messages start flowing? I'm just guessing :-( thanks david jencks Just curious to know. Will get back with the results soon

Re: Don't find a place to set the class path

2007-06-22 Thread David Jencks
reference name=ServerInfo nameServerInfo/name /reference /gbean Both of these methods get the resources into the classloader of your app without forcing them into every application running in geronimo. hope this helps david jencks -- View this message in context: http

Re: Secured connection

2007-06-24 Thread David Jencks
On Jun 24, 2007, at 12:13 PM, Tero Mäntyvaara wrote: David Jencks wrote: Please send to only one list at a time, this is more appropriate for the user list. I am really sorry, I will not do that again. :-/ On Jun 21, 2007, at 7:45 AM, Tero Mäntyvaara wrote: Does latest G support secured

Re: How to read and write a bundle properties in a war?

2007-07-05 Thread David Jencks
off the same repository. Hope this helps david jencks -- View this message in context: http://www.nabble.com/How-to-read-and- write-a-bundle-properties-in-a-war--tf4028664s134.html#a11443595 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: annoying embedded Derby exception

2007-07-06 Thread David Jencks
? Have you tried config-property-setting name=CreateDatabasetrue/config-property-setting ? thanks david jencks - Original Message - From: Xh To: User Geronimo Sent: Friday, July 06, 2007 1:21 PM Subject: annoying embedded Derby exception Hi All! I have very

Re: Unable to resolve dependency

2007-07-09 Thread David Jencks
deployment. It is certainly not required, but I find it simpler to manage a single plan than many plans, one in each javaee module, so I would put the geronimo-web.xml into the geronimo-application.xml Hope this is relevant :-) david jencks On Jul 9, 2007, at 3:27 AM, Xiao-fei Song

Re: ClassCastException when using a self written TypeConverter

2007-07-09 Thread David Jencks
geronimo 2.0 in eclipse? I haven't had any problems using Intellij IDEA. thanks david jencks MoleSon wrote: I managed to deploy my application now by adding the tranql jar to my ear file, but this threw up a bunch of new errors now, so i'll follow your suggestion to update to the new

Re: allocating Connection using ConnectionRequestInfo: failure testing

2007-07-09 Thread David Jencks
multiple pools is that you can divide the connections up by the match criteria so that matches will always succeed and you only need to supply one MC to match. Otherwise match is likely to fail with distinct CRIs and the pool will start killing connections for you. Thanks! david jencks

Re: Missing JAR when depolying EAR

2007-07-12 Thread David Jencks
its so easy to miss warnings no matter how large the type size they are presented in :-). On the other hand if you include 3rd party jars in your ear they may have bizarre and incomprehensibly wrong manifest classpaths that you don't want to fix :-) thanks david jencks On Jul 12, 2007

Re: Derby DB in Geronimo

2007-07-12 Thread David Jencks
in the jar. Hope this helps ask more questions if it's not clear how to proceed. thanks david jencks Thanks, Glen -- View this message in context: http://www.nabble.com/Derby-DB-in- Geronimo-tf4068958s134.html#a11562877 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: general questions about geronimo application server capabilities?

2007-07-12 Thread David Jencks
been unable to figure out what certDB is from some googling. If it's a file based pkcs-11 based certificate store I think we support it only to the extent that the jvm you are using supports pkcs-11. thanks david jencks Thanks. -- View this message in context: http://www.nabble.com

<    1   2   3   4   5   6   7   8   9   10   >