Dain,
full rundown is at http://www.castor.org/locking.html but my brief version
here... (forgive me if any of this comes across as patronizing, not sure
how much exposure you've had to castor)
say I had ejb and web tiers in the same jvm, and a jsp was provided with a
collection of objects to d
I am using jboss, all the program works fine with jdbc-odbc bridge, and
works for some ejb using ms jdbc driver, but for few other ejb, it this
the error "ResultSet
can not re-read row data for column 1": Does any body know why?
Thanks.
David
09:52:19,997,JAWSPersistenceManager] findBySeries com
> the main reason we looked at castor was the
> shared access on
> query results, so I could have two "findAll" methods running,
> and if they
> were both read only, there would be no lockouts. This to me
> is the biggest
> disadvantage of entity beans as they currently stand, I for
> one don
I have some questions about strategies for avoiding firewall issues with
CORBA. I understand that there is several techniques included with JacORB
that allow for firewall transversal such as the HTTP tunneling and the
Appligator but they don't seem like they fit our needs. The issues we have
wit
below...
> ...
> the cache gives an employee when it wants a developer...
>
> thats probably a pretty messy way of explaining it - if Victor is
still on
> this list, he might go into it more for you, but I hope you get the
drift.
i understand your point. damn, that's disgusting.
> using bmp en
> > Depending on what you want from castor, it may or may not be a good
idea.
> > in our case, we found problems in the areas of it we wanted, and there
was
> > concern in our team over the reliability of it. I would also be
considering
>
> This scares me, where did you find problems?
inheritenc
The jdbc-odbc bridge isn't suitable for enterprise apps
what database are you using? most db's now offer jdbc drivers (even M$ -
see http://www.microsoft.com/sql/downloads/2000/jdbc.asp)
hth
dim
- Original Message -
From: "David Cao" <[EMAIL PROTECTED]>
To: "David Cao" <[EMAIL PROT
see below...
On Thu, 2002-01-10 at 14:55, Dmitri Colebatch wrote:
> My _personal_ view, is that writing jdbc code should be left to frameworks,
Ok, so Castor is good then
> ...
> becomes trickier, and you end up writing your own mini-container of sorts
> (imho).
I agree...
> Depending on
My _personal_ view, is that writing jdbc code should be left to frameworks,
but there are no doubt people more qualified to offer opinions on this. Of
course some queries would be required, but when you start talking about
related objects, and persistening and updating them, writing the jdbc
beco
I am using jboss, the program works fine with jdbc-odbc bridge, and
works for some ejb, but for few other ejb, it this the error "ResultSet
can not re-read row data for column 1": Does any body know why?
Thanks.
09:52:19,997,JAWSPersistenceManager] findBySeries command executing:
SELECT PRD_PROD
Take a look at the server's log. You might get more information in there.
Are you running under Linux? if so, this might actually be a problem
with running out of threads. Does it happen under heavy load?
-danch
Mahesh Agarwal wrote:
> Hi All
>
> I am getting this problem quite randomly (not
Set your max JVM heap size larger. By default it is 64Meg. The switch is
java -Xmx128M or whatever setting you want to set it as.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Mahesh
> Agarwal
> Sent: Thursday, January 10, 2002 1:02 PM
> To: [EM
Hi All
I am getting this problem quite randomly (not always) , Can any body pls
tell me the reason
[PunchOutSessionManagerBean] TRANSACTION ROLLBACK EXCEPTION:null; nested
exception is : java.lang.OutOfMemoryError [PunchOutSessionManagerBean]
java.lang.OutOfMemoryError [PunchOutSessionManagerBea
Hi All
I am getting this problem quite randomly (not always) , Can any body pls
tell me the reason
[PunchOutSessionManagerBean] TRANSACTION ROLLBACK EXCEPTION:null; nested
exception is : java.lang.OutOfMemoryError [PunchOutSessionManagerBean]
java.lang.OutOfMemoryError [PunchOutSessionManagerBea
I am considering using Castor with a new J2EE application we are
developing. I had planned to use it within the DAO classes to simplify
them and eliminate the need to write jdbc/SQL code by hand.
Is this a good idea in your opinion? Or should I just write the jdbc
code?
Input from anyone else i
You can put libary jars into an *ear* file at the same level as your ejb
jar or jars. The manifest file of the ejb jar is used to specify the
dependency between the two. It should read something like this:
Class-Path: ./your.jar
(Make sure you have a newline after this.)
Hope this helps.
Hi folks,
I haven't found a sample.
My goal:
I would like to put some jars with classes into the jar where I put my
beans. My beans use classes from these jars.
I don't want to have these other classes in the classpath of jboss or in
lib\ext because this classes change too and I would like to us
17 matches
Mail list logo