Search:

Type: Posts; User: drewmca; Keyword(s):

Search: Search took 0.02 seconds.

  1. Setting up ACEGI for interapp communication using HTTP invoker?

    I have 2 applications that need to communicate. I'm (successfully) using HttpInvoker for RMI communicationb between the applications. These are both web applications, each residing on a different...
  2. Replies
    2
    Views
    2,380

    Answered my own question

    Here's the deal:
    1) The dao call was wrapped in a facade class that (mistakenly) created a transaction.
    2) Within the dao call, I manually set the flush mode to FLUSH_NEVER:

    ...
  3. Replies
    2
    Views
    2,380

    HibernateTemplate.load increments version?

    I'm working with the hibernate template using Oracle 9i. I have a dao object with code that looks like this:


    MyObject result = null;
    try
    {
    HibernateTemplate template = new...
  4. Replies
    11
    Views
    4,865

    MDB-like functionality

    Any word on when the framework will support MDB-like functionality? I have a servlet application that needs to use JMS but I don't want to deal with using EjBS (also, it may need to run on Tomcat)....
Results 1 to 4 of 4