Re: Adding DB pool JNDI in Jar

2008-01-21 Thread David Jencks
we need to get this class and some docs into geronimo 2.l... hope this helps david jencks On Jan 20, 2008, at 6:34 PM, Qaiser Mehmood wrote: I am using Geronimo 2.0.I want to use quartz in my Jar file and I am using quartz.properties to configure Quartz. In the properties file, I am

Re: Geronimo 2.0

2008-01-23 Thread David Jencks
ot;http://www.w3.org/2001/XMLSchema-instance"; xmlns="http://java.sun.com/xml/ns/javaee";> or if it uses earlier xmlns or version? thanks david jencks On Jan 23, 2008, at 10:28 PM, jithesh wrote: Thanks for your response... Will u please provide the file name that i n

Re: Geronimo 2.0

2008-01-24 Thread David Jencks
If this original tld file is valid according to that dtd then you have found a bug in our tld handling. I've opened GERONIMO-3782 to track this. thanks david jencks On Jan 24, 2008, at 12:41 AM, jithesh wrote: Hi , Thanks for ur responses... I have modified those parts and it

Re: deploying in Geronimo 2.0

2008-01-24 Thread David Jencks
david jencks On Jan 24, 2008, at 1:52 AM, jithesh wrote: Hi, Thanks for all ur supports... I developed a web application using appfuse 1.9.4 which is deployed on geronimo 1.1. Recently i planned to upgrade the server to geronimo 2.0. But while deploying i am getting some errors

Re: how to get Datasource from a non j2ee module

2008-01-24 Thread David Jencks
Use the class mentioned here http://www.nabble.com/How-to-register-a-Datasource-in-GlobalJNDI- Namespace--tf4521379s134.html#a12902470 to bind the datasources into global jndi and your classes can look them up there. thanks david jencks On Jan 24, 2008, at 10:30 PM, Viet Nguyen wrote

Re: how to get Datasource from a non j2ee module

2008-01-25 Thread David Jencks
ince the ConnectionFactorySource interface has been replaced by ResourceSource. It should work in 2.0.2 however. Hope this helps david jencks On Jan 25, 2008, at 5:29 PM, Viet Nguyen wrote: Hi David, I tried the class given at http://www.nabble.com/How-to-register-a-Datasource-in-GlobalJNDI-

Re: how to get Datasource from a non j2ee module

2008-01-26 Thread David Jencks
format, the nameInNamespace, which gbeans are picked up, and a regexp for filtering the name component of the abstract name in config-substitutions.properties. thanks david jencks On Jan 26, 2008, at 9:08 AM, Viet Nguyen wrote: Will the changes be made before 2.1 is released, because I need to

Re: Spring petclinic sample application (from Srping 2.5.1) on Geronimo 2.0.2?

2008-01-29 Thread David Jencks
this is also the first anyone has noticed that the upgrader has gone missing. thanks david jencks On Jan 29, 2008, at 12:13 PM, Paul Wong wrote: hey all: I am trying to deploy the Spring petclinic sample application (from Srping 2.5.1) on Geronimo 2.0.2 and i get this error

Re: Spring petclinic sample application (from Srping 2.5.1) on Geronimo 2.0.2?

2008-01-29 Thread David Jencks
ou have to configure datasources for it to use. thanks david jencks On Jan 29, 2008, at 2:21 PM, Paul Wong wrote: Hi All, I have modified the geronimo-web.xml to the following: http://geronimo.apache.org/xml/ns/j2ee/web-1.1";> org.springframework.samples

Re: Spring petclinic sample application (from Srping 2.5.1) on Geronimo 2.0.2?

2008-01-29 Thread David Jencks
e. Or, you can enjoy the benefits of jpa :-) by saying that's what you'll use. You will probably have to hook up the datasources in persistence.xml, so posting it would still be helpful. thanks david jencks On Jan 29, 2008, at 2:49 PM, Paul Wong wrote: David, I believe you a

Re: jaxws-api-2.1 Classloading

2008-01-29 Thread David Jencks
anges everything should work. Hope this helps and please let us know the results thanks david jencks On Jan 29, 2008, at 2:56 PM, Jon wrote: Hello, I am trying to get an EJB to work correctly within Geronimo. I seem to be having a classloader issue. The jaxws-api-2.1 jar is in my EAR fil

Re: Merging deployment plans

2008-01-30 Thread David Jencks
config-substitutions. This is not a terribly complete explanation, so let me know if this sounds interesting and hopefully I will have written up more comprehensible documentation. thanks david jencks On Jan 29, 2008, at 10:00 PM, Stuart Smith wrote: I've been investigating some of the

Re: Geronimo-1.1.1 : Error "Could not determine geronimo installation directory" when using server.jar

2008-01-30 Thread David Jencks
I think your java environment is not set up properly with a real vm. libgcj.so.7rh appears to indicate you are using kaffe or some other partial java implementation shipped with your os. hope this helps david jencks On Jan 30, 2008, at 2:50 PM, rschundel wrote: Geronimo: 1.1.1 OS

Re: Facing a Problem while Deploying Mule WAR file on Apache Geronimo

2008-01-31 Thread David Jencks
It looks a bit like mule expects some system property to be set so it can find out where it is? Target file null/lib/mule/mule-module-management-1.4.3.jar does not exist How does mule locate itself? thanks david jencks On Jan 31, 2008, at 9:05 AM, YogeshArora wrote: Hi, We are facing

Re: Library Consisting of "org.apache.geronimo.interop.rmi.iiop.Any" is needed

2008-01-31 Thread David Jencks
Maybe one of the corba jars we supplied with geronimo 1.0? Why do you think this class might be supplied by current versions of geronimo? thanks david jencks On Jan 31, 2008, at 8:20 PM, rajuchn wrote: Hi I have Downloaded "geronimo-jetty6-jee5-2.0.2-bin.zip" from the Apache

Re: Facing problem in accessing the sample examples running on Apache Geronimo

2008-02-04 Thread David Jencks
you would have to add and configure additional connectors for e.g port 8192 using the appropriate jetty or tomcat gbeans. Does this make sense? Is your jbi app accessible on port 8080 or through https on 8443? thanks david jencks On Feb 4, 2008, at 2:12 AM, YogeshArora wrote: Hi, I have

Re: Facing problem in accessing the sample examples running on Apache Geronimo

2008-02-04 Thread David Jencks
all ports unless you set up multiple tomcat instances. Knowing more about what you are trying to achieve would be useful. In standalone servicemix are both ports 8080 and 8192 open? Do they serve the same content? thanks david jencks Thanks, Yogesh djencks wrote: I know very very li

Re: Newbie Configuration Help ( i think)

2008-02-04 Thread David Jencks
ly named the datasource console.dbpool/ElvisPool but I kinda doubt it. 2. The geronimo plan needs to have a dependency on the ElvisPool configuration or it won't be able to find the datasource even if you give the correct name in persistence.xml hope this helps david jencks On Feb

Re: Facing problem in accessing the sample examples running on Apache Geronimo

2008-02-04 Thread David Jencks
cemix deployed in Geronimo. What port do you want them to be on? Do you need port 8080 open for e.g. the admin console? thanks david jencks Hope this will help you to understand what I want to achieve. Thanks, Yogesh djencks wrote: On Feb 4, 2008, at 11:03 AM, YogeshArora wrote:

Re: starting geronimo automatically on fedora linux

2008-02-05 Thread David Jencks
airly straightforward. If you could contribute your experiences when you get it working that would be great! thanks david jencks On Feb 5, 2008, at 3:27 PM, Moni wrote: Does anyone know how to set up geronimo to start up automatically on Fedora Linux. Any inputs will be much appreciated. T

Re: Issue while deploying web app in 2nd instance of geronimo

2008-02-05 Thread David Jencks
per-server into */var somewhere then I'm not sure how you would tell the web console to use that repository rather than the "normal" one. thanks david jencks On Feb 5, 2008, at 11:48 PM, abpb2006 wrote: Hi, I have 2 intances of Geronimo running (Multiple Instances) : ger

Re: Facing problem in accessing the sample examples running on Apache Geronimo

2008-02-06 Thread David Jencks
I'm confused. Port 8443 is https, not http. If you want http (unsecured) try port 8080. If you want https, use an https url. thanks david jencks On Feb 6, 2008, at 6:10 AM, YogeshArora wrote: Hi, Thanks for the reply ! It was very helpful, as I moved little ahead. Options

Re: Can you bind 2 separate geronimo server instances to 2 different ip addresses?

2008-02-07 Thread David Jencks
As donald suggested most likely there are some listeners bound to 0.0.0.0 rather than a specific ip address. Knowing which geronimo version you are using (version and web server) and which ports you had to change would be useful. thanks david jencks On Feb 7, 2008, at 2:39 PM, Moni wrote

Re: proxy session w/ built-in dbcp + openjpa

2008-02-11 Thread David Jencks
naged security (datasource.getConnection (user, password) or container managed security (using the identity of the logged in user as tracked by the app server, possibly mapped with an appropriate login module)? Hope this helps and let us know if you run into problems or succeed :-) thanks david j

Re: proxy session w/ built-in dbcp + openjpa

2008-02-10 Thread David Jencks
connection this can be achieved by adding a bit of code to the tranql oracle wrapper. thanks david jencks On Feb 10, 2008, at 6:52 PM, Brian Gregory wrote: I'm attempting to use proxy session w/ oracle and the built-in dbcp + openjpa in geronimo but I'm hung up at the start. I&#x

Re: Debugging with NetBeans?

2008-02-11 Thread David Jencks
your app will pick up the changed classes. hope this helps I have no information at all about netbeans. david jencks Is the Netbeans PlugIn right now production Ready? Thx for to all, Rudi

Re: Unable to obtain physical connection to DB2XA

2008-02-12 Thread David Jencks
hmmm, thats rather strange, I don't think the classes for the local db2 wrapper actually exist. I think you should use the xa wrapper only. thanks david jencks On Feb 12, 2008, at 2:51 PM, Łukasz Budnik wrote: Sorry, it's so late, I should be in bed by now ;) I remembered not s

Re: proxy session w/ built-in dbcp + openjpa

2008-02-12 Thread David Jencks
p an oracle specific principal to transfer the user name? Then we could include this work in tranql and it wouldn't really be tied to geronimo. thanks david jencks Note from before: RARs ah. That's a new one for me. Learning curves are a bitch sometimes. And I'm still

Re: proxy session w/ built-in dbcp + openjpa

2008-02-12 Thread David Jencks
it into the tranql oracle wrapper and maybe get an example up somewhere. Your assistance would be appreciated :-) especially since I don't have oracle running here. thanks david jencks Thanks for the help. -- View this message in context: http://www.nabble.com/proxy-session- w--built-i

Re: proxy session w/ built-in dbcp + openjpa

2008-02-12 Thread David Jencks
ctor directly rather than from the db wizard. A plan for the generic tranql wrapper is not a very useful starting point. thanks david jencks The console doesn't seem to generate a working deployment descriptor: http://geronimo.apache.org/xml/ns/j2ee/ connector-1.2&qu

Re: Unable to obtain physical connection to DB2XA

2008-02-12 Thread David Jencks
a/1.2-SNAPSHOT/tranql-connector-db2-xa-1.2-20080212.204755-1.rar Could you try whichever of these is appropriate and see if it works? I don't have db2 available and it would be great to get the code tested before I release it. thanks david jencks On Feb 12, 2008, at 6:20 AM, Łukasz Bu

Re: proxy session w/ built-in dbcp + openjpa

2008-02-13 Thread David Jencks
connector/trunk connector-ra/trunk vendors/db2/trunk vendors/derby/trunk vendors/mysql/trunk vendors/oracle/trunk vendors/postgresql/trunk hope this helps david jencks On Feb 13, 2008, at 7:48 AM, Brian Gregory wrote: Another build problem when t

Re: [VOTE] Geronimo Server 2.1 and Geronimo TxManager 2.1.1 Releases

2008-02-13 Thread David Jencks
ht to give notifications of fatal errors. thanks david jencks On Feb 13, 2008, at 12:03 PM, Tomasz Mazan wrote: The latest tranql connector for postgresql, that I'm aware of is 1.1 -- http://repository.codehaus.org/org/tranql/tranql-connector- postgresql-xa/ Is there a later version, that&

Re: (Please Reply) Facing problem while running servicemix sample on Geronimo

2008-02-15 Thread David Jencks
I'd guess that either the TLD files are not valid or that they are not for the latest schema and our upgrade process has a bug. If we know the tld file and the error it should be pretty easy to figure out which. thanks david jencks On Feb 15, 2008, at 12:10 PM, Jay D. McHugh

Re: G2.1.0 problem with OpenJPA

2008-02-20 Thread David Jencks
le. If this doesn't help please show your persistence.xml thanks david jencks On Feb 19, 2008, at 8:23 AM, Łukasz Budnik wrote: Hi! There is some kind of error in OpenJPA used in G 2.1.0 or... in DB2 Tranql wrapper. Let's say I have a very simple entity class with f

Re: Mapping annotation to an actual database pool in Geronimo

2008-02-20 Thread David Jencks
name in @Resource(name="foo") Hope this helps david jencks - Original Message From: David Carew <[EMAIL PROTECTED]> To: user@geronimo.apache.org Sent: Wednesday, February 20, 2008 12:33:38 PM Subject: Mapping annotation to an actual database pool in Geronimo I have a d

Re: EJB Entity Cache in Geronimo 2.1

2008-02-21 Thread David Jencks
ormance is openjpa (jpa in g 2.x) >> cmp 2 in g 1.x (based on tranql) >> cmp 2 in g 2.x (wrapper around jpa) Hopefully if I'm less than accurate someone will correct me. thanks david jencks - Original Message From: ApolloX <[EMAIL PROTECTED]> To: user@geronimo.ap

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.4.1

2008-02-21 Thread David Jencks
maven project to generate a plugin. This seems like a good test case. thanks david jencks - Original Message From: Jim Foster <[EMAIL PROTECTED]> To: user@geronimo.apache.org Sent: Thursday, February 21, 2008 2:48:52 PM Subject: Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.4.1

2008-02-21 Thread David Jencks
ould help a lot with setting up projects like this. thanks david jencks - Original Message From: Jim Foster <[EMAIL PROTECTED]> To: user@geronimo.apache.org Sent: Thursday, February 21, 2008 4:16:58 PM Subject: Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.4.1 djenck

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.1.1

2008-02-23 Thread David Jencks
'd like to use this as an example for the docs, especially if we can get it to work. thanks david jencks On Feb 22, 2008, at 7:45 AM, Jim Foster wrote: Shiva Kumar H R wrote: On Fri, Feb 22, 2008 at 3:46 PM, Peter Petersson <[EMAIL PROTECTED]> wrote: Hi Jim I assume you

Re: Geronimo 2.1 and Seam

2008-02-27 Thread David Jencks
at trick I have started thinking it mostly causes confusion and think that if you deploy the pool separately and have a dependency on the deployed pool it's clearer what is going on. If you deploy everything as geronimo plugins you also get the ability to swap databases. hope this helps

Re: Geronimo 2.1 and Seam

2008-02-27 Thread David Jencks
GBean. (PersistenceUnitGBean.java:117) thanks david jencks

Re: Geronimo 2.1 and Seam

2008-02-27 Thread David Jencks
unning-jboss-seam-200ga-on- geronimo-21.html. Look for Ejb3Configuration.patch. Acckk! This is an easy to fix geronimo bug, https:// issues.apache.org/jira/browse/GERONIMO-3880. did you complain about this on the lists when you found the problem? thanks david jencks Jace

Re: Geronimo 2.1 and Seam

2008-02-27 Thread David Jencks
On Feb 27, 2008, at 6:01 PM, Jacek Laskowski wrote: On Wed, Feb 27, 2008 at 5:51 PM, David Jencks <[EMAIL PROTECTED]> wrote: did you complain about this on the lists when you found the problem? Complain? No, not at all. Just put a note with other stuff and it might not get

Re: Upgrade OpenJPA to v1.0.2 in Geronimo 2.0 or 2.1 due to bug

2008-02-27 Thread David Jencks
.a.g.configs/openjpa//car to o.a.g.configs/persistence/2.0.2/car Another thing you could try with the "jar in ear/war" method is using hidden-classes to hide the openjpa that geronimo has in it. I think the artifact_aliases is maybe better though. thanks david jencks Thanks for th

Re: [discuss] How do we improve the user experience of the geronimo server?

2008-02-28 Thread David Jencks
It would however go counter to the idea of breaking the server up into a core with independently released plugin sets. thanks david jencks On Feb 28, 2008, at 6:18 AM, Donald Woods wrote: One suggestion, would be to move the current samples and daytrader branch back into the server builds

Re: Geronimo 2.1 and Seam

2008-02-28 Thread David Jencks
shell actions to upgrade an artifact from a known handy repo such as the apache snapshot repo... GERONIMO-3884 thanks david jencks Do I still need to have Hibernate patched (correctly) to avoid the NPE? I'm trying to run thru the exact setup steps I need to do on Geronimo to get

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.1.1

2008-02-28 Thread David Jencks
but you are definitely the guinea pig :-). The archetypes should download automatically but I haven't tested this. thanks david jencks Full output to the console: -- - D:\Geronim

Re: Geronimo 2.1 and Seam

2008-02-28 Thread David Jencks
jpa10/2.2- SNAPSHOT/jar org.apache.geronimo.modules/geronimo-persistence-jpa10/2.1/ jar=org.apache.geronimo.modules/geronimo-persistence-jpa10/2.2- SNAPSHOT/jar Does this make sense? thanks david jencks On Feb 28, 2008, at 9:38 AM, Burt Prior wrote: Hi David, I'm using the latest

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.1.1

2008-02-28 Thread David Jencks
false if this doesn't work I think it wont... I think there is a plugin- repositories element to try instead (same repository element inside???) I have to run but will try to look into this more later thanks david jencks Thanks! Jim -- View this mess

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.1.1

2008-02-28 Thread David Jencks
On Feb 28, 2008, at 5:47 PM, David Jencks wrote: On Feb 28, 2008, at 2:28 PM, Jim Foster wrote: Hi David, djencks wrote: Well I wrote it monday and wednesday so you would have needed a time machine :-) Oh... ...my time machine is still in the shop... djencks wrote: I

Re: Geronimo 2.1 and Seam

2008-02-28 Thread David Jencks
ode the message is immediately followed by "return". I looked in the geronimo code a bit more and haven't figured out how this can be null. Where in the ear is the persistence unit? thanks david jencks Thanks, .Burt Jacek Laskowski wrote: On Wed, Feb 27, 2008 at 5:51 P

Re: Toplink Essentials JPA + Geronimo = NullPointerException

2008-02-29 Thread David Jencks
sistence-jpa10/2.0.2/geronimo- persistence-jpa10-2.0.2.jar Please let us know if this fixes the problem thanks david jencks On Feb 28, 2008, at 2:25 PM, Brian Gregory wrote: I'm using class + persistence.xml that work fine in a simple test app but will not deploy as part of a webapp.

Re: Geronimo 2.1 and Seam

2008-02-29 Thread David Jencks
On Feb 28, 2008, at 10:01 PM, David Jencks wrote: On Feb 28, 2008, at 4:42 PM, Burt Prior wrote: Hi Jacek, I just noticed something in my last posting to David. In my error log I posted: ... 14:00:28,084 INFO [Ejb3Configuration] Processing PersistenceUnitInfo [ name

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.1.1

2008-02-29 Thread David Jencks
Can you post liferay-parent/liferay-derby/src/main/plan/plan.xml? I think that is what xmlbeans is complaining about. thanks david jencks On Feb 29, 2008, at 1:15 PM, Jim Foster wrote: djencks wrote: So I found the schema and I think you need apache

Re: Initialize Hibernate During Deployment

2008-02-29 Thread David Jencks
Do you have any idea what hibernate is doing? Does this happen on other app servers? If you can figure out what is triggering the initialization you might be able to trigger it in a listener so it happens when the app starts. thanks david jencks On Feb 29, 2008, at 11:50 AM, pdennis

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.1.1

2008-02-29 Thread David Jencks
Your plan works for me. I jar'ed up my sample and attached it to the wiki page. Could you see if you can detect the relevant difference? thanks david jencks On Feb 29, 2008, at 1:52 PM, Jim Foster wrote: Hi David, You bet...though it's just a copy-n-paste of what you ha

Re: Deploy simple servlet

2008-03-01 Thread David Jencks
load-on-startup occurs after init-param david jencks On Mar 1, 2008, at 7:05 AM, Josue Barrios Rodriguez wrote: Hi everyone... i need help again.. i'm trying to deploy a simple servlet over geronimo 2.1 and want to parametrize it by web.xml, but when i deploy it error appears and i

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.1.1

2008-03-01 Thread David Jencks
On Mar 1, 2008, at 10:02 AM, Jim Foster wrote: djencks wrote: Your plan works for me. I jar'ed up my sample and attached it to the wiki page. Could you see if you can detect the relevant difference? thanks david jencks Hi David, I think I see the point of confusion. In

Re: GERONIMO 2.1 first impressions, different defects

2008-03-02 Thread David Jencks
ost:8080/plugin/maven-repo/geronimo-plugins.xml works. Are you seeing something different? Am I missing something? thanks david jencks -- View this message in context: http://www.nabble.com/GERONIMO-2.1- first-impressions%2C-different-defects-tp15791778s134p15791778.html Sent from the Apache G

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.1.1

2008-03-03 Thread David Jencks
ith calling my repackaged liferay liferay-portal but the duplicate artifactId didn't work. I then missed updating the name change in a lot of places. Hopefully it's fixed now waiting for your review... thanks david jencks Jim -- View this message in context: http://www.n

Re: Initialize Hibernate During Deployment

2008-03-03 Thread David Jencks
ethod in initialize() from that servlet it would get called when the app is started? Maybe I'm missing something obvious. thanks david jencks -Patrick djencks wrote: Do you have any idea what hibernate is doing? Does this happen on other app servers? If you can figure out what is

Re: Integration with Geronimo.

2008-03-03 Thread David Jencks
(or the server) that would be great! thanks david jencks Thanks - -- Best regards. -- View this message in context: http://www.nabble.com/Integration- with-Geronimo.-tp15799944s134p15799944.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: Initialize Hibernate During Deployment

2008-03-03 Thread David Jencks
implement. glad the simpler solution worked. thanks david jencks Thanks, Patrick djencks wrote: On Mar 3, 2008, at 7:20 AM, pdennis wrote: Hi David, I do know what Hibernate is doing, it is reading the hibernate.cfg.xml file, reading up the mapping files and creating a

Re: Toplink Essentials JPA + Geronimo = NullPointerException

2008-03-03 Thread David Jencks
treated in GERONIMO-3880. I've fixed it and pushed another 2.2 snapshot. The previous instructions should work replacing geronimo-persistence-jpa10-2.2-20080229.155614-3.jar with geronimo-persistence-jpa10-2.2-20080303.183025-4.jar thanks david jencks djencks wrote: I think there'

Re: exception while running the 5 minute GEP tutorial example

2008-03-03 Thread David Jencks
I think geronimo should be seamlessly converting deployment-1.1 xml docs to deployment-1.2 so I'd be surprised if geronimo was causing any problems here. I don't know what eclipse might expect. thanks david jencks On Mar 3, 2008, at 12:03 PM, Hernan Cunico wrote: h, I jus

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.1.1

2008-03-04 Thread David Jencks
s it for the general public, and move on (Liferay portal is but the first of several apps I am building on top of Geronimo - details of this project to be shared as we go). looking forward to it! thanks david jencks Thanks! Jim -- View this message in context: http://www.nabble.com/Geronim

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.1.1

2008-03-04 Thread David Jencks
rg.apache.jasper.servlet.JspServlet.serviceJspFile (JspServlet.java:320) whenever I view a page and the create account functionality isn't available. Any ideas what might be wrong? Maybe the liferay people would like to help??? thanks david jencks Good luck with this, I am fol

Re: Geronimo 2.1 and Seam

2008-03-04 Thread David Jencks
cy on the wizard-created pool. - I don't know if you'll need the non-jta-datasource. I strongly recommend removing it until you find out you need it. If present, it absolutely needs to be a different datasource, with no-transaction configured. hope this helps david jencks On Mar

Re: G2.1 class loader error

2008-03-06 Thread David Jencks
like this scenario is consistent with what you've shown us. If this is the problem you can fix it by adding the jaxen jar as an app dependency (if its missing) and including either or org.jaxen. near the end of the environment element in your geronimo plan. thanks david jencks

Re: Geronimo 2/Log4j question

2008-03-06 Thread David Jencks
to log4j programatically. Roller uses this technique. I'm not sure exactly what the log4j API for this is and have to run now, if you can't find it I can look more later. thanks david jencks On Mar 6, 2008, at 9:22 AM, Adam Ruggles wrote: I used Spring to create the listener l

Re: Geronimo 2/Log4j question

2008-03-06 Thread David Jencks
You have to be careful about what properties you feed to log4j. I did get this approach working with the roller plugin. Look for the roller-custom.properties file in the plugins/roller/trunk stuff have to run again, more later david jencks On Mar 6, 2008, at 11:52 AM, Adam Ruggles

Re: Geronimo 2/Log4j question

2008-03-06 Thread David Jencks
IX) || key.startsWith(LOGGER_PREFIX) || key.startsWith(RENDERER_PREFIX)) { continue; } it.remove(); } PropertyConfigurator.configure(props); } Hope this helps david jencks On Mar 6, 2008, at 12:11 PM, David Jencks wrote: Y

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.1.1

2008-03-07 Thread David Jencks
icated above? Should be better now :-) Please let me know if there are more problems. david jencks Jim -- View this message in context: http://www.nabble.com/Geronimo-v2.1- Plan-Creator-%3D%3E-Deploy-Liferay-4.1.1-tp15437773s134p15875526.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: Geronimo 2.1 and Seam

2008-03-07 Thread David Jencks
e best solution. thanks david jencks On Mar 7, 2008, at 10:06 AM, Burt Prior wrote: Hi David, Thanks for the reply. Our team really needs some help in solving this last issue with Geronimo and Seam. There must be some way to resolve this. As I exercise Seam's booking app, I monitor t

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.1.1

2008-03-07 Thread David Jencks
Works OK for me is there some chance your copy of one of the genesis poms got corrupted? You might try rm -rf ~/.m2/repository/ org/apache/geronimo/genesis thanks david jencks On Mar 7, 2008, at 2:41 PM, Jim Foster wrote: djencks wrote: Sorry for the delay, trying to get a release

Re: Geronimo 2.1 and Seam

2008-03-07 Thread David Jencks
) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Hope this helps thanks david jencks

Re: Relation between MDB's instances, instanceLimit and threads

2008-03-12 Thread David Jencks
Does fixing the activeMQ bug https://issues.apache.org/activemq/ browse/AMQ-1618 help with any of these problems? I would find it very difficult to analyze other failures until this is fixed. thanks david jencks On Mar 12, 2008, at 9:44 AM, Tomasz Mazan wrote: Hi guys. I still got

Re: Geronimo 2.0.1 bundled with Intalio BPMS

2008-03-12 Thread David Jencks
ng. Hope this helps to point in a useful direction. We ought to make the cause of failure more vocal here... thanks david jencks On Mar 12, 2008, at 9:39 PM, rommie wrote: I sucessfully run Geronimo 2.1 with jdk1.5.0.15 in Fedora 7 Linux. But when I run Geronimo 2.0.1 that bundled with Inta

Re: Geronimo 2/Log4j question

2008-03-13 Thread David Jencks
david jencks On Mar 6, 2008, at 2:48 PM, David Jencks wrote: After a little more thought I realized we could make this process more convenient by supplying a gbean. See https:// issues.apache.org/jira/browse/GERONIMO-3898 We need an example for the docs and to demonstrate that it works. If you

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.1.1

2008-03-13 Thread David Jencks
age, but that doesn't mean the process is easy to follow, and maybe I missed something else that is required suggestions welcome. thanks david jencks On Mar 13, 2008, at 9:12 AM, Jim Foster wrote: Kevan Miller wrote: On Mar 7, 2008, at 12:12 PM, Jim Foster wrote: Hi Jim, There

Re: Geronimo 2/Log4j question

2008-03-13 Thread David Jencks
I've documented this a bit at http://cwiki.apache.org/confluence/ display/GMOxDOC21/Configuring+Application+Specific+Logging+with+Log4j thanks david jencks On Mar 13, 2008, at 12:15 AM, David Jencks wrote: This gbean is now available in the 2.1.1-SNAPSHOT (branches/2.1) and 2.2-SNA

Re: Relation between MDB's instances, instanceLimit and threads

2008-03-14 Thread David Jencks
I committed the fix we know about to amq 4.1 and trunk. However the code looks rather thread-unsafe -- I'm trying to verify that it needs to be thread-safe -- so I expect additional fixes will be needed before we think about a release. thanks david jencks On Mar 13, 2008, at 1:

Re: Relation between MDB's instances, instanceLimit and threads

2008-03-15 Thread David Jencks
about a release. thanks david jencks I built active-mq with this fix and put it to my Geronimo. I need more time to say it's working properly. I got another problem with Geronimo which could has an impact on server's work and cause problems with processing requests via JMS. I

Re: Errors when starting Geronimo Require some assistance thanks

2008-03-16 Thread David Jencks
-jar bin/server.jar thanks david jencks On Mar 16, 2008, at 7:59 AM, newbie-gero wrote: Hi Lists, I have encounter problems when i start the Geronimo running on Linux. My jdk is version 1.5.04. I have start the Geronimo successfully when i start it in background # cd geronimo/bin # ./startup.sh W

Re: What is in-memory operation for JMS

2008-03-16 Thread David Jencks
ssage delivery. See https://issues.apache.org/activemq/browse/ AMQ-1438. thanks david jencks Thanks -- View this message in context: http://www.nabble.com/What-is-in- memory-operation-for-JMS-tp16080967s134p16080967.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

[ANN] Geronimo specs-parent 1.5 and geronimo-servlet_2.5_specs 1.2 released

2008-03-16 Thread David Jencks
The Geronimo team is pleased to announce the release of the Geronimo specs-parent version 1.5 and the geronimo-servlet_2.5_specs 1.2 jar The specs-parent is a relocated parent pom for all the specs projects. It is adapted to use the new genesis 1.4 setup. The geronimo-servlet_2.5_specs jar

[ANN] Geronimo -ApacheDS plugin 1.0 released

2008-03-16 Thread David Jencks
The Geronimo team is pleased to announce the release of the Apache Geronimo - Apache Directory Server plugin 1.0 This plugin allows installing and running the ApacheDS server version 1.5.1 in an Apache Geronimo 2.1 server. The ApacheDS server can be configured through a server.xml file jus

Re: OptimisticLockException

2008-03-17 Thread David Jencks
You might get quicker more knowledgeable help on one of the openjpa lists. wish I knew more about openjpa configuration :-) thanks david jencks On Mar 16, 2008, at 11:46 PM, the666pack wrote: Hello, so i try to test the server how it handles concurrent delete requests. i start quite low

Re: Relation between MDB's instances, instanceLimit and threads

2008-03-17 Thread David Jencks
thing else. thanks david jencks David, please help me to configure env with all patches you are writing about. Let's start with G 2.1 + activeMq fix for AMQ-1618. What changes / trunk build of components do I need ? you'll need to build amq branches/activemq-4.1 build openejb-trunk

Re: Error while using Plan creator in Geronimo 2.1

2008-03-18 Thread David Jencks
I'd guess that the plan creator doesn't work if the path to geronimo has spaces in it. Generally since windows doesn't handle reasonably long file names you have to install geronimo in something like C:/g for it to work well. david jencks On Mar 18, 2008, at 2:56 PM, remya

Re: NullPointerException by MDB in getCurrentContext()

2008-03-19 Thread David Jencks
from a mdb without additional configuration -- I think there is a way to configure a default principal or default subject or default role that would supply the missing Subject. thanks david jencks On Mar 19, 2008, at 8:25 AM, ApolloX wrote: I'm running Geronimo 1.2-beta and am gett

Re: How to use JAAS with JSF , best practice

2008-03-19 Thread David Jencks
user. It might also be possible to do something elegant in the new and not- in-geronimo-yet jaspi spec. Does the jsf spec have anything to say about this? thanks david jencks Does anybody know a better way of integrating JAAS with JSF with the purpose of not loosing the JSF

Re: NullPointerException by MDB in getCurrentContext()

2008-03-19 Thread David Jencks
red Subject so that there is always a "unauthenticated" user with no checked permissions, and that I added this so you wouldn't get into situations like this. Can you show your security configuration in the openejb-jar.xml? It might help to see if something can be configure

Re: How to deploy in Geronimo?

2008-03-20 Thread David Jencks
deploying your app using the command line from some place other than the hot deploy directory. thanks david jencks On Mar 20, 2008, at 8:23 AM, newbie-gero wrote: Hi lists, I have a ejb program and it working under jboss. Currently, i'm trying out the geronimo an i did not manage to d

Re: 2.1 Database Pool Wizard for SQLServer crashes

2008-03-20 Thread David Jencks
You could try "other" and fill in all the details yourself and get the plan out and deploy it by hand. I just tried this with to set up a derby datasource in geronimo trunk and it appeared to be working. filing a jira issue might be a good idea too. thanks david jencks On Mar 20

Re: Error updating group repository metadata

2008-03-20 Thread David Jencks
Could you make it a bit clearer what this has to do with geronimo? I can believe this is a luntbuild problem or a maven problem from your stacktrace, but don't see anything relevant to geronimo. thanks david jencks On Mar 20, 2008, at 10:55 PM, theeven wrote: I think this is resu

Re: bottom line - can application config files reside in plain old directory?

2008-03-21 Thread David Jencks
trying it out would be great. thanks david jencks Thanks. -- View this message in context: http://www.nabble.com/bottom-line--- can-application-config-files-reside-in-plain-old-directory-- tp16199705s134p16199705.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: How to create DB pool for mysql using the Geronimo database pool wizard (in console)

2008-03-22 Thread David Jencks
I think either the jar needs to be mysql-connector-java-5.1.6.jar or the path needs to be mysql/mysql-connector-java/5.1.6-bin hope this helps david jencks On Mar 22, 2008, at 9:49 AM, CG wrote: Hi, I am planning to write a Web DB app , with mysql. I have tried to create the db pool

Re: record not created in table (tutorial StatelessSessionBean)

2008-03-22 Thread David Jencks
;t need to; this is what the system-datasource uses. thanks david jencks On Mar 22, 2008, at 5:57 PM, CG wrote: Hi , I have settled the previous problem , but now I face another problem , where the databases is not updated. I try to register a user but there is no record added to the t

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