Re: Need Help !

2014-07-25 Thread d...@hp.com
Hi I think that was my problem... you nailed it... started working, Thanks - Danny -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Need-Help-tp3988136p3988138.html Sent from the Users mailing list archive at Nabble.com.

Re: Need Help !

2014-07-25 Thread Kevin Huntly
ployer.DeployerCLI.main(DeployerCLI.java:32) > > The plan file is attached with this mail. any help would be greatly > appreciated. Please do let me know if you need more information. > > Thanks > Danny J > > > *daytrader-mysql-xa-plan.xml* (11K) Download Attachment >

Need Help !

2014-07-25 Thread d...@hp.com
ore information. Thanks Danny J daytrader-mysql-xa-plan.xml (11K) <http://apache-geronimo.328035.n3.nabble.com/attachment/3988136/0/daytrader-mysql-xa-plan.xml> -- View this message in context: http://apache-geronimo.328

AW: Need help with jndi configuration of a datasource

2008-11-13 Thread Klopp, Alexander
Thanks a lot for this advice, I added this annotation and it works fine now! Alex -Ursprüngliche Nachricht- Von: David Jencks [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 12. November 2008 17:56 An: user@geronimo.apache.org Betreff: Re: Need help with jndi configuration of a

Re: Need help with jndi configuration of a datasource

2008-11-12 Thread David Jencks
You need either an @Resource(name="docbase_tgmt") annotation in your ejb (in which case the datasource will be injected, you don't need to do the lookup) or a resource-ref for it in a (new) ejb-jar.xml. In either case you don't need the resource-ref element in your geronimo plan as the nam

Need help with jndi configuration of a datasource

2008-11-12 Thread Klopp, Alexander
Hi all, I'm working with geronimo 2.1. I've created some stateless session beans using the annotation principle (without having an ejb-jar.xml) The beans access to a datasource defined in the dbpool section of the console. My openejb-jar.xml looks like http://www.openejb.org/xml/ns/openejb

Re: Application deployed but does not start - need help

2008-04-28 Thread punkymt1
thod) >> >> sun >> .reflect >> .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> >> sun >> .reflect >> .DelegatingMethodAccessorImpl >> .invoke(DelegatingMethodAccessorImpl.java:25) >> java.lang.reflect.Method.invoke(Me

Re: Application deployed but does not start - need help

2008-04-25 Thread David Jencks
) javax.servlet.http.HttpServlet.service(HttpServlet.java:806) -- View this message in context: http://www.nabble.com/Application-deployed-but-does-not-start---need-help-tp16895547s134p16895547.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Application deployed but does not start - need help

2008-04-25 Thread punkymt1
/Application-deployed-but-does-not-start---need-help-tp16895547s134p16895547.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

EAR connection pool - need help with configuration

2008-04-06 Thread punkymt1
the web but by using persistance I am filling the database. 3) Also do I need to write something in the open-ejb.xml? What I wrote till now is the 'entity' part but no resource references. Please help. Thank you. -- View this message in context: http://www.nabble.com/EAR-connection-p

Re: EAR deployment need help

2008-04-03 Thread punkymt1
uses a datasource or services from another > javaee app you will need a plan to make the datasource visible to > your app. > > thanks > david jencks > >> >> Thank you. >> -- >> View this message in context: http://www.nabble.com/EAR-deployment- &

Re: EAR deployment need help

2008-04-03 Thread David Jencks
/EnterpriseApplication1-war Do I need a geronimo plan? So far, no. If your app uses a datasource or services from another javaee app you will need a plan to make the datasource visible to your app. thanks david jencks Thank you. -- View this message in context: http://www.nabb

EAR deployment need help

2008-04-03 Thread punkymt1
a geronimo plan? Thank you. -- View this message in context: http://www.nabble.com/EAR-deployment-need-help-tp16467324s134p16467324.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Need help on classloading related problem(What is shared/lib in Apache Geronimo)

2006-07-14 Thread sunil patil
Hi,   I am trying to install Pluto 1.1 portal server into Geronimo. Till now i am able to get About and Admin portlets working. Both these portlets are part of pluto.war. Now i am facing one classloader related problem when i try to install HelloWorld Portlet in HelloWorld.war (Separate war).  

Need help on classloading related problem(What is shared/lib in Apache Geronimo)

2006-07-14 Thread Patil, Sunil
Hi,   I am trying to install Pluto 1.1 portal server into Geronimo. Till now i am able to get About and Admin portlets working. Both these portlets are part of pluto.war. Now i am facing one classloader related problem when i try to install HelloWorld Portlet in HelloWorld.war (Separate w

Need help on classloading related problem(What is shared/lib in Apache Geronimo)

2006-07-14 Thread sunil patil
Hi,   I am trying to install Pluto 1.1 portal server into Geronimo. Till now i am able to get About and Admin portlets working. Both these portlets are part of pluto.war. Now i am facing one classloader related problem when i try to install HelloWorld Portlet in HelloWorld.war (Separate war).   Ba

Need help on classloading related problem(What is shared/lib in Apache Geronimo)

2006-07-14 Thread sunil patil
Hi,   I am trying to install Pluto 1.1 portal server into Geronimo. Till now i am able to get About and Admin portlets working. Both these portlets are part of pluto.war. Now i am facing one classloader related problem when i try to install HelloWorld Portlet in HelloWorld.war (Separate war).   B

Need help on classloading related problem(What is shared/lib in Apache Geronimo)

2006-07-14 Thread sunil patil
Hi,   I am trying to install Pluto 1.1 portal server into Geronimo. Till now i am able to get About and Admin portlets working. Both these portlets are part of pluto.war. Now i am facing one classloader related problem when i try to install HelloWorld Portlet in HelloWorld.war (Separate war).  

Re: Need help with installing axis2 on geronimo

2006-06-29 Thread Manu George
Hi, There is a related article on ibm developerworks http://www-128.ibm.com/developerworks/opensource/library/os-ag-axis2mig/ It may be helpful Regards ManuOn 6/30/06, Dr G A M Ikekeonwu <[EMAIL PROTECTED]> wrote: Please recommend an installer for geronimo/axis2 for the beginner on Webservices

Need help with installing axis2 on geronimo

2006-06-29 Thread Dr G A M Ikekeonwu
Please recommend an installer for geronimo/axis2 for the beginner on Web services, or recommend the proper versions of geronimo, axis2 and j2se sdk to use. On my Windows XP system, I installed geronimo-1.0 successfully but after copying axis2.war into its deploy folder and issuing http:/

need help for "JMS Resource Group Deployment Plan"

2006-04-17 Thread Arbow
I tried the depolyment plan at this article: http://www.chariotsolutions.com/geronimo/jms-resource.html#example-jms-resource , but I got the following errors: Error: Unable to distribute activemq-ra-3.2.1.rar: Could not construct resource adapter instance Invalid value:

Re: Need help with db2jcc_license_cu jar file deployment

2006-02-02 Thread Aaron Mulder
For now, your best bet is to create the pool in the console but don't test it, and then use the "Show Plan" option. Then save the plan to a file, and copy the element that refers to the JDBC driver JAR and point the copies to the additionaly driver JAR(s) you need. Then you can deploy that plan

Re: Need help with db2jcc_license_cu jar file deployment

2006-01-31 Thread Hernan Cunico
Hi All, ASAIK these two license files are to be used as follows: *db2jcc_license_cu.jar* for Linux, UNIX and Windows servers (I guess all on Intel). This is the standard license. *db2jcc_license_cisuz.jar* for z/OS and iSeries in addition to the other (standard) license. Cheers

Documentation update - was [ Need help with db2jcc_license_cu jar file deployment]

2006-01-31 Thread Hernan Cunico
Hi All, here is an article on how to configure DB2 (or any other DB needing more than one jar file) http://opensource2.atlassian.com/confluence/oss/display/GERONIMO/Configuring+DB2+Datasource Cheers! Hernan [EMAIL PROTECTED] wrote: Hello, I am very new to Geronimo, have installed Geronim

Re: Need help with db2jcc_license_cu jar file deployment

2006-01-31 Thread Matt Hogstrom
Prakash, Here is the setup I am currently using. I added the DB2 jars to my repository as follows: [EMAIL PROTECTED]:~/geronimo-1.0/repository/com.ibm.db2/jars> ls -al total 1233 drwxr-xr-x 3 hogstrom users 200 2006-01-31 14:02 . drwxr-xr-x 3 hogstrom users 72 2006-01-11 09:15 .. -rw

Re: Need help with db2jcc_license_cu jar file deployment

2006-01-31 Thread Hernan Cunico
Hi Prakash, I'm working on a document for configuring DB2 in Geronimo. I'll post the link here in the dev list once I have it finished (probably by tomorrow) Cheers! Hernan [EMAIL PROTECTED] wrote: Hello, I am very new to Geronimo, have installed Geronimo-Tomcat-J2EE-1.0 just last week on

Need help with db2jcc_license_cu jar file deployment

2006-01-31 Thread Prakash . Sajja
Hello, I am very new to Geronimo, have installed Geronimo-Tomcat-J2EE-1.0 just last week on my Window-XP to evaluate it. I have DB2 UDB Workgroup server 8.2 running on another Windows server within my LAN and I am trying to add a database pool for this DB2 using Geronimo Web Console. I could succes

Re: Need help with transactions and security

2005-07-07 Thread Ivan S. Dubrov
Hi, >As commented, GERONIMO-724 seems to be an issue related to the ordering of the >SQL statements sent to the DB. Could you please set the flag in the openejb-jar.xml DD and give it another try? Yes, now it works. It was my fault that I haven't read the Wiki pages carefully - the issue is

Re: Need help with transactions and security

2005-07-07 Thread Aaron Mulder
For what it's worth, I believe there's a setting in openejb-jar.xml that deals with respecting foreign key constraints. I haven't looked at the issue closely, but it may be worth a try to enable that setting. Aaron On Wed, 6 Jul 2005, David Jencks wrote: > Well, I commented a bit. I

Re: Need help with transactions and security

2005-07-07 Thread Gianny Damour
Hi Ivan, Thanks for having logged these issues. As commented, GERONIMO-724 seems to be an issue related to the ordering of the SQL statements sent to the DB. Could you please set the flag in the openejb-jar.xml DD and give it another try? Thanks, Gianny On 7/07/2005 3:54 PM, Ivan S. Dubr

Re: Need help with transactions and security

2005-07-07 Thread David Jencks
Well, I commented a bit. I can take a look at the security issue if you supply the login configuration including user >> principal mappiings and the application security info including principal >> role mappings. I think a tranql expert should take a look at the transaction issue. thanks da

Need help with transactions and security

2005-07-06 Thread Ivan S. Dubrov
Hello, I have some problem with security and transactions in the Geronimo. I've described them in the JIRA: http://issues.apache.org/jira/browse/GERONIMO-724 http://issues.apache.org/jira/browse/GERONIMO-677 Anybody with comprehensive knowledge in relevant parts of Geronimo has any comments on