Hi!
In order to illustrate the "Enum with method"
here's an example causing the issue:
public enum ProcStatus implements EnumConvertibleI<String> {
NEW("NEW"),
Type: Posts; User: funkyman2000; Keyword(s):
Hi!
In order to illustrate the "Enum with method"
here's an example causing the issue:
public enum ProcStatus implements EnumConvertibleI<String> {
NEW("NEW"),
No idea anybody?
Should I create a JIRA ticket for this bug?
Regards,
Steven
Hi everybody!
We use spring-batch to call our methods via Reflection.
Our batch application (with spring-batch) uses the class AbstractMethodInvokingDelegator and the method...
Before we used the annotation based transaction handling with @Transactional we used the declarative tx handling in the applicationContext.xml.
With this tx handling in the applicationContext.xml it...
Hi folks!
I'm struggling with a problem regarding aspects and declarative transactions.
We use aspects to save history entries into the history table after finishing the declared method.
In some...
Hi folks!
I'm looking for a out-of-the-box JMX web client for our spring web application running in a tomcat 5.5 with Java 5.0.
Unfortunately we can't use the jconsole for security issuees.
...
Hi folks!
We built 2 web-apps, app A and app B.
These apps are running on different tomcats.
A calls methods from B via Hessian.
This all works fine.
But now for some methods we need...
Is this probably possible with the Flux app??
Hi folks!
We want to copy import files from another server to our spring application via ftp/sftp or scp. How could we do this? Is there a spring support for this task?
regards,
Steven