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

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:

[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

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 Hello Peter, if everything is fine, we

RE: [JBoss-user] JBossDO

2003-06-30 Thread Peter Spiess
] JBossDO It will be officially released tomorrow or Wednesday. Alex should be putting up docs momentarily. It won't be a full implementation, again, this is a developer release. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Peter

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

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