Re: [JBoss-dev] Health monitoring

2002-09-24 Thread Alin
Can you make public the name of this good profiler?. Thanks, Alin - Original Message - From: Rhett Aultman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 23, 2002 5:32 AM Subject: RE: [JBoss-dev] Health monitoring I believe it's possible, but I'm still plugging at it.

Re: [JBoss-dev] JDK 1.4 daily tests?

2002-09-24 Thread Marius Kotsbak
Michael Bartmann wrote: Dain Sundstrom wrote: Do we run daily tests on 1.4 anymore? Is anyone running in production on 1.4? We also do, but We are. But we use 3.2, where there is no daily test anyway. Biggest issues: - memory leak we have seen this too. Had to insert more memory to

RE: [JBoss-dev] Re: [jetty-discuss] isValid() not a good fit for certs

2002-09-24 Thread Dawes, Phil
Hi Greg, Looks cool. BTW, it might be worth using a combination of the serial number and issuer if the subjectDN doesn't work, since the issuer on its own won't be unique and I think this will thwart the jboss authentication caching on principal. I have been using the following function to get

RE: [JBoss-dev] Health monitoring

2002-09-24 Thread Rhett Aultman
The native code profiler I've been working with is an open-source C++ profiler called jProf. I don't have a URL handy, but a Google search will turn it up. -Original Message- From: Alin [mailto:[EMAIL PROTECTED]] Sent: Tue 9/24/2002 4:04 AM To:

Re: [JBoss-dev] Health monitoring

2002-09-24 Thread Nick Betteridge
Rhett Aultman wrote: The native code profiler I've been working with is an open-source C++ profiler called jProf. I don't have a URL handy, but a Google search will turn it up. http://starship.python.net/crew/garyp/jProf.html --- This

[JBoss-dev] [ jboss-Bugs-506969 ] verifier ignores case of CMP field names

2002-09-24 Thread noreply
Bugs item #506969, was opened at 2002-01-22 14:25 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=506969group_id=22866 Category: JBossServer Group: v2.4 (stable) Status: Closed Resolution: Wont Fix Priority: 5 Submitted By: Alexei Yudichev (sflexus)

[JBoss-dev] [ jboss-Bugs-613360 ] Verifier: abstract-schema-name

2002-09-24 Thread noreply
Bugs item #613360, was opened at 2002-09-23 21:00 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=613360group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution: Accepted Priority: 5 Submitted By: Dain Sundstrom (dsundstrom) Assigned to:

[JBoss-dev] [ jboss-Bugs-613809 ] SECURITY: Tomcat 4.0.x Security updates

2002-09-24 Thread noreply
Bugs item #613809, was opened at 2002-09-24 15:01 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=613809group_id=22866 Category: CatalinaBundle Group: None Status: Open Resolution: None Priority: 5 Submitted By: Alexander Opitz (opi) Assigned to: Scott M

[JBoss-dev] [ jboss-Bugs-613360 ] Verifier: abstract-schema-name

2002-09-24 Thread noreply
Bugs item #613360, was opened at 2002-09-23 21:00 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=613360group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution: Accepted Priority: 5 Submitted By: Dain Sundstrom (dsundstrom) Assigned to:

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

2002-09-24 Thread Jung , Dr. Christoph
Matt, For getting the client-side invocations and stub classes right, we recommend The following steps: A) generate wsdl from the deployed web services. B) generate stub classes from the wsdl using wsdl2java. Using Axis/MbeanInvocationHandler lacks a lot of deployment information

[JBoss-dev] 3.2.0beta2 JMS DestinationManager issue

2002-09-24 Thread Barlow, Dustin
The JMS DestinationManager is not adding Remote JMS queue/topics into it's hashmap of destinations when using JMSProviderLoader that has a ProviderUrl that points to another JBoss instance that houses the queues/topics. I added some trace logging to the JMSDestinationManager that dumps the

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

2002-09-24 Thread Matt Munz
CGJ, Thanks for your response. A) generate wsdl from the deployed web services. B) generate stub classes from the wsdl using wsdl2java. This is the first thing that I tried and it did not work. I didn't take a lot of time to firgure out why this is the case, since the jboss.net testcase

[JBoss-dev] [ jboss-Bugs-613882 ] Another Jetty reploy issue

2002-09-24 Thread noreply
Bugs item #613882, was opened at 2002-09-24 08:34 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=613882group_id=22866 Category: JBossWeb Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Scott M Stark (starksm) Assigned to:

Re: [JBoss-dev] JDK 1.4 daily tests?

2002-09-24 Thread Dain Sundstrom
Michael Bartmann wrote: Dain Sundstrom wrote: Do we run daily tests on 1.4 anymore? Is anyone running in production on 1.4? We are. But we use 3.2, where there is no daily test anyway. Biggest issues: - memory leak - Clients with 1.3 fail to connect to JMS-OIL-Topics, but succeed

[JBoss-dev] Another Jetty redeploy issue

2002-09-24 Thread Scott M Stark
I merged some additional web integration tests from 3.0 and 3.2 and now both branches are failing the WebIntegrationUnitTestCase.testBadWarRedeploy and WebIntegrationUnitTestCase.testBadEarRedeploy tests. This is a different failure from the previous hot redeployment problem as in this case the

Re: [JBoss-dev] AspectJ and the JBoss aspect stuff...

2002-09-24 Thread Brian Repko
Jason, After just seeing a jboss presentation (by danch btw), I was thinking about this too (I had just seen the AspectJ stuff before). I could see creating an AspectDeployer and the notion of an aspect-archive (aar) - the aspect-j code inside would then be compiled on deployment using the

[JBoss-dev] [ jboss-Bugs-583618 ] Incorrect EJB-QL to SQL translation

2002-09-24 Thread noreply
Bugs item #583618, was opened at 2002-07-19 05:39 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=583618group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Lamar Channell (channell) Assigned

Re: [JBoss-dev] JDK 1.4 daily tests?

2002-09-24 Thread Michael Bartmann
Dain Sundstrom wrote: Michael Bartmann wrote: Dain Sundstrom wrote: Do we run daily tests on 1.4 anymore? Is anyone running in production on 1.4? We are. But we use 3.2, where there is no daily test anyway. Biggest issues: - memory leak - Clients with 1.3 fail to connect to

Re: [JBoss-dev] [ jboss-Patches-609097 ] LoginModule role tologinmodules

2002-09-24 Thread marius
I have got it uploaded now. It was a stupid checkbox that had to be checked to have it upload anything (can't understand why it is there). Anyway: I did some testing of it, but it seems the run-as-role LoginModule is used outside the loginmodule also (in calls not gone thru any loginmodule. So

[JBoss-dev] [ jboss-Bugs-609132 ] Can't compile with Sun JDK 1.4.1rc-b19

2002-09-24 Thread noreply
Bugs item #609132, was opened at 2002-09-13 17:58 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=609132group_id=22866 Category: Build System Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Ulrich Romahn (diggermaus) Assigned to: Jason

[JBoss-dev] [ jboss-Bugs-609132 ] Can't compile with Sun JDK 1.4.1rc-b19

2002-09-24 Thread noreply
Bugs item #609132, was opened at 2002-09-13 15:58 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=609132group_id=22866 Category: Build System Group: v3.2 Status: Closed Resolution: Fixed Priority: 5 Submitted By: Ulrich Romahn (diggermaus) Assigned to:

[JBoss-dev] [ jboss-Bugs-614038 ] Server.start() after Server.shutdown()

2002-09-24 Thread noreply
Bugs item #614038, was opened at 2002-09-24 22:50 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=614038group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Sven Luzar (sven_luzar) Assigned to:

[JBoss-dev] [ jboss-Bugs-598686 ] JBoss 3.0.1 later no work with IBM JRE

2002-09-24 Thread noreply
Bugs item #598686, was opened at 2002-08-22 02:52 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=598686group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 7 Submitted By: Nick Ganju (nganju) Assigned

[JBoss-dev] [ jboss-Bugs-604258 ] Client-side use of SecurityAssociation

2002-09-24 Thread noreply
Bugs item #604258, was opened at 2002-09-03 16:52 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=604258group_id=22866 Category: JBossSX Group: v3.0 Rabbit Hole Status: Closed Resolution: Rejected Priority: 5 Submitted By: Steve Lynch (aaprincipal)

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

2002-09-24 Thread noreply
Bugs item #597216, was opened at 2002-08-19 09: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] [ jboss-Bugs-610552 ] PrefixDeploymentSorter and non-digit URL

2002-09-24 Thread noreply
Bugs item #610552, was opened at 2002-09-17 06:51 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=610552group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Alexei Yudichev (sflexus)

[JBoss-dev] [ jboss-Bugs-611270 ] No longer boots form dirs with spaces

2002-09-24 Thread noreply
Bugs item #611270, was opened at 2002-09-18 13:33 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=611270group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Closed Resolution: Duplicate Priority: 5 Submitted By: Nathan W. Phelps (nphelps)

[JBoss-dev] [ jboss-Bugs-594580 ] 3.0.1 tar file is bad

2002-09-24 Thread noreply
Bugs item #594580, was opened at 2002-08-13 06:16 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=594580group_id=22866 Category: Build System Group: v3.0 Rabbit Hole Status: Closed Resolution: Invalid Priority: 5 Submitted By: Peter Callies (pcallies)

[JBoss-dev] [ jboss-Bugs-597713 ] Transient Keyword Problem

2002-09-24 Thread noreply
Bugs item #597713, was opened at 2002-08-20 04:24 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=597713group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Closed Resolution: Invalid Priority: 5 Submitted By: Joao Machado (joaocm)

[JBoss-dev] [ jboss-Bugs-565804 ] JBossUserPrincipal not cleared

2002-09-24 Thread noreply
Bugs item #565804, was opened at 2002-06-07 06:09 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=565804group_id=22866 Category: None Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Andrew Thorn (sigbur) Assigned to:

[JBoss-dev] JMS bug fix for Client Acknowledgment

2002-09-24 Thread Venkateshwar Bommineni
Is the following bug fix of JBOSS JMS JbossQ included in any JBOSS releases yet? [ 526696 ] session.recover() doesn't work It appears that any of current JBOSS releases doesnt incorporate latest JbossQ JMS component build. Above fix is submitted 2 months back. So when this fix appears in

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

2002-09-24 Thread Emerson Cargnin - SICREDI Serviços
I'm testing some code against HEAD and I saw that there's some changes at oracle-service.xml format. did the attribute name=JndiNameOracleDS/attribute attribute was moved out of the mbean code=org.jboss.resource.connectionmanager.RARDeployment... tag??? -- |

[JBoss-dev] error when deploying a working ear (in 3.0.1) in HEAD

2002-09-24 Thread Emerson Cargnin - SICREDI Serviços
I managed to make oracle-service work (although i didn't undertand why the place of jndi attribute was changed) when deploying a ear that worked fine in 3.0.1 in HEAD (4.0.0ALPHA) i got the following error : 19:23:36,595 ERROR [MainDeployer] could not start deployment:

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

2002-09-24 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] change in oracle-service.xml in HEAD

2002-09-24 Thread David Jencks
Yes. I strongly suggest you use the *-ds.xml files instedad of the *-service.xml files for datasource setup in 3.2 and head. david jencks On 2002.09.24 18:14:24 -0400 Emerson Cargnin - SICREDI Serviços wrote: I'm testing some code against HEAD and I saw that there's some changes at

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

2002-09-24 Thread chris
Number of tests run: 960 Successful tests: 933 Errors:20 Failures: 7 [time of test: 25 September 2002 1:51 GMT] [java.version: 1.3.1_03] [java.vendor: Sun

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

2002-09-24 Thread Emerson Cargnin - SICREDI Serviços
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. I strongly suggest you use the *-ds.xml files instedad of the *-service.xml files for

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

2002-09-24 Thread David Jencks
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. Putting the

[JBoss-dev] [ jboss-Change Notes-614198 ] interrupt threads on tx timeout

2002-09-24 Thread noreply
Change Notes item #614198, was opened at 2002-09-24 23:54 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=381174aid=614198group_id=22866 Category: None Group: v3.2 Status: Open Priority: 5 Submitted By: Bill Burke (patriot1burke) Assigned to: Nobody/Anonymous

[JBoss-dev] [ jboss-Bugs-580594 ] Encoded URLs are not handled correctly

2002-09-24 Thread noreply
Bugs item #580594, was opened at 2002-07-12 10:12 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=580594group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Scott M Stark (starksm) Assigned

[JBoss-dev] [ jboss-Bugs-580594 ] Encoded URLs are not handled correctly

2002-09-24 Thread noreply
Bugs item #580594, was opened at 2002-07-12 10:12 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=580594group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Scott M Stark (starksm) Assigned

[JBoss-dev] [ jboss-Bugs-580594 ] Encoded URLs are not handled correctly

2002-09-24 Thread noreply
Bugs item #580594, was opened at 2002-07-12 10:12 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=580594group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Scott M Stark (starksm) Assigned

[JBoss-dev] [ jboss-Bugs-605878 ] Unable to start JBoss Server in ProgFile

2002-09-24 Thread noreply
Bugs item #605878, was opened at 2002-09-06 21:00 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=605878group_id=22866 Category: JBossServer Group: v3.2 Status: Closed Resolution: Duplicate Priority: 5 Submitted By: Archimedes Trajano (trajano) Assigned