Search:

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

Search: Search took 0.04 seconds.

  1. Hi! In order to illustrate the "Enum with...

    Hi!

    In order to illustrate the "Enum with method"
    here's an example causing the issue:



    public enum ProcStatus implements EnumConvertibleI<String> {

    NEW("NEW"),
  2. No idea anybody? Should I create a JIRA ticket...

    No idea anybody?
    Should I create a JIRA ticket for this bug?

    Regards,
    Steven
  3. Issue in HippyMethodInvoker due to Enum with method?

    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...
  4. Replies
    1
    Views
    644

    Before we used the annotation based transaction...

    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...
  5. Replies
    1
    Views
    644

    aspect was called twice

    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...
  6. Replies
    2
    Views
    5,476

    JMX web client in tomcat?

    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.
    ...
  7. propagating transactions between different web-apps

    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...
  8. Replies
    4
    Views
    1,056

    Is this probably possible with the Flux app??

    Is this probably possible with the Flux app??
  9. Replies
    4
    Views
    1,056

    FTP: Spring Support?

    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
Results 1 to 9 of 9