[JBoss-user] [EJB/JBoss] - Re: distributed transactions -- are they or are they not sup

2005-08-01 Thread Gregg_Saffell
I'll take that as a no.

Have a nice day.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887820#3887820

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887820


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: distributed transactions -- are they or are they not sup

2005-08-01 Thread Gregg_Saffell
That "it only points to bad design" has been posted before and isn't true.  We 
have a distributed application that requires a record to be stored both locally 
and at a remote site. The redundant storage of the record allows both sites to 
do their thing even when they can't communicate. Should the two databases get 
out of sync, the app is compromised.  Lastly, they have to communicate over 
https. 

The http invoker servlet is awesome by the way, really came in handy.  That's 
the other piece the worries me though.  I'm concerned that even if we do 
successfully integrate JOTM we'll then only learn that the invoker servlet 
doesn't propagte the transaction context. Do you know if it will or won't?







View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887815#3887815

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887815


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: distributed transactions -- are they or are they not sup

2005-08-01 Thread Gregg_Saffell
If we go for it, I'll be sure to post the results--good, bad, or inconclusive. 

Thank you very much both for the reply and for the application server.

Gregg



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887810#3887810

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887810


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: distributed transactions -- are they or are they not sup

2005-08-01 Thread Gregg_Saffell
Thanks for the quick reply. Having a definitive answer means more than you know.

The postings regarding tyrex seem to suggest that it was included/recommended 
at some point in JBoss's history but was subsequently removed/deprecated.

The postings regarding JOTM seem to suggest that it is the recommended open 
source alternative but I've found no postings that suggest it has been 
successfully integrated. 

I need distributed transaction support in the near term.  Are either of the 
above viable with JBoss 3.2.x or 4.x?

(I'm not averse to doing a little work to make it happen, I'd just like to 
avoid spending a lot of time only to learn it was never viable to begin with. 
Also, I'm not talking about a high volume application, just a few concurrent 
transactions at any given time.)

Thanks again.

Gregg



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887803#3887803

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887803


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - distributed transactions -- are they or are they not support

2005-08-01 Thread Gregg_Saffell
I've read many postings suggesting JBoss 4 has a "full distributed transaction 
manager" which I take to mean a TM that provides for transactions that span 
multiple JVMs.  

The JBoss 4.x documentation does not support this. It makes reference only to 
the "fast in-memory TM" that does not propagate transaction context outside of 
the JVM.  

There are many and varied postings that talk about using tyrex and jotm but 
none of those inspire much confidence.

So does JBoss 4.x include a transaction manager that supports distributed 
transactions? 

Thanks,
Gregg

P.S. Here are some links suggesting this is included with 4.x:

- This posting says JBoss 4.0 has a "full distributed transaction manager" -- 
http://www.theserverside.com/news/thread.tss?thread_id=19615

- This posting says 4.0 has "a full implementation of J2EE 1.4 and distributed 
transactions" -- 
http://computerworld.com/developmenttopics/development/java/story/0,10801,83555,00.html

- This posting suggests that distributed transactions are part of J2EE 1.4: 
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/ 

- As does this one: http://www.theserverside.com/articles/article.tss?l=J2EE1_4 
(the jboss site says JBoss 4.0 is J2EE 1.4 certified)

[/url]

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887795#3887795

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887795


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user