Re: [JBoss-dev] JBossMQ JDBC PersistenceManager

2001-11-03 Thread Scott M Stark
What is the point of the ConnectionFactoryLoader as an entity that is coupled to the RARDeployer? I don't see the point of having trivial deployement of the RAR classes independent of the resource adapator configuration. For a standalone resource adaptor it is not so combersome to create a RAR

Re: [JBoss-dev] JBossMQ JDBC PersistenceManager

2001-11-03 Thread David Jencks
I guess I have no particular problem having the ability to put a jboss-service.xml file in a rar, as long as we keep the ability to configure ConnectionFactoryLoader mbeans in any *-service.xml file. The case with external configuration is crucial for jdbc databases and the required DefaultDS,

RE: [JBoss-dev] [ jboss-Bugs-450615 ] Build instructions????

2001-11-03 Thread marc fleury
| use them) very useful for things like specifying the number of iterations | on stress tests. I think the big problem is people trying to check 2.4 Don't even get me started on the test stuff... I had to rip everything out in XML just to run one test at a time and then we don't get the gui

[JBoss-dev] Testsuite on Windows NT - Problems

2001-11-03 Thread Luke Taylor
Hi all, Can anyone tell me if they are managing to run the test suite successfully on Windows, with similar results to the automated tests? I'm consistently getting worse results which I can't quite track the cause of and which is giving me grief. The figures I'm getting from the basic test

Re: [JBoss-dev] JBossMQ JDBC PersistenceManager

2001-11-03 Thread Scott M Stark
Here is the disconnect I still have with regard to RARs. For RARs we have to configure a ConnectionFactoryLoader mbean instance for a particular RAR. For every other J2EE component we have an mbean that handles many deployments and obtains the deployment unit specific properties from standard +

RE: [JBoss-dev] Testsuite on Windows NT - Problems

2001-11-03 Thread marc fleury
|Number of tests run: 131 | | | |Successful tests: 113 | |Errors:12 | |Failures: 6 | |I need to investigate further to get a clearer idea of what's |happening, but thought I'd do a quick sanity check with the list

RE: [JBoss-dev] EJB 2.0?

2001-11-03 Thread Bill Burke
I want to get more people playing with the Clustering stuff too. bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Hunter Hillegas Sent: Saturday, November 03, 2001 2:32 PM To: marc fleury; Andrew Scherpbier; JBoss Dev Subject: Re: [JBoss-dev]

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

2001-11-03 Thread Dain Sundstrom
User: dsundstrom Date: 01/11/03 11:51:17 Modified:src/main/org/jboss/metadata ApplicationMetaData.java RelationMetaData.java RelationshipRoleMetaData.java Log: Added code to assure that ejb-relation-name is unique in the application and that

[JBoss-dev] Running single tests against main

2001-11-03 Thread Scott M Stark
Some are having trouble running individual tests in main because of the changes to the build system. You can run a single test case using: build.sh -Dtest=XXXTestCase one-test from within the jboss-all/testsuite directory. The XXXTestCase is the classname of the junit class to run. So, to run

RE: [JBoss-dev] EJB 2.0?

2001-11-03 Thread marc fleury
the generic invokers needs to play with clustering as well, one big feature at a time. EJB2.0 CMP is a big feature, marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Bill |Burke |Sent: Saturday, November 03, 2001 2:48 PM |To: JBoss Dev |Subject:

RE: [JBoss-dev] Running single tests against main

2001-11-03 Thread marc fleury
thanks marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Scott |M Stark |Sent: Saturday, November 03, 2001 3:01 PM |To: JBoss Dev |Subject: [JBoss-dev] Running single tests against main | | |Some are having trouble running individual tests in

Re: [JBoss-dev] Testsuite on Windows NT - Problems

2001-11-03 Thread Luke Taylor
marc fleury wrote: ... I will try to run it myself, the build is pissing me off as I can run one by one without heavy modification. I want to finish the JMX invoker first (did the detaching last week) and then work on that suite, stay tuned, I will need your help. Running the

[JBoss-dev] Where put Clustering documentation?

2001-11-03 Thread Bill Burke
Should I just write a HOWTO and append it to the HOWTO list on the documentation page?

Re: [JBoss-dev] Testsuite on Windows NT - Problems

2001-11-03 Thread Scott M Stark
I am seeing the security tests fail on both linux and windows, so there is an issue there: Linux RedHat 7.2(Kernel = 2.4.7-10) [starksm@banshee testsuite]$ ./build.sh -Dtest=EJBSpecUnitTestCase one-test Searching for build.xml ... Buildfile:

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

2001-11-03 Thread Dain Sundstrom
User: dsundstrom Date: 01/11/03 13:45:34 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCApplicationMetaData.java Log: Fixed a bug where relation metadata was keyed off of relation name, which is not requied. Name is now only used matching a

[JBoss-dev] JVM crash on linux

2001-11-03 Thread Dain Sundstrom
I remember seeing some posts about JVM crashes on linux, but don't remember if it was ever resolved. I am fairly regularly getting a crash with the RH server. I just restart the server, and the test run fine. I get a bunch or internal info then. # # HotSpot Virtual Machine Error : 11 # Error

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

2001-11-03 Thread Dain Sundstrom
User: dsundstrom Date: 01/11/03 14:52:42 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCFindEntitiesCommand.java Log: Applied path 452047, which changes cutom finders to be keyed based on interface method instead of implementation method. Custom

RE: [JBoss-dev] JVM crash on linux

2001-11-03 Thread Bill Burke
I've had serious problems on linux with JDK 1.3.1 Stuff like runaway memory gobbling and such. We had to revert to 1.3.02. Don't know if there is a patch posted recently though. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dain Sundstrom

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

2001-11-03 Thread Dain Sundstrom
User: dsundstrom Date: 01/11/03 15:09:23 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCUtil.java Log: Applied patch 476008, which fixes a bug where byte arrays were always deserialized even when a byte array was desired Revision ChangesPath 1.7 +3 -1

Re: [JBoss-dev] Where put Clustering documentation?

2001-11-03 Thread Tobias Frech
Hi Bill! Please join the jboss-docs group first. As clustering support is definitly a FAQ it would be great to have some sort of clustering CHAPTER. But usually things start with a HowTo which is simply added to the list of HowTos. Later on someone will eventually pick this how to up and extend

Re: [JBoss-dev] JVM crash on linux

2001-11-03 Thread Tobias Frech
Increasing the shell limits (especially stacksize) helped me a lot with some crasheing JVM. I am actually sitting at a NT box (*sic*) and can't remember the correct command (limit ?). Tobi Bill Burke schrieb: I've had serious problems on linux with JDK 1.3.1 Stuff like runaway memory

[JBoss-dev] CVS update: newsite/src/docs/common doco.jsp

2001-11-03 Thread Tobias Frech
User: gropi Date: 01/11/03 16:20:49 Modified:src/docs/common doco.jsp Log: Search now searches the whole website. For searching only the manual the manual subsection is used. Revision ChangesPath 1.5 +6 -2 newsite/src/docs/common/doco.jsp Index:

[JBoss-dev] CVS update: newsite/src/docs/common doco.jsp

2001-11-03 Thread Tobias Frech
User: gropi Date: 01/11/03 16:46:52 Modified:src/docs/common doco.jsp Log: freefind seems to be picky about lower and upper case. Revision ChangesPath 1.6 +1 -1 newsite/src/docs/common/doco.jsp Index: doco.jsp

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/il/oil OILServerILService.java

2001-11-03 Thread Charles Chan
User: charles_chan Date: 01/11/03 19:01:25 Modified:src/main/org/jboss/mq/il/oil OILServerILService.java Log: - keep service alive after connection reset by peer Revision ChangesPath 1.13 +12 -3 jbossmq/src/main/org/jboss/mq/il/oil/OILServerILService.java

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/il/uil UILServerILService.java

2001-11-03 Thread Charles Chan
User: charles_chan Date: 01/11/03 19:01:26 Modified:src/main/org/jboss/mq/il/uil UILServerILService.java Log: - keep service alive after connection reset by peer Revision ChangesPath 1.13 +12 -3 jbossmq/src/main/org/jboss/mq/il/uil/UILServerILService.java

[JBoss-dev] Automated JBoss Testsuite Results

2001-11-03 Thread chris
JBoss daily test results SUMMARY Number of tests run: 140 Successful tests: 129 Errors:5 Failures: 6 [time of test: 4 November 2001 3:18 GMT] [java.version:

[JBoss-dev] Automated JBoss Testsuite Results

2001-11-03 Thread chris
JBoss daily test results SUMMARY Number of tests run: 140 Successful tests: 131 Errors:4 Failures: 5 [time of test: 4 November 2001 4:8 GMT] [java.version:

[JBoss-dev] Automated JBoss Testsuite Results

2001-11-03 Thread chris
JBoss daily test results SUMMARY Number of tests run: 130 Successful tests: 121 Errors:4 Failures: 5 [time of test: 4 November 2001 5:29 GMT] [java.version:

[JBoss-dev] Automated JBoss Testsuite Results

2001-11-03 Thread chris
JBoss daily test results SUMMARY Number of tests run: 140 Successful tests: 131 Errors:4 Failures: 5 [time of test: 4 November 2001 6:28 GMT] [java.version:

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

2001-11-03 Thread Andreas Schaefer
User: schaefera Date: 01/11/03 22:56:18 Modified:src/main/org/jboss/resource/adapter/jdbc/local ConnectionInPool.java PreparedStatementFactory.java Log: Fixes for bug #424768 to support ResultSetTyp and Concurrency for prepared Statements. Revision

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq SpyTextMessage.java

2001-11-03 Thread Scott M Stark
User: starksm Date: 01/11/03 22:53:32 Modified:src/main/org/jboss/mq SpyTextMessage.java Log: Since the ObjectInput.available() may be = 0 check for this and default to a small message size of 256 bytes. Revision ChangesPath 1.6 +52 -20

[JBoss-dev] [ jboss-Bugs-424768 ] prepareStatement parameters

2001-11-03 Thread noreply
Bugs item #424768, was opened at 2001-05-17 00:29 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=424768group_id=22866 Category: JBossServer Group: v2.2.1 (stable) Status: Closed Resolution: Fixed Priority: 5 Submitted By: Oscar Radio Pina (oradio)