[JBoss-dev] xdoclet module patch

2003-04-02 Thread Sonnek, Ryan
David, I've submitted patch XDT-423 to allow the jboss-service-template subtask to merge external mbeans. I'm assuming that you're the one that will merge the patch contents, so please let me know if you need anything from me. I'm not sure I generated the diff file correctly (it's my first try),

RE: [JBoss-dev] Support for application clients

2003-03-04 Thread Sonnek, Ryan
i'd just like to toss in my 2 cents and say that it'd be really nice if my web start clients could use the java:comp/env namespace. then i could use the xdoclet util classes that were generated with the logical ejb reference and not the phyisical one. -Original Message- From: Igor

[JBoss-dev] jbosscx rfe 677512

2003-02-17 Thread Sonnek, Ryan
i posted this request about a week ago, and would like to know any developers thoughts on this. to summerize, i'd like to be able to force a datasource to timeout any connections in the pool after a period of time. we're running jboss 3.0.6 with oracle 8i and right now and we're constantly

RE: [JBoss-dev] jbosscx rfe 677512

2003-02-17 Thread Sonnek, Ryan
-Original Message- From: Sonnek, Ryan [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 11:50 AM To: '[EMAIL PROTECTED]' Subject: [JBoss-dev] jbosscx rfe 677512 i posted this request about a week ago, and would like to know any developers thoughts

[JBoss-dev] jboss 2.4 to 3.x migration error

2003-02-13 Thread Sonnek, Ryan
migrating a small jsp app that uses an oracle database from jboss 2.4.6 to 3.0.6, the following error is recieved from a page that calls commit() after an insert/update/delete. You cannot commit with autocommit set! in 2.4, the commit was required to get any of our pages to work, and now they

RE: [JBoss-dev] jboss 2.4 to 3.x migration error

2003-02-13 Thread Sonnek, Ryan
doh! sorry! this should have been sent to the user list!! -Original Message- From: Sonnek, Ryan [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 5:08 PM To: '[EMAIL PROTECTED]' Subject: [JBoss-dev] jboss 2.4 to 3.x migration error migrating a small jsp app that uses

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

RE: [JBoss-dev] Oracle specific jca adapter

2003-01-27 Thread Sonnek, Ryan
david, do you have any ideas on how i could implement this scenerio? Ryan -Original Message- From: Sonnek, Ryan [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 10:21 AM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-dev] Oracle specific jca adapter thank you for all of your help

RE: [JBoss-dev] Oracle specific jca adapter

2003-01-20 Thread Sonnek, Ryan
thank you for all of your help david. i spent some time this weekend looking through the jca code in jboss-all and jboss-head, and i must admit i'm a bit overwhelmed. =) there's a lot more there than i expected. i was thinking it would be a simple extension of some base class and then resolving

[JBoss-dev] Oracle specific jca adapter

2003-01-17 Thread Sonnek, Ryan
i'm working on a project currently that is requiring that for each connection to the database, a set of database packages are called before any insert/update/select/delete commands are run. i'd like to do this by writing an extension to the existing JCA modules to execute these packages before

RE: [JBoss-dev] Oracle specific jca adapter

2003-01-17 Thread Sonnek, Ryan
, 2003, at 04:43 PM, Sonnek, Ryan wrote: i'm working on a project currently that is requiring that for each connection to the database, a set of database packages are called before any insert/update/select/delete commands are run. i'd like to do this by writing an extension to the existing JCA