Our team is still on development stage .... We're using postgresql on Linux
(Mandrake 7.2) with jdk1.3. I've been experiencing a serious trouble on BMPs
(-all our beans are planned to be deployed as BMP). Exception with message
"cannot deregister to transaction manager : xaRes not enlisted" is always
thrown when i attempt to perform "update" query on the base - with container
managed transaction. But when i switch to bean managed transaction,
everything goes well... But since we don't have any special need requiring
user managed transaction, it's quite a lot of more code to write...

Have experienced such "trouble"? Any workaroud?

--Hermann

Hermann RANGAMANA ==> [EMAIL PROTECTED]
Primagendys SAS
www.primagendys.fr
----- Original Message -----
From: "Robert Schulz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 08, 2001 4:49 AM
Subject: RE: [JBoss-user] DEAR JBOSS USERS


> We are very happy with it - we are currently using 2.2 on
> jdk1.3.0/Linux against postgres/Linux. We run resin as the
> servlet engine in separate VMs plugged into apache.
>
> We have about 10 entitiy and 20 session beans and written a
> fairly substantial web app on top of it and it works like
> a dream. We have a reasonable amount of data in the database
> (around 100,000 rows in the biggest table). I have to add that
> we are only using the "core" EJB features (entity and session
> beans) and took out all the other stuff (MDB, Tomcat/Jetty
> integration, soap, ...)
>
> We are not in production yet but reasonably close to it - we have
> done some load testing and it is looking good.
>
> The hardest part is (or used to be in PRE2.0) getting it to work
> in the first place ... but in comparison to say oracle it is quite
> easy (in comparison to postgres, it is quite hard).
>
> You need to spend a bit of time setting up a productive development
> environment - I recommend a IDE of your choice (not entering this
> discussion again) and a good build tool - we use ANT (and it rocks).
> The hot deploy of jboss and the automatic checking of newer class
> files of resin makes the develop / compile / run cycle really quick.
>
> Ok 'nough said. We love it - good opportunity to place a "BIG THANKS"
> to the jboss team - keep up the good work!
>
> Cheers,
>
> Robert.
> > -----Original Message-----
> > From: Faisal Abdallah [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, June 08, 2001 6:39
> > To: [EMAIL PROTECTED]
> > Subject: [JBoss-user] DEAR JBOSS USERS
> >
> >
> > Dear Jboss users I am interested in hearing your experience
> > with Jboss . I
> > ve been using it since jboss2.0 update ...nd  few improvements have
> > occurred since .Till now it seems to me that IT can't, even,
> > carry out the
> > simplest EJB tasks such as finder methods( ByPrimarykey(),findAll(
> > ) and Collection findBy...( )
> > Hope I can hear your views so I can try another decent EJB server
> > many thinks
> >
> >
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/jboss-user
> >
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to