Re: [JBoss-dev] jdk1.4 issue

2002-04-13 Thread Larry Sanderson
That was quick - it worked perfectly (testsuite run: 3 failures, 34 errors). Thank you. Only one problem remains... the org.jboss.test.util.TestConnection class does not compile due to JDBC 3.0 additions. The same solution that was used in the connector module should work here. -Larry _

[JBoss-dev] Automated JBoss Testsuite Results: 14-April-2002

2002-04-13 Thread chris
Number of tests run: 553 Successful tests: 517 Errors:28 Failures: 8 [time of test: 14 April 2002 6:45 GMT] [java.version: 1.3.1] [java.vendor: Sun Microsystems Inc.]

[JBoss-dev] [ jboss-Bugs-538236 ] Oracle data mappings use TIMESTAMP type

2002-04-13 Thread noreply
Bugs item #538236, was opened at 2002-04-02 19:44 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=538236&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Stephen Coy (scoy) Assigned to: Dain

[JBoss-dev] Is jboss 3 readonly behavior really what we want now?

2002-04-13 Thread David Jencks
There are now 2 sets of functionality around readonly cmp entity behavior, and I wonder if they should be integrated a little more. As I understand it Dain's cmp2 readonly stuff throws exceptions if you try to change a marked readonly value or something in a readonly bean. The tags for this are

Re: [JBoss-dev] jdk1.4 issue

2002-04-13 Thread David Jencks
I think I found a way container managed login will work for jdk 1.4 and security-free db's such as hsqldb. If you leave out the password line in auth.conf, the ConfiguredIdentityLoginModule will issue a warning and supply a blank password. This works OK on 1.3.1_03. Could someone with jdk 1.4 p

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

2002-04-13 Thread David Jencks
User: d_jencks Date: 02/04/13 21:31:57 Modified:.build.xml Log: A little config cleanup and possible solution to jdk1.4 hslqdb login problem Revision ChangesPath 1.83 +5 -1 jboss/build.xml Index: build.xml

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

2002-04-13 Thread David Jencks
User: d_jencks Date: 02/04/13 21:31:57 Modified:src/etc/conf/default auth.conf Log: A little config cleanup and possible solution to jdk1.4 hslqdb login problem Revision ChangesPath 1.11 +16 -4 jboss/src/etc/conf/default/auth.conf Index: auth.conf ===

[JBoss-dev] CVS update: jboss/src/etc/deploy hsqldb-default-service.xml new-hsqldb-default-service.xml

2002-04-13 Thread David Jencks
User: d_jencks Date: 02/04/13 21:31:57 Removed: src/etc/deploy hsqldb-default-service.xml new-hsqldb-default-service.xml Log: A little config cleanup and possible solution to jdk1.4 hslqdb login problem ___ Jboss-d

[JBoss-dev] CVS update: jbosscx/src/main/org/jboss/resource/security ConfiguredIdentityLoginModule.java

2002-04-13 Thread David Jencks
User: d_jencks Date: 02/04/13 21:31:56 Modified:src/main/org/jboss/resource/security ConfiguredIdentityLoginModule.java Log: A little config cleanup and possible solution to jdk1.4 hslqdb login problem Revision ChangesPath 1.3 +3 -2 jb

[JBoss-dev] CVS update: jbosscx/src/etc/example-config firebird-service.xml hsqldb-service.xml

2002-04-13 Thread David Jencks
User: d_jencks Date: 02/04/13 21:31:56 Modified:src/etc/example-config firebird-service.xml hsqldb-service.xml Log: A little config cleanup and possible solution to jdk1.4 hslqdb login problem Revision ChangesPath 1.3 +1 -1 jbosscx/src/

[JBoss-dev] CVS update: build/jboss build.xml

2002-04-13 Thread David Jencks
User: d_jencks Date: 02/04/13 21:31:56 Modified:jbossbuild.xml Log: A little config cleanup and possible solution to jdk1.4 hslqdb login problem Revision ChangesPath 1.117 +14 -2 build/jboss/build.xml Index: build.xml ==

[JBoss-dev] Automated JBoss Testsuite Results: 14-April-2002

2002-04-13 Thread chris
Number of tests run: 563 Successful tests: 529 Errors:28 Failures: 6 [time of test: 14 April 2002 4:44 GMT] [java.version: 1.3.1] [java.vendor: Blackdown Java-Linux Te

[JBoss-dev] jdk1.4 issue

2002-04-13 Thread Larry Sanderson
Jdk 1.4 balks when an entry in auth.conf is the empty string. This is a problem with the default set-up, because that the password for the Hypersonic DataBase. Since security setup is part of jboss-service, this failure causes JBoss to come crashing down. The simple solution is to remove the

[JBoss-dev] javax.management.timer.Timer looks questionable

2002-04-13 Thread Scott M Stark
The problem with the server spinning after running the testsuite on linux was due to the javax.management.timer.Timer calling sleep(0) which apparently is basically a noop and so a busy wait for new timers resulted. In general the implementation of this class looks questionable as it is using line

[JBoss-dev] [ jboss-Bugs-532734 ] Ineffective SQL-code generated

2002-04-13 Thread noreply
Bugs item #532734, was opened at 2002-03-20 15:17 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=532734&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: Marius Kotsbak (mkotsbak) As

[JBoss-dev] CVS update: jmx/src/main/javax/management/timer Timer.java

2002-04-13 Thread Scott M Stark
User: starksm Date: 02/04/13 19:58:43 Modified:src/main/javax/management/timer Timer.java Log: Fix spinning seen on Linux due to sleep(0) call. Revision ChangesPath 1.7 +2 -2 jmx/src/main/javax/management/timer/Timer.java Index: Timer.java

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

2002-04-13 Thread Dain Sundstrom
User: dsundstrom Date: 02/04/13 19:26:39 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCQueryManager.java Log: Forgot to set the method variable... Revision ChangesPath 1.7 +2 -2 jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBC

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/ejbconf/test ReadOnlyUnitTestCase.java

2002-04-13 Thread David Jencks
User: d_jencks Date: 02/04/13 19:13:17 Modified:src/main/org/jboss/test/ejbconf/test ReadOnlyUnitTestCase.java Log: fixed read only test case, but behavior may not be desirable Revision ChangesPath 1.2 +8 -7 jbosstest/src/main/org/jbos

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/ejbconf/beans/ejb ReadOnlyHelperSessionBean.java

2002-04-13 Thread David Jencks
User: d_jencks Date: 02/04/13 19:13:17 Added: src/main/org/jboss/test/ejbconf/beans/ejb ReadOnlyHelperSessionBean.java Log: fixed read only test case, but behavior may not be desirable Revision ChangesPath 1.1 jbosstest/src/mai

[JBoss-dev] Automated JBoss Testsuite Results: 14-April-2002

2002-04-13 Thread chris
Number of tests run: 557 Successful tests: 526 Errors:28 Failures: 3 [time of test: 14 April 2002 3:10 GMT] [java.version: 1.3.1] [java.vendor: Blackdown Java-Linux Te

[JBoss-dev] [ jboss-Bugs-541870 ] Exception Cleanup (findByPrimaryKey)

2002-04-13 Thread noreply
Bugs item #541870, was opened at 2002-04-10 01:24 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=541870&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Peter Luttrell (objec) Assigned

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

2002-04-13 Thread Dain Sundstrom
User: dsundstrom Date: 02/04/13 18:56:10 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCQueryManager.java Log: Fixed complaint (bug) [ 541870 ] Exception Cleanup (findByPrimaryKey). Now reports method name and parameter type. Revision Changes

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment JARDeployer.java MainDeployer.java SARDeployer.java SubDeployerSupport.java

2002-04-13 Thread David Jencks
User: d_jencks Date: 02/04/13 18:19:54 Modified:src/main/org/jboss/deployment JARDeployer.java MainDeployer.java SARDeployer.java SubDeployerSupport.java Log: Larry Sanderson's patch to enable deploying unpacked directories Revisi

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment/scanner URLDeploymentScanner.java

2002-04-13 Thread David Jencks
User: d_jencks Date: 02/04/13 18:19:54 Modified:src/main/org/jboss/deployment/scanner URLDeploymentScanner.java Log: Larry Sanderson's patch to enable deploying unpacked directories Revision ChangesPath 1.13 +39 -27 jboss-system/src/main/

[JBoss-dev] CVS update: jboss/src/main/org/jboss/web AbstractWebContainer.java

2002-04-13 Thread David Jencks
User: d_jencks Date: 02/04/13 18:19:54 Modified:src/main/org/jboss/web AbstractWebContainer.java Log: Larry Sanderson's patch to enable deploying unpacked directories Revision ChangesPath 1.43 +2 -2 jboss/src/main/org/jboss/web/AbstractWebContainer.java In

[JBoss-dev] CVS update: jbosscx/src/main/org/jboss/resource RARDeployer.java

2002-04-13 Thread David Jencks
User: d_jencks Date: 02/04/13 18:19:49 Modified:src/main/org/jboss/resource RARDeployer.java Log: Larry Sanderson's patch to enable deploying unpacked directories Revision ChangesPath 1.25 +5 -5 jbosscx/src/main/org/jboss/resource/RARDeployer.java Index: R

[JBoss-dev] CVS update: jboss/src/main/org/jboss/deployment EARDeployer.java

2002-04-13 Thread David Jencks
User: d_jencks Date: 02/04/13 18:19:53 Modified:src/main/org/jboss/deployment EARDeployer.java Log: Larry Sanderson's patch to enable deploying unpacked directories Revision ChangesPath 1.12 +36 -3 jboss/src/main/org/jboss/deployment/EARDeployer.java Index:

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb EJBDeployer.java EjbModule.java

2002-04-13 Thread David Jencks
User: d_jencks Date: 02/04/13 18:19:53 Modified:src/main/org/jboss/ejb EJBDeployer.java EjbModule.java Log: Larry Sanderson's patch to enable deploying unpacked directories Revision ChangesPath 1.18 +6 -2 jboss/src/main/org/jboss/ejb/EJBDeployer.java Index

[JBoss-dev] [ jboss-Bugs-539379 ] Creating bean instance rejected

2002-04-13 Thread noreply
Bugs item #539379, was opened at 2002-04-04 12:36 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=539379&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Matthias Bohlen (mattes3) Assig

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

2002-04-13 Thread Dain Sundstrom
User: dsundstrom Date: 02/04/13 18:12:16 Modified:src/etc/conf/default standardjboss.xml Log: Added new EntityCreationInterceptor. Revision ChangesPath 1.37 +12 -1 jboss/src/etc/conf/default/standardjboss.xml Index: standardjboss.xml =

[JBoss-dev] CVS update: jboss/src/resources/org/jboss/verifier DefaultMessages.properties

2002-04-13 Thread Jay Walters
User: jwalters Date: 02/04/13 18:12:05 Modified:src/resources/org/jboss/verifier DefaultMessages.properties Log: Entity bean verification is working a bit better, it's now all turned on. Revision ChangesPath 1.14 +2 -4 jboss/src/resources/org/jboss/verifier/De

[JBoss-dev] CVS update: jboss/src/main/org/jboss/verifier/strategy EJBVerifier20.java

2002-04-13 Thread Jay Walters
User: jwalters Date: 02/04/13 18:12:05 Modified:src/main/org/jboss/verifier/strategy EJBVerifier20.java Log: Entity bean verification is working a bit better, it's now all turned on. Revision ChangesPath 1.16 +99 -63jboss/src/main/org/jboss/verifier/strategy/EJB

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

2002-04-13 Thread Dain Sundstrom
ED]";>Dain Sundstrom +* @version $Revision: 1.77 $ * * Revisions: * @@ -83,6 +84,12 @@ * * Moved to new invoker scheme, using Invocation and MBean invokers. * +* 20020413 dain sundstrom: +* +* Broke cretion into 2 invocations. The first is through the invokeHome +* chain,

[JBoss-dev] CVS update: jbosscx/src/main/org/jboss/resource/connectionmanager CachedConnectionInterceptor.java

2002-04-13 Thread Dain Sundstrom
User: dsundstrom Date: 02/04/13 18:11:05 Modified:src/main/org/jboss/resource/connectionmanager CachedConnectionInterceptor.java Log: Added postCreateEntity pass through method. Revision ChangesPath 1.4 +10 -0 jbosscx/src/main/org/jboss

[JBoss-dev] CVS update: jboss/src/bin BeanCacheMonitorJMS.jar BeanCacheMonitorJMX.jar

2002-04-13 Thread Scott M Stark
User: starksm Date: 02/04/13 18:08:01 Removed: src/bin BeanCacheMonitorJMS.jar BeanCacheMonitorJMX.jar Log: Remove the obsolete jars ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss

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

2002-04-13 Thread Dain Sundstrom
n Sundstrom +* @version $Revision: 1.40 $ * * Revisions: * 20010709 andreas schaefer: @@ -52,6 +53,10 @@ * * - insertion in cache upon create in now done in the instance interceptor * +* 20020413 dain sundstrom: +* +* - Moved ejbPostCreate call to postCreate

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

2002-04-13 Thread Dain Sundstrom
User: dsundstrom Date: 02/04/13 18:06:16 Modified:src/main/org/jboss/ejb EntityPersistenceManager.java Log: Added new postCreateEntity method which is used to call the ejbPostCreate method in the entity implementation class. Revision ChangesPath 1.14 +20 -4 jb

[JBoss-dev] Automated JBoss Testsuite Results: 14-April-2002

2002-04-13 Thread chris
Number of tests run: 563 Successful tests: 532 Errors:27 Failures: 4 [time of test: 14 April 2002 2:0 GMT] [java.version: 1.3.0] [java.vendor: IBM Corporation] [java.v

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

2002-04-13 Thread Dain Sundstrom
User: dsundstrom Date: 02/04/13 18:02:59 Added: src/main/org/jboss/ejb/plugins EntityCreationInterceptor.java Log: Breaks entity create methods into a call down the invokeHome chain to invoke ejbCreate and one down the invoke chain to invoke ejbPostCreate

Re: [JBoss-dev] What's the deal with the JBossMQ unit tests

2002-04-13 Thread David Jencks
Very odd indeed, since a couple of minutes ago I got different results running jbossmq tests by themselves (600 mhz PIII, 256M ram, linux 2.4.26, sun 1.3.1_b24 jvm, which likes to use up all the swap and crash): [david@HP testsuite]$ ./build.sh -Dnojars=t -Dtest=jbossmq test Searching for build.x

Re: [JBoss-dev] Deployment Notifications in JBoss 3.0 changed

2002-04-13 Thread David Jencks
Thanks Adrian, I will leave the notification content as is and make DeploymentInfo accessible from MainDeployer via a managed-operation. (Less work, too;-) Thanks david On 2002.04.13 20:26:31 -0400 Adrian Brock wrote: > Hi, > > Just a heads up. > > I realise this notification was originally

Re: [JBoss-dev] What's the deal with the JBossMQ unit tests

2002-04-13 Thread Scott M Stark
The previous failures were on win2ksp2 using Java 626>java -version java version "1.3.1_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01) Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode) On linux these seem to be running better: [junit] Running org.jboss.test.jboss

[JBoss-dev] What's the deal with the JBossMQ unit tests

2002-04-13 Thread Scott M Stark
Two of the JBossMQ unit tests run for a bit and then just sit there until they timeout, and the SecurityUnitTestCase takes 4 minutes to run with virtually no cpu usage: [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.735 sec [junit] Running org.jboss.test.jbossmq.test.Connec

Re: [JBoss-dev] Deployment Notifications in JBoss 3.0 changed

2002-04-13 Thread Adrian Brock
Hi, Just a heads up. I realise this notification was originally only used by the farm service, and is only used locally. But ideally all JMX notifications should contain Serializable data, for people who want to monitor remotely. Currently, the DeploymentInfo isn't Serializable. Regards, Adrian

Re: [JBoss-dev] Re: INSERTING AN ALREADY EXISTING BEAN

2002-04-13 Thread Jason Dillon
Do you mean use a different mailing list engine/host other than sf.net? --jason Quoting Peter Fagerlund <[EMAIL PROTECTED]>: > Marc, > > This is getng silly !!! ... > > just employ James ??? ... > > > on 14-04-2 00.37, Dain Sundstrom at [EMAIL PROTECTED] wrote: > > > It will be like we di

[JBoss-dev] Automated JBoss Testsuite Results: 14-April-2002

2002-04-13 Thread chris
Number of tests run: 556 Successful tests: 521 Errors:28 Failures: 7 [time of test: 14 April 2002 1:3 GMT] [java.version: 1.3.0] [java.vendor: IBM Corporation] [java.v

Re: [JBoss-dev] Re: INSERTING AN ALREADY EXISTING BEAN

2002-04-13 Thread Peter Fagerlund
Marc, This is getng silly !!! ... just employ James ??? ... on 14-04-2 00.37, Dain Sundstrom at [EMAIL PROTECTED] wrote: > It will be like we discussed. The mail just took like 2 hours to get > delivered. I'm almost done... it is very simple > > -dain > > Bill Burke wrote: > >> Why n

Re: [JBoss-dev] Deployment Notifications in JBoss 3.0 changed

2002-04-13 Thread David Jencks
On 2002.04.13 15:39:37 -0400 Frederick N. Brier wrote: > You know I read your MBean deployment message back on 10Sep2001, but it > didn't really penetrate because we had already added the > DeploymentNotification mechanism to 2.4x. I think I could re-engineer my > > code to fit within the .sar

Re: [JBoss-dev] Re: CVS cock up...

2002-04-13 Thread Jason Dillon
Yes, yes. No worries... I did not read ahead in my inbox (of like 150 msgs) and simply responded to them as I read. =) --jason Quoting Jules Gosnell <[EMAIL PROTECTED]>: > I wasn't trying to do anything - just hit a couple of wrong keys in emacs > cvs-mode and it was all over. > > It's all

[JBoss-dev] Re: INSERTING AN ALREADY EXISTING BEAN

2002-04-13 Thread Dain Sundstrom
It will be like we discussed. The mail just took like 2 hours to get delivered. I'm almost done... it is very simple -dain Bill Burke wrote: > Why not like we discussed Dain? > Have an interceptor before EntityLockInterceptor that creates to > invocations. An invokeHome invocation for t

[JBoss-dev] RE: INSERTING AN ALREADY EXISTING BEAN

2002-04-13 Thread Bill Burke
Why not like we discussed Dain? Have an interceptor before EntityLockInterceptor that creates to invocations. An invokeHome invocation for the ejbCreate and a regular invocation for the ejbPostCreate? > -Original Message- > From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] > Sent: Saturday

Re: [JBoss-dev] Re: CVS cock up...

2002-04-13 Thread Jules Gosnell
I wasn't trying to do anything - just hit a couple of wrong keys in emacs cvs-mode and it was all over. It's all OK now isn't it ? Jules Jason Dillon wrote: > Um... why? Please explain what you were trying to do here... > > --jason > > Quoting Jules Gosnell <[EMAIL PROTECTED]>: > > > > > J

Re: [JBoss-dev] CVS cock up...

2002-04-13 Thread Jason Dillon
Good... but I would still like to know what happened. --jason Quoting Jules Gosnell <[EMAIL PROTECTED]>: > Panic Over !! > > I have added them back, with my changes, and they have remembered their > history. > > Sorry for breaking the build guys. > > Let me know if there are any further pro

[JBoss-dev] Re: CVS cock up...

2002-04-13 Thread Jason Dillon
Um... why? Please explain what you were trying to do here... --jason Quoting Jules Gosnell <[EMAIL PROTECTED]>: > > Jason, > > I have just moved a couple of files I was working on into Attic instead > of checking them in - I don't want to 'add' my new copies in case we > lose the copies in

Re: [JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment MainDeployer.java

2002-04-13 Thread Jason Dillon
Or this one? --jason Quoting Jules Gosnell <[EMAIL PROTECTED]>: > User: jules_gosnell > Date: 02/04/13 08:51:51 > > Removed: src/main/org/jboss/deployment MainDeployer.java > Log: > fix deployer to compare lastModified against time from file instead of > system > >

Re: [JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment/scanner URLDeploymentScanner.java

2002-04-13 Thread Jason Dillon
Um... how is the "fix" to remove this file? --jason Quoting Jules Gosnell <[EMAIL PROTECTED]>: > User: jules_gosnell > Date: 02/04/13 08:51:51 > > Removed: src/main/org/jboss/deployment/scanner > URLDeploymentScanner.java > Log: > fix deployer to compare

[JBoss-dev] INSERTING AN ALREADY EXISTING BEAN

2002-04-13 Thread Dain Sundstrom
I have found another way to get the INSERTING AN ALREADY EXISTING BEAN bug to appear. The following code you would add to LineItem (in an Order-LineItem relationship): public String ejbCreate(Long id, Order order) { setId(id); return null; } public void ejbPostCreate

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

2002-04-13 Thread Scott M Stark
User: starksm Date: 02/04/13 13:25:02 Added: src/main/org/jboss/util/file JarUtils.java Log: Clear the cache list. Utility methods for jars. Revision ChangesPath 1.1 jboss-common/src/main/org/jboss/util/file/JarUtils.java Index: JarUtils.java

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

2002-04-13 Thread Scott M Stark
User: starksm Date: 02/04/13 13:25:01 Modified:src/main/org/jboss/util LRUCachePolicy.java Log: Clear the cache list. Utility methods for jars. Revision ChangesPath 1.3 +12 -1 jboss-common/src/main/org/jboss/util/LRUCachePolicy.java Index: LRUCachePolic

[JBoss-dev] CVS update: jmx/src/main/org/jboss/mx/server ServerConstants.java

2002-04-13 Thread Juha Lindfors
User: juhalindfors Date: 02/04/13 13:20:33 Modified:src/main/org/jboss/mx/server Tag: BranchMX_1_0 ServerConstants.java Log: we're not beta no more Revision ChangesPath No revision No revision 1.

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

2002-04-13 Thread Juha Lindfors
User: juhalindfors Date: 02/04/13 13:08:58 Modified:src/main/org/jboss/mx/metadata XMBeanMetaData.java Log: merge metadata fix from 1.0 branch Revision ChangesPath 1.2 +4 -0 jmx/src/main/org/jboss/mx/metadata/XMBeanMetaData.java Index: XMBeanMetaData.java

Re: [JBoss-dev] Deployment Notifications in JBoss 3.0 changed

2002-04-13 Thread Frederick N. Brier
You know I read your MBean deployment message back on 10Sep2001, but it didn't really penetrate because we had already added the DeploymentNotification mechanism to 2.4x. I think I could re-engineer my code to fit within the .sar approach. What I called "creating MBeans instances" associated

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

2002-04-13 Thread Scott M Stark
User: starksm Date: 02/04/13 12:54:11 Modified:src/main/org/jboss/ejb/plugins AbstractInstanceCache.java Log: Fix compile errors due to PassivationJob Revision ChangesPath 1.30 +3 -3 jboss/src/main/org/jboss/ejb/plugins/AbstractInstanceCache.java Index: A

[JBoss-dev] [AUTOMATED] JBoss compilation failed

2002-04-13 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = JAVA VERSION DETAILS java version "1.3.0" Java(TM) 2 Runtime Environment, Standard Edi

[JBoss-dev] CVS update: jbosscx/src/main/org/jboss/resource/adapter/jdbc/local JDBCManagedConnection.java

2002-04-13 Thread Scott M Stark
User: starksm Date: 02/04/13 12:21:18 Modified:src/main/org/jboss/resource/adapter/jdbc/local JDBCManagedConnection.java Log: Fix leak of connection pool listeners Revision ChangesPath 1.3 +2 -1 jbosscx/src/main/org/jboss/resource/ada

[JBoss-dev] Re: Leaking connection pool listeners

2002-04-13 Thread David Jencks
that code is such crap. Does this help, JDBCManagedConnection around line 140? public void connectionClosed(javax.resource.spi.ConnectionEvent evt) { JDBCManagedConnection.this.removeConnectionEventListener(this); //no shutdown needed because

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins AbstractPassivationJob.java AbstractInstanceCache.java EntityInstanceCache.java LRUEnterpriseContextCachePolicy.java LRUStatefulContextCachePolicy.java NoPassivationCachePolicy.java StatefulSessionInstanceCache.java EnterpriseContextCachePolicy.java

2002-04-13 Thread Scott M Stark
User: starksm Date: 02/04/13 11:27:20 Modified:src/main/org/jboss/ejb/plugins AbstractInstanceCache.java EntityInstanceCache.java LRUEnterpriseContextCachePolicy.java LRUStatefulContextCachePolicy.java

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

2002-04-13 Thread Scott M Stark
User: starksm Date: 02/04/13 11:27:19 Modified:src/main/org/jboss/ejb EntityContainer.java Log: Cleanup the shutdown of the cache and pool. Remove the JMS notification messages from the AbstractInstanceCache. Revision ChangesPath 1.76 +5 -1 jboss/src/main/or

[JBoss-dev] Leaking connection pool listeners

2002-04-13 Thread Scott M Stark
Every run of the testsuite with build.sh -Dtest=cmp2 -Dnojars=t test is leaking 2695 org.jboss.resource.adapter.jdbc.local.ConnectionInPool instances that are being held in the BaseManagedConnection listeners list. Here is a trace of the references to one of the ConnectionInPool instances: R

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment/scanner URLDeploymentScanner.java

2002-04-13 Thread Jules Gosnell
User: jules_gosnell Date: 02/04/13 10:16:09 Modified:src/main/org/jboss/deployment/scanner URLDeploymentScanner.java Log: further improvements: You can now redeploy by copying an older version of a jar over a newer one - if you need to roll back T

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment MainDeployer.java

2002-04-13 Thread Jules Gosnell
User: jules_gosnell Date: 02/04/13 10:16:09 Modified:src/main/org/jboss/deployment MainDeployer.java Log: further improvements: You can now redeploy by copying an older version of a jar over a newer one - if you need to roll back The DeploymentInfo class remembers the ti

[JBoss-dev] CMPFieldMetaData.java:194

2002-04-13 Thread Florin Popa
Hi! Any details regarding CMPFieldMetaData.java:194 this source code? I still can not deploy any cmp bean either with jaws ort without it? Where I can find the entire source code of this class? Maybe I can see what the tokenizer expecteds to get inside getLastComponent method... Thanks a lot,

[JBoss-dev] CVS update: jbossmx/src/resources/ClusteredHTTPSessionBean/META-INF jboss.xml

2002-04-13 Thread Sacha Labourey
User: slaboure Date: 02/04/13 09:51:35 Modified:src/resources/ClusteredHTTPSessionBean/META-INF jboss.xml Log: Added new dependency flags from David Jencks (Thank you!) to solve service-to-bean (and bean-to-service) dependencies JBoss can now start while the clustered-httpsession

[JBoss-dev] CVS update: jbossmx/src/resources/ClusteredHTTPSessionService/META-INF jboss-service.xml

2002-04-13 Thread Sacha Labourey
User: slaboure Date: 02/04/13 09:51:35 Modified:src/resources/ClusteredHTTPSessionService/META-INF jboss-service.xml Log: Added new dependency flags from David Jencks (Thank you!) to solve service-to-bean (and bean-to-service) dependencies JBoss can now st

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

2002-04-13 Thread David Jencks
User: d_jencks Date: 02/04/13 09:10:11 Modified:src/main/org/jboss/metadata BeanMetaData.java ConfigurationMetaData.java Log: Added ability to declare mbean dependencies from ejbs and container configurations Revision ChangesPath 1.38 +26 -7

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/system ServiceConfigurator.java ServiceController.java

2002-04-13 Thread David Jencks
User: d_jencks Date: 02/04/13 09:10:11 Modified:src/main/org/jboss/system ServiceConfigurator.java ServiceController.java Log: Added ability to declare mbean dependencies from ejbs and container configurations Revision ChangesPath 1.8 +2 -19

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

2002-04-13 Thread David Jencks
User: d_jencks Date: 02/04/13 09:10:11 Modified:src/main/org/jboss/ejb EjbModule.java Log: Added ability to declare mbean dependencies from ejbs and container configurations Revision ChangesPath 1.19 +9 -7 jboss/src/main/org/jboss/ejb/EjbModule.java Index:

Re: [JBoss-dev] CVS cock up...

2002-04-13 Thread Jules Gosnell
Panic Over !! I have added them back, with my changes, and they have remembered their history. Sorry for breaking the build guys. Let me know if there are any further problems. Jules Jules Gosnell wrote: > Jason, > > I have just moved a couple of files I was working on into Attic instead >

[JBoss-dev] [ jboss-Change Notes-543428 ] Ejbs and containerconfig can use depends

2002-04-13 Thread noreply
Change Notes item #543428, was opened at 2002-04-13 16:19 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=381174&aid=543428&group_id=22866 Category: JBoss/System Group: v3.0 (Rabbit Hole) Status: Open Priority: 5 Submitted By: David Jencks (d_jencks) Assigned to: No

Re: [JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment/scanner URLDeploymentScanner.java

2002-04-13 Thread Jules Gosnell
No read 'Cock-Up thread' Sorry, Jules David Jencks wrote: > Did you mean to remove these? > david > > On 2002.04.13 11:51:51 -0400 Jules Gosnell wrote: > > User: jules_gosnell > > Date: 02/04/13 08:51:51 > > > > Removed: src/main/org/jboss/deployment/scanner > >

[JBoss-dev] CVS cock up...

2002-04-13 Thread Jules Gosnell
Jason, I have just moved a couple of files I was working on into Attic instead of checking them in - I don't want to 'add' my new copies in case we lose the copies in Attic which still have history attached. I'm looking into it - any ides: jboss/jboss-system/src/main/org/jboss/deployment/Atti

Re: [JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment/scanner URLDeploymentScanner.java

2002-04-13 Thread David Jencks
Did you mean to remove these? david On 2002.04.13 11:51:51 -0400 Jules Gosnell wrote: > User: jules_gosnell > Date: 02/04/13 08:51:51 > > Removed: src/main/org/jboss/deployment/scanner > URLDeploymentScanner.java > Log: > fix deployer to compare lastModified

[JBoss-dev] [ jboss-Bugs-543408 ] Error compiling ejbql in JBboss cvs HEAD

2002-04-13 Thread noreply
Bugs item #543408, was opened at 2002-04-13 10:10 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=543408&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Patrick Charbonnier (pch) >Assigned

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment/scanner URLDeploymentScanner.java

2002-04-13 Thread Jules Gosnell
User: jules_gosnell Date: 02/04/13 09:17:58 Added: src/main/org/jboss/deployment/scanner URLDeploymentScanner.java Log: put these back after mistaken removal, with patches Revision ChangesPath 1.11 +22 -20 jboss-system/src/main/org/jbos

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment MainDeployer.java

2002-04-13 Thread Jules Gosnell
User: jules_gosnell Date: 02/04/13 09:17:58 Added: src/main/org/jboss/deployment MainDeployer.java Log: put these back after mistaken removal, with patches Revision ChangesPath 1.24 +17 -1 jboss-system/src/main/org/jboss/deployment/MainDeployer.java

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment/scanner URLDeploymentScanner.java

2002-04-13 Thread Jules Gosnell
User: jules_gosnell Date: 02/04/13 08:51:51 Removed: src/main/org/jboss/deployment/scanner URLDeploymentScanner.java Log: fix deployer to compare lastModified against time from file instead of system ___ Jboss-deve

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment MainDeployer.java

2002-04-13 Thread Jules Gosnell
User: jules_gosnell Date: 02/04/13 08:51:51 Removed: src/main/org/jboss/deployment MainDeployer.java Log: fix deployer to compare lastModified against time from file instead of system ___ Jboss-development mailing list [EMAIL PROTECTED] h

[JBoss-dev] cmp beans with/without jaws...

2002-04-13 Thread Florin Popa
Hi! I tried now the same cmp beans without jaws usage. It seems I got the same exceptions .. May I have some details regarding the settings within the xml config files? I will attach here all 3 xml I used. I mention that I am using Mckoi database and I have done the proper seettings within standa

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/testbeancluster/test BeanUnitTestCase.java

2002-04-13 Thread Sacha Labourey
User: slaboure Date: 02/04/13 08:30:23 Modified:src/main/org/jboss/test/testbeancluster/test BeanUnitTestCase.java Log: Removed unused import statements Revision ChangesPath 1.3 +1 -49 jbosstest/src/main/org/jboss/test/testbeancluster/t

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test JBossTestServices.java

2002-04-13 Thread Sacha Labourey
User: slaboure Date: 02/04/13 08:24:06 Modified:src/main/org/jboss/test JBossTestServices.java Log: Extended test environment for clustering testing (mainly private members that become protected) Revision ChangesPath 1.12 +27 -36jbosstest/src/main/org/jboss/tes

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test JBossClusteredTestCase.java JBossTestClusteredServices.java JBossTestClusteredSetup.java

2002-04-13 Thread Sacha Labourey
User: slaboure Date: 02/04/13 08:24:58 Added: src/main/org/jboss/test JBossClusteredTestCase.java JBossTestClusteredServices.java JBossTestClusteredSetup.java Log: Extended test environment for clustering testing Revision Chang

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test JBossTestCase.java

2002-04-13 Thread Sacha Labourey
User: slaboure Date: 02/04/13 08:21:52 Modified:src/main/org/jboss/test JBossTestCase.java Log: Extended test environment for clustering testing Revision ChangesPath 1.12 +9 -4 jbosstest/src/main/org/jboss/test/JBossTestCase.java Index: JBossTestCase.java

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/testbeancluster/test BeanUnitTestCaseNew.java

2002-04-13 Thread Sacha Labourey
User: slaboure Date: 02/04/13 08:15:53 Added: src/main/org/jboss/test/testbeancluster/test BeanUnitTestCaseNew.java Log: Extended test environment for clustering testing Revision ChangesPath 1.1 jbosstest/src/main/org/jboss/tes

[JBoss-dev] CVS update: jbosstest/src/resources/testbeancluster/META-INF jboss.xml

2002-04-13 Thread Sacha Labourey
User: slaboure Date: 02/04/13 08:17:35 Modified:src/resources/testbeancluster/META-INF jboss.xml Log: Activating call-logging for tests (usefull) Revision ChangesPath 1.3 +5 -5 jbosstest/src/resources/testbeancluster/META-INF/jboss.xml Index: jboss.xml

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

2002-04-13 Thread Sacha Labourey
User: slaboure Date: 02/04/13 08:16:45 Modified:src/resources/testbeancluster/META-INF ejb-jar.xml Log: Extended test environment for clustering testing Revision ChangesPath 1.4 +13 -13jbosstest/src/resources/testbeancluster/META-INF/ejb-jar.xml Index: ejb

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/testbeancluster/bean StatelessSessionBean.java

2002-04-13 Thread Sacha Labourey
User: slaboure Date: 02/04/13 08:15:19 Modified:src/main/org/jboss/test/testbeancluster/bean StatelessSessionBean.java Log: Extended test environment for clustering testing Revision ChangesPath 1.2 +22 -0 jbosstest/src/main/org/jboss/te

[JBoss-dev] [ jboss-Bugs-543408 ] Error compiling ejbql in JBboss cvs HEAD

2002-04-13 Thread noreply
Bugs item #543408, was opened at 2002-04-13 17:10 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=543408&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Patrick Charbonnier (pch) Assigned t

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/testbeancluster/interfaces StatelessSession.java

2002-04-13 Thread Sacha Labourey
User: slaboure Date: 02/04/13 08:13:56 Added: src/main/org/jboss/test/testbeancluster/interfaces StatelessSession.java Log: Extended test environment for clustering testing Revision ChangesPath 1.1 jbosstest/src/main/org/jboss/

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/testbeancluster/interfaces - New directory

2002-04-13 Thread Sacha Labourey
User: slaboure Date: 02/04/13 08:12:49 jbosstest/src/main/org/jboss/test/testbeancluster/interfaces - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] service lifecycle operation: create

2002-04-13 Thread Florin Popa
Hi! I tried to deploy a jaws cmp based bean and I got the following exceptions on Jboss3.0.0 beta version. Any ideas? Thanks in advanced, florin 15:25:45,188 INFO [MainDeployer] Started 15:25:45,188 INFO [Server] JBoss (MX MicroKernel) [3.0.0beta Date:200202210220 ] Started in 0m:34s:343ms

  1   2   >