[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCCreateBeanClassInstanceCommand.java JDBCStoreManager.java

2002-01-28 Thread Dain Sundstrom
@@ * FIX-MEshould not generat a subclass for ejb 1.1/FIX-ME * * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ */ public class JDBCCreateBeanClassInstanceCommand { @@ -41,7 +41,7

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/ejbselect ABean.java AHome.java EJBSelectUnitTestCase.java

2002-01-28 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/28 13:47:10 Modified:src/main/org/jboss/test/cmp2/ejbselect ABean.java AHome.java EJBSelectUnitTestCase.java Log: Added a simple test which calls an ejbSelect method from an ejbHome method. Revision ChangesPath 1.2

RE: [JBoss-dev] Current HEAD

2002-01-22 Thread Dain Sundstrom
Marc is in the middle of checking in the new UnifiedDeployer, but he is currently in Boston with no net connection. It will be a few days. Sorry, -dain -Original Message- From: Stephen J. Thompson To: JBoss Development Sent: 1/22/02 1:14 AM Subject: [JBoss-dev] Current HEAD Hello

[JBoss-dev] Jetty redeploy problems in RH

2002-01-20 Thread Dain Sundstrom
What is the status on fixing the redeploy problems with Jetty (RH). I am referring to the problem where Jetty doesn't recompile the JSP pages on an redeploy or even server restart. thanks, -dain ___ Jboss-development mailing list [EMAIL PROTECTED]

RE: [JBoss-dev] More Scheduler Stuff

2002-01-18 Thread Dain Sundstrom
Question: Shouldn't there be a declared dependency from Scheduler MBean to the Called MBean? -Original Message- From: Andreas Schaefer [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 12:52 PM To: [EMAIL PROTECTED] Subject: [JBoss-dev] More Scheduler Stuff Hi Geeks

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/ejbql EJBQLParser.java

2002-01-17 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/17 08:46:31 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/ejbql EJBQLParser.java Log: Changed the location function optional third parameter default to 1. Revision ChangesPath 1.9 +1 -1

RE: [JBoss-dev] More relationship stuff

2002-01-17 Thread Dain Sundstrom
Directionality of a relationship has nothing to do with fk mappings. The reason you are getting FKs in your address table is because you did not tell the engine to not create them. Add the following to the Addr_has_no_idea_of_TestCust role: foreign-key-fields/ -dain -Original

RE: [JBoss-dev] Scheduler Updates

2002-01-17 Thread Dain Sundstrom
So what does the correct -service.xml mbean entry look like? I started using this last night and found the documentation way off but the jboss-service.xml had the correct xml to get the stuff started (it had a constructor tag under the main mbean tab). Thanks dain -Original Message-

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCLoadEntityCommand.java

2002-01-16 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/16 13:07:18 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCLoadEntityCommand.java Log: Fixed bug where read ahead strategy was ignored. Added support for lazy load groups. Revision ChangesPath 1.15 +23 -8

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge JDBCEntityBridge.java

2002-01-16 Thread Dain Sundstrom
1.20 diff -u -r1.19 -r1.20 --- JDBCEntityBridge.java 2002/01/15 20:59:52 1.19 +++ JDBCEntityBridge.java 2002/01/16 21:10:15 1.20 @@ -53,7 +53,7 @@ * One per cmp entity bean type. * * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/ejbql SQLGenerator.java

2002-01-16 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/16 13:10:59 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/ejbql SQLGenerator.java Log: Fixed bug where read-ahead strategy was ignored. Revision ChangesPath 1.5 +1 -1

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCEntityMetaData.java

2002-01-16 Thread Dain Sundstrom
/JDBCEntityMetaData.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- JDBCEntityMetaData.java 2002/01/15 21:12:53 1.14 +++ JDBCEntityMetaData.java 2002/01/16 21:09:06 1.15 @@ -29,7 +29,7 @@ * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCDeclaredSQLQuery.java JDBCFindAllQuery.java JDBCFindByPrimaryKeyQuery.java JDBCFindByQuery.java JDBCLoadRelationCommand.java

2002-01-16 Thread Dain Sundstrom
--- JDBCFindByPrimaryKeyQuery.java2002/01/15 22:20:30 1.3 +++ JDBCFindByPrimaryKeyQuery.java2002/01/16 21:10:58 1.4 @@ -21,7 +21,7 @@ * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a * @author a href=mailto:[EMAIL PROTECTED];Marc Fleury/a * @author a href=mailto:[EMAIL PROTECTED

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge JDBCAbstractCMPFieldBridge.java

2002-01-15 Thread Dain Sundstrom
; @@ -41,7 +40,7 @@ * One for each entity bean cmp field. * * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a - * @version $Revision: 1.9 $ + * @version $Revision: 1.10 $ */ public abstract class JDBCAbstractCMPFieldBridge implements

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge JDBCFieldBridge.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 12:46:30 Added: src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge JDBCFieldBridge.java Log: New mered CMR field and CMP field interface. Revision ChangesPath 1.1

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge JDBCCMP1xFieldBridge.java

2002-01-15 Thread Dain Sundstrom
entity bean cmp field. * * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a - * @version $Revision: 1.9 $ + * @version $Revision: 1.10 $ */ public class JDBCCMP1xFieldBridge extends JDBCAbstractCMPFieldBridge { private Field field

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge JDBCCMP2xFieldBridge.java

2002-01-15 Thread Dain Sundstrom
diff -u -r1.9 -r1.10 --- JDBCCMP2xFieldBridge.java 2001/12/02 01:41:46 1.9 +++ JDBCCMP2xFieldBridge.java 2002/01/15 20:49:11 1.10 @@ -32,7 +32,7 @@ * One for each entity bean cmp field. * * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a - * @version

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/bridge FieldBridge.java EntityBridge.java EntityBridgeInvocationHandler.java SelectorBridge.java CMPFieldBridge.java CMRFieldBridge.java

2002-01-15 Thread Dain Sundstrom
PROTECTED];Dain Sundstrom/a - * @version $Revision: 1.4 $ + * @version $Revision: 1.5 $ */ public interface EntityBridge { public String getEntityName(); - public Class getPrimaryKeyClass(); - public CMPFieldBridge[] getPrimaryKeyFields

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge JDBCEntityBridge.java

2002-01-15 Thread Dain Sundstrom
org.jboss.ejb.plugins.cmp.bridge.FieldBridge; import org.jboss.ejb.plugins.cmp.bridge.SelectorBridge; import org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCEntityMetaData; @@ -51,29 +53,33 @@ * One per cmp entity bean type. * * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge JDBCCMRFieldBridge.java

2002-01-15 Thread Dain Sundstrom
org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCRelationshipRoleMetaData; import org.jboss.logging.Logger; @@ -47,9 +53,9 @@ * One for each role that entity has. * * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a - * @version $Revision: 1.19 $ + * @version $Revision

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCEntityMetaData.java

2002-01-15 Thread Dain Sundstrom
org.jboss.deployment.DeploymentException; import org.jboss.metadata.EntityMetaData; @@ -27,7 +29,7 @@ * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a * @author a href=[EMAIL PROTECTED]Sebastien Alborini/a * @author a href=mailto:[EMAIL PROTECTED];Dirk Zimmermann/a - * @version $Revision: 1.13

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCRelationshipRoleMetaData.java

2002-01-15 Thread Dain Sundstrom
; @@ -22,7 +23,7 @@ * the ejb-jar.xml file's ejb-relation elements. * * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a - * @version $Revision: 1.11 $ + * @version $Revision: 1.12 $ */ public final class JDBCRelationshipRoleMetaData { /** @@ -65,6 +66,11

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCReadAheadMetaData.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 13:19:43 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCReadAheadMetaData.java Log: Updated to new readahead format, which supports on-find. Revision ChangesPath 1.5 +77 -94

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCQueryMetaDataFactory.java

2002-01-15 Thread Dain Sundstrom
. * * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a - * @version $Revision: 1.8 $ + * @version $Revision: 1.9 $ */ public class JDBCQueryMetaDataFactory { private JDBCEntityMetaData entity; @@ -31,14 +33,54 @@ this.entity = entity

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc ReadAheadCache.java

2002-01-15 Thread Dain Sundstrom
reference. * * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a * @version $Revision: 1.1 $ */ public class ReadAheadCache { /** * To simplify null values handling in the preloaded data pool we use * this value instead of 'null' */ private static final

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc SQLUtil.java

2002-01-15 Thread Dain Sundstrom
java.util.List; +import org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCFieldBridge; + /** * SQLUtil helps with building sql statements. * * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a - * @version $Revision: 1.4 $ + * @version $Revision: 1.5 $ */ public class

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc QueryParameter.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 13:36:58 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc QueryParameter.java Log: Changed field arrays to lists for easier handling. Revision ChangesPath 1.4 +15 -10

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCFindAllQuery.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 13:45:17 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCFindAllQuery.java Log: Added support for read ahead on find. Revision ChangesPath 1.2 +23 -4

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCDeclaredSQLQuery.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 13:47:10 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCDeclaredSQLQuery.java Log: Added support for read-ahead on-find. Revision ChangesPath 1.2 +27 -8

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCCommandFactory.java

2002-01-15 Thread Dain Sundstrom
-r1.13 -r1.14 --- JDBCCommandFactory.java 2001/12/04 06:30:53 1.13 +++ JDBCCommandFactory.java 2002/01/15 21:48:45 1.14 @@ -17,7 +17,7 @@ * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a * @author a href=mailto:[EMAIL PROTECTED];Justin Forder/a * @author a href

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCAbstractQueryCommand.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 13:55:34 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCAbstractQueryCommand.java Log: Added support for read ahead on find. Revision ChangesPath 1.6 +47 -23

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCReadAheadCommand.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 14:11:16 Removed: src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCReadAheadCommand.java Log: Merged into JDBCLoadEntityCommand. ___ Jboss-development mailing list [EMAIL PROTECTED]

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCFindByForeignKeyCommand.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 14:10:08 Removed: src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCFindByForeignKeyCommand.java Log: Merged into JDBCLoadRelationCommand. ___ Jboss-development mailing list [EMAIL

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCLoadFieldCommand.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 14:10:49 Removed: src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCLoadFieldCommand.java Log: Merged into JDBCLoadEntityCommand. ___ Jboss-development mailing list [EMAIL PROTECTED]

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCCreateEntityCommand.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 14:14:04 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCCreateEntityCommand.java Log: Changed to use merged CMR field and CMP field interface. Changed to use field lists instead of field arrays. Revision

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCDeleteRelationsCommand.java

2002-01-15 Thread Dain Sundstrom
java.util.List; import javax.ejb.EJBException; import javax.sql.DataSource; import org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCEntityBridge; @@ -21,7 +22,7 @@ * Deletes relations from a relation table. * * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a - * @version

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCFindByPrimaryKeyQuery.java

2002-01-15 Thread Dain Sundstrom
; /** * JDBCBeanExistsCommand is a JDBC query that checks if an id exists @@ -18,7 +21,7 @@ * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a * @author a href=mailto:[EMAIL PROTECTED];Marc Fleury/a * @author a href=mailto:[EMAIL PROTECTED];Justin Forder/a - * @version

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCFindByQuery.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 14:21:19 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCFindByQuery.java Log: Added support for read ahead on find. Revision ChangesPath 1.2 +21 -5 jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBCFindByQuery.java

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCInsertRelationsCommand.java

2002-01-15 Thread Dain Sundstrom
; +import java.util.List; import javax.ejb.EJBException; import javax.sql.DataSource; @@ -22,7 +23,7 @@ * Inserts relations into a relation table. * * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a - * @version $Revision: 1.9 $ + * @version $Revision: 1.10

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCQueryManager.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 14:23:17 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCQueryManager.java Log: Cleaned up code. Revision ChangesPath 1.3 +23 -29 jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBCQueryManager.java

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCRemoveEntityCommand.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 14:24:25 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCRemoveEntityCommand.java Log: Converted field arrays to field lists. Revision ChangesPath 1.13 +30 -26

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCStopCommand.java

2002-01-15 Thread Dain Sundstrom
; import org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMRFieldBridge; @@ -27,7 +29,7 @@ * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a * @author a href=mailto:[EMAIL PROTECTED];Rickard Öberg/a * @author a href=mailto:[EMAIL PROTECTED];Justin Forder/a - * @version $Revision: 1.8

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCStoreEntityCommand.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 14:27:34 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCStoreEntityCommand.java Log: Converted from field arrays to field lists. Revision ChangesPath 1.11 +22 -19

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCStartCommand.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 14:25:49 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCStartCommand.java Log: Converted to merged CMR field and CMP field interface. Converted from field arrays to lists. Revision ChangesPath 1.16

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCLoadEntityCommand.java

2002-01-15 Thread Dain Sundstrom
with lots of data. * * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a + * @author a href=mailto:[EMAIL PROTECTED];Oleg Nitz/a * @author a href=mailto:[EMAIL PROTECTED];Rickard Öberg/a * @author a href=mailto:[EMAIL PROTECTED];Marc Fleury/a * @author a href=mailto

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCStoreManager.java

2002-01-15 Thread Dain Sundstrom
; import javax.ejb.EJBException; @@ -59,17 +58,15 @@ * * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a * @see org.jboss.ejb.EntityPersistenceStore - * @version $Revision: 1.24 $ + * @version $Revision: 1.25 $ */ public class JDBCStoreManager implements

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCLoadRelationCommand.java

2002-01-15 Thread Dain Sundstrom
org.jboss.logging.Logger; +import org.jboss.util.FinderResults; /** * Loads relations for a particular entity from a relation table. * * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a - * @version $Revision: 1.10 $ + * @version $Revision: 1.11 $ */ public class

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/ejbql SQLTarget.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 14:40:37 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/ejbql SQLTarget.java Log: Added support for read ahead on find. Converted from field arrays to field lists. Revision ChangesPath 1.11 +44 -22

[JBoss-dev] CVS update: jboss/src/main/org/jboss/util LRUCachePolicy.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 14:53:42 Modified:src/main/org/jboss/util LRUCachePolicy.java Log: Removed unused throws Exception declaraion from create and start methods. Revision ChangesPath 1.12 +3 -3 jboss/src/main/org/jboss/util/LRUCachePolicy.java

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCReadAheadInterceptor.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 14:37:55 Removed: src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCReadAheadInterceptor.java Log: Read ahead of methods in a read ahead list, is not well defined yet. There may be sideaffects created by the read ahead.

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/ejbql SQLGenerator.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 14:39:41 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/ejbql SQLGenerator.java Log: Converted from field arrays to field lists. Revision ChangesPath 1.4 +118 -40

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCAbstractQueryCommand.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 14:57:57 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCAbstractQueryCommand.java Log: Cleaned up log.debug code. Revision ChangesPath 1.7 +5 -3

[JBoss-dev] CVS update: jboss/src/main/org/jboss/util FinderResults.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 14:52:16 Modified:src/main/org/jboss/util FinderResults.java Log: Removed read ahead on find code. Revision ChangesPath 1.4 +2 -12 jboss/src/main/org/jboss/util/FinderResults.java Index: FinderResults.java

[JBoss-dev] CVS update: jboss/src/etc/conf/default standardjbosscmp-jdbc.xml

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 15:17:09 Modified:src/etc/conf/default standardjbosscmp-jdbc.xml Log: Updated to new read-ahead style. Changed postgres Boolean type to sql-type BOOLEAN and jdbc-type CHAR. Revision ChangesPath 1.14 +9 -3

[JBoss-dev] CVS update: jboss/src/resources/org/jboss/metadata jbosscmp-jdbc_3_0.dtd

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 15:02:07 Modified:src/resources/org/jboss/metadata jbosscmp-jdbc_3_0.dtd Log: Added fk-constraint element. Updated read-ahead for on-find support. Added named load-groups. Changed lazy-load-groups and eager-load-group to use the named

[JBoss-dev] CVS update: jboss/src/etc/conf/default standardjboss.xml

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 15:30:34 Modified:src/etc/conf/default standardjboss.xml Log: Droped removed JDBCReadAheadInterceptor from interceptor chains. Revision ChangesPath 1.33 +1 -3 jboss/src/etc/conf/default/standardjboss.xml Index:

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship/oneToOneUnidirectional ABTest.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 16:02:24 Modified:src/main/org/jboss/test/cmp2/relationship/oneToOneUnidirectional ABTest.java Log: Added a static suite method to each test, so tests can be run independently. Revision ChangesPath 1.2 +6

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship/oneToManyBidirectional ABTest.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 16:02:24 Modified:src/main/org/jboss/test/cmp2/relationship/oneToManyBidirectional ABTest.java Log: Added a static suite method to each test, so tests can be run independently. Revision ChangesPath 1.3 +6

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship/manyToManyBidirectional ABTest.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 16:02:23 Modified:src/main/org/jboss/test/cmp2/relationship/manyToManyBidirectional ABTest.java Log: Added a static suite method to each test, so tests can be run independently. Revision ChangesPath 1.3 +6

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship/manyToOneUnidirectional ABTest.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 16:02:24 Modified:src/main/org/jboss/test/cmp2/relationship/manyToOneUnidirectional ABTest.java Log: Added a static suite method to each test, so tests can be run independently. Revision ChangesPath 1.3 +6

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship/oneToOneBidirectional ABTest.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 16:02:24 Modified:src/main/org/jboss/test/cmp2/relationship/oneToOneBidirectional ABTest.java Log: Added a static suite method to each test, so tests can be run independently. Revision ChangesPath 1.2 +6 -0

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship/manyToManyUnidirectional ABTest.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 16:02:23 Modified:src/main/org/jboss/test/cmp2/relationship/manyToManyUnidirectional ABTest.java Log: Added a static suite method to each test, so tests can be run independently. Revision ChangesPath 1.3 +6

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/ejbselect B.java BBean.java BHome.java EJBSelectUnitTestCase.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 16:05:04 Modified:src/main/org/jboss/test/cmp2/ejbselect B.java BBean.java BHome.java EJBSelectUnitTestCase.java Log: Added some methods to help with read ahead testing. Revision ChangesPath 1.2 +2 -0

[JBoss-dev] CVS update: jbosstest/src/resources/cmp2/ejbselect/META-INF ejb-jar.xml

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 16:07:46 Modified:src/resources/cmp2/ejbselect/META-INF ejb-jar.xml Log: Added name cmp field. Revision ChangesPath 1.2 +1 -0 jbosstest/src/resources/cmp2/ejbselect/META-INF/ejb-jar.xml Index: ejb-jar.xml

[JBoss-dev] CVS update: jbosstest/src/resources/cmp2/relationship/META-INF jbosscmp-jdbc.xml

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 16:20:35 Modified:src/resources/cmp2/relationship/META-INF jbosscmp-jdbc.xml Log: Set test to use read ahead on find. Revision ChangesPath 1.2 +2 -1 jbosstest/src/resources/cmp2/relationship/META-INF/jbosscmp-jdbc.xml

RE: [JBoss-dev] more standardjboss-cmp.xml

2002-01-14 Thread Dain Sundstrom
, 2002 7:54 AM To: Dain Sundstrom Cc: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] more standardjboss-cmp.xml Hmm.. What version of the postgresql JDBC driver are you using. I am running the newest one and it seems to work here. I will do a little investigating. Dain Sundstrom wrote

RE: RE: [JBoss-dev] Autogenerated primary keys etc

2002-01-14 Thread Dain Sundstrom
:) /Lennart Den 2002-01-11 19:23:44 skrev Dain Sundstrom [EMAIL PROTECTED]: Here is the scoop. Last I checked Oleg was working on this for EJB 2.0, but I have trouble contacting him (our email servers don't like each other). The way it will be implemented is with a lookup in JNDI

RE: [JBoss-dev] Bug in relations

2002-01-14 Thread Dain Sundstrom
Good catch. I just rewrote the relationship loading/setting code, so I'll have to hunt this down in my new code. thanks -dain -Original Message- From: Dave Smith [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 8:05 AM To: [EMAIL PROTECTED] Subject: [JBoss-dev] Bug in

RE: [JBoss-dev] Autogenerated primary keys etc

2002-01-14 Thread Dain Sundstrom
Cool. I think we should look at using this post beta. -dain -Original Message- From: Oleg Nitz [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 10:23 AM To: Dain Sundstrom Subject: Re: [JBoss-dev] Autogenerated primary keys etc Dain Sundstrom wrote: If you want

[JBoss-dev] log4j and exceptions

2002-01-13 Thread Dain Sundstrom
Why don't I get the stack trace in my (debug) log when I log an exceptions (e.g. log.debug( new Exception() ))? I only log exceptions when I am forced to wrap an exception with another exception that does not support exception encapsulation, such as FinderException (as apposed to EJBException,

RE: [JBoss-dev] log4j and exceptions

2002-01-13 Thread Dain Sundstrom
: Dain Sundstrom [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 13, 2002 1:11 PM To: '[EMAIL PROTECTED]' Subject: [JBoss-dev] log4j and exceptions Why don't I get the stack trace in my (debug) log when I log an exceptions (e.g. log.debug( new Exception() ))? I only log exceptions when I

RE: [JBoss-dev] more standardjboss-cmp.xml

2002-01-13 Thread Dain Sundstrom
This doesn't work. Postgres throws an exception Unknown Types on BIT. -dain -Original Message- From: Dave Smith [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 8:33 AM To: [EMAIL PROTECTED] Subject: [JBoss-dev] more standardjboss-cmp.xml For postgresql the Boolean

RE: [JBoss-dev] need help with deadlock detection

2002-01-12 Thread Dain Sundstrom
A thought on the performance issue. You could copy the hash map, and then do the detection. If you detect a deadlock, then synchronize the entire map and run it again. This way you only force a lock on the whole map when you really think there is a deadlock. -dain -Original

[JBoss-dev] DistributedReplicantManagerImplMBean

2002-01-12 Thread Dain Sundstrom
Did someone forget to check in DistributedReplicantManagerImplMBean? -dain ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

RE: [JBoss-dev] Autogenerated primary keys etc

2002-01-11 Thread Dain Sundstrom
Here is the scoop. Last I checked Oleg was working on this for EJB 2.0, but I have trouble contacting him (our email servers don't like each other). The way it will be implemented is with a lookup in JNDI that returns an object that implements some yet to be defined AutoNumber interface. I

RE: [JBoss-dev] Proposal: separate cvs update from Dev?

2002-01-05 Thread Dain Sundstrom
I like the cvs commits mixed into my email, but I can just direct the new list to my jboss-dev folder. I think this is a great idea. It is not often that you get to please everyone. :) -dain -Original Message- From: marc fleury [mailto:[EMAIL PROTECTED]] Sent: Saturday, January

RE: [JBoss-dev] standardjbosscmp-jdbc.xml

2002-01-04 Thread Dain Sundstrom
Done. -Original Message- From: Dave Smith [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 2:51 PM To: [EMAIL PROTECTED] Subject: [JBoss-dev] standardjbosscmp-jdbc.xml Could someone please add the numeric type to PostgreSQL in standardjbosscmp-jdbc.xml mapping

[JBoss-dev] CVS update: jboss/src/etc/conf/default standardjbosscmp-jdbc.xml

2002-01-04 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/04 14:39:47 Modified:src/etc/conf/default standardjbosscmp-jdbc.xml Log: Added BigDecimal mapping for PostgreSQL. Revision ChangesPath 1.13 +7 -2 jboss/src/etc/conf/default/standardjbosscmp-jdbc.xml Index:

[JBoss-dev] CVS update: jboss/src/etc/conf/default standardjbosscmp-jdbc.xml

2001-12-30 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/30 11:09:39 Modified:src/etc/conf/default standardjbosscmp-jdbc.xml Log: Added pk-constraint-tempate elements and fk-constraint-template elements. This was just a guess at most templates, I'll wait for messages on which ones are wrong. :)

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCTypeMappingMetaData.java

2001-12-30 Thread Dain Sundstrom
retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- JDBCTypeMappingMetaData.java 2001/12/05 05:07:17 1.9 +++ JDBCTypeMappingMetaData.java 2001/12/30 19:11:38 1.10 @@ -17,13 +17,17 @@ * * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCStartCommand.java

2001-12-30 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/30 11:11:38 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCStartCommand.java Log: Added support for primary key and foreign key templates. Revision ChangesPath 1.13 +50 -3

[JBoss-dev] CVS update: jbosstest build.xml

2001-12-30 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/30 12:02:35 Modified:.build.xml Log: Added cmp2 test back into unit test suite. Revision ChangesPath 1.52 +18 -4 jbosstest/build.xml Index: build.xml ===

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCStartCommand.java

2001-12-30 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/30 12:34:22 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCStartCommand.java Log: Remove old commented out non template style code. Revision ChangesPath 1.14 +1 -37

[JBoss-dev] Jive is hosed

2001-12-30 Thread Dain Sundstrom
I get the following exception when I attempt to post a message: The following error occurred. If you believe it to be a bug, please report it in the Jive support forums at: http://www.jivesoftware.com/community/ java.lang.NullPointerException at

[JBoss-dev] sar problems

2001-12-29 Thread Dain Sundstrom
I'm trying to convert my postgres-ds-service.xml file into a sar, so I don't have to copy the jar and then the service file. I created a sar file with my previous service file at META-INF/jboss-service.xml and the postgres jar (jdbc7.0-1.2.jar) in the root of the sar. Now when I copy the jar to

RE: [JBoss-dev] Why are we using RollingFileAppender in RH?

2001-12-29 Thread Dain Sundstrom
I have been changing the log size to 10MB. If you don't have 10MB on your development machine, you have much bigger problems. -dain -Original Message- From: David Budworth [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 29, 2001 1:21 PM To: [EMAIL PROTECTED] Subject:

RE: [JBoss-dev] sar problems

2001-12-29 Thread Dain Sundstrom
Thanks that seamed to work. Now I am getting an exception RuntimeOperationException Object name cannot be null. Any ideas? -dain -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 29, 2001 2:13 PM To: Dain Sundstrom Cc: 'jboss-development

RE: [JBoss-dev] emacs template for JBoss

2001-12-28 Thread Dain Sundstrom
Dude, that fucking sucks. I don't use emacs, but I'll send you my .virc file :) -dain -Original Message- From: Bill Burke [mailto:[EMAIL PROTECTED]] Sent: Friday, December 28, 2001 1:28 AM To: Jboss-Development@Lists. Sourceforge. Net Subject: [JBoss-dev] emacs template for JBoss

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCStoreManager.java

2001-12-28 Thread Dain Sundstrom
-r1.22 -r1.23 --- JDBCStoreManager.java 2001/12/27 17:30:29 1.22 +++ JDBCStoreManager.java 2001/12/28 18:46:01 1.23 @@ -59,7 +59,7 @@ * * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a * @see org.jboss.ejb.EntityPersistenceStore - * @version $Revision: 1.22

RE: [JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCStartCommand.java

2001-12-28 Thread Dain Sundstrom
:[EMAIL PROTECTED]] Sent: Friday, December 28, 2001 1:18 AM To: Dain Sundstrom Cc: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCStartCommand.java Hi Dain, I checked out the latest version and threw away my changes

RE: [JBoss-dev] What the Point?

2001-12-28 Thread Dain Sundstrom
Fuck you. Why don't you go get $10,000, buy Weblogic, and never post on this list again? -dain -Original Message- From: John Woo [mailto:[EMAIL PROTECTED]] Sent: Friday, December 28, 2001 7:26 PM To: Scott M Stark; [EMAIL PROTECTED] Subject: Re: [JBoss-dev] What the Point?

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCStoreManager.java

2001-12-27 Thread Dain Sundstrom
javax.ejb.RemoveException; +import javax.transaction.Synchronization; +import javax.transaction.SystemException; import javax.transaction.Transaction; import javax.transaction.TransactionManager; @@ -57,7 +59,7 @@ * * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a * @see

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCRelationInterceptor.java

2001-12-27 Thread Dain Sundstrom
; import org.jboss.ejb.EntityContainer; import org.jboss.ejb.EntityEnterpriseContext; @@ -32,14 +26,14 @@ * relationship. This interceptor also manages the relation table data. * * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom/a - * @version $Revision: 1.9

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge JDBCCMRFieldBridge.java

2001-12-27 Thread Dain Sundstrom
revision 1.19 diff -u -r1.18 -r1.19 --- JDBCCMRFieldBridge.java 2001/12/19 05:50:12 1.18 +++ JDBCCMRFieldBridge.java 2001/12/27 17:35:40 1.19 @@ -47,7 +47,7 @@ * One for each role that entity has. * * @author a href=mailto:[EMAIL PROTECTED];Dain Sundstrom

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCStartCommand.java

2001-12-27 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/27 09:34:33 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCStartCommand.java Log: Fixed bug in created table list, where the tables created by each entity were private to that entity. This was a proble for creation of

[JBoss-dev] CVS update: jbosstest/src/resources/cmp2/readonly client.policy jndi.properties

2001-12-27 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/27 09:49:12 Removed: src/resources/cmp2/readonly client.policy jndi.properties Log: Unused. ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship/oneToManyUnidirectional A.java ABTest.java

2001-12-27 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/27 09:47:31 Modified:src/main/org/jboss/test/cmp2/relationship/oneToManyUnidirectional A.java ABTest.java Log: Removed lame try catch block Revision ChangesPath 1.2 +1 -0

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship/manyToManyUnidirectional ABTest.java

2001-12-27 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/27 09:46:47 Modified:src/main/org/jboss/test/cmp2/relationship/manyToManyUnidirectional ABTest.java Log: Removed lame try catch block Revision ChangesPath 1.2 +260 -280

[JBoss-dev] CVS update: jbosstest/src/resources/cmp2/relationship client.policy jndi.properties

2001-12-27 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/27 09:49:47 Removed: src/resources/cmp2/relationship client.policy jndi.properties Log: Unused. ___ Jboss-development mailing list [EMAIL PROTECTED]

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship/manyToOneUnidirectional ABTest.java

2001-12-27 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/27 09:46:52 Modified:src/main/org/jboss/test/cmp2/relationship/manyToOneUnidirectional ABTest.java Log: Removed lame try catch block Revision ChangesPath 1.2 +159 -164

<    1   2   3   4   5   6   7   8   9   10   >