Hi,
I'm currently trying to create a standalone application which reads from an ActiveMQ and calls an external service. This is all currently done programmatically without Spring.
I have a...
Type: Posts; User: jamiebarrow; Keyword(s):
Hi,
I'm currently trying to create a standalone application which reads from an ActiveMQ and calls an external service. This is all currently done programmatically without Spring.
I have a...
I have a webapp using Spring and JSF.
I have the following in web.xml:
<listener>
<listener-class>
org.springframework.web.util.WebAppRootListener
</listener-class>
...
I have a webapp using Spring and JSF.
I have the following in web.xml:
<listener>
<listener-class>
org.springframework.web.util.WebAppRootListener
</listener-class>
...
Oh also, I changed the databaseType to postgres for the jobRepository bean in simple-container-definition.xml
The issue was resolved, I was using the wrong database >.<
Hi,
I have the m5 distribution, PostgreSQL 8.3.0 using the PostgreSQL 8.3-603 JDBC Driver.
I'm having the following error while...