RE: javax.naming.NameNotFoundException

2002-01-24 Thread Chris Francis
I was looking for a config problem! OK now I'm ashamed. Thanks though, I have been overlooking that for days. -Original Message- From: Alex Paransky [mailto:[EMAIL PROTECTED]] Sent: 23 January 2002 21:41 To: Chris Francis; Orion-Interest Subject: RE: javax.naming.NameNotFoundException

Generating descriptors

2002-01-24 Thread Michal Palicka
Hello, what tools do you use to generate various descriptors (beans, applications, etc.)? Do you prefer writing descriptors manualy? Could you give me any hints? I tried the EJB Assembler tool, which is a part of Orion, but I could not generate the EJB descriptor. I am able to generate the

Re: Generating descriptors

2002-01-24 Thread Marcus Ahnve
We use XDoclet and are happy doing so. /Marcus Ahnve On Thu, 2002-01-24 at 14:27, Michal Palicka wrote: Hello, what tools do you use to generate various descriptors (beans, applications, etc.)? Do you prefer writing descriptors manualy? Could you give me any hints? I tried the

Retrieving stateful session bean

2002-01-24 Thread Mulder, Frans
Hello list, Here's the situation: I've implemented a custom user manager in the way described in http://kb.atlassian.com/content/orionsupport/articles/usermanager.html and it works fine to restrict certain areas in my web app to specific groups. Authentication is done against an Oracle database

RE: Generating descriptors

2002-01-24 Thread The elephantwalker
Michael, The Orion assembler tools are not reliable on Orion. However, when you deploy an application, orion will automaticly generate the orion-ejb-jar.xml, orion-application.xml, and orion-web.xml files. These are orion-specific deployment descriptors which you can modify and use as you see

RE: Generating descriptors

2002-01-24 Thread Aaron Tavistock
The Orion tools are flakey and have some unresolved bugs. But of course you're not using Orion because of its great IDE. :) My experience with the Orion tools is that they seem like more of a proof of concept than something practical to use. I typically write alot of the descriptors by hand,

Async JMS onMessage() broken in Orion 1.5.2?

2002-01-24 Thread Nick Mitchell
I've been porting some JMS code from WebLogic 6.0 to Orion 1.5.2, and have run into a problem -- onMessage() code that works for WebLogic doesn't work for Orion 1.5.2. Bugzilla was lacking any bugs on it, so I went ahead and added one. Has anyone else had any experience with this problem? Any

CMP beans and Container Managed Transaction question - more information

2002-01-24 Thread Jeff Hubbach
More developments... With -Djdbc.debug=true, the failed transaction leaves a Dirty Connection around on both Oracle and PostgreSQL, so I guess the next question is... what constitutes a Dirty Connection? and is that's what's causing the lock? In further trials, we also tested updating that

RE: Generating descriptors

2002-01-24 Thread Simon Kelly
Check out Xdoclet: http://xdoclet.sourceforge.net/ -Original Message- From: The elephantwalker [SMTP:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 10:19 AM To: Orion-Interest Subject: RE: Generating descriptors Michael, The Orion assembler tools are not reliable

Where is orion-application.xml?

2002-01-24 Thread Boz
I've got Orion working fine on Mac OS X but am having trouble getting the examples to work. The ejb examples deployed without complaint but the docs say to add user-manager class=com.evermind.ejb.EJBUserManager property name=home value=com.evermind.ejb.EJBUser /

Re: CMP beans and Container Managed Transaction question - more information

2002-01-24 Thread Romen Law
ello, I think I have encountered similar problem using Sybase. I finally opted to use JDBC directly for that method and use a non-pooled db connection. That seemed to fixed my problem at the time. cheers romen - Original Message - From: Jeff Hubbach [EMAIL PROTECTED] To: Orion-Interest

RE: Generating descriptors

2002-01-24 Thread t . hegyi
Hi, My Question is somehow related to this. I hvae got Orion generated the specific xml descriptors (orion-XXX.xml). Then I copied them to my development directory and packaged them in the EAR file, each in the directory of its J2EE standard one. (e.g. orion-ejb-jar.xml was located where