[JBoss-dev] 3.0.6 release notes available

2003-02-03 Thread Scott M Stark
The 3.0.6 release made available via SourceForge on 2003-01-26 here: https://sourceforge.net/project/showfiles.php?group_id=22866 now has change notes available which may be obtained from here: http://sourceforge.net/project/shownotes.php?release_id=136135 Scott Stark Chi

Re: [JBoss-dev] Securing JNDI http invoker.

2003-02-03 Thread Scott M Stark
Its handled by a custom java.net.Authenticator that integrates with the current security context. There are testcases showing how to access a secured JNDI invoker over http. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Mess

[JBoss-dev] Re: [JBoss-user] Migration to JBoss 3.0.6: farming deployment fails during start

2003-02-03 Thread Scott M Stark
Again there is a need for logical service aliases to avoid this. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Sacha Labourey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 27, 2003

[JBoss-dev] [ jboss-Bugs-679841 ] build init creates error in local.properties

2003-02-03 Thread SourceForge.net
Bugs item #679841, was opened at 2003-02-03 21:59 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=679841&group_id=22866 Category: Build System Group: CVS HEAD >Status: Deleted >Resolution: Invalid Priority: 5 Submitted By: Elo (elosf) >Assigned to: David

[JBoss-dev] [ jboss-Bugs-679841 ] build init creates error in local.properties

2003-02-03 Thread SourceForge.net
Bugs item #679841, was opened at 2003-02-03 21:59 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=679841&group_id=22866 Category: Build System Group: CVS HEAD Status: Open Resolution: None Priority: 5 Submitted By: Elo (elosf) Assigned to: Jason Dillon (u

[JBoss-dev] [ jboss-Bugs-679705 ] 3.0.6 fails to start with AbstractMethodError on IBM 1.4 VM

2003-02-03 Thread SourceForge.net
Bugs item #679705, was opened at 2003-02-03 19:40 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=679705&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Stefan Kuehnel (skuehnel) Assigne

[JBoss-dev] [ jboss-Bugs-677495 ] JGCacheInvalidationBridge stumbling over itself.

2003-02-03 Thread SourceForge.net
Bugs item #677495, was opened at 2003-01-30 17:02 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=677495&group_id=22866 Category: Clustering Group: v3.2 Status: Open Resolution: Accepted Priority: 5 Submitted By: Mikko Koponen (mtkopone) Assigned to: Sach

Re: [JBoss-dev] OracleLoginModule

2003-02-03 Thread David Jencks
On Monday, February 3, 2003, at 12:01 PM, Stefano Maestri wrote: Il lun, 2003-02-03 alle 16:03, David Jencks ha scritto: I'm very interested in this login module. Can you supply it as a "patch" in the sourceforge tracker? Otherwise I may lose track of it before I can review and commit it. I'

Re: [JBoss-dev] OracleLoginModule

2003-02-03 Thread Stefano Maestri
Il lun, 2003-02-03 alle 16:03, David Jencks ha scritto: I'm very interested in this login module. Can you supply it as a "patch" in the sourceforge tracker? Otherwise I may lose track of it before I can review and commit it. I'd glad to do it when it will work in ByContainer Mode Offhand

Re: [JBoss-dev] OracleLoginModule

2003-02-03 Thread Luke Taylor
Sonnek, Ryan wrote: out of curiosity, could you say how you did this? i'm assuming that you're authenticating to the DBA_USERS and DBA_USER_ROLES tables, and this is something that i tried a while back. i got stuck being able to hash my login modules password to match oracles. there was no

RE: [JBoss-dev] OracleLoginModule

2003-02-03 Thread Stefano Maestri
Not exaclty, I login with user and password and use user_role_privs view, simple is better (I hope that isn't too simple to wok ). To have a look to muy code, I attached code in previous message Any suggestion is a piece of gold for me, fell free to write me. bye Il lun, 2003-02-03 alle 16:4

[JBoss-dev] Securing JNDI http invoker.

2003-02-03 Thread Dave Smith
I am using JBOSS 3.0.6 and am trying to secure the JNDI invoker via https. Looking at the code there seems to such way to do this. How do you get the current username and password from the current login context? It would be fairly trival to check the return value, if it is 401 then retry with the

RE: [JBoss-dev] JBoss-IDE 1.0 alpha released (Solved)

2003-02-03 Thread Matt Munz
Nevermind. I just noticed the three launch configurations for JBoss servers (denoted by a grey server icon) in the debug launch configurations window. - Matt -Original Message- From: Matt Munz on behalf of Matt Munz Sent: Fri 1/31/2003 5:15 PM

RE: [JBoss-dev] OracleLoginModule

2003-02-03 Thread Sonnek, Ryan
out of curiosity, could you say how you did this?  i'm assuming that you're authenticating to the DBA_USERS and DBA_USER_ROLES tables, and this is something that i tried a while back.  i got stuck being able to hash my login modules password to match oracles.  there was no documentation on w

Re: [JBoss-dev] OracleLoginModule

2003-02-03 Thread David Jencks
I'm very interested in this login module. Can you supply it as a "patch" in the sourceforge tracker? Otherwise I may lose track of it before I can review and commit it. Offhand it seems to me that the LoginModule should only work if the criteria was ByContainer. Are you calling ds.getConnection

[JBoss-dev] OracleLoginModule

2003-02-03 Thread Stefano Maestri
Hi guys, I wrote a login module specific for Oracle DataBase, that try to authenticate a user on Oracle DataSource and map Oracle Role on J2ee Role. I think it could be very interesting for guys that have jboss and Oracle together, because you could manage roles and user just in one enviroment

[JBoss-dev] JBoss-IDE next steps

2003-02-03 Thread Hans Dockter
I've written a next steps proposal for JBoss-IDE available at: http://www.jboss.org/servlet/JiveServlet/download/162-27873-3763505-1281/JBoss-IDE_next_steps.html Hans --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM

[JBoss-dev] [ jboss-Bugs-678185 ] launching of JBoss 2.4.x does not work

2003-02-03 Thread SourceForge.net
Bugs item #678185, was opened at 2003-01-31 16:45 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=678185&group_id=22866 Category: JBoss-IDE Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Hans Dockter (hans_d) Assigned to: Hans Dock

[JBoss-dev] tx propagation in 3.2 and HEAD

2003-02-03 Thread Alex Loubyansky
This came from XPetstore-2.2. First, tx propagation in 3.2 and HEAD differs. Consider the following situation: - CMP CategoryEJB with default tx attr Required; - CategoryEJB has business method getCategoryValue with tx attr Supports (this is not spec compliant but anyway); - session bean Petstor

[JBoss-dev] [ jboss-Bugs-678189 ] shutdown of JBoss 3.0.6 does not work

2003-02-03 Thread SourceForge.net
Bugs item #678189, was opened at 2003-01-31 16:51 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=678189&group_id=22866 Category: JBoss-IDE Group: None Status: Open Resolution: None Priority: 5 Submitted By: Hans Dockter (hans_d) >Assigned to: Hans Dockte

[JBoss-dev] [ jboss-Bugs-678185 ] launching of JBoss 2.4.x does not work

2003-02-03 Thread SourceForge.net
Bugs item #678185, was opened at 2003-01-31 16:45 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=678185&group_id=22866 Category: JBoss-IDE Group: None Status: Open Resolution: None Priority: 5 Submitted By: Hans Dockter (hans_d) >Assigned to: Hans Dockte

[JBoss-dev] [ jboss-Bugs-678189 ] shutdown of JBoss 3.0.6 does not work

2003-02-03 Thread SourceForge.net
Bugs item #678189, was opened at 2003-01-31 16:51 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=678189&group_id=22866 >Category: JBoss-IDE Group: None Status: Open Resolution: None Priority: 5 Submitted By: Hans Dockter (hans_d) Assigned to: Nobody/Anon