Search:

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

Search: Search took 0.01 seconds.

  1. Thanks for the new features. We can really use...

    Thanks for the new features. We can really use the getObjectById one!

    Also thanks for the info on the template/daosupport.

    Jay
  2. Extend PersistenceBrokerDaoSupport or PersistenceBrokerTempl

    In the PetClinic example, the DAO's extended PersistenceBrokerDaoSupport. Some developers in our organization extend PersistenceBrokerTemplate instead so they don't need to call...
  3. Replies
    11
    Views
    23,781

    My problems were tomcat related. When I install...

    My problems were tomcat related. When I install Tomcat 5.0.28 and try this without making any changes to the tomcat configuration, it completely ignores .xml files in the webapps directory. I'm not...
  4. Replies
    11
    Views
    23,781

    Thanks for your post. I hadn't copied the...

    Thanks for your post. I hadn't copied the connector-api.jar file before.

    Unfortunately, it still doesn't work for me.

    When spring starts up and tries to create my beans, I get this:
    ...
  5. Replies
    11
    Views
    23,781

    JTA in Tomcat 5.0 with Spring

    Is there a way to use JTA with 2 phase commit inside Tomcat 5.0? We don't want to run a big application server if we can live without it, but we have two Oracle databases for this application so we...
  6. Replies
    3
    Views
    2,309

    Filter for OJB

    Has there been any discussion on a similar thing for OJB? We have similar issues there, but there isn't a filter for OJB.

    Thanks
    Jay
  7. Thanks. I set the...

    Thanks. I set the PersistenceBrokerTransactionManager's dataSource property and that worked. That property wasn't set in the Petclinic application so I didn't know it existed.

    Jay
  8. How to share a dataSource between OJB DAO and JDBC DAO

    In our application, we have a Service that calls OJB DAO's and JDBC DAO's. The service is wrapped with the Transaction Proxy Factory Bean and is configured so a transaction is required.

    I assumed...
  9. Replies
    5
    Views
    2,461

    Yes, we are using the Spring OJB support classes....

    Yes, we are using the Spring OJB support classes. We also have a few DAOs that are using the JDBC support classes.

    Here is the complete applicationContext.xml file. The OJB setup is done at the...
  10. Replies
    5
    Views
    2,461

    My application context file and the actionservlet...

    My application context file and the actionservlet files are huge. I'll just send pieces. If you need the whole thing, I can post them, but they are pretty big.

    Here is an update. I met with our...
  11. Replies
    5
    Views
    2,461

    Declarative Transaction support

    Hello, I've been writing a Struts web application that uses Spring declarative transaction support and OJB as the ORM tool.

    All of my services in my application are using the PROPAGATION_REQUIRED...
Results 1 to 11 of 11