Re: [JBoss-dev] 2.4.1 Jetty

2001-09-25 Thread Julian Gosnell
Jason Dillon wrote: What version of Jetty was used to build the 2.4.1 JBoss release? The bundle is called JBoss-2.4.1_Jetty-3.1.RC9-1.zip - does that give it away ? :-) The final '1' is the bundle release counter, Jules --jason ___

Re: [JBoss-dev] 2.4.1 Jetty

2001-09-25 Thread Hiram Chirino
I hope.. Cause (In my eyes) itegration don't took too profesional if they are in seperate directories. Regards, Hiram From: Jason Dillon [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] 2.4.1 Jetty Date: Tue, 25 Sep 2001 00:21:58 -0700 (PDT)

[JBoss-dev] [ jboss-Bugs-464855 ] Error in build.xml

2001-09-25 Thread noreply
Bugs item #464855, was opened at 2001-09-25 08:45 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=464855group_id=22866 Category: JBossDoc Group: None Status: Open Resolution: None Priority: 5 Submitted By: Christian Mouttet (cmouttet) Assigned to:

Re: [JBoss-dev] 2.4.1 Jetty

2001-09-25 Thread Julian Gosnell
The jetty-service.jar in the 2.4.1 tree is ancient. I didn't even realise that there was one. I should probably remove it. The idea is that if people want to run JBoss with Jetty they d/l the combined bundle. If you choose to run a separate Jetty installation you run the risk of version

Re: [JBoss-dev] EJB/QL - JBoss extentions

2001-09-25 Thread Philip Van Bogaert
You are so right, I think if one want to use thousands of records he should not use CMP. he should use BMP or use no Entities at all. one could use them both entity beans and direct database access with jdbc the remote collection idea of my maybe a cool one but it isn't that pratical. One could

[JBoss-dev] CVS update: jbosstest/src/resources/web index.html

2001-09-25 Thread Ole Husgaard
User: sparre Date: 01/09/25 11:07:20 Modified:src/resources/web index.html Log: Added a test for using UserTransaction in servlets. Revision ChangesPath 1.8 +3 -0 jbosstest/src/resources/web/index.html Index: index.html

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

2001-09-25 Thread Ole Husgaard
User: sparre Date: 01/09/25 11:07:20 Modified:src/resources/web/META-INF application.xml Log: Added a test for using UserTransaction in servlets. Revision ChangesPath 1.2 +4 -0 jbosstest/src/resources/web/META-INF/application.xml Index: application.xml

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

2001-09-25 Thread Ole Husgaard
User: sparre Date: 01/09/25 11:07:14 Added: src/main/org/jboss/test/web/servlets UserTransactionServlet.java Log: Added a test for using UserTransaction in servlets. Revision ChangesPath 1.1

[JBoss-dev] CVS update: jbosstest/src/resources/web/WEB-INF web.xml

2001-09-25 Thread Ole Husgaard
User: sparre Date: 01/09/25 11:07:20 Modified:src/resources/web/WEB-INF web.xml Log: Added a test for using UserTransaction in servlets. Revision ChangesPath 1.16 +15 -0 jbosstest/src/resources/web/WEB-INF/web.xml Index: web.xml

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

2001-09-25 Thread Ole Husgaard
User: sparre Date: 01/09/25 11:07:11 Modified:.build.xml Log: Added a test for using UserTransaction in servlets. Revision ChangesPath 1.31 +3 -2 jbosstest/build.xml Index: build.xml

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

2001-09-25 Thread Ole Husgaard
User: sparre Date: 01/09/25 11:07:19 Modified:src/main/org/jboss/test/web/test WebIntegrationUnitTestCase.java Log: Added a test for using UserTransaction in servlets. Revision ChangesPath 1.4 +11 -1

[JBoss-dev] Off-Topic: Mangement of Java Classes through SNMP

2001-09-25 Thread Andreas Schaefer
Hi Geeks I am looking for information how Java Classes can be managed through SNMP (I know this sounds ugly). Does anyone has some info or a link about this ? Andy ___ Jboss-development mailing list [EMAIL PROTECTED]

Re: [JBoss-dev] Off-Topic: Mangement of Java Classes through SNMP

2001-09-25 Thread Jason Dillon
http://www.opennms.org --jason On Tue, 25 Sep 2001, Andreas Schaefer wrote: Hi Geeks I am looking for information how Java Classes can be managed through SNMP (I know this sounds ugly). Does anyone has some info or a link about this ? Andy

Re: [JBoss-dev] MDB non-xa cf tx timeout

2001-09-25 Thread Jason Dillon
I ran some tests last night with the TransactionManager.TransactionTimeout set to Integer.MAX_VALUE, and I am still getting these messages: org.jboss.tm.TxCapsule [Thread-5] () - Transaction XidImpl [FormatId=257, GlobalId=eng-ecr5a//0, BranchQual=] timed out. status=STATUS_ACTIVE This is

[JBoss-dev] hrm....

2001-09-25 Thread Jason Dillon
perhaps Integer.MAX_VALUE isn't the best thing to set the default tx timeout too. Does anyone know what happens with this value is 0 ? Is there any way to turn this off altogether? --jason ___ Jboss-development mailing list [EMAIL PROTECTED]

[JBoss-dev] Nice features in the rabit hole

2001-09-25 Thread Philip Van Bogaert
I want play with the new alfa version of jboss, so my question is what are the new features that i might be missing. How do I use (test) them? Greetz -Tbone ___ Jboss-development mailing list [EMAIL PROTECTED]

Re: [JBoss-dev] jboss and log4j version 1.2

2001-09-25 Thread Jason Dillon
Hello, Hi. There are a few changes in log4j 1.2 that require your attention. Any clues to when 1.2 will be released? I also strongly recommend against sub-classing Logger (or Category) to introduce new printing methods, you can use the general purpose log method instead. For example,

Re: [JBoss-dev] jboss test dependencies

2001-09-25 Thread Ole Husgaard
Hi, I committed this. When manually deploying the ear and browsing to the URL of the test servlet I wrote, an exception is thrown as expected when I have not yet added a fix for the bug. With my bug fix added, the servlet runs fine. But when running the test using the WebIntegrationTestCase

[JBoss-dev] CVS update: newsite/pictures billb.jpg vinay.jpg

2001-09-25 Thread marc fleury
User: mnf999 Date: 01/09/25 14:31:32 Removed: pictures billb.jpg vinay.jpg Log: in pictures already these are duplicates ___ Jboss-development mailing list [EMAIL PROTECTED]

Re: [JBoss-dev] EJB/QL - JBoss extentions

2001-09-25 Thread Dmitri Colebatch
On Tue, 25 Sep 2001, Philip Van Bogaert wrote: You are so right, I think if one want to use thousands of records he should not use CMP. he should use BMP or use no Entities at all. I would argue against BMP - at least CMP gives the container a chance to optimize things through controlling

Re: [JBoss-dev] jboss test dependencies

2001-09-25 Thread Scott M Stark
No, the WebIntegrationTestCase doesn't apply unless the server has a web container configured. The test checks for the existence of a web container and set the webServerAvailable accordingly. Scott Stark Chief Technology Officer JBoss Group, LLC

Re: [JBoss-dev] MDB non-xa cf tx timeout

2001-09-25 Thread David Jencks
Jason, I have no idea if this is relevant... I discovered in the ConnectionManager/pool code that the scheduling is kind of awful, and that under high load, if the pool gets emptied and a request has to wait, that request is apt to wait more or less forever, since it is blocking and new requests

Re: [JBoss-dev] EJB/QL - JBoss extentions

2001-09-25 Thread Philip Van Bogaert
The problem with EJB2.0 relationships that it's really hard to configurate it. But yes Entity should support n- depth relationships The recursive hole is also a problem (We had that with a MOF Inspector) Applications can catch this, I personally think that it will cause some problems. Just think

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha RoundRobin.java LoadBalancePolicy.java HARMIServerImpl.java HARMIResponse.java HARMIClient.java

2001-09-25 Thread Bill Burke
User: patriot1burke Date: 01/09/25 15:24:21 Modified:src/main/org/jboss/ha RoundRobin.java LoadBalancePolicy.java HARMIServerImpl.java HARMIResponse.java HARMIClient.java Log: added collocation support to HARMI Revision Changes

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha HARMITarget.java

2001-09-25 Thread Bill Burke
User: patriot1burke Date: 01/09/25 15:34:37 Removed: src/main/org/jboss/ha HARMITarget.java Log: done ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbosstest/src/stylesheets junit-frames.xsl

2001-09-25 Thread Chris Kimpton
User: kimptoc Date: 01/09/25 15:49:23 Modified:src/stylesheets junit-frames.xsl Log: make the colors more sane for konqueror Revision ChangesPath 1.3 +19 -15jbosstest/src/stylesheets/junit-frames.xsl Index: junit-frames.xsl

[JBoss-dev] Automated JBoss Testsuite Results

2001-09-25 Thread chris
JBoss daily test results SUMMARY Number of tests run: 111 Successful tests: 89 Errors:19 Failures: 3 [time of test: 26 September 2001 3:27 GMT] [java.version:

[JBoss-dev] CVS update: contrib/catalina/src/main/org/jboss/web/catalina/security - New directory

2001-09-25 Thread Scott M Stark
User: starksm Date: 01/09/25 20:08:52 contrib/catalina/src/main/org/jboss/web/catalina/security - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: contrib/catalina/src/main/org/jboss/web/catalina - New directory

2001-09-25 Thread Scott M Stark
User: starksm Date: 01/09/25 20:08:06 contrib/catalina/src/main/org/jboss/web/catalina - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: contrib/catalina/src/main/org/jboss/web - New directory

2001-09-25 Thread Scott M Stark
User: starksm Date: 01/09/25 20:07:55 contrib/catalina/src/main/org/jboss/web - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: contrib/catalina/src/main/org/jboss/web/catalina/security JBossSecurityMgrRealm.java SSLServerSocketFactory.java

2001-09-25 Thread Scott M Stark
User: starksm Date: 01/09/25 20:11:30 Added: catalina/src/main/org/jboss/web/catalina/security JBossSecurityMgrRealm.java SSLServerSocketFactory.java Log: Initial version of Tomcat4.0/Catalina embedded service with full JNDI and

[JBoss-dev] Automated JBoss Testsuite Results

2001-09-25 Thread chris
JBoss daily test results SUMMARY Number of tests run: 122 Successful tests: 112 Errors:8 Failures: 2 [time of test: 26 September 2001 4:17 GMT] [java.version:

[JBoss-dev] CVS update: contrib/tomcat/src/main/org/jboss/test/tomcat/servlet Util.java HelloEJB.java

2001-09-25 Thread Scott M Stark
User: starksm Date: 01/09/25 20:10:10 Modified:tomcat/src/main/org/jboss/test/tomcat/servlet Tag: Branch_2_4 HelloEJB.java Added: tomcat/src/main/org/jboss/test/tomcat/servlet Tag: Branch_2_4 Util.java Log: Update the test

[JBoss-dev] Automated JBoss Testsuite Results

2001-09-25 Thread chris
JBoss daily test results SUMMARY Number of tests run: 111 Successful tests: 90 Errors:18 Failures: 3 [time of test: 26 September 2001 5:29 GMT] [java.version:

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

2001-09-25 Thread Hiram Chirino
User: chirino Date: 01/09/25 22:02:27 Modified:.build.xml Log: Several modification to support the client connection sending ping messages to the server and the server sending back pong messages. These messages are used to determine if the connection has gone down.

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

2001-09-25 Thread Hiram Chirino
User: chirino Date: 01/09/25 22:02:28 Modified:src/main/org/jboss/mq/il ClientIL.java ServerIL.java Log: Several modification to support the client connection sending ping messages to the server and the server sending back pong messages. These messages are used to determine

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/il/rmi RMIClientIL.java RMIClientILRemote.java RMIServerIL.java RMIServerILRemote.java

2001-09-25 Thread Hiram Chirino
User: chirino Date: 01/09/25 22:02:28 Modified:src/main/org/jboss/mq/il/rmi RMIClientIL.java RMIClientILRemote.java RMIServerIL.java RMIServerILRemote.java Log: Several modification to support the client connection sending ping

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/il/jvm JVMClientIL.java JVMServerIL.java

2001-09-25 Thread Hiram Chirino
User: chirino Date: 01/09/25 22:02:28 Modified:src/main/org/jboss/mq/il/jvm JVMClientIL.java JVMServerIL.java Log: Several modification to support the client connection sending ping messages to the server and the server sending back pong messages. These

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

2001-09-25 Thread Hiram Chirino
User: chirino Date: 01/09/25 22:02:27 Modified:src/main/org/jboss/mq Connection.java Log: Several modification to support the client connection sending ping messages to the server and the server sending back pong messages. These messages are used to determine if the

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

2001-09-25 Thread Hiram Chirino
User: chirino Date: 01/09/25 22:02:28 Modified:src/main/org/jboss/mq/server JMSServer.java Log: Several modification to support the client connection sending ping messages to the server and the server sending back pong messages. These messages are used to determine if the

[JBoss-dev] CVS update: jbossmq/src/docs/jms-examples jndi.properties log4j.properties

2001-09-25 Thread Hiram Chirino
User: chirino Date: 01/09/25 22:11:53 Added: src/docs/jms-examples jndi.properties log4j.properties Log: These files are need for the JBossMQ examples to work correctly Revision ChangesPath 1.1 jbossmq/src/docs/jms-examples/jndi.properties

Re: [JBoss-dev] JMS ExceptionListener not working any more?!

2001-09-25 Thread Hiram Chirino
Peter, I have just fixed this bug in the HEAD branch. Every connection now has a thread that pings the server every 1 min. So, if the server goes down, failure should be detected within that amount of time. This should even apply to the RMI IL (the ExceptionListener handeling was really

[JBoss-dev] Automated JBoss Testsuite Results

2001-09-25 Thread chris
JBoss daily test results SUMMARY Number of tests run: 122 Successful tests: 112 Errors:8 Failures: 2 [time of test: 26 September 2001 6:32 GMT] [java.version:

Re: [JBoss-dev] JMS ExceptionListener not working any more?!

2001-09-25 Thread Jason Dillon
Why not a shared timer thread to reduce thread usage? --jason On Wed, 26 Sep 2001, Hiram Chirino wrote: Peter, I have just fixed this bug in the HEAD branch. Every connection now has a thread that pings the server every 1 min. So, if the server goes down, failure should be detected

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

2001-09-25 Thread Scott M Stark
User: starksm Date: 01/09/25 22:59:50 Modified:src/main/org/jboss/security RealmMapping.java Log: Add a Set getUserRoles(Principal principal) method Revision ChangesPath 1.6 +7 -1 jboss/src/main/org/jboss/security/RealmMapping.java Index:

[JBoss-dev] CVS update: jbosssx/src/main/org/jboss/security/plugins JaasSecurityManager.java

2001-09-25 Thread Scott M Stark
User: starksm Date: 01/09/25 22:59:25 Modified:src/main/org/jboss/security/plugins JaasSecurityManager.java Log: Add a Set getUserRoles(Principal principal) method Revision ChangesPath 1.13 +33 -1

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

2001-09-25 Thread Scott M Stark
User: starksm Date: 01/09/25 23:00:26 Modified:src/main/org/jboss/ejb/plugins SecurityInterceptor.java Log: Display the principal roles set in the authorization error msg Revision ChangesPath 1.24 +3 -2

[JBoss-dev] CVS update: jboss/src/lib tomcat-service.jar

2001-09-25 Thread Scott M Stark
User: starksm Date: 01/09/25 23:02:26 Removed: src/lib Tag: Branch_2_4 tomcat-service.jar Log: Only include tomcat-service.jar in the JBoss/Tomcat bundle ___ Jboss-development mailing list [EMAIL PROTECTED]

Re: [JBoss-dev] Off-Topic: Mangement of Java Classes through SNMP

2001-09-25 Thread Rickard Öberg
Hi! This looks very interesting!!! Have you tested it with JBoss though? I browsed in the docs and couldn't find anything about JMX. /R Jason Dillon wrote: http://www.opennms.org --jason On Tue, 25 Sep 2001, Andreas Schaefer wrote: Hi Geeks I am looking for information how

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

2001-09-25 Thread Scott M Stark
User: starksm Date: 01/09/25 23:08:32 Modified:src/etc/conf/default Tag: Branch_2_4 jboss.jcml Log: Remove InstantDB settings Revision ChangesPath No revision No revision 1.40.2.6 +1 -22