RE: [JBoss-user] Calling entity outside of TX

2002-06-15 Thread Jeff Schnitzer
, but as it currently stands this doesn't seem possible. (read below for the details) Thanks, Jeff Schnitzer [EMAIL PROTECTED] -Original Message- From: Jeff Schnitzer Sent: Thursday, June 13, 2002 6:27 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Calling entity outside of TX

RE: [JBoss-user] Looking for free J2EE components

2002-06-14 Thread Jeff Schnitzer
, FormTags, TransformTags, JAX-RPC You should put Maverick (http://mav.sourceforge.net) in that list. You can think of it as a hybrid of the best features of Struts and Cocoon, but it ends up being a lot simpler than either. Thanks, Jeff Schnitzer [EMAIL PROTECTED

RE: [JBoss-user] Calling entity outside of TX

2002-06-13 Thread Jeff Schnitzer
, Jeff Schnitzer [EMAIL PROTECTED] ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

[JBoss-user] Exception accessing entity outside of transaction

2002-06-10 Thread Jeff Schnitzer
in advance for any feedback! Jeff Schnitzer [EMAIL PROTECTED] --- BEGIN STACK TRACE --- java.lang.NullPointerException at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.getApplicationTxDataMap( JDBCStoreManager.java:215

RE: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs

2002-05-21 Thread Jeff Schnitzer
, if it matters. Jeff Schnitzer [EMAIL PROTECTED] -Original Message- From: Paul Cody [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 11:37 AM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb- jars in Different EARs Just curious where you

[JBoss-user] Binding RMI object into JNDI

2002-05-21 Thread Jeff Schnitzer
. Thanks, Jeff Schnitzer [EMAIL PROTECTED] ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm ___ JBoss-user

RE: [JBoss-user] Not the usual primkey-field problem

2002-04-11 Thread Jeff Schnitzer
Doh! Bart! I feel silly. Thanks, it's working fine now. BTW, someone should update the DTD at: http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0.dtd Jeff -- From: Dain Sundstrom (datasource, datasource-mapping)?, Means that you must have both or neither. -dain

[JBoss-user] Not the usual primkey-field problem

2002-04-10 Thread Jeff Schnitzer
.*; /** * @author Jeff Schnitzer * * @ejb:bean name=SomeEntity * view-type=local * type=CMP * local-jndi-name=ejb/SomeEntity * primkey-field=id * * @ejb:pk class=java.lang.String * * @ejb:transaction type=Supports * * @ejb:home local-extends

RE: [JBoss-user] Not the usual primkey-field problem

2002-04-10 Thread Jeff Schnitzer
/enterprise-beans /jbosscmp-jdbc - Thanks for the continued dialogue, btw! Jeff Schnitzer [EMAIL PROTECTED] ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] Not the usual primkey-field problem

2002-04-10 Thread Jeff Schnitzer
From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] Just ignore the spec violation errors right now. The code was just added and from what I understand it is currently just a copy of the CMP 1.1 verifier. I don't remember who is working on it, but he said that this was a known problem.

RE: [JBoss-user] Scheduled class slow when bundled with beans

2002-04-07 Thread Jeff Schnitzer
. Jeff Schnitzer [EMAIL PROTECTED] -Original Message- From: Eric Jain [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 07, 2002 7:16 AM To: Jboss-User Subject: [JBoss-user] Scheduled class slow when bundled with beans I bundled a scheduled class together with the entity beans it uses

[JBoss-user] Caching relationships for a tree structure

2002-04-07 Thread Jeff Schnitzer
with several instances of the same cached object in memory, right? Thanks for any advice. Jeff Schnitzer [EMAIL PROTECTED] BTW, as an aside, I am in the midst of switching from Orion to JBoss because I am finally fed up with errors like this: C:\java\orionjava -jar orion.jar Auto-deploying similarity

RE: [JBoss-user] Caching relationships for a tree structure

2002-04-07 Thread Jeff Schnitzer
theirs;-)?? Did they mean to name their package nevermind? Yep. The joys of obfuscated stack traces. :-( Thanks, Jeff Schnitzer [EMAIL PROTECTED] On 2002.04.07 21:25:11 -0400 Jeff Schnitzer wrote: Hi! I'm trying to figure out a caching strategy for a fairly simple tree structure