Re: [JBoss-dev] JBoss a JavaWorld finalist

2002-02-13 Thread Dain Sundstrom
This means we already edged out Oracle and others. -dain Jeff Tulley wrote: > Somebody on the ant list just posted that Ant is a "JavaWorld Finalist". > It appears JBoss is also. > > Best Java Application Server (alphabetical order) > BEA WebLogic Server 6.1, BEA Systems > JBoss 2.4

Re: [JBoss-dev] BCEL & org.jboss.proxy.compiler

2002-02-13 Thread Dain Sundstrom
Yep this package is an absolute requirement of CMP 2.0. The java.lang.reflect.Proxy package can't generate a subclass of an abstract class, and this is where BCEL could take over. If you want to look into writing a replacement with BCEL that would be very cool (they do have a sample dynamic p

Re: [JBoss-dev] java.util.Date in PostgreSQL DB

2002-02-12 Thread Dain Sundstrom
SQL DATE/TIMESTAMP exactly the same? I know oracle will > drop the time portion if the column type is DATE. > > -David > > > On Tue, 12 Feb 2002, Adam Heath wrote: > > >>On Tue, 12 Feb 2002, Dain Sundstrom wrote: >> >> >>>This is for a

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

2002-02-12 Thread Dain Sundstrom
:12 - 1.12 +++ EntityBridgeInvocationHandler.java12 Feb 2002 22:35:11 - 1.13 @@ -37,7 +37,7 @@ * One per cmp entity bean instance, including beans in pool. * * @author mailto:[EMAIL PROTECTED]";>Dain Sundstrom - * @version $Revisi

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

2002-02-12 Thread Dain Sundstrom
PROTECTED]";>Dain Sundstrom - * @version $Revision: 1.10 $ + * @version $Revision: 1.11 $ */ public abstract class JDBCAbstractCMPFieldBridge implements JDBCCMPFieldBridge { protected JDBCStoreManager manager; @@ -93,6 +93,24 @@

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

2002-02-12 Thread Dain Sundstrom
:[EMAIL PROTECTED]";>Dain Sundstrom - * @version $Revision: 1.10 $ + * @version $Revision: 1.11 $ */ public class JDBCQueryMetaDataFactory { private JDBCEntityMetaData entity; @@ -112,7 +112,7 @@ } throw new DeploymentException( -"E

[JBoss-dev] CVS update: jboss/src/main/org/jboss/metadata QueryMetaData.java

2002-02-12 Thread Dain Sundstrom
+++ QueryMetaData.java12 Feb 2002 18:51:18 - 1.6 @@ -17,7 +17,7 @@ * Contains information about ejb-ql queries. * * @author mailto:[EMAIL PROTECTED]";>Dain Sundstrom - * @version $Revision: 1.5 $ + * @version $Revision: 1.6 $ */ public class Query

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

2002-02-12 Thread Dain Sundstrom
java.lang.reflect.Method; import org.jboss.metadata.QueryMetaData; -import org.w3c.dom.Element; /** * Immutable class which contains information about an EJB QL query. * * @author mailto:[EMAIL PROTECTED]";>Dain Sundstrom - * @version $Revision: 1.6 $ + * @version $

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

2002-02-12 Thread Dain Sundstrom
Sure, feel free to add them. -dain David Budworth wrote: > Should we have this mapping for all DB's? > > Whenever I rebuild JBoss, I have to go add java.util.Date mapping > myself back in. > > -David > > > On Tue, 12 Feb 2002, Dain Sundstrom wrote: > &

Re: [JBoss-dev] JBoss Code Style Guide

2002-02-12 Thread Dain Sundstrom
FT+F" and your code is automagically > reformated. > > Cheers, > > > Sacha > > > >>-Message d'origine- >>De : [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED]]De la part de Dain >>Sundstrom >>Envoye :

[JBoss-dev] JBoss Code Style Guide

2002-02-12 Thread Dain Sundstrom
Hi all, I wrote the JBossCMP code before I was aware the JBoss Code Style Guide, so I now I want to run a beautifier to correct my code. Does any one use a free beautifier that they have setup for JBoss? I found one called jacobe which seems to do the trick, but I have some questions about t

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

2002-02-12 Thread Dain Sundstrom
User: dsundstrom Date: 02/02/12 07:12:13 Modified:src/etc/conf/default standardjbosscmp-jdbc.xml Log: Added java.util.Data mapping for PostgreSQL Revision ChangesPath 1.16 +6 -1 jboss/src/etc/conf/default/standardjbosscmp-jdbc.xml Index: standardjbosscmp-j

[JBoss-dev] java.util.Date in PostgreSQL DB

2002-02-11 Thread Dain Sundstrom
This is for anyone who knows Postgres out there, There is a patch at sf that suggest adding the following mapping: java.util.Date TIMESTAMP TIMESTAMP There is currently no mapping for java.util.Date, but there is a mapping for java.sql.Date, which is: java.sql.Date DATE

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

2002-02-11 Thread Dain Sundstrom
User: dsundstrom Date: 02/02/11 22:22:51 Modified:src/resources/org/jboss/metadata jbosscmp-jdbc_3_0.dtd Log: Added not-null to cmp-field and property. Revision ChangesPath 1.11 +8 -2 jboss/src/resources/org/jboss/metadata/jbosscmp-jdbc_3_0.dtd Index: jbos

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

2002-02-11 Thread Dain Sundstrom
that entity has. * * @author mailto:[EMAIL PROTECTED]";>Dain Sundstrom - * @version $Revision: 1.21 $ + * @version $Revision: 1.22 $ */ public class JDBCCMRFieldBridge implements JDBCFieldBridge { // -- Invocation

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

2002-02-11 Thread Dain Sundstrom
:15 - 1.4 @@ -12,13 +12,14 @@ * mapping of java classes to multipul columns. * * @author mailto:[EMAIL PROTECTED]";>Dain Sundstrom - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ */ public interface JDBCType { public String[] getCol

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

2002-02-11 Thread Dain Sundstrom
tyMetaData.java 12 Feb 2002 06:17:16 - 1.6 @@ -15,7 +15,7 @@ * This immutable class contains information about the an overriden field property. * * @author mailto:[EMAIL PROTECTED]";>Dain Sundstrom - * @version $Revision: 1.5 $ + * @version $

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

2002-02-11 Thread Dain Sundstrom
User: dsundstrom Date: 02/02/11 22:15:17 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCStartCommand.java Log: Removed wanker log.info protection code. Changed addForeignKeyConstraint to assure that the connection and statement are closed before the

Re: [JBoss-dev] BCEL & org.jboss.proxy.compiler

2002-02-11 Thread Dain Sundstrom
When I was at marc's place last week I suggested changing to BCEL, as it is actively maintained by the jakarta group, and it would be one less moving part for us. He liked the idea, but neither of us have the time right now to learn another tool. If you've got nothing better to work on go fo

Re: [JBoss-dev] Is log4j MaxFileSize broken?

2002-02-11 Thread Dain Sundstrom
I figgured it out. I'm an idiot. For some reason the log system only logs INFO messages except for org.jboss.system. -dain Dain Sundstrom wrote: > Before DR1 I was changing log4j.appender.Default.MaxFileSize in my > log4j.properties file to 10MB so I could see all of my DB co

Re: [JBoss-dev] Is log4j MaxFileSize broken?

2002-02-11 Thread Dain Sundstrom
can you remove it? Jason Dillon wrote: >>On another issue do we sill need the instantdb.properties file? >> > > Nope. > > --jason > ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-developmen

[JBoss-dev] Is log4j MaxFileSize broken?

2002-02-11 Thread Dain Sundstrom
Before DR1 I was changing log4j.appender.Default.MaxFileSize in my log4j.properties file to 10MB so I could see all of my DB code. Now it seams that this value is always ignored as I can only get a log with 1700 lines. Is this value still used? Is this file still used? On another issue do w

Re: [JBoss-dev] CVS update: jbossmx/src/main/org/jboss/invocation/jrmp/server JRMPInvokerHA.java

2002-02-11 Thread Dain Sundstrom
Didn't someone mention something about new ObjectName was very very expensive call? Can you cache it? -dain Oleg Nitz wrote: > User: olegnitz > Date: 02/02/11 16:53:35 > > Modified:src/main/org/jboss/invocation/jrmp/server JRMPInvokerHA.java > Log: > The bean hashCode was calcu

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

2002-02-02 Thread Dain Sundstrom
User: dsundstrom Date: 02/02/02 18:19:27 Modified:src/resources/org/jboss/metadata jbosscmp-jdbc_3_0.dtd Log: Fixed type-mapping element. Revision ChangesPath 1.10 +1 -1 jboss/src/resources/org/jboss/metadata/jbosscmp-jdbc_3_0.dtd Index: jbosscmp-jdbc_3_0.

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

2002-02-01 Thread Dain Sundstrom
User: dsundstrom Date: 02/02/01 09:26:34 Modified:src/resources/org/jboss/metadata jbosscmp-jdbc_3_0.dtd Log: Fixed bug in type-mapping element where fk constaint was listed twice, and pk constraint was missing. Revision ChangesPath 1.9 +1 -1 jboss/src/resou

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

2002-02-01 Thread Dain Sundstrom
User: dsundstrom Date: 02/02/01 07:17:01 Modified:src/resources/org/jboss/metadata jbosscmp-jdbc_3_0.dtd Log: Fixed typo in list-cache-max. Revision ChangesPath 1.8 +2 -2 jboss/src/resources/org/jboss/metadata/jbosscmp-jdbc_3_0.dtd Index: jbosscmp-jdbc_3_

[JBoss-dev] That flaming fireball in the sky...

2002-01-31 Thread Dain Sundstrom
I found this on the apache web site. I interpret this statement slightly different the Jakarta guys. To me it looks like the J2EE licensees are getting nervous about the high quality of the open source J2EE implementations (i.e., JBoss), and feel the only way to distinguish them selves in the ma

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

2002-01-31 Thread Dain Sundstrom
+++ JDBCRelationMetaData.java 2002/02/01 01:43:52 1.10 @@ -25,7 +25,7 @@ * have set methods. * * @author mailto:[EMAIL PROTECTED]";>Dain Sundstrom - * @version $Revision: 1.9 $ + * @version $Revision: 1.10 $ */ public final class JDBCRelationMetaData { private final static i

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

2002-01-31 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/31 17:47:09 Modified:src/resources/cmp2/relationship/META-INF jbosscmp-jdbc.xml Log: Updated to new dtd. Revision ChangesPath 1.3 +14 -14 jbosstest/src/resources/cmp2/relationship/META-INF/jbosscmp-jdbc.xml Index: jbosscmp-jdbc

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

2002-01-31 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/31 17:47:09 Modified:src/resources/cmp2/ejbselect/META-INF jbosscmp-jdbc.xml Log: Updated to new dtd. Revision ChangesPath 1.2 +14 -15 jbosstest/src/resources/cmp2/ejbselect/META-INF/jbosscmp-jdbc.xml Index: jbosscmp-jdbc.xml

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

2002-01-31 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/31 17:47:09 Modified:src/resources/cmp2/readonly/META-INF jbosscmp-jdbc.xml Log: Updated to new dtd. Revision ChangesPath 1.2 +15 -16jbosstest/src/resources/cmp2/readonly/META-INF/jbosscmp-jdbc.xml Index: jbosscmp-jdbc.xml ==

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

2002-01-31 Thread Dain Sundstrom
1.21 diff -u -r1.20 -r1.21 --- JDBCCMRFieldBridge.java 2002/01/15 21:04:49 1.20 +++ JDBCCMRFieldBridge.java 2002/02/01 01:44:30 1.21 @@ -53,7 +53,7 @@ * One for each role that entity has. * * @author mailto:[EMAIL PROTECTED]";>Dain S

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

2002-01-31 Thread Dain Sundstrom
revision 1.8 diff -u -r1.7 -r1.8 --- JDBCXmlFileLoader.java2002/01/05 12:08:51 1.7 +++ JDBCXmlFileLoader.java2002/02/01 01:40:51 1.8 @@ -19,7 +19,7 @@ * * @author mailto:[EMAIL PROTECTED]";>Dain Sundstrom * @author Sebastien Alborini - * @version $

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

2002-01-31 Thread Dain Sundstrom
retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- JDBCEntityMetaData.java 2002/01/16 21:09:06 1.15 +++ JDBCEntityMetaData.java 2002/02/01 01:39:30 1.16 @@ -29,7 +29,7 @@ * @author mailto:[EMAIL PROTECTED]";>Dain Sundstrom * @author Sebastien

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

2002-01-31 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/31 17:26:58 Modified:src/etc/conf/default standardjbosscmp-jdbc.xml Log: Changed type-mapping element in defaults to datasource-mapping as is required in the new dtd. Revision ChangesPath 1.15 +2 -2 jboss/src/etc/conf/default/stan

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

2002-01-31 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/31 17:24:53 Modified:src/resources/org/jboss/metadata jbosscmp-jdbc_3_0.dtd Log: Moved ejb-relationship-role elements outside of mapping elements. Changed foreign-key-fields and table-key-fields to the generic key-fields. Changed type-mapping element

[JBoss-dev] Proposed changed to jbosscmp-jdbc.xml

2002-01-29 Thread Dain Sundstrom
I need to make some changes to the jbosscmp-jdbc.xml file to enable better dtd validation. The first involves simply renaming the type-mapping element used in the defaults and the entity to datasource-mapping. In the current system type mapping is used in both to identify the type mapping to be

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

2002-01-29 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/29 19:23:03 Modified:src/main/org/jboss/ejb/plugins/cmp/ejbql Parser.java Log: Changed ejb-ql parser to throw an exception if it is unable to fully parse the ejb-ql. Revision ChangesPath 1.5 +2 -5 jboss/src/main/org/jboss/ejb/plu

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

2002-01-29 Thread Dain Sundstrom
-u -r1.3 -r1.4 --- JDBCEJBQLQuery.java 2002/01/15 22:19:32 1.3 +++ JDBCEJBQLQuery.java 2002/01/30 03:23:03 1.4 @@ -21,7 +21,7 @@ * This class generates a query from EJB-QL. * * @author mailto:[EMAIL PROTECTED]";>Dain Sundstrom - * @version $Revis

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

2002-01-29 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/29 09:56:15 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/ejbql IdentifierManager.java SQLGenerator.java Log: Fixed bug where the alias for relation tables was not incorrectly stored in hashmap, so each time it was requested

[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

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

2002-01-28 Thread Dain Sundstrom
@@ * should not generat a subclass for ejb 1.1 * * @author mailto:[EMAIL PROTECTED]";>Dain Sundstrom - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ */ public class JDBCCreateBeanClassInstanceCommand { @@ -41,7 +41,7 @@ // use proxy g

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

2002-01-28 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/28 11:54:42 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCStartCommand.java Log: Changed to throw a deployment exception when an exception occures while creating a table or adding a foreign key constraint. Revision

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 All,

[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] htt

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 Ge

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-

RE: [JBoss-dev] Source code editors

2002-01-17 Thread Dain Sundstrom
I have tried almost every ide and they all suck. I use vi, bash and ant. To make vi shut up just add the following to your .vimrc file set tabstop=3 set softtabstop=3 set shiftwidth=3 set autoindent set expandtab set vb t_vb= The last line is the important one. If you want to make bash shut up

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: -dain > -Original Message- > From: Dave

[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 jboss/src/main/or

[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
indByPrimaryKeyQuery.java2002/01/15 22:20:30 1.3 +++ JDBCFindByPrimaryKeyQuery.java2002/01/16 21:10:58 1.4 @@ -21,7 +21,7 @@ * @author mailto:[EMAIL PROTECTED]";>Dain Sundstrom * @author mailto:[EMAIL PROTECTED]";>Marc Fleury * @author mailto:[EMAIL PROTECTED]"

[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 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/src/main/org/jboss/ejb/plugins

[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 mailto:[EMAIL PROTECTED]";>Dain Sundstrom - *

[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: 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 Inde

[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/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 jbo

[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/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/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/oneToManyUnidirectional 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/oneToManyUnidirectional ABTest.java Log: Added a static suite method to each test, so tests can be run independently. Revision ChangesPath 1.3 +1 -

[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 -0

[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 -0

[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: standardjboss

[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 loa

[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/src/etc/conf/def

[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/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/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBCAb

[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. Therefore,

[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/src/main/org/jboss/ejb/plugins/cmp/

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins LRUStatefulContextCachePolicy.java LRUEnterpriseContextCachePolicy.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 14:55:13 Modified:src/main/org/jboss/ejb/plugins LRUStatefulContextCachePolicy.java LRUEnterpriseContextCachePolicy.java Log: Removed unused throws Exception from start method. Revision Changes

[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 I

[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/src/main/org/jboss/

[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 mailto:[EMAIL PROTECTED]";>Dain Sundstrom - * @version $Revision: 1.10 $ + * @version $Revision: 1.11 $ */ publ

[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 mailto:[EMAIL PROTECTED]";>Dain Sundstrom * @see org.jboss.ejb.EntityPersistenceStore - * @version $Revision: 1.24 $ + * @version $Revision: 1.25 $ */ public class JDBCStoreManager implements EntityPersiste

[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 mailto:[EMAIL PROTECTED]";>Dain Sundstrom + * @author mailto:[EMAIL PROTECTED]";>Oleg Nitz * @author mailto:[EMAIL PROTECTED]";>Rickard Öberg * @author mailto:[EMAIL PROTECTED]";>Marc Fleury * @author mailto:

[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 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/src/main/org/jboss/ejb/plugins/

[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 mailto:[EMAIL PROTECTED]";>Dain Sundstrom * @author mailto:[EMAIL PROTECTED]";>Rickard Öberg * @author mailto:[EMAIL PROTECTED]";>Justin Forder - * @version $Revisi

[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/src/main/org/jboss/ejb/plugins/cmp/

[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 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 mailto:[EMAIL PROTECTED]";>Dain Sundstrom - * @version $Revision: 1.9 $ + * @version $Revision: 1.10 $ */

[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 In

[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 mailto:[EMAIL PROTECTED]";>Dain Sundstrom * @author mailto:[EMAIL PROTECTED]";>Marc Fleury * @author mailto:[EMAIL PROTECTED]";>Justin Forder - *

[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 mailto:[EMAIL PROTECTED]";>Dain Sundstrom - * @version $Revis

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

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 14:16:29 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCCustomFinderQuery.java Log: Removed unecessary debug messages. Revision ChangesPath 1.6 +3 -4 jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/J

[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 Change

[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] https

[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] https

[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 PROTECT

[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/src/main/org/jboss/ejb/plugins/cmp/

[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 mailto:[EMAIL PROTECTED]";>Dain Sundstrom * @author mailto:[EMAIL PROTECTED]";>Justin Forder * @a

[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/src/main/org/jboss/ejb/plugins/cmp/jdbc

[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/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDB

[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/src/main/org/jboss/ejb/plugins/cmp/jdbc/QueryParameter.j

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

2002-01-15 Thread Dain Sundstrom
2001/11/06 04:14:19 1.6 +++ JDBCTypeComplex.java 2002/01/15 21:38:37 1.7 @@ -24,7 +24,7 @@ * details on how this is done. * * @author mailto:[EMAIL PROTECTED]";>Dain Sundstrom - * @version $Revision: 1.6 $ + * @version $Revision: 1.7 $ */ publ

[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 mailto:[EMAIL PROTECTED]";>Dain Sundstrom - * @version $Revision: 1.4 $ + * @version $Revision: 1.5 $ */ public class

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

2002-01-15 Thread Dain Sundstrom
reference. * * @author mailto:[EMAIL PROTECTED]";>Dain Sundstrom * @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 s

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