RE: [JBoss-user] Stored procedures and session beans

2003-08-14 Thread Peter Spiess
I have used stored procedures within entity beans before as part of a CMT with no issue. I can't think of anything off the top of my head (just looked at my code and I don't see any major difference). What makes you think that your connection is not part of a transaction? You got the exception w

RE: [JBoss-user] Re: Recent CVS removals

2003-08-12 Thread Peter Spiess
>Maybe this is a good reason for not having any commercial entity have 100% control of the >commit rights of an open source project. I don't know what is the best solution to prevent >forking and duplication of efforts, especially when commercial interests are involved with >open source projects.

[JBoss-user] Problem Redeploying wars

2003-07-16 Thread Peter Spiess
Is there a problem with redeploying wars in 4.0.0DR2 or is it just me? I have replicated this with 2 different WARs. Peter Here is a stack trace: 2003-07-16 10:37:27,720 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/usr/local/jboss-4.0.0DR2/server/default/deplo

[JBoss-user] Entity Commands

2003-07-08 Thread Peter Spiess
If I understand how JBoss persists EJBs, there are Commands that are used for storing (updating), creating, finding & deleting entities. I have just written a custom class for persisting for creating an entity which is created in the database via a Oracle stored procedure. In order to accomplish

RE: [JBoss-user] JBossDO page is on the site

2003-07-08 Thread Peter Spiess
Alex, I wish I had some time for some real critiquing like I did last week... In your meta-data page, all of the tabs seem to be showing up as some international characterI've tried multiple browsers on multiple operating systems and get the same result. The one thing that I am thrilled to s

RE: [JBoss-user] JBossDO

2003-06-30 Thread Peter Spiess
essage- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Behalf Of > Peter Spiess > > Sent: Monday, June 30, 2003 12:44 PM > > To: [EMAIL PROTECTED] > > Subject: [JBoss-user] JBossDO > > > > > > Has anyone tried out JBossDO yet? I jus

RE: [JBoss-user] JBossDO

2003-06-30 Thread Peter Spiess
Great news! I am excited to try it out, I'll look for your document soon. Peter > -Original Message- > From: Alexey Loubyansky [mailto:[EMAIL PROTECTED] > Sent: Monday, June 30, 2003 1:23 PM > To: Peter Spiess > Subject: Re: [JBoss-user] JBossDO > > > He

[JBoss-user] JBossDO

2003-06-30 Thread Peter Spiess
Has anyone tried out JBossDO yet? I just checked out the latest sources and compiled JBoss 4, and now I'm wondering if anyone could point me in the right direction for some of the JDO stuff. Thanks, Peter --- This SF.Net email sponsored by: F

RE: [JBoss-user] Meaning of TrancationManager warning: Unregistered handle that was not registered

2003-06-12 Thread Peter Spiess
David, Since you askedI have also run across this message. It doesn't seem to be causing any problems at this point. As far as reproducing it, I got the message about 20 minutes after deploying my jar file. During this time there was no activity at all, so it doesn't seem like it was someth

RE: [JBoss-user] CMP2.0 and inheritance.

2003-06-09 Thread Peter Spiess
Mark, I found this series of articles to be informative: http://www.onjava.com/pub/a/onjava/2002/09/04/ejbinherit.html Peter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 9:53 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] CMP2.0 and in