User: pkendall
Date: 01/05/26 20:18:16
Modified:buildbuild.xml
Log:
Update to use jboss-j2ee.jar
Revision ChangesPath
1.8 +2 -3 admin/build/build.xml
Index: build.xml
===
RCS file: /c
User: pkendall
Date: 01/05/26 20:18:16
Modified:etc EJBVerifier.bat InvocationLog.bat JNDIBrowser.bat
Monitor.bat SystemLog.bat adminlogin.bat monitor.mf
Log:
Update to use jboss-j2ee.jar
Revision ChangesPath
1.2 +3 -3 admin/etc/EJ
User: pkendall
Date: 01/05/26 20:18:17
Added: lib jboss-j2ee.jar
Removed: lib ejb.jar jms.jar
Log:
Update to use jboss-j2ee.jar
Revision ChangesPath
1.1 admin/lib/jboss-j2ee.jar
<>
_
=
==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS=
=
___
Jboss-development mailing list
[EMAIL
=
==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS=
=
Buildfile: build.xml
init:
error:
[echo] jboss.dist = ../jboss/dist is not a va
=
==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS=
=
Buildfile: build.xml
init:
[echo] build.compiler = ${build.compiler}
[echo]
=
==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS=
=
Buildfile: build.xml
init:
error:
[echo] jboss.dist = ../jboss/dist is not a va
=
==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS=
=
Buildfile: build.xml
init:
[echo] build.compiler = classic
[echo] java.home
After several false starts, I've finally checked in round one of the
optimizations for finder methods in JAWS (to avoid the 'n+1 database
hits' problem).
My simple tests show that a findAll returning 1000 instances now
executes in roughly 40% to 50% of the time it used to take.
To experiment
User: danch
Date: 01/05/26 17:49:16
Modified:src/main/org/jboss/ejb/plugins/jaws/jdbc
JDBCCommandFactory.java JDBCFindAllCommand.java
JDBCFindEntitiesCommand.java
JDBCFindEntityCommand.java JDBCFinderCommand.java
User: danch
Date: 01/05/26 17:49:16
Modified:src/main/org/jboss/ejb/plugins/jaws/metadata
FinderMetaData.java JawsEntityMetaData.java
Log:
added 'read-ahead' option for finders in JAWS
Revision ChangesPath
1.3 +22 -4
jboss/src/main/o
User: danch
Date: 01/05/26 17:49:15
Modified:src/main/org/jboss/ejb/plugins
CMPFilePersistenceManager.java
CMPPersistenceManager.java
Log:
added 'read-ahead' option for finders in JAWS
Revision ChangesPath
1.9 +10
User: danch
Date: 01/05/26 17:49:17
Modified:src/resources/org/jboss/metadata jaws.dtd
Log:
added 'read-ahead' option for finders in JAWS
Revision ChangesPath
1.3 +18 -4 jboss/src/resources/org/jboss/metadata/jaws.dtd
Index: jaws.dtd
=
User: danch
Date: 01/05/26 17:49:15
Modified:src/main/org/jboss/ejb/plugins/jaws
JAWSPersistenceManager.java JPMCommandFactory.java
JPMFindEntitiesCommand.java
Added: src/main/org/jboss/ejb/plugins/jaws
J
User: danch
Date: 01/05/26 17:49:14
Modified:src/main/org/jboss/ejb EntityPersistenceManager.java
EntityPersistenceStore.java
Log:
added 'read-ahead' option for finders in JAWS
Revision ChangesPath
1.5 +3 -1 jboss/src/main/org/jboss/
User: danch
Date: 01/05/26 17:49:15
Modified:src/main/org/jboss/ejb/plugins/jaws/bmp
CustomFindByEntitiesCommand.java
Log:
added 'read-ahead' option for finders in JAWS
Revision ChangesPath
1.3 +9 -6
jboss/src/main/org/jboss/ejb/plu
User: danch
Date: 01/05/26 17:49:16
Added: src/main/org/jboss/util FinderResults.java
Log:
added 'read-ahead' option for finders in JAWS
Revision ChangesPath
1.1 jboss/src/main/org/jboss/util/FinderResults.java
Index: FinderResults.java
=
jules,
I had a chance to work some on jo/jboss and found your code very helpful.
The thing scott mentions is a result of just setting the currentThread ClassLoader and
not the one that is actually used by the
webapplication. as scott already pointed out, the webapplication probably only uses
th
User: kimptoc
Date: 01/05/26 03:41:37
Modified:src/build run_tests.xml
Log:
added time of test run to reports - helps to see file is current
Revision ChangesPath
1.11 +12 -5 jbosstest/src/build/run_tests.xml
Index: run_tests.xml
=
User: kimptoc
Date: 01/05/26 03:41:37
Modified:src/build/stylesheets summary1.xsl summary2.xsl
Log:
added time of test run to reports - helps to see file is current
Revision ChangesPath
1.2 +7 -0 jbosstest/src/build/stylesheets/summary1.xsl
Index: summar
Hi,
Some notes on these changes:
The target directory for jbosstest results (ie the TEST-org files) is
now the directory above jbosstest! Hope this is ok - but it makes it easier
for the site that shows the results.
I've upgraded to ant-1.3 - yeah, I know its a pain to have it in all
proje
User: kimptoc
Date: 01/05/26 01:36:12
Modified:src/build build.sh
Log:
added crimson to ant classpath
Revision ChangesPath
1.5 +2 -1 jbosstest/src/build/build.sh
Index: build.sh
===
RCS
User: kimptoc
Date: 01/05/26 01:09:52
Added: src/main/org/jboss/ant/taskdefs ConcatenateFiles.java
Log:
added test report xslt scripts and builds to jbosstest
Revision ChangesPath
1.1 jbosstest/src/main/org/jboss/ant/taskdefs/ConcatenateFiles.java
User: kimptoc
Date: 01/05/26 01:09:52
Modified:src/build build.bat build.sh build.xml run_tests.xml
Log:
added test report xslt scripts and builds to jbosstest
Revision ChangesPath
1.3 +6 -2 jbosstest/src/build/build.bat
Index: build.bat
==
User: kimptoc
Date: 01/05/26 01:09:52
Added: src/build/stylesheets summary1.xsl summary2.xsl
Log:
added test report xslt scripts and builds to jbosstest
Revision ChangesPath
1.1 jbosstest/src/build/stylesheets/summary1.xsl
Index: summary1.xsl
=
User: kimptoc
Date: 01/05/26 01:09:52
Added: lib ant-1.3-optional.jar ant-1.3.jar
jboss-ant-addon.jar xalan-2.0.0.jar
Removed: lib ant.jar optional.jar
Log:
added test report xslt scripts and builds to jbosstest
Revision ChangesPa
User: kimptoc
Date: 01/05/26 00:47:01
jbosstest/src/main/org/jboss/ant - New directory
___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development
User: kimptoc
Date: 01/05/26 00:47:13
jbosstest/src/main/org/jboss/ant/taskdefs - New directory
___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development
User: kimptoc
Date: 01/05/26 00:47:44
jbosstest/src/build/stylesheets - New directory
___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development
29 matches
Mail list logo