[JBoss-dev] [ jboss-Bugs-621692 ] NoTxConnection -- Periodic SQLExceptions

2002-11-20 Thread noreply
Bugs item #621692, was opened at 2002-10-11 03:27 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=621692&group_id=22866 Category: JBossCX Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Elias Ross (genman) >Assigned to: Dav

[JBoss-dev] [ jboss-Bugs-623108 ] Can't view XaTxCM MBean in JMX Console

2002-11-20 Thread noreply
Bugs item #623108, was opened at 2002-10-14 16:08 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=623108&group_id=22866 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Benjamin Geer (beroul) >Assigned to: David Jencks (d

[JBoss-dev] [ jboss-Bugs-626280 ] ServiceController warning

2002-11-20 Thread noreply
Bugs item #626280, was opened at 2002-10-21 10:40 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=626280&group_id=22866 >Category: JBossServer Group: CVS HEAD Status: Open Resolution: None Priority: 5 Submitted By: marco dubbeld (dubbeld) >Assigned to: Da

[JBoss-dev] [ jboss-Bugs-634362 ] Failure if EntityBean overrides hashCode

2002-11-20 Thread noreply
Bugs item #634362, was opened at 2002-11-06 10:55 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=634362&group_id=22866 >Category: JBossCX Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 7 Submitted By: Michael Lipp (mlipp) >Assigned to: D

[JBoss-dev] [ jboss-Bugs-639102 ] JCA: ra.xml config-property ignored

2002-11-20 Thread noreply
Bugs item #639102, was opened at 2002-11-15 21:04 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=639102&group_id=22866 >Category: JBossCX Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Don Lind (dlind) >Assigned to: David

Re: [JBoss-dev] authenticating using a non-text credential (ObjectCallback)

2002-11-20 Thread Scott M Stark
Yes, the successful login populates the cache with the authentication info. After that, only validateCache needs to be able to compare the opaque credentials against the cache value. If there is no cache the login module is called to authenticate the credentials and this has to understand wha

Re: [JBoss-dev] authenticating using a non-text credential (ObjectCallback)

2002-11-20 Thread Jason Essington
Right, so the only place comparisons are made is in the validateCache() method. Does the initial login (from the code below) populate the domainCache with CacheInfo for the comparison, or does it need to be done some other way. If the cache is nonexistant or expired login falls through to the defau

Re: [JBoss-dev] authenticating using a non-text credential (ObjectCallback)

2002-11-20 Thread Scott M Stark
There are several mechasinsm the security manager uses to compare credentials. Implement Comparable if you want to control the comparision. Look at the JaasSecurityManager code for the comparison preferences.   Scott StarkChief Technology OfficerJBoss Group, LLCxxx

[JBoss-dev] [ jboss-Bugs-640991 ] field names are not quoted

2002-11-20 Thread noreply
Bugs item #640991, was opened at 2002-11-20 00:15 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=640991&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Closed Resolution: Duplicate Priority: 5 Submitted By: Adam Heath (doogie) Assigned

[JBoss-dev] [ jboss-Bugs-640991 ] field names are not quoted

2002-11-20 Thread noreply
Bugs item #640991, was opened at 2002-11-19 18:15 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=640991&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Closed Resolution: Duplicate Priority: 5 Submitted By: Adam Heath (doogie) Assigned

[JBoss-dev] [ jboss-Bugs-640991 ] field names are not quoted

2002-11-20 Thread noreply
Bugs item #640991, was opened at 2002-11-20 00:15 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=640991&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Closed Resolution: Duplicate Priority: 5 Submitted By: Adam Heath (doogie) Assigned

[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 20-November-2002

2002-11-20 Thread scott . stark
Number of tests run: 995 Successful tests: 987 Errors:7 Failures: 1 [time of test: 2002-11-20.11-56 GMT] [java.version: 1.3.1] [java.vendor: Apple Computer, Inc.] [java

[JBoss-dev] [ jboss-Bugs-640991 ] field names are not quoted

2002-11-20 Thread noreply
Bugs item #640991, was opened at 2002-11-19 18:15 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=640991&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Closed Resolution: Duplicate Priority: 5 Submitted By: Adam Heath (doogie) Assigned

[JBoss-dev] [ jboss-Bugs-640991 ] field names are not quoted

2002-11-20 Thread noreply
Bugs item #640991, was opened at 2002-11-19 18:15 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=640991&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Closed Resolution: Duplicate Priority: 5 Submitted By: Adam Heath (doogie) Assigned

[JBoss-dev] authenticating using a non-text credential (ObjectCallback)

2002-11-20 Thread Jason Essington
I am trying to allow a login using an X509 Certificate as a credential. My login module uses an ObjectCallback to retrieve the certificate. All is fine and dandy if I do something like this: String domain = authMgr.getSecurityDomain(); ObjectCallbackHandler och = new ObjectCallbackHandler

Re: [JBoss-dev] Unneccessary Jetty error in 3.2

2002-11-20 Thread Scott M Stark
The exception is there and I just siad it could be safely ignored. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Jules Gosnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 20, 2

[JBoss-dev] [ jboss-Bugs-641224 ] Chronic NPE in ClientContainer.java

2002-11-20 Thread noreply
Bugs item #641224, was opened at 2002-11-20 14:53 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=641224&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Oskari Kettunen (aok) Assign

[JBoss-dev] [ jboss-Bugs-641224 ] Chronic NPE in ClientContainer.java

2002-11-20 Thread noreply
Bugs item #641224, was opened at 2002-11-20 14:53 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=641224&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open >Resolution: Accepted Priority: 5 Submitted By: Oskari Kettunen (aok) >Assig

[JBoss-dev] Re: [JBoss-user] JBoss-3.2.0beta2 released

2002-11-20 Thread Jules Gosnell
Re: the : java.lang.ClassNotFoundException: Unexpected error during load of: org.mortbay.j2ee.session.JGStore, msg=org/javagroups/MessageListener that you get when starting the 'default' configuration. Simply copying the javagroups.jar from server/all/lib into server/default/lib should put a st

[JBoss-dev] [ jboss-Bugs-641224 ] Chronic NPE in ClientContainer.java

2002-11-20 Thread noreply
Bugs item #641224, was opened at 2002-11-20 15:53 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=641224&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Oskari Kettunen (aok) Assigned to

RE: [JBoss-dev] Branch 3.2 doesn't build?

2002-11-20 Thread Christian Riege
hi dominik, On Tue, 2002-11-19 at 22:05, Dominik Kacprzak wrote: > I'm running into the same problem as Christian on RH Linux 8.0 even tho > my ANT_HOME is not set. On my box, I have the following ant rpms > installed. > > ant-optional-full-1.5.1-3jpp > ant-1.5.1-3jpp this is my setup, too (exc

[JBoss-dev] [ jboss-Bugs-641155 ] EAR file class scoping problem

2002-11-20 Thread noreply
Bugs item #641155, was opened at 2002-11-20 11:14 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=641155&group_id=22866 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Giles Paterson (gpaterson) Assigned to: Nobody/Anony

[JBoss-dev] [ jboss-Bugs-641155 ] EAR file class scoping problem

2002-11-20 Thread noreply
Bugs item #641155, was opened at 2002-11-20 11:14 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=641155&group_id=22866 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Giles Paterson (gpaterson) Assigned to: Nobody/Anony

[JBoss-dev] [ jboss-Bugs-636693 ] JBOSS Not starting

2002-11-20 Thread noreply
Bugs item #636693, was opened at 2002-11-11 18:25 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=636693&group_id=22866 Category: None Group: None >Status: Closed >Resolution: Works For Me Priority: 5 Submitted By: lachu (lachu23) Assigned to: Nobody/Anon

Re: [JBoss-dev] Unneccessary Jetty error in 3.2

2002-11-20 Thread Jules Gosnell
My mistake - I've got too used to only running 'all'. Since I see that you have now released the new beta, what is the status of this ? Have you included JavaGroups in default ? Or is the Exception still there ? Jules Scott M Stark wrote: This error is showing up when running the default con

[JBoss-dev] [ jboss-Bugs-640991 ] field names are not quoted

2002-11-20 Thread noreply
Bugs item #640991, was opened at 2002-11-20 00:15 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=640991&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Closed Resolution: Duplicate Priority: 5 Submitted By: Adam Heath (doogie) Assigned

[JBoss-dev] JBoss-3.2.0beta2 released

2002-11-20 Thread Scott M Stark
The JBoss-3.0.2beta2 release has been made available at sourceforge. The binaries and source may be obtained from here: http://sourceforge.net/project/showfiles.php?group_id=22866 The release notes are available here: http://sourceforge.net/project/shownotes.php?release_id=13