Hi,
Tilmann Ludwig wrote:
> Is it possible to perform transaction between several instances of jBoss,
> running on different machines?
Not currently. I'm trying to find time to implement this...
> If not at the moment, will it be in the future?
I need this for a deadline in august, but hope to have
it a little earlier.
> We would like to use jBoss in a project in which the data access layer will
> probably reside on a different machine as the
> businnes logic layer and it should be possible to use transactions over the
> layer boundaries.
Sounds like you are using entity beans with no business
logic for encapsulating database tables. This adds an
extra layer that slows down your code, and gives you
nothing but a bit of insulation from the database schema.
Consider using JDBC for data access directly from your
business logic layer.
Best Regards,
Ole Husgaard.
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]