-
1. Re: Versions
starksm64 Mar 8, 2007 2:02 AM (in response to starksm64)I just tried using the jbossts14-4.2.3.CR3 in head and there appear to be diffs in the integration code as it won't compile.
-
2. Re: Versions
starksm64 Mar 8, 2007 3:56 AM (in response to starksm64)Actually the error was do to an upgrade of jacorb I was testing. There are some incompatibilties with the current iiop integration layer and jacorb 2.3.0.
-
3. Re: Versions
marklittle Mar 8, 2007 4:07 AM (in response to starksm64)Yes, JacORB 2.3 isn't supported by the JTS component of TS at this time because of incompatibilities with the way it handles persistent IORs. This shouldn't be a problem for the purely local JTA implementation, since it has no dependency on CORBA.
-
4. Re: Versions
jhalliday Mar 8, 2007 4:36 AM (in response to starksm64)
> What is the difference between the jbossts and jbossts14 releases?
jbossts14 is compiled with jdk 1.4 and intended to support AS 4.2. It does not have JDBC3. Apart from that the codebase for a given tag is currently the same as for the jbossts build, which is compiled with jdk 5 and intended for AS 5.0 Building that version is a bit more work, so I don't do it for every CR, which is why it's currently lagging slightly. You can use the jbossts14 build in AS 5, but you won't get support for JDBC 3 specific methods in the transactional database driver.