Thanks for the new features. We can really use the getObjectById one!
Also thanks for the info on the template/daosupport.
Jay
Type: Posts; User: jsissom; Keyword(s):
Thanks for the new features. We can really use the getObjectById one!
Also thanks for the info on the template/daosupport.
Jay
In the PetClinic example, the DAO's extended PersistenceBrokerDaoSupport. Some developers in our organization extend PersistenceBrokerTemplate instead so they don't need to call...
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...
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:
...
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...
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
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
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...
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...
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...
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...