[JBoss-user] XMBean implementation

2003-08-04 Thread Karl Koster
, and SimpleCache classes/interfaces. Any constructive advice would be helpful. I have searched the forums, but all the searches are returning hundreds of postings. All of the ones I have looked at are unrelated DefaultSimpleCache.java SimpleCache.java JmxSimpleCache.java Karl Koster [EMAIL

RE: [JBoss-user] Oracle LOB's on JBoss 3.2.1

2003-07-01 Thread Karl Koster
of the Oracle discussion forums. Steve Coy On Tuesday, July 1, 2003, at 05:50 AM, Karl Koster wrote: Has anyone had any success using Oracle LOB's on JBoss? I have persistantly had this problem up to and including 3.2.1 where I can insert LOB's just fine. But on update I get the dreaded

RE: [JBoss-user] Oracle LOB's on JBoss 3.2.1

2003-07-01 Thread Karl Koster
PROTECTED] Behalf Of Karl Koster Sent: Tuesday, 1 July 2003 11:14 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Oracle LOB's on JBoss 3.2.1 Actually, I have the exact same code (same class) working in a standalone application. It only seems to be a problem within JBoss. Karl

[JBoss-user] Oracle LOB's on JBoss 3.2.1

2003-06-30 Thread Karl Koster
Has anyone had any success using Oracle LOB's on JBoss? I have persistantly had this problem up to and including 3.2.1 where I can insert LOB's just fine. But on update I get the dreaded ORA-01002: Fetch out of sequence. I am using JBoss3.2.1, Oracle 9i, and the 9i thin driver (ojbdc14_g.jar).

[JBoss-user] MDB dependency on JMS

2003-06-12 Thread Karl Koster
I trying to move from 3.0.6 to 3.2.1. I have a MDB's inside of an EAR that are not deploying because JMS is not starting before the EAR is deployed. This was not a problem in 3.0.6. Is there any additional configuration for 3.2.1 that needs to be done to start JMS before applications are

[JBoss-user] Oracle on JBoss

2002-12-11 Thread Karl Koster
I know this has been covered in the past. But, I have searched the forums, I purchased the documentation, and cannot find an answer. I know Oracle's thin driver is broken as far as LOB's are concerned. I there a way, however, to configure the driver int the *-service.xml file to shut off

[JBoss-user] (no subject)

2002-10-11 Thread Karl Koster
-CROSIS-20020429-1505. Any and all help would be appreciated. Karl Koster [EMAIL PROTECTED] Sempra Energy Trading ** This e-mail contains privileged attorney-client communications and/or confidential information, and is only

[JBoss-user] (no subject)

2002-10-03 Thread Karl Koster
of the code so there should be no versioning issues. Any ideas? Karl Koster [EMAIL PROTECTED] ** This e-mail contains privileged attorney-client communications and/or confidential information, and is only for the use

[JBoss-user] (no subject)

2002-07-17 Thread Karl Koster
:50,557 ERROR [STDERR] --- End of stack trace For some reason, no deployer is found to match this service. I have tried variations of the xml for non-JAAS authentication and for the non-XA version of the Oracle driver. All attempts yield the same error. Any ideas where to check from here? Karl

[JBoss-user] Branch_3_0 not building

2002-07-16 Thread Karl Koster
Group: I just checked out the Branch_3_0 tag from cvs, attempted to do a build, and it failed in the catlina module. Are there currently any issues building this branch? Karl Koster [EMAIL PROTECTED] ** This e-mail

RE: [JBoss-user] Scott Stark, Daniel Fleury or Mark Fleury - Press Release Questio n (OT)

2002-03-28 Thread Karl Koster
, ** explitive deleted **, try refrasing your response without it, expressing the same viewpoint and you will be well on your way to accomplishing this goal. Karl Koster [EMAIL PROTECTED] Sempra Energy Trading on 28-03-2 06.11, danch at [EMAIL PROTECTED] wrote: U have the wrong address ! ... If you're going

[JBoss-user] DB connection/transactions in the same J2EE transaction context.

2001-11-02 Thread Karl Koster
a queue of business objects are submitted that the problem exists. From what I have understood about JBoss, this part of the EJB 2.0 specification has been in place for some timel. Correct me if I am wrong. Any help/clarification would be appreciated. Karl Koster [EMAIL PROTECTED] Sempra Energy

RE: [JBoss-user] DB connection/transactions in the same J2EE transaction context.

2001-11-02 Thread Karl Koster
was not the same when the second persistance request was made. Karl Koster [EMAIL PROTECTED] Sempra Energy Trading 203-355-5182 If you are depending on the changes being sent to the db in a certain order.. this may not be happening, I'm not sure. I think right before the end

RE: [JBoss-user] DB connection/transactions in the same J2EE transaction context.

2001-11-02 Thread Karl Koster
If this is the case, it should still work. The SLSB iterates through a list of business objects, finds there enterprise equivalent (findByPrimaryKey), sets the state and moves on to the next. Since the SLSB does not return before either saving all business object states or the first exception is

RE: [JBoss-user] EJB Entity design question: Can ejbRemove() be used to modify a row in the DB?

2001-09-19 Thread Karl Koster
Adam, Even better, if you are using BMP and we are talking about an SQL storage facility, construct your SQL to only fetch rows with the obsolete_indicator column not equal to Y or null. This will reduce the amount of network communication that occurs, especially if you are dealing with wide