[JBoss-dev] [ jboss-Bugs-601049 ] MarshalException in serializing Handle

2002-09-25 Thread noreply
Bugs item #601049, was opened at 2002-08-27 23:26 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=601049group_id=22866 Category: JBossServer Group: v3.1 Status: Open Resolution: None Priority: 5 Submitted By: Yan Pujante (madonnax) Assigned to:

[JBoss-dev] [ jboss-Patches-614291 ] EJBProvider for statefull session bean

2002-09-25 Thread noreply
Patches item #614291, was opened at 2002-09-25 11:27 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376687aid=614291group_id=22866 Category: JbossSOAP Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Infogest (infogest) Assigned to:

[JBoss-dev] [ jboss-Bugs-614313 ] TxManager memory leak

2002-09-25 Thread noreply
Bugs item #614313, was opened at 2002-09-25 12:31 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=614313group_id=22866 Category: JBossTX Group: v3.2 Status: Open Resolution: None Priority: 6 Submitted By: Michael Bartmann (bartmann) Assigned to:

[JBoss-dev] [ jboss-Bugs-614313 ] TxManager memory leak

2002-09-25 Thread noreply
Bugs item #614313, was opened at 2002-09-25 12:31 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=614313group_id=22866 Category: JBossTX Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Michael Bartmann (bartmann) Assigned to:

[JBoss-dev] [ jboss-Bugs-597216 ] Jetty in 3.0.1 has broken Jasper

2002-09-25 Thread noreply
Bugs item #597216, was opened at 2002-08-19 16:34 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=597216group_id=22866 Category: JBossWeb Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Georg Schmid (giorgio42) Assigned

[JBoss-dev] Restricting ejb-name values

2002-09-25 Thread Christian Riege
Hi everyone, I'm currently working on resolving Bug #613360 (see https://sourceforge.net/tracker/?func=detailatid=376685aid=613360group_id=22866 ). I have an implementation issue with the EJB Spec Section 10.6.14: The Bean Provider should not use reserved identifiers as ejb-names or

[JBoss-dev] JBoss-Jetty fresher...

2002-09-25 Thread vikram
Hello, I am new in JBoss-Jetty users. I have downloaded JBoss-all 3.0. It has build-in Jetty server. Now I have to add a simple JSP project to the Jetty server. So that, when I will run server and give 'http://Localhost/Myapp/index.jsp' it should show index.jsp file in browser. Can

Re: [JBoss-dev] Restricting ejb-name values

2002-09-25 Thread Scott M Stark
[x ] ejb-name should be restricted as above ONLY for CMP 2.0 Entity Beans There really is no point to restricting the names in other contexts that I can see as it will only introduce compatibility problems. Scott Stark Chief Technology Officer JBoss Group, LLC

[JBoss-dev] [ jboss-Bugs-614116 ] Oracle XA pooling/repeated rollback

2002-09-25 Thread noreply
Bugs item #614116, was opened at 2002-09-24 19:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=614116group_id=22866 Category: JBossTX Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Elias Ross (genman) Assigned to:

[JBoss-dev] sources for hsqldb

2002-09-25 Thread Michael Bartmann
I find the hsqldb.jar under thirdparty. But it contains classes not in the release I obtained from the orig. HSQLDB-Project. I need the sources to find the reason for a thread leak, especially org.hsqldb.Embedded_Server which I find in the jboss's version of hsqldb.jar. Thanks, Michael Bartmann

RE: [JBoss-dev] writing a jboss.net (jmx.net?) client

2002-09-25 Thread Matt Munz
CGJ JBoss.Net developers, After working with wsdl2Java, I have come to the conclusion that the wsdl being generated by org.jboss.net.jmx.server.MBeanProvider is not accurate. I have included both the WSDL and the interface generated by wsdl2Java. Any ideas? It seems to me that the method

[JBoss-dev] JSP Error

2002-09-25 Thread vikram
Hello, I am using JBoss3.0. I have a small project developed and deployedin war file. The project contains some JSPs. When I start server and open JSP using url as follows 'http://localhost:8080/test/test/index.jsp', then I get error as... HTTP ERROR: 500 Unable to compile class for JSP

Re: [JBoss-dev] Restricting ejb-name values

2002-09-25 Thread Dain Sundstrom
I has to be restricted for CMP 2.0 beans as the code assumes that the name is a valid java identifier. -dain Scott M Stark wrote: [x ] ejb-name should be restricted as above ONLY for CMP 2.0 Entity Beans There really is no point to restricting the names in other contexts that I can see as

[JBoss-dev] JMS DestinationManager issue with Remote queues and MDB's

2002-09-25 Thread Barlow, Dustin
I am using the 3.2.0beta2 CVS version of JBoss and have run into a problem with the JMS DestinationManager. It appears that the JMS DestinationManager stores in a hashmap the actual queue/topic JNDI names that are then looked up at deployment time by the MDB deployment logic in JBoss. This

AW: [JBoss-dev] writing a jboss.net (jmx.net?) client

2002-09-25 Thread Jung , Dr. Christoph
Matt, MBeanProvider should normally reflect over the JMX-Metadata (hence also the mbean methods) to Build the wsdl. But I havn´t looked at the code for a while. Let met check this. CGJ -Ursprüngliche Nachricht- Von: Matt Munz [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 25.

[JBoss-dev] [ jboss-Bugs-600474 ] EJB Handles in jboss3.0 not Serializable

2002-09-25 Thread noreply
Bugs item #600474, was opened at 2002-08-26 14:31 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=600474group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Marcus Redeker (mredeker)

[JBoss-dev] [ jboss-Bugs-601049 ] MarshalException in serializing Handle

2002-09-25 Thread noreply
Bugs item #601049, was opened at 2002-08-27 16:26 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=601049group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Yan Pujante (madonnax) Assigned

Re: [JBoss-dev] sources for hsqldb

2002-09-25 Thread viktor
onsdagen den 25 september 2002 kl 14.53 skrev Michael Bartmann: I find the hsqldb.jar under thirdparty. But it contains classes not in the release I obtained from the orig. HSQLDB-Project. I need the sources to find the reason for a thread leak, especially org.hsqldb.Embedded_Server which

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2002-09-25 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = JAVA VERSION DETAILS java version 1.4.0_01 Java(TM) 2 Runtime Environment, Standard

[JBoss-dev] [ jboss-Bugs-608807 ] getCallerPrincipal() does not work

2002-09-25 Thread noreply
Bugs item #608807, was opened at 2002-09-13 01:47 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=608807group_id=22866 Category: JBossSX Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Michael Christen (tgdchmi2)

Re: [JBoss-dev] sources for hsqldb

2002-09-25 Thread Michael Bartmann
viktor wrote: onsdagen den 25 september 2002 kl 14.53 skrev Michael Bartmann: I find the hsqldb.jar under thirdparty. But it contains classes not in the release I obtained from the orig. HSQLDB-Project. I need the sources to find the reason for a thread leak, especially

[JBoss-dev] [ jboss-Bugs-603959 ] 3.0.2 farm-service.xml new attribute?

2002-09-25 Thread noreply
Bugs item #603959, was opened at 2002-09-03 05:16 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=603959group_id=22866 Category: Clustering Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 8 Submitted By: Dirk Vleugels (vleugels)

[JBoss-dev] [ jboss-Bugs-614116 ] Oracle XA pooling/repeated rollback

2002-09-25 Thread noreply
Bugs item #614116, was opened at 2002-09-24 16:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=614116group_id=22866 Category: JBossTX Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Elias Ross (genman) Assigned to:

Re: [JBoss-dev] sources for hsqldb (LEAK FOUND)

2002-09-25 Thread Michael Bartmann
Wow, now i see the leak! Embedded_ServerConnection extends Thread == but you do: Socket s = serverSocket.accept(); Embedded_ServerConnection c = new Embedded_ServerConnection(s, this);

[JBoss-dev] [ jboss-Bugs-594978 ] default page-size

2002-09-25 Thread noreply
Bugs item #594978, was opened at 2002-08-14 04:39 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=594978group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Andreas Billmann (frosch95)

[JBoss-dev] [ jboss-Bugs-614116 ] Oracle XA pooling/repeated rollback

2002-09-25 Thread noreply
Bugs item #614116, was opened at 2002-09-24 19:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=614116group_id=22866 Category: JBossTX Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Elias Ross (genman) Assigned to:

Re: [JBoss-dev] change in oracle-service.xml in HEAD

2002-09-25 Thread Emerson Cargnin - SICREDI Serviços
David Jencks wrote: On 2002.09.24 21:11:36 -0400 Emerson Cargnin - SICREDI Serviços wrote: David Jencks wrote: Yes. is there any reason for that? this question is becouse that this kind of change generates a lot of trouble (and questions to jboss-user list) when upgrading the server.

Re: [JBoss-dev] sources for hsqldb (LEAK FOUND)

2002-09-25 Thread viktor
onsdagen den 25 september 2002 kl 20.43 skrev Michael Bartmann: What is the best way to change the codebase? Another patch for hsqldb? Commit something that works optimised ... is the best way... After running the testsuit that is ... :-) ... /peter_f PS: test and debug hsqldb 1.7.0

[JBoss-dev] [ jboss-Bugs-607213 ] Read-Only Entity Bean

2002-09-25 Thread noreply
Bugs item #607213, was opened at 2002-09-10 04:11 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=607213group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: vishal (attachvishal) Assigned to:

RE: [JBoss-dev] Build System... any ideas

2002-09-25 Thread Scott Sayles
Sorry to post to this list but I'm currently dealing with this issue in my own project and thought it would be appropriate to comment. Also, I'm not sure where to post any buildmagic related questions or if there is such a place to do so. We've recently switched to buildmagic. I've more

Re: [JBoss-dev] sources for hsqldb (LEAK FOUND)

2002-09-25 Thread Michael Bartmann
viktor wrote: onsdagen den 25 september 2002 kl 20.43 skrev Michael Bartmann: What is the best way to change the codebase? Another patch for hsqldb? Commit something that works optimised ... is the best way... After running the testsuit that is ... :-) ... /peter_f PS: test

[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 25-September-2002

2002-09-25 Thread scott . stark
Number of tests run: 934 Successful tests: 928 Errors:2 Failures: 4 [time of test: 25 September 2002 13:9 GMT] [java.version: 1.3.1] [java.vendor: Apple Computer,

Re: [JBoss-dev] sources for hsqldb (LEAK FOUND)

2002-09-25 Thread viktor
onsdagen den 25 september 2002 kl 22.17 skrev Michael Bartmann: A possible answer might be: 0) test... 1) post patch to hsqldb (as source) 2) build the modified jar in your garage (as binary) 3) commit the jar to Branch_X of jboss cvs Just Do IT(TM) comes to mind ...

RE: [JBoss-dev] sources for hsqldb (LEAK FOUND)

2002-09-25 Thread Jason Dillon
Do we still need the hacked version with the latest release of HSQLDB? If not lets drop the hacked version and just integrate what they release. If not, then lets get a fix into the HSQLDB sources so they are more embeddable. --jason -Original Message- From: [EMAIL PROTECTED]

Re: [JBoss-dev] sources for hsqldb (LEAK FOUND)

2002-09-25 Thread viktor
onsdagen den 25 september 2002 kl 23.02 skrev Jason Dillon: Do we still need the hacked version with the latest release of HSQLDB? If not lets drop the hacked version and just integrate what they release. If not, then lets get a fix into the HSQLDB sources so they are more embeddable.

[JBoss-dev] [ jboss-Bugs-608202 ] EJBQL fails to compile

2002-09-25 Thread noreply
Bugs item #608202, was opened at 2002-09-12 00:30 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=608202group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Cory Prowse (cosmic) Assigned to:

[JBoss-dev] SUBMITTING DOCUMENTATION PLEASE READ

2002-09-25 Thread marc fleury
Guys, first of all sorry for the lack of input in the last days, NYC took a lot of time and I have been out most of the week. JBoss Group grows fast and I need to be everywhere at once, if only I could clone myself :) OK here is the point: we need to be sure our free and for-pay

RE: [JBoss-dev] JBoss3.2-Tomcat4.1.10

2002-09-25 Thread Liam Magee
I've put together a working version of JBoss3.0.2-Tomcat4.1.12 (using the Digester class instead of XmlMapper). Everything works fine (a new tomcat4-service.jar gets built), except that I'm having trouble with deployment. When a war contains a jar file, I get the following exception:

[JBoss-dev] jboss daily test failed

2002-09-25 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = JAVA VERSION DETAILS java version 1.3.1_03 Java(TM) 2 Runtime Environment, Standard

[JBoss-dev] [ jboss-Bugs-526696 ] session.recover() doesn't work

2002-09-25 Thread noreply
Bugs item #526696, was opened at 2002-03-06 15:18 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=526696group_id=22866 Category: JBossMQ Group: v2.4 (stable) Status: Closed Resolution: Fixed Priority: 5 Submitted By: Kelly McTiernan (kellymct) Assigned

RE: [JBoss-dev] SUBMITTING DOCUMENTATION PLEASE READ

2002-09-25 Thread marc fleury
I want to change that once and for all, I will ask that as you submit new code you also submit the JUnit tests if you have them as the documentation. The documentation can come This doesn't make sense. I mean, just like you have you junit test, submit doco Doco is not the junit obviously

Re: [JBoss-user] RE: [JBoss-dev] SUBMITTING DOCUMENTATION PLEASE READ

2002-09-25 Thread Alex Loubyansky
Whom should I send it? alex I want to change that once and for all, I will ask that as you submit new code you also submit the JUnit tests if you have them as the documentation. The documentation can come mf This doesn't make sense. I mean, just like you have you junit test, mf submit