RE: Stuck in deploying MDB

2006-05-22 Thread Anshuk Chinmoy Pal Chaudhuri
Title: Stuck in deploying MDB When I deploy org/apache/geronimo/SystemJMS project. Geronimo report error that...: D:\geronimo-1.0\binjava -jar deployer.jar start org/apache/geronimo/SystemJMSUsername: systemPassword: Error: org/apache/geronimo/SystemJMS does not appear to be a the name

RE: Stuck in deploying MDB

2006-05-22 Thread Shai Wolf
Title: Stuck in deploying MDB Hi Anshuk, I am new with Geronimo and I had the same problem. It is true that there is no module called org/apache/Geronimo/SystemJMS. It is probably an old JMS module name. Try to replace this name with geronimo/activemq/1.0/car which is the name of the

RE: Unable get datasource reference in bean...

2006-05-22 Thread Varanasi, Ishwara
Thanks Santosh, it is working now. Regards, Ishwara Bhat V -Original Message- From: Santosh Koti [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 1:41 PM To: user@geronimo.apache.org Subject: RE: Unable get datasource reference in bean... Here is a sample from my app

RE: Stuck in deploying MDB

2006-05-22 Thread Anshuk Chinmoy Pal Chaudhuri
Title: Stuck in deploying MDB Thanks Shai. It worked and the MDB got deployed. But I am having some kind issue in context with the JMS Client. Here is the client code: public class JMSClient { public final static String JNDI_FACTORY = "org.activemq.jndi.ActiveMQInitialContextFactory";

RE: SPECjAppServer2004 up!

2006-05-22 Thread Zakharov, Vasily M
Matt, Sorry for the delay, I missed your question. Sure, all the DDs and the deployment process description are available at: http://opensource.atlassian.com/confluence/oss/display/GERONIMO/SPECjApp Server2004 In fact, not everything is smooth now. The SPECjAppServer2004 Driver starts and

RE: Stuck in deploying MDB

2006-05-22 Thread Shai Wolf
Title: Stuck in deploying MDB Hi Anshuk, I did not do too many experiments with Geronimo, and I dont understand it completely. I can guess that you need to create all the JMS resources that your client is using in Geronimo. When you create these resources, you give them JNDI names

Some observations..!!

2006-05-22 Thread Santosh Koti
Vasily, Great effort!! JOPS ~ 1 (for) Geronimo looks very less from ur report. Does SPecjAppServer2004 might include some ejb (entity) transactions? Do u have any numbers in a itemized way (more refined than JOPS metric). Pls post them, that would be better [ atleast for me :-) ]

how to specify security realm in openejb-jar.xml

2006-05-22 Thread Joerg Friede
Hi, i try to secure my EJB's and then access them from a standalone java-client using the following connection properties props.setProperty(java.naming.factory.initial,org.openejb.client.RemoteInitialContextFactory); props.setProperty(java.naming.provider.url, 127.0.0.1:4201);

RE: SPECjAppServer2004 details (was: Some observations..!!)

2006-05-22 Thread Santosh Koti
Thanks Vasily for ur reply report, Our requirement was to test our RI on the G-server. I am trying to tweak the ejbs ( in cmr) , but things are not going well..! :-( Thanks, Santosh. Don't talk about yourself; it will be done when you leave. -Original Message-

RE: SPECjAppServer2004 details (was: Some observations..!!)

2006-05-22 Thread Zakharov, Vasily M
Santosh, What do you mean my RI here? Is it some application you develop, or something? Vasily -Original Message- From: Santosh Koti [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 9:03 PM To: user@geronimo.apache.org Subject: RE: SPECjAppServer2004 details (was: Some

RE: SPECjAppServer2004 details (was: Some observations..!!)

2006-05-22 Thread Santosh Koti
Oh..! Sorry for acronyms..!! RI means Reference Implementation :-) Thanks, Santosh. Don't talk about yourself; it will be done when you leave. -Original Message- From: Zakharov, Vasily M [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 10:52 PM To: user@geronimo.apache.org

RE: SPECjAppServer2004 details (was: Some observations..!!)

2006-05-22 Thread Zakharov, Vasily M
Yeah, that I undestood. :) As I understand, you're trying to run Reference Implementation of something on Geronimo. The question was, Reference Implementation of what? :) Thanks, Vasily -Original Message- From: Santosh Koti [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 10:04

Re: NoClassDefFoundError when using FileUpload

2006-05-22 Thread Paul McMahan
Hi, I tried to recreate the error you're seeing using the following steps. 1.) downloaded struts 1.2.9 src 2.) modified the file upload sample to throw catch an instance of org.apache.commons.fileupload.FileUploadException 3.) compiled the sample and deployed in geronimo 1.0 (deployment

Re: Unable to make secured http request (HttpsURLConnection)

2006-05-22 Thread Luke_Chiam
Hi Aaron, Thanks for the reply. I am using Geronimo 1.0. Is there a way to set system properties in the administrative console? Luke Aaron Mulder [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 23/05/2006 01:07 AM Please respond to user@geronimo.apache.org To

RE: SPECjAppServer2004 details (was: Some observations..!!)

2006-05-22 Thread Santosh Koti
Some misunderstanding here! :) RI of a banking application built on our custom framework. Thanks, Santosh. Don't talk about yourself; it will be done when you leave. -Original Message- From: Zakharov, Vasily M [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 11:46 PM To:

RE: Stuck in deploying MDB

2006-05-22 Thread Kailash Vasani
Weblogic server would allow you to do the same thing. -Original Message- From: [EMAIL PROTECTED] To: user@geronimo.apache.org Sent: 5/22/06 8:17 PM Subject: Re: Stuck in deploying MDB A normal J2SE application client can't look up JMS resources in the server like this. You have two