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

2002-04-16 Thread David Jencks
User: d_jencks Date: 02/04/16 23:12:34 Modified:src/main/org/jboss/ejb Tag: Branch_3_0 EjbModule.java Log: removed my debug logging statements, oops Revision ChangesPath No revision No revision 1.21.2.2 +1 -7 jbos

Re: [JBoss-dev] How are ejb-link relative refs really supposed to work?

2002-04-16 Thread David Jencks
On 2002.04.17 01:41:27 -0400 David Jencks wrote: > OK, thanks, I implemented it that way. > > relative ejb-links now work (at least the testcase does;-) Well at least it works the first time the ejb-link test is run by itself. After that there are classcastexceptions !?!? I don't think these a

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

2002-04-16 Thread David Jencks
User: d_jencks Date: 02/04/16 23:19:52 Modified:src/main/org/jboss/ejb EjbModule.java Log: removed my debug logging statements, oops Revision ChangesPath 1.23 +1 -7 jboss/src/main/org/jboss/ejb/EjbModule.java Index: EjbModule.java ===

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

2002-04-16 Thread chris
Number of tests run: 563 Successful tests: 532 Errors:27 Failures: 4 [time of test: 17 April 2002 7:21 GMT] [java.version: 1.4.0] [java.vendor: Sun Microsystems Inc.]

[JBoss-dev] CVS update: jbosstest/src/bin banktest.bat dbtest.sh locktest.bat mq-test.bat readaheadtest.sh banktest.sh hellotest.bat locktest.sh mq-test.sh testbeantest.bat bmptest.sh hellotest.sh longtest.sh perfcreate.bat testbeantest.sh ctstest.bat jmsratest.sh mdbtest.bat perfcreate.sh xatest.sh ctstest.sh jmx-test.sh mdbtest.sh perftest.bat load.bat mq-perf.bat perftest.sh dbtest.bat load.sh mq-perf.sh readaheadtest.bat

2002-04-16 Thread David Jencks
User: d_jencks Date: 02/04/16 22:57:41 Removed: src/bin banktest.bat dbtest.sh locktest.bat mq-test.bat readaheadtest.sh banktest.sh hellotest.bat locktest.sh mq-test.sh testbeantest.bat bmptest.sh hellotest.sh lon

[JBoss-dev] CVS update: jbosstest/src/bin banktest.bat dbtest.sh locktest.bat mq-test.bat readaheadtest.sh banktest.sh hellotest.bat locktest.sh mq-test.sh testbeantest.bat bmptest.sh hellotest.sh longtest.sh perfcreate.bat testbeantest.sh ctstest.bat jmsratest.sh mdbtest.bat perfcreate.sh xatest.sh ctstest.sh jmx-test.sh mdbtest.sh perftest.bat load.bat mq-perf.bat perftest.sh dbtest.bat load.sh mq-perf.sh readaheadtest.bat

2002-04-16 Thread David Jencks
User: d_jencks Date: 02/04/16 22:58:59 Removed: src/bin Tag: Branch_3_0 banktest.bat dbtest.sh locktest.bat mq-test.bat readaheadtest.sh banktest.sh hellotest.bat locktest.sh mq-test.sh testbeantest.bat bmptest.sh

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

2002-04-16 Thread David Jencks
User: d_jencks Date: 02/04/16 22:40:07 Modified:src/resources/naming/ear/b/META-INF ejb-jar.xml Log: implemented relative ejb-link (merged from Branch_3_0) Revision ChangesPath 1.3 +2 -2 jbosstest/src/resources/naming/ear/b/META-INF/ejb-jar.xml Index: ejb

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

2002-04-16 Thread David Jencks
User: d_jencks Date: 02/04/16 22:36:18 Modified:src/main/org/jboss/ejb Tag: Branch_3_0 EjbModule.java Log: implemented relative ejb-link Revision ChangesPath No revision No revision 1.21.2.1 +99 -30jboss/src/main/o

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

2002-04-16 Thread David Jencks
User: d_jencks Date: 02/04/16 22:36:19 Modified:src/main/org/jboss/deployment Tag: Branch_3_0 DeploymentInfo.java Log: implemented relative ejb-link Revision ChangesPath No revision No revision 1

[JBoss-dev] CVS update: jbosstest/src/resources/naming/ear/META-INF application.xml

2002-04-16 Thread David Jencks
User: d_jencks Date: 02/04/16 22:43:03 Modified:src/resources/naming/ear/META-INF application.xml Log: fixed path to naminga.jar (merge from Branch_3_0) Revision ChangesPath 1.2 +1 -1 jbosstest/src/resources/naming/ear/META-INF/application.xml Index: appl

Re: [JBoss-dev] How are ejb-link relative refs really supposed to work?

2002-04-16 Thread David Jencks
OK, thanks, I implemented it that way. relative ejb-links now work (at least the testcase does;-) david jencks On 2002.04.17 00:49:44 -0400 Scott M Stark wrote: > Its a path relative to the codebase of the referring and I interpret > the example to imply the first case you mention. I base this

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

2002-04-16 Thread David Jencks
User: d_jencks Date: 02/04/16 22:40:07 Modified:src/main/org/jboss/ejb EjbModule.java Log: implemented relative ejb-link (merged from Branch_3_0) Revision ChangesPath 1.22 +99 -30jboss/src/main/org/jboss/ejb/EjbModule.java Index: EjbModule.java ==

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

2002-04-16 Thread David Jencks
User: d_jencks Date: 02/04/16 22:40:07 Modified:src/main/org/jboss/deployment DeploymentInfo.java Log: implemented relative ejb-link (merged from Branch_3_0) Revision ChangesPath 1.6 +1 -4 jboss-system/src/main/org/jboss/deployment/DeploymentInfo.java Ind

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

2002-04-16 Thread David Jencks
User: d_jencks Date: 02/04/16 22:36:19 Modified:src/resources/naming/ear/b/META-INF Tag: Branch_3_0 ejb-jar.xml Log: implemented relative ejb-link Revision ChangesPath No revision No revision 1.2

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

2002-04-16 Thread chris
Number of tests run: 563 Successful tests: 536 Errors:21 Failures: 6 [time of test: 17 April 2002 6:23 GMT] [java.version: 1.3.1_02] [java.vendor: Sun Microsystems Inc

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

2002-04-16 Thread Andreas Schaefer
User: schaefera Date: 02/04/16 22:07:24 Modified:src/main/org/jboss/test/banknew/test Tag: Branch_2_4 BankMarathonTestCase.java BankStressTestCase.java Log: Redesigned the banknew example therefore to a create separation between the Entity Bean (CMP) and th

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/banknew/ejbeans AccountSessionBean.java BankSessionBean.java CustomerSessionBean.java TellerSessionBean.java TransactionBean.java AccountBean.java BankBean.java CustomerBean.java TellerBean.java

2002-04-16 Thread Andreas Schaefer
User: schaefera Date: 02/04/16 22:07:24 Modified:src/main/org/jboss/test/banknew/ejbeans Tag: Branch_2_4 AccountBean.java BankBean.java CustomerBean.java Added: src/main/org/jboss/test/banknew/ejbeans Tag: Branch_2_4 AccountSession

[JBoss-dev] CVS update: jbosstest/src/build/subprojects build-bank.xml build-bench.xml build-cts.xml build-hello.xml build-idgen.xml build-perf.xml

2002-04-16 Thread Andreas Schaefer
User: schaefera Date: 02/04/16 22:07:23 Modified:src/build/subprojects Tag: Branch_2_4 build-bank.xml build-bench.xml build-cts.xml build-hello.xml build-idgen.xml build-perf.xml Log: Redesigned the banknew example therefore to a creat

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

2002-04-16 Thread Andreas Schaefer
User: schaefera Date: 02/04/16 22:07:24 Added: src/main/org/jboss/test/banknew/interfaces Tag: Branch_2_4 Constants.java Log: Redesigned the banknew example therefore to a create separation between the Entity Bean (CMP) and the Session Beans (Business Log

Re: [JBoss-dev] How are ejb-link relative refs really supposed to work?

2002-04-16 Thread Scott M Stark
Its a path relative to the codebase of the referring and I interpret the example to imply the first case you mention. I base this on the behavior of the URL(URL, String) ctor behavior. Consider an ear with two jars j1.jar, j2.jar: e1.ear/ --- j1.jar --- j2.jar j1.jar contains class C1, j

[JBoss-dev] JBoss 2.4.5 problem

2002-04-16 Thread Andreas Schaefer
Hi Bill I got an exception when I ran this test (client-side) (this thread is running ten times at the same time): --- class RegularTeller implements Runnable { public void run() { int k = 0; Rando

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

2002-04-16 Thread chris
Number of tests run: 558 Successful tests: 530 Errors:22 Failures: 6 [time of test: 17 April 2002 5:24 GMT] [java.version: 1.3.1] [java.vendor: Sun Microsystems Inc.]

[JBoss-dev] How are ejb-link relative refs really supposed to work?

2002-04-16 Thread David Jencks
IMO the j2ee spec does not clearly define the meaning of relative ejb-link elements. It gives and example of ../products/product.jar#ProductEJB What does the .. mean? I think it refers to this situation: accounting/accounting.jar (the ejb-jar.xml snippet above comes from this) products/produc

Re: [JBoss-dev] where is findInRange for perf test?

2002-04-16 Thread Scott M Stark
There never has been a definition for findInRange and jaws 1.1 returns an empty enumeration for this nonexistent finder so the tests in 2.4 don't appear to fail. It needs to be defined. - Original Message - From: "Bill Burke" <[EMAIL PROTECTED]> To: "Jboss-Dev" <[EMAIL PROTECTED]> Sent:

Re: [JBoss-dev] Stateful Session Beans are not EJB2.0 yet

2002-04-16 Thread Stephen Coy
Damn. I'm usually more careful than that. It must have been late. Anyway, I'm working up a test case which I'll attach to the bug report. On Wednesday, April 17, 2002, at 11:32 AM, Scott M Stark wrote: > The silence was most likely due to a poor bug report . There is > no selection of which v

Re: [JBoss-dev] JMS with JBossMQ over high latency links

2002-04-16 Thread Hiram Chirino
Before we go reinventing the wheel here, you might want to try the RMI IL. It's a littler slower on the serialization, but I think RMI will do some connection pooling for you. Regards, Hiram >From: Anatoly Akkerman <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subj

RE: [JBoss-dev] where is findInRange for perf test?

2002-04-16 Thread Bill Burke
The question is, how do you get a 2.4 testsuite? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of David > Jencks > Sent: Tuesday, April 16, 2002 11:03 PM > To: Bill Burke > Cc: Jboss-Dev > Subject: Re: [JBoss-dev] where is findInRange for perf test?

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

2002-04-16 Thread chris
Number of tests run: 563 Successful tests: 534 Errors:22 Failures: 7 [time of test: 17 April 2002 3:51 GMT] [java.version: 1.3.1] [java.vendor: Blackdown Java-Linux Te

Re: [JBoss-dev] where is findInRange for perf test?

2002-04-16 Thread David Jencks
I could have sworn it was specified in a query in a jaws.xml but I sure can't find any trace of such a file. If you have a copy of the 2.4 testsuite you might look there. david jencks On 2002.04.16 22:18:51 -0400 Bill Burke wrote: > I can't find where it is implemented and I don't see it as a d

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

2002-04-16 Thread Bill Burke
User: patriot1burke Date: 02/04/16 19:43:03 Modified:src/main/org/jboss/ejb Tag: Branch_3_0 Container.java Log: don't set lockmanager to null. Passivation thread may be trying to access it on an undeploy. Revision ChangesPath No revision No

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

2002-04-16 Thread Bill Burke
User: patriot1burke Date: 02/04/16 19:44:13 Modified:src/main/org/jboss/ejb Container.java Log: don't set lockmanager to null. Passivation thread may be trying to access it on an undeploy. Revision ChangesPath 1.86 +2 -2 jboss/src/main/org/jboss/ejb/Container

[JBoss-dev] where is findInRange for perf test?

2002-04-16 Thread Bill Burke
I can't find where it is implemented and I don't see it as a default finder in CMP 1.x or 2.x. org.jboss.test.perf.ejb.EntityBean doesn't have a method ejbFindInRange org.jboss.test.perf.interfaces.EntityHome.findInRange is the culprit. Thanks, Bill ___

Re: [JBoss-dev] RE: naming test failures

2002-04-16 Thread David Jencks
No, but I fixed that already. I'm looking into the link support. david On 2002.04.16 21:41:52 -0400 Bill Burke wrote: > I don't know the ear spec very well. > > If you put: > - > naminga.jar > > > Should it be able to find naminga.jar in a subdirectory in the jar? > > > -Original

[JBoss-dev] [ jboss-Patches-544963 ] "file:" protocol incompatible with Sun's

2002-04-16 Thread noreply
Patches item #544963, was opened at 2002-04-16 19:12 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=544963&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Larry Sanderson (lsanders) Ass

[JBoss-dev] CVS update: jbosstest/src/resources/naming/ear/META-INF application.xml

2002-04-16 Thread David Jencks
User: d_jencks Date: 02/04/16 18:54:34 Modified:src/resources/naming/ear/META-INF Tag: Branch_3_0 application.xml Log: include path to naminga.jar so it can be found after new EarDeployer strictness Revision ChangesPath No revisi

Re: RE: [JBoss-dev] Are we logging the exception enough!!!

2002-04-16 Thread matt baldree
Sounds very interesting and tempting but how do you propose someone do this without RW. This will require modifying a multitude of files. If someone does not have RW, the files will quickly become out of sync. The merge would be a nightmare. I would think the process would be in 2 steps. 1.

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

2002-04-16 Thread David Jencks
User: d_jencks Date: 02/04/16 18:27:26 Added: src/etc/example-config Tag: Branch_3_0 db2-service.xml Log: contributed db2 local tx example, lost track of who submitted it. Please identify yourself so I can credit you. Revision ChangesPath No revisio

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

2002-04-16 Thread Jay Walters
User: jwalters Date: 02/04/16 18:46:43 Modified:src/main/org/jboss/verifier/strategy Tag: Branch_3_0 EJBVerifier20.java Log: Fixed bug #543693 where verifier didn't look into super classes for various methods. Revision ChangesPath No

[JBoss-dev] [ jboss-Bugs-539096 ] Lack of Reasonable Error on Deployment

2002-04-16 Thread noreply
Bugs item #539096, was opened at 2002-04-03 23:57 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=539096&group_id=22866 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Peter Luttrell (objec) Assigned to: Jay Walters

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-16 Thread Francisco Reverbel
> > > >-Dorg.omg.CORBA.ORBClass=org.jacorb.orb.ORB > > > -Dorg.omg.CORBA.ORBSingletonClass=org.jacorb.orb.ORBS > ngleton > > > > Any reason why the service can not set these props? Oops... Not really... This is much better indeed. I'll change the service to do it. > >If the JVM is an IBM one I

[JBoss-dev] RE: naming test failures

2002-04-16 Thread Bill Burke
I don't know the ear spec very well. If you put: - naminga.jar Should it be able to find naminga.jar in a subdirectory in the jar? > -Original Message- > From: Scott M Stark [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 16, 2002 9:36 PM > To: Bill Burke > Subject: Re: naming

[JBoss-dev] [ jboss-Bugs-543963 ] CMP Verifier doesn't check superclasses

2002-04-16 Thread noreply
Bugs item #543963, was opened at 2002-04-15 01:43 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=543963&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Stephen Coy (scoy) Assigned

Re: [JBoss-dev] Stateful Session Beans are not EJB2.0 yet

2002-04-16 Thread Scott M Stark
The silence was most likely due to a poor bug report . There is no selection of which version this applied to and no example demonstrating the problem. Start with a testcase that uses a custom container configuration to set a short passivation timeout. - Original Message - From: "Stephen

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

2002-04-16 Thread chris
Number of tests run: 563 Successful tests: 538 Errors:21 Failures: 4 [time of test: 17 April 2002 2:33 GMT] [java.version: 1.3.1] [java.vendor: Blackdown Java-Linux Te

[JBoss-dev] [ jboss-Bugs-541855 ] Passivation of stateful sess beans fails

2002-04-16 Thread noreply
Bugs item #541855, was opened at 2002-04-10 15:21 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=541855&group_id=22866 >Category: JBossServer >Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Stephen Coy (scoy) Assigned to:

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

2002-04-16 Thread David Jencks
User: d_jencks Date: 02/04/16 18:29:43 Added: src/etc/example-config db2-service.xml Log: merged from branch 3.0 Revision ChangesPath 1.2 +93 -0 jbosscx/src/etc/example-config/db2-service.xml ___ Jboss-

Re: [JBoss-dev] Compile problem with iiop

2002-04-16 Thread Dain Sundstrom
I just fixed this on my windows box by installing the latest version of the JDK 1.3.1_03. -dain Vesco Claudio wrote: > Hi! > > If I remember well, this is a problem with rmic but I have encontered this > problem in WindowsNT sun jdk 1.3. > > You have said that you are in linux and linux are

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

2002-04-16 Thread David Jencks
User: d_jencks Date: 02/04/16 18:07:54 Removed: src/main/org/jboss/test/jca/test Tag: Branch_3_0 CachedConnectionBankStressTestCase.java CachedConnectionSessionUnitTestCase.java Log: These tests require new jca-jdbc wrappers to pass, a

Re: [JBoss-dev] Stateful Session Beans are not EJB2.0 yet

2002-04-16 Thread Jason Dillon
I would *guess* it would as simple as adding another bean test, which deployed a 2.0 bean with local fluff, then perhaps jmx to the server and ask the container to passivate. I am not sure if there is a such a mechanism exposed via jmx right now todo this, but it might be useful. It might als

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

2002-04-16 Thread Scott M Stark
User: starksm Date: 02/04/16 17:55:36 Modified:src/main/org/jboss/mx/loading UnifiedLoaderRepository.java Log: The loadClass(String) method must query the current TCL if the if the repository does not contain the requested class and the TCL is not a UnifiedClassLoader as the TC

Re: [JBoss-dev] Stateful Session Beans are not EJB2.0 yet

2002-04-16 Thread Hunter Hillegas
I think some part of them is not marked as serializable... > From: Jason Dillon <[EMAIL PROTECTED]> > Date: Tue, 16 Apr 2002 17:41:19 -0700 > To: Stephen Coy <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: [JBoss-dev] Stateful Session Beans are not EJB2.0 yet > > Any clue why they fai

Re: [JBoss-dev] Stateful Session Beans are not EJB2.0 yet

2002-04-16 Thread Jason Dillon
Does the testsuite cover these? --jason Quoting Hunter Hillegas <[EMAIL PROTECTED]>: > I think some part of them is not marked as serializable... > > > From: Jason Dillon <[EMAIL PROTECTED]> > > Date: Tue, 16 Apr 2002 17:41:19 -0700 > > To: Stephen Coy <[EMAIL PROTECTED]> > > Cc: [EMAIL PROTE

Re: [JBoss-dev] Stateful Session Beans are not EJB2.0 yet

2002-04-16 Thread Stephen Coy
Nope. How would you automate testing it? I know it doesn't work because I've observed it in the console log. On Wednesday, April 17, 2002, at 10:58 AM, Jason Dillon wrote: > Does the testsuite cover these? > > --jason > > > Quoting Hunter Hillegas <[EMAIL PROTECTED]>: > >> I think some part o

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

2002-04-16 Thread Scott M Stark
User: starksm Date: 02/04/16 17:53:46 Modified:src/main/org/jboss/mx/loading Tag: Branch_3_0 UnifiedLoaderRepository.java Log: The loadClass(String) method must query the current TCL if the if the repository does not contain the requested class and the T

Re: [JBoss-dev] Stateful Session Beans are not EJB2.0 yet

2002-04-16 Thread Stephen Coy
Because there is not yet any code in place to handle the passivation of these objects. If you look in org.jboss.ejb.plugins.SessionObjectOutputStream you can see that it's only the original EJB1.1 stuff. EJBLocalObject and EJBLocalHome are not serializable, and so must be specially handled t

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

2002-04-16 Thread chris
Number of tests run: 563 Successful tests: 527 Errors:21 Failures: 15 [time of test: 17 April 2002 1:46 GMT] [java.version: 1.3.0] [java.vendor: IBM Corporation] [java

Re: [JBoss-dev] Stateful Session Beans are not EJB2.0 yet

2002-04-16 Thread Jason Dillon
Any clue why they fail? --jason Quoting Stephen Coy <[EMAIL PROTECTED]>: > Hi, > > I raised a bug (#541855) about this a while ago, which has met a > distressing amount of silence. > > In short, stateful session beans fail to passivate if they have > EJBLocalObject or EJBLocalHome objects

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

2002-04-16 Thread David Jencks
User: d_jencks Date: 02/04/16 17:37:26 Removed: src/main/org/jboss/test/util Tag: Branch_3_0 TestDBDriver.java TestConnection.java Log: remove unused classes that have problems in jdk 1.4 ___ Jboss-development mail

Re: [JBoss-dev] Lets ditch the testsuite bin scripts

2002-04-16 Thread Jason Dillon
I like them... they make me feel warm and fuzzy and that god loves me. If you remove them does that mean that god won't love me anymore? * * * Who am I kidding... there is no god, so nuke em. --jason Quoting David Jencks <[EMAIL PROTECTED]>: > Does anyone have a problem with deleting all t

[JBoss-dev] [ jboss-Bugs-544778 ] generation of uni-directional CMR b0rked

2002-04-16 Thread noreply
Bugs item #544778, was opened at 2002-04-16 12:30 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=544778&group_id=22866 Category: JBossCMP Group: CVS HEAD >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: Christian Riege (lqd) Assigned to: D

[JBoss-dev] Lets ditch the testsuite bin scripts

2002-04-16 Thread David Jencks
Does anyone have a problem with deleting all the testsuite/src/bin scripts? IMO they are 200% obsolete given the current test framework. david jencks ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jbos

[JBoss-dev] Stateful Session Beans are not EJB2.0 yet

2002-04-16 Thread Stephen Coy
Hi, I raised a bug (#541855) about this a while ago, which has met a distressing amount of silence. In short, stateful session beans fail to passivate if they have EJBLocalObject or EJBLocalHome objects as instance fields. Therefore, they fail to comply with 7.4.1 of the EJB 2.0 spec. I woul

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

2002-04-16 Thread chris
Number of tests run: 561 Successful tests: 523 Errors:22 Failures: 16 [time of test: 17 April 2002 0:59 GMT] [java.version: 1.3.0] [java.vendor: IBM Corporation] [java

Re: [JBoss-dev] Are we logging the exception enough!!!

2002-04-16 Thread Dain Sundstrom
Here is the strategy I follow in JBossCMP: Low-level non recoverable exceptions (SQLException, IOException...) are wrapped in an EJBException. (Not RemoteException or ServerException as is required by the spec). When catching an Exception, first check for EJBException, and just rethrow. (avo

Re: [JBoss-dev] 3.0.0 RC1 is available

2002-04-16 Thread Peter Fagerlund
on 16-04-2 01.51, marc fleury at [EMAIL PROTECTED] wrote: > > |4 in all + the backup of thousands more - cool ... > | > |;-) > | > |Love > > Love indeed my friend, your english is greatly improved > > "Bouge de la" ahhh ... Du menar denna "bara i tanken" by ? ... Kan inte franska ... vill *

[JBoss-dev] [ jboss-Change Notes-544913 ] Resultsets read in column order

2002-04-16 Thread noreply
Change Notes item #544913, was opened at 2002-04-16 18:23 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=381174&aid=544913&group_id=22866 Category: JBossCMP Group: v2.4.5 Status: Open Priority: 5 Submitted By: Dan Christopherson (danch) Assigned to: Nobody/Anonymou

[JBoss-dev] [ jboss-Bugs-517062 ] JAWS ResultSet Column Order

2002-04-16 Thread noreply
Bugs item #517062, was opened at 2002-02-13 11:06 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=517062&group_id=22866 Category: JBossServer Group: v2.4 (stable) >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Michael Prescott (fuseboy) Assi

Re: [JBoss-dev] [ jboss-Bugs-544848 ] EAR Deployments don't work the same

2002-04-16 Thread lsanders
Comments inlined... > I agree that there should be a single definitive user-specified list of > what should be deployed, but I think it belongs in the ant build file that > constructs what gets deployed. To me, it is more sloppy to include stuff > in your package that you don't want deployed tha

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

2002-04-16 Thread Dan Christopherson
User: danch Date: 02/04/16 16:10:17 Modified:src/main/org/jboss/ejb/plugins/jaws/jdbc Tag: Branch_2_4 JDBCLoadEntityCommand.java Log: merged patch #520200 for bug 517062 (resultset column ordering) Revision ChangesPath No revi

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

2002-04-16 Thread Dan Christopherson
User: danch Date: 02/04/16 16:06:03 Modified:src/main/org/jboss/test/readahead/ejb Tag: Branch_2_4 CMPFindTestSession.java Log: Fixed a bug that was causing tests to error out - seems we're fast enough to insert > 1 entity in the windows currentTimeMillis

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

2002-04-16 Thread Bill Burke
User: patriot1burke Date: 02/04/16 15:47:18 Modified:.build.xml Log: forgot to add an interface to the testbeancluster.jar. This was causing this unit test to fail badly. Revision ChangesPath 1.107 +2 -1 jbosstest/build.xml Index: build.xml ==

Re: [JBoss-dev] [ jboss-Bugs-544848 ] EAR Deployments don't work the same

2002-04-16 Thread David Jencks
I agree that there should be a single definitive user-specified list of what should be deployed, but I think it belongs in the ant build file that constructs what gets deployed. To me, it is more sloppy to include stuff in your package that you don't want deployed than to deploy everything in a p

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

2002-04-16 Thread Bill Burke
User: patriot1burke Date: 02/04/16 15:45:34 Modified:.Tag: Branch_3_0 build.xml Log: forgot to add an interface to the testbeancluster.jar. This was causing this unit test to fail badly. Revision ChangesPath No revision No

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

2002-04-16 Thread David Jencks
User: d_jencks Date: 02/04/16 15:22:09 Added: src/etc/example-config Tag: Branch_3_0 solid-service.xml jdatastore-service.xml Log: ported configs back from main Revision ChangesPath No revision No revi

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

2002-04-16 Thread David Jencks
User: d_jencks Date: 02/04/16 15:26:32 Modified:src/main/org/jboss/test/jmx/test Tag: Branch_3_0 DeployServiceUnitTestCase.java Log: ported test fixes back from main Revision ChangesPath No revision No r

[JBoss-dev] CVS update: jbosstest/src/resources/jmx test-service.xml

2002-04-16 Thread David Jencks
User: d_jencks Date: 02/04/16 15:26:32 Modified:src/resources/jmx Tag: Branch_3_0 test-service.xml Log: ported test fixes back from main Revision ChangesPath No revision No revision 1.6.2.1 +2 -2 jbosstest/src/re

Re: [JBoss-dev] [ jboss-Bugs-544848 ] EAR Deployments don't work the same

2002-04-16 Thread lsanders
The J2EE 1.3 spec (8.1.1.2) goes into several examples of how nested ejb-jar's and war's should share classes, and it is all based on Class-Path Manifest entries. Technically, per spec, nested archives should never share Classpath's unless there is a Class-Path META-INF entry (i.e. web archives s

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

2002-04-16 Thread David Jencks
User: d_jencks Date: 02/04/16 15:13:18 Modified:src/etc/example-config Tag: Branch_3_0 mysql-service.xml Log: merge change back from MAIN Revision ChangesPath No revision No revision 1.1.2.1 +2 -2 jbosscx/src/etc

[JBoss-dev] JBossMQ Memory Leak

2002-04-16 Thread Andreas Schaefer
Hi Hiram I just heared from a customer that they found a memory leak in JBossMQ with a profiler. He promised to send information about it soon I am also working on a long term test. Because of that I will create a marathon test case for JBossMQ in the next days to investigate this issue further.

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-16 Thread Jason Dillon
> > >-Dorg.omg.CORBA.ORBClass=org.jacorb.orb.ORB > -Dorg.omg.CORBA.ORBSingletonClass=org.jacorb.orb.ORBSingleton > Any reason why the service can not set these props? >If the JVM is an IBM one I also add $JBOSS_HOME/lib/jacorb.jar to >the classpath. > Why the special case for IBM? --jason

RE: [JBoss-dev] Are we logging the exception enough!!!

2002-04-16 Thread Casey Haakenson
Title: RE: [JBoss-dev] Are we logging the exception enough!!! It's funny, I was just emailing David about a good starting point for contributing.  Not sure if I have the time or knowledge of the framework, but I'll take a day or two digging around to see if the scope is a good fit for me. -Ca

Re: [JBoss-dev] [ jboss-Bugs-544848 ] EAR Deployments don't work the same

2002-04-16 Thread David Jencks
Hmmm, I thought that might be what the spec wanted, but when I read it I decided it was consistent with "put everything in sight on the classpath" since then everything they mention is definitely on the classpath. Maybe we need a configuration switch? What problems come from "everything in sight

[JBoss-dev] [ jboss-Bugs-544848 ] EAR Deployments don't work

2002-04-16 Thread noreply
Bugs item #544848, was opened at 2002-04-16 15:19 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=544848&group_id=22866 Category: None Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Peter Luttrell (objec) Assigned to: Nobo

[JBoss-dev] JMS with JBossMQ over high latency links

2002-04-16 Thread Anatoly Akkerman
Hi, guys I posted this on JMS/JBossMQ forum but it seems that posting to jboss-dev will make this issue more visible. We are trying to run an MDB that listens to a Topic on a remote JMS provider which resides across a high latency link. The behavior we encountered was that with relatively hig

RE: [JBoss-dev] Are we logging the exception enough!!!

2002-04-16 Thread marc fleury
he he, funny I want a new developer that wants to get RW and prove he brings something to take it though. I would formulate the project like jason did and put it on the website see if someone takes it. (or someone lurking on this list speak up). It is big and gives you an overview of many class

Re: [JBoss-dev] [ jboss-Bugs-544848 ] EAR Deployments don't work the same

2002-04-16 Thread lsanders
It was my patch that changed this. I changed the EARDeployer to only deploy those applications listed in an application.xml file (I believe that this was another bug on sourceforge?). The struts.jar should only be included on the classpath if it is an application in the application.xml file, if

[JBoss-dev] Re: What can change in rc1?

2002-04-16 Thread Scott M Stark
Yes, these are fine. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: "jboss-dev" <[EMAIL PROTECTED]>; "Scott Stark" <[EMAIL PROTECTED]> Sent: Tuesday, April 16, 2002 1

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-16 Thread Francisco Reverbel
I changed run.sh to add the properties JacORB needs: -Dorg.omg.CORBA.ORBClass=org.jacorb.orb.ORB -Dorg.omg.CORBA.ORBSingletonClass=org.jacorb.orb.ORBSingleton If the JVM is an IBM one I also add $JBOSS_HOME/lib/jacorb.jar to the classpath. These changes allow you to start an iiop-enabled

[JBoss-dev] What can change in rc1?

2002-04-16 Thread David Jencks
Just to make sure I understand... I can change in rc1: bug fixes, especially those that improve testsuite results (also fix in main) additional comments, especially those that make it into generated jmx-api documentation (also in main) additional sample db config files (also in main)

Re: [JBoss-dev] Are we logging the exception enough!!!

2002-04-16 Thread David Jencks
Naaah... we need to log it several times within the same object!!! Any exception should fill up your hard drive with the log file!! I'll take a look at fixing this. thanks david jencks On 2002.04.16 16:22:41 -0400 Scott M Stark wrote: > The following exception is getting logged by the > Statel

Re: [JBoss-dev] Are we logging the exception enough!!!

2002-04-16 Thread Jason Dillon
Sounds like MainDeployer should be the one to log this exception. I have noticed that we generally misuse exceptions in many places... ie. catching exceptions to log, then rethrow, or just to ignore. There are also places where we wrap exceptions when we could really just add a checked Except

[JBoss-dev] CVS update: jboss/src/main/org/jboss/proxy ClientContainer.java

2002-04-16 Thread Scott M Stark
User: starksm Date: 02/04/16 13:39:32 Modified:src/main/org/jboss/proxy ClientContainer.java Log: Remove the commented out imports Revision ChangesPath 1.2 +4 -24 jboss/src/main/org/jboss/proxy/ClientContainer.java Index: ClientContainer.java ==

[JBoss-dev] CVS update: contrib/jetty/src/main/org/jboss/jetty/session DistributedHttpSessionManager.java

2002-04-16 Thread Jules Gosnell
User: jules_gosnell Date: 02/04/16 13:29:57 Modified:jetty/src/main/org/jboss/jetty/session DistributedHttpSessionManager.java Log: logging changes Revision ChangesPath 1.14 +10 -6 contrib/jetty/src/main/org/jboss/jetty/session/Distribut

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-16 Thread Jason Dillon
Why runs.sh... this is what was concerned about. Can you please explain this. --jason Quoting Francisco Reverbel <[EMAIL PROTECTED]>: > Yes, the iiop stuff is now generated by a default build. > > I have changed a couple of files (jboss-services.xml and run.sh) > in order to run it. Please

RE: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-16 Thread Jason Dillon
Yes, please do this. --jason Quoting Bill Burke <[EMAIL PROTECTED]>: > Can you pull IIOP out of jboss-services.xml and put in in a separate > deployable service xml file like cluster-service.xml, etc..? I think this > would be better. > > Bill > > > -Original Message- > > From: [EMA

RE: [JBoss-dev] Are we logging the exception enough!!!

2002-04-16 Thread marc fleury
yeah I have the same gripe :) marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Scott |M Stark |Sent: Tuesday, April 16, 2002 1:23 PM |To: [EMAIL PROTECTED] |Subject: [JBoss-dev] Are we logging the exception enough!!! | | |The following exception

[JBoss-dev] [ jboss-Bugs-544848 ] EAR Deployments don't work the same

2002-04-16 Thread noreply
Bugs item #544848, was opened at 2002-04-16 15:19 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=544848&group_id=22866 Category: None Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Peter Luttrell (objec) Assigned to: Nobo

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

2002-04-16 Thread Scott M Stark
User: starksm Date: 02/04/16 13:18:21 Modified:src/main/org/jboss/proxy/ejb ProxyFactory.java Log: Validate the setup of the client interceptors and throw an exception if none exist to avoid NullPointerExceptions at runtime. Revision ChangesPath 1.14 +93 -73j

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

2002-04-16 Thread Scott M Stark
User: starksm Date: 02/04/16 13:17:13 Modified:src/main/org/jboss/proxy/ejb Tag: Branch_3_0 ProxyFactory.java Log: Validate the setup of the client interceptors and throw an exception if none exist to avoid NullPointerExceptions at runtime. Revision

[JBoss-dev] CVS update: jboss/src/main/org/jboss/proxy ClientContainer.java

2002-04-16 Thread Scott M Stark
User: starksm Date: 02/04/16 13:17:12 Modified:src/main/org/jboss/proxy Tag: Branch_3_0 ClientContainer.java Log: Validate the setup of the client interceptors and throw an exception if none exist to avoid NullPointerExceptions at runtime. Revision C

  1   2   >