Stepping through the code I can see that JobExecution does have a value for lastUpdated property, but somewhere after that point it disappears (according to the error above, I couldn't find exactly...
Type: Posts; User: khooke; Keyword(s):
Stepping through the code I can see that JobExecution does have a value for lastUpdated property, but somewhere after that point it disappears (according to the error above, I couldn't find exactly...
Mysql connection issues are usually due to incorrect permissions for whether you can connect locally or remotely. Since your error says 'Access denied for user 'test'@'localhost'' I'm betting if you...
I have a Spring batch job using Spring Batch 2.1.7 and I'm running the sample app from Spring Batch Admin 1.2.1 on Weblogic 10.3.2. Database is MySQL 5.5.11
Straight out of the box, the Spring...
Wow, I've just spent hours trying to work out why an older Roo project would not properly compile in a later version of STS. The odd thing is that sometimes it would compile, would deploy cleanly and...
Have you checked the Spring MVC docs - you'll find what you need there:
http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/html/mvc.html
There's a number of ways to do it...
Asking if Roo real world ready, and can it do row level security are two separate questions... I'll avoid answering the first one, but give you a suggestion for the second :-)
Spring Security has...
The purpose of the z attribute is explained here: http://static.springsource.org/spring-roo/reference/html/base-web.html#jsp-views
I have @Size(max=60) on some attributes on one of my entities, so they get displayed as a textarea, which is great (took some searching around to find out how to trigger this behavior).
I've...
I have a maven project created from the command line in a Cygwin shell. When I import this project into STS, any code changes I make in STS cannot be saved back to the file system (get 'Unable to...
Sorry for digging up an old thread but I just ran into this as well.
The issue is that <import> is performed to import the referenced other xml file into this enclosing file, and this inclusion...
The issue I'm seeing with Wss4j and the signature validation failing is only on incoming SOAP requests that contain a SOAP attachment. For other endpoints that don't define any SOAP attachments in...
I think I'm getting the same issue with Spring WS 2.0.0M2 when testing with SOAPUI 2.0.2. I tried with SOAPUI 3.5 and get the same issue.
We've migrated some existing WS code from using...
In 1.5.9 when using XsdBasedSoap11Wsdl4jDefinitionBuilder with DynamicWsdl11Definition, there was a property called followIncludeImport to include imports into the generated wsdl?
Now with...
I'm migrating existing code using Spring WS 1.5.9 to 2.0.0-M2 and have noticed some changes in classes and packages. Can someone confirm the following for me:
1. did
...
We are using JOTM for Transaction Manager functionality when running our code outside of an app server. Our configuration looks like this:
<beans>
<bean id="jotm"...
I have an application context configuration to be used on Websphere5.1, to be used with DAOs using JdbcDaoSupport.
Here is my config:
<beans>
<bean id="jndiTemplate"...