[JBoss-user] Handle.getEJBObject() bug in jboss 3.2.3 - fixed.

2004-02-11 Thread Russell Chan
s call, in jboss 3.2.3 resulted in an extra reflock on the stateful bean, thus causing a problem when the container went to passivate the bean ("Unable to passivate blah blah"). Once again, this patch is for jboss 3.2.3. Regards, Russ -- -- Russell Chan, Navaho Networks Inc. 416 542 159

Re: [JBoss-user] Unable to passivate due to ctx lock

2004-02-04 Thread Russell Chan
ROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- -- Russell Chan, Navaho Networks Inc. 416 542 1590 x108 --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of E

Re: [JBoss-user] Possible bug in Handle.getEJBObject() - Jboss 3.2.3

2004-01-30 Thread Russell Chan
ss Group, LLC > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Russell > Chan > Sent: Friday, January 23, 2004 12:37 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] Possible bug in Handle.getEJBO

[JBoss-user] Re: Possible bug in Handle.getEJBObject() - Jboss 3.2.3

2004-01-30 Thread Russell Chan
t and I'll look into it again. Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Russell Chan Sent: Friday, January 23, 2004 12:37 PM To: [EMAIL P

[JBoss-user] Re: Possible bug in Handle.getEJBObject() - Jboss 3.2.3

2004-01-28 Thread Russell Chan
t, and the passivation thread runs. The jboss management console just shows the statefulSessionInstanceCache for the stateful bean growing larger and larger as more instances of the stateful bean are created. The pool management works fine, however. Russ Russell Chan wrote: Hi, I've

[JBoss-user] Possible bug in Handle.getEJBObject() - Jboss 3.2.3

2004-01-28 Thread Russell Chan
tInstanceCache] Unable to passivate due to ctx lock, id=dpsp9lca-7 15:21:12,639 WARN [AbstractInstanceCache] Unable to passivate due to ctx lock, id=dpsp9lca-7 There's some more detail in the snippet of log attached. -- -- Russell Chan, Navaho Networks Inc. 416 542 1590 x108

Re: [JBoss-user] Selecting large datasets using CMP

2003-09-10 Thread Russell Chan
int jbosscmp-jdbc.xml: findWithLimitOffset int int SELECT OBJECT(o) FROM OrderX o OFFSET ?1 LIMIT ?2 -- -- Russell Chan, Navaho Networks Inc. 41

Re: [JBoss-user] Selecting large datasets using CMP

2003-09-10 Thread Russell Chan
his on jboss as well as a straight query from a session bean, I'd be very interested to know. We have an app that deals with very large data sets. Regards Eric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Russell Chan Sent: Tuesday, September 09, 200

[JBoss-user] Re: Possible to dynamically change datasource information?

2003-09-09 Thread Russell Chan
Oops... I forgot to mention versions: We're using jboss 3.2.1 under linux, sun jdk 1.4.1 Russell Chan wrote: Hi, Is it possible to manipulate a datasource programmatically, to change the characteristics of a datasource on the fly? Here's what we'd like to do: There are occa

[JBoss-user] Selecting large datasets using CMP

2003-09-09 Thread Russell Chan
Hi, In our application we currently have a need (don't ask) to periodically go through a very large dataset. We are using jboss 3.2.1, with an oracle 9i back-end, using CMP2. On my first attempts to do this, with a read-ahead strategy of "on-load", with a page size of 10, (in a transaction), the

[JBoss-user] Possible to dynamically change datasource information?

2003-09-09 Thread Russell Chan
n turn the pools back on before the transactions time out, is this feasible? -- -- Russell Chan, --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss

[JBoss-user] Stored procedures and session beans

2003-08-14 Thread Russell Chan
Hi, I've looked through the documentation, but haven't really found an answer to my question yet, so I'll try here. I have a case where some legacy functionality is wrapped up in an oracle stored procedure. I have a session bean which needs to do some lookups/updated, call this stored procedur

[JBoss-user] Clustering and failover

2003-07-27 Thread Russell Chan
Hi, I'm trying to currently get a two node cluster and a client work only in a failover setup. I'm using jboss-3.2.1. my jboss.xml file has entries such as: true TestEJBPartition org.jboss.ha.framework.interfaces.FirstAvailable org.jboss.ha.framework.interface

[JBoss-user] Failover problem...

2003-07-25 Thread Russell Chan
ased clustering docs, and I'm failing to see something simple here. The clustering DOES appear to work flawlessly, as I have stateful, stateless, and entity beans all in this partition, which work. My problem is that I want fail-over really, not clustering per se. Any pointers? Thanks, Rus

Re: [JBoss-user] cmp-field and cmr-field mapped to same databasecolumn

2003-06-12 Thread Russell Chan
erceptor.java:84) at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:243) at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:104) at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:117) On Thu, 2003-

[JBoss-user] cmp-field and cmr-field mapped to same database column

2003-06-12 Thread Russell Chan
Hi, I'm trying to find out if I can have a CMP EJB with a cmp-field accessors and cmr-field accessors mapping to the same database column/foreign key. I'm using jboss-3.2.1 with cmp2 (and xdoclet-1.2b) In my case, the actual foreign key is enough for some circumstances, and I don't want to trigg

[JBoss-user] Postgres Datasource problems

2001-06-18 Thread Russell Chan
I'm guessing that this is more a postgresql problem as I think it works when I use the default datastore... Anyways, any help at this point would be useful... -- Russell Chan Stable Network Technologies Inc. PO Box 86079 Oakville, Ontario, Cana