TSSConfigEditorTest requires SSL?

2007-12-26 Thread Zakharov, Vasily M
Hi, all, I wonder if org.apache.geronimo.yoko.TSSConfigEditorTest test is SSL dependent? I'm trying to run Geronimo Unit Tests on Apache Harmony, and this test fails (with the stack below) for the reason I couldn't find out. Could that be because Harmony has no SSL implementation? SEVERE:

RE: TLS instead of SSL?

2007-12-05 Thread Zakharov, Vasily M
-SNAPSHOT/car ns2:gbean name=CORBASSLConfig ns2:attribute name=protocolTLS/ns2:attribute /ns2:gbean ... Also, jetty looks like is already configured with TLS (unless that info is not getting propagated correctly). Jarek On Dec 5, 2007 9:44 AM, Zakharov, Vasily M

RE: Deployer needs internet access?

2007-11-13 Thread Zakharov, Vasily M
needs internet access? This looks like a bug. Filed a jira here: https://issues.apache.org/ jira/browse/OPENEJB-700 -David On Sep 24, 2007, at 9:37 AM, Zakharov, Vasily M wrote: org.apache.openejb.OpenEJBException: Cannot unmarshall the ejb-jar.xml file: jar:file:/C:/VMZ/Temp/geronimo

RE: Strange console message: Endpoint connection to JMS broker failed

2007-10-11 Thread Zakharov, Vasily M
[mailto:[EMAIL PROTECTED] Sent: Wednesday, October 10, 2007 11:30 PM To: user@geronimo.apache.org Subject: Re: Strange console message: Endpoint connection to JMS broker failed On Oct 9, 2007, at 5:20 PM, Zakharov, Vasily M wrote: Hi, all, After I deploy a JMS connector (named SPECJMS

RE: How to specify JNDI names?

2007-10-11 Thread Zakharov, Vasily M
, Vasily M wrote: Kevan, Thanks for your help! Your solution worked. However, in my case the proper JNDI name for the bean turned out to be as follows: orders.jar/OrderAuditSes/ org.spec.jappserver.orders.orderauditses.ejb.O rderAuditSes and I had to patch the source code of the 3rd party

RE: How to specify JNDI names?

2007-10-09 Thread Zakharov, Vasily M
JNDI names? On Oct 8, 2007, at 10:59 AM, Zakharov, Vasily M wrote: Hi, all, I have an application (SPECjAppServer2004) containing session EJBs that need to be accessed from outside. When I run the client, it reports: javax.naming.NameNotFoundException: /OrderAuditSes does not exist

Strange console message: Endpoint connection to JMS broker failed

2007-10-09 Thread Zakharov, Vasily M
Hi, all, After I deploy a JMS connector (named SPECJMS) and an application (SPECjAppServer2004) using this connector, the following messages appear in the console after each 30 seconds or so: 03:06:18,619 ERROR [ActiveMQEndpointWorker] Endpoint connection to JMS broker failed: Broker: localhost

How to specify JNDI names?

2007-10-08 Thread Zakharov, Vasily M
Hi, all, I have an application (SPECjAppServer2004) containing session EJBs that need to be accessed from outside. When I run the client, it reports: javax.naming.NameNotFoundException: /OrderAuditSes does not exist in the system. Check that the app was successfully deployed. at

Endpoint connection to JMS broker failed

2007-10-04 Thread Zakharov, Vasily M
Hi, all, After I deploy a JMS connector (named SPECJMS) and an application (SPECjAppServer2004) using this connector, the following messages appear in the console after each 30 seconds or so: 03:06:18,619 ERROR [ActiveMQEndpointWorker] Endpoint connection to JMS broker failed: Broker: localhost

RE: SjAS deployment problems

2007-10-02 Thread Zakharov, Vasily M
On Oct 2, 2007, at 3:48 PM, David Jencks wrote: sorry I missed the first time you posted :-( Me too. On Oct 2, 2007, at 5:45 AM, Zakharov, Vasily M wrote: Hi all, I'm working on enabling SPECjAppServer2004 on Geronimo, and I've encountered some problems. I already wrote to this list about them

SPECjAppServer2004 deployment

2007-09-24 Thread Zakharov, Vasily M
Hi all, It's been more than a year since I last tried to run SPECjAppServer2004 on Geronimo, and now I'm getting back to that task. I see Geronimo has grown a lot in this year, and SPECjAppServer2004 now has an EAStress research mode to make development publications easy, so I'm looking forward

Deployer needs internet access?

2007-09-24 Thread Zakharov, Vasily M
Hi, all, I'm trying to deploy SPECjAppServer2004 on G2.0.1, and ejb-jar.xml files in SjAS modules start with the following lines: ?xml version=1.0 encoding=UTF-8? !DOCTYPE ejb-jar PUBLIC -//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN http://java.sun.com/dtd/ejb-jar_2_0.dtd; When I

RE: How to get 1.1 sources?

2006-07-12 Thread Zakharov, Vasily M
: How to get 1.1 sources? On Jul 11, 2006, at 12:36 PM, Zakharov, Vasily M wrote: Hi, all, Excuse me, what is the right way to get the sources for Geronimo 1.1? I mean the exact sources used to build the 1.1 release, not the current trunk. From svn: svn co https://svn.apache.org/repos

RE: Setting transaction isolation level in TranQL

2006-07-12 Thread Zakharov, Vasily M
PM To: user@geronimo.apache.org Subject: Re: Setting transaction isolation level in TranQL On Jul 11, 2006, at 11:49 AM, Zakharov, Vasily M wrote: Hi, Matt, Is there any news on TranQL 1.3.1 ? :) Any hope for us to see it in, for example, Geronimo 1.1.1 ? Vasily, The current builds

RE: Setting transaction isolation level in TranQL

2006-07-12 Thread Zakharov, Vasily M
Oh, I see. Thank you! Vasily -Original Message- From: Kevan Miller [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 6:41 PM To: user@geronimo.apache.org Subject: Re: Setting transaction isolation level in TranQL On Jul 12, 2006, at 10:28 AM, Zakharov, Vasily M wrote: Hi

RE: Setting transaction isolation level in TranQL

2006-07-11 Thread Zakharov, Vasily M
transaction isolation level in TranQL I cut Tranql 1.3 last night1.3.1 will have this support soon :) Zakharov, Vasily M wrote: Ooh. So for now there's completely no way I can provide the application with the isolation level other than read-uncommitted? When can we expect that TranQL

How to get 1.1 sources?

2006-07-11 Thread Zakharov, Vasily M
Hi, all, Excuse me, what is the right way to get the sources for Geronimo 1.1? I mean the exact sources used to build the 1.1 release, not the current trunk. Thank you! Vasily Zakharov Intel Middleware Products Division

RE: Problem with TranQL on Oracle

2006-06-07 Thread Zakharov, Vasily M
On 6/7/06, Zakharov, Vasily M [EMAIL PROTECTED] wrote: Hi, all, I'm thinking of using Geronimo 1.0 with Oracle database, what connector should I use? The only one I could find is tranql-connector-1.1.rar. Does it work with Oracle JDBC? If yes, does it have any limitations on Oracle

RE: Setting transaction isolation level in TranQL

2006-06-02 Thread Zakharov, Vasily M
This is a feature I'm looking to put into TranQL 1.3.1 as well as allowing the ability to set the default Isolation Level for a DataSource. Zakharov, Vasily M wrote: Hi, all, Can I somewhat configure the entity (or connector) to use a particular Transaction Isolation level? Stanley

RE: Transaction timeout exception ?!

2006-06-01 Thread Zakharov, Vasily M
By the way, what is the DB max setting for Derby? Vasily -Original Message- From: Mario Rubsam [mailto:[EMAIL PROTECTED] Sent: Thursday, June 01, 2006 7:06 PM To: user@geronimo.apache.org Subject: Re: Transaction timeout exception ?! Santosh, I can tell you the situation with

Setting transaction isolation level in TranQL

2006-05-31 Thread Zakharov, Vasily M
Hi, all, Can I somewhat configure the entity (or connector) to use a particular Transaction Isolation level? Stanley Bradbury recently described how it can be done with SQL query to Derby, but how can I do that while working through a TranQL connector? Thank you! Vasily Zakharov Intel

RE: SQL transaction deadlock

2006-05-31 Thread Zakharov, Vasily M
: # org.apache.derby.jdbc.EmbeddedXADataSource Derby's implementation of a javax.sql.XADataSource. HTH Zakharov, Vasily M wrote: Santosh, Unfortunately, that didn't help. :( Also, commitbeforeautocommit only works for local transactions, and I need XA. Thank you anyway

RE: SQL transaction deadlock

2006-05-31 Thread Zakharov, Vasily M
:23 PM, Zakharov, Vasily M wrote: Stanley, Thank you very much for such a detailed reply. Your guess about separate, multiple statement transactions is most probably true. However, the application I'm running is SPECjAppServer2004, that is the industry standard J2EE benchmark

NPE in TranQL when using READ-COMMITTED Transaction Isolation

2006-05-30 Thread Zakharov, Vasily M
Hi, all, I'm getting a NullPointerException in TranQL when changing Transaction Isolation mode with Derby. Is it a flaw in TranQL/Derby/connector, or I'm doing something wrong? I have a simple entity like this: entity ejb-nameItemEnt/ejb-name table-nameO_ITEM/table-name

RE: SQL transaction deadlock

2006-05-30 Thread Zakharov, Vasily M
=true then redeploy ur db plan test. PS: Not sure, may work , just give a try. Thanks, Santosh. Don't talk about yourself; it will be done when you leave. -Original Message- From: Zakharov, Vasily M [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 4:32 AM To: user

RE: NPE in TranQL when using READ-COMMITTED Transaction Isolation

2006-05-30 Thread Zakharov, Vasily M
with the 1.1 release. Thanks, Santosh. Don't talk about yourself; it will be done when you leave. -Original Message- From: Zakharov, Vasily M [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 30, 2006 10:16 PM To: user@geronimo.apache.org Subject: NPE in TranQL when using READ-COMMITTED Transaction

RE: Changing Derby transaction isolation level

2006-05-30 Thread Zakharov, Vasily M
Subject: Re: Changing Derby transaction isolation level Zakharov, Vasily M wrote: Hi, all, Can I somehow change the transaction isolation level for built-in Derby database? The DB Info page in Geronimo console states: Default Transaction Isolation dirty reads are prevented; non

Memory Uptime in Console

2006-05-26 Thread Zakharov, Vasily M
Hi, all, I've just noticed that Memory Uptime link is only present in Common Console Actions tab, but not in the main menu of the Console. Is it so on purpose? Also, some links in Common Console Actions tab are named differently than the same links in the main menu. Is it so on purpose? I'm

RE: Memory Uptime in Console

2006-05-26 Thread Zakharov, Vasily M
, Aaron On 5/26/06, Zakharov, Vasily M [EMAIL PROTECTED] wrote: Hi, all, I've just noticed that Memory Uptime link is only present in Common Console Actions tab, but not in the main menu of the Console. Is it so on purpose? Also, some links in Common Console Actions tab are named

Error ending association for XAResource

2006-05-25 Thread Zakharov, Vasily M
Hi, all, I'm experiencing an unexpected transaction rollback while working with Derby database through the tranql-connector-derby-embed-xa-1.1.rar connector. Below are the stack trace I see in the Geronimo log and the deployment plan for the connector. Could anyone please tell me what may be

RE: SPECjAppServer2004 up!

2006-05-22 Thread Zakharov, Vasily M
. Vasily -Original Message- From: Matt Hogstrom [mailto:[EMAIL PROTECTED] Sent: Saturday, May 13, 2006 1:20 AM To: user@geronimo.apache.org Subject: Re: SPECjAppServer2004 up! Awesome news :) Can you share the DDs ? Zakharov, Vasily M wrote: Hi, all, Finally, after a long struggle

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

2006-05-22 Thread Zakharov, Vasily M
- From: Zakharov, Vasily M [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 10:17 PM To: user@geronimo.apache.org Subject: SPECjAppServer2004 details (was: Some observations..!!) Hi, Santosh, JOPS ~ 1 (for) Geronimo looks very less from ur report. Sure, it's due to some configuration

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

2006-05-22 Thread Zakharov, Vasily M
( in cmr) , but things are not going well..! :-( 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:17 PM To: user@geronimo.apache.org Subject

SPECjAppServer2004 up!

2006-05-12 Thread Zakharov, Vasily M
Hi, all, Finally, after a long struggle, SPECjAppServer2004 benchmark is up on Geronimo 1.0! (on my notebook :) My thanks to Matt Hogstrom, David Jencks, Jacek Laskowski and Aaron Mulder for their help with various problems and issues that occured in this work. Now I'm working on updating the

Classpath for an external application

2006-05-11 Thread Zakharov, Vasily M
Hil, all, I'm working with an external applicaition (SPECjAppServer2004 Driver) that uses JNDI to access the EJBs deployed in Geronimo 1.0. I have had to provide a rather long classpath for that application to work normally, containing: ${GERONIMO}/bin/server.jar

RE: ejb transaction exception..!!

2006-05-10 Thread Zakharov, Vasily M
Santosh, Could you please post here your database deployment plan and the deployment command you use? Vasily Zakharov Intel Middleware Product Division From: Santosh Koti [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 3:47 PM To: user@geronimo.apache.org

Running SPECjAppServer2004 on Geronimo

2006-05-06 Thread Zakharov, Vasily M
it. Vasily -Original Message- From: Zakharov, Vasily M [mailto:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 10:14 PM To: user@geronimo.apache.org Subject: Doc on running SPECjAppServer2004 on Geronimo Hi, all, As Jacek Laskowski here suggested, I've wrote the doc where I

RE: JMS Connector deployment for SPECjAppServer2004

2006-04-13 Thread Zakharov, Vasily M
The name-gbean-link issue is no more important for SjAS, but it looks like a bug to me anyway, so I filed it to Jira as http://issues.us.apache.org/jira/browse/GERONIMO-1841 Vasily -Original Message- From: Zakharov, Vasily M [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 04, 2006 12

RE: JMS Connector deployment for SPECjAppServer2004

2006-04-03 Thread Zakharov, Vasily M
that is in geronimo/sandbox/contrib/specjappserver2004. I have the databases setup here so I can start it and take a look. Thanks for looking in to this. SPECj is a monster and not fit for man nor beast :). Matt Zakharov, Vasily M wrote: Hi, all, After being busy with other things

JMS Connector deployment for SPECjAppServer2004

2006-03-30 Thread Zakharov, Vasily M
Hi, all, After being busy with other things for a long time, I'm now back to SPECjAppServer2004. :) One of the problems I encounter is that the JMS connector I created fails to start and exceptions occur when I'm trying to access it. I'm trying to deploy a JMS Connector on Geronimo 1.0 with the

RE: Running SPECjAppServer2004

2005-12-13 Thread Zakharov, Vasily M
to the home page where you can interact with the application. Zakharov, Vasily M wrote: Matt, Thank you for your help, surely your DDs were extremely helpful and saved me a lot of time and effort. Well, I'm not sure what are the transactions you're talking about and how to execute them - I found

Running SPECjAppServer2004

2005-12-09 Thread Zakharov, Vasily M
Hello, all. I see the following OEJP error when trying to start the SPECjAppServer2004 on Geronimo 1.0 M5: javax.naming.AuthenticationException: Cannot read the response from the server (OEJP/2.0) : null; nested exception is: java.io.EOFException at

RE: JNDI remote authentication problem

2005-12-07 Thread Zakharov, Vasily M
with the default port. Regards, John Zakharov, Vasily M wrote: Hello, all. I'm trying to run an application that should access the beans (deployed in a Geronimo server running on other machine) with a JNDI request. However, I get the following exception immediately at new InitialContext

JNDI remote authentication problem

2005-11-21 Thread Zakharov, Vasily M
Hello, all. I'm trying to run an application that should access the beans (deployed in a Geronimo server running on other machine) with a JNDI request. However, I get the following exception immediately at new InitialContext() statement: javax.naming.AuthenticationException: