Search:

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

Page 1 of 6 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    347

    Change contextSource base dynamically

    For testing purposes I want to add several entities and later check them. To avoid nasty side effects I'm creating a container (a child of "base") and creating the entities there. To do this after...
  2. Replies
    1
    Views
    2,088

    Spring Roo & Java 1.7

    I've tried to upgrade my Roo project to the latest JDK version but I'm getting several errors. All of the same kind:

    declare @type is only supported at Java 5 compliance level or above ...
  3. Replies
    3
    Views
    694

    Sure, you can checkout everything at...

    Sure, you can checkout everything at http://code.google.com/p/ossmoney/
  4. Is this still alive? Would...

    Is this still alive? Would http://code.google.com/p/ossmoney/ qualify?
  5. Replies
    3
    Views
    694

    1.1.5 dependency error

    After downloading 1.1.5 and starting the console I'm getting:

    Invalid dependency between upstream...
  6. Replies
    7
    Views
    2,038

    In the end I created a custom rollback exception...

    In the end I created a custom rollback exception that contains the return value and I coded a new DWR converter for that kind of exceptions that unwraps the value and transfers it. Not what I was...
  7. Replies
    7
    Views
    2,038

    That's unfortunate because even though I could...

    That's unfortunate because even though I could catch the exception in several ways the fact that there is an exception means the flow is interrupted and the return value of the method lost which was...
  8. Replies
    7
    Views
    2,038

    After some more tweaks I'm always getting an...

    After some more tweaks I'm always getting an exception in some point or other. Maybe I'm just trying something that is not designed to behave as I wish. So, the first question should be: Is it...
  9. Replies
    7
    Views
    2,038

    In my last approach I was using: ...

    In my last approach I was using:

    PlatformTransactionManager transactionManager = getTransactionManager();
    transactionManager.rollback(transactionManager.getTransaction(null));
    Which was somewhat...
  10. Replies
    7
    Views
    2,038

    Programmatically setting rollbackOnly

    I need to mark a transaction as rollback only. I've tried:

    PlatformTransactionManager transactionManager = getTransactionManager();
    DefaultTransactionStatus tx = (..)...
  11. Replies
    1
    Views
    784

    It's difficult to say from your description but...

    It's difficult to say from your description but if you want a reference to the bean (and all its proxies) from the own bean implementation you can't. You would need a reference to the bean factory...
  12. ClassPathScanningCandidateComponentProvider unreliable

    I'm using ClassPathScanningCandidateComponentProvider to find matching classes. In Tomcat the code works fine but in Jetty the JARs inside WEB-INF are not scanned reliably (sometimes it seems to...
  13. Replies
    8
    Views
    1,323

    Thank you again. I just keep a doubt. Even if my...

    Thank you again. I just keep a doubt. Even if my beans implement the Runnable interface (easy), the ExecutorService will probably instantiate a new object (not using the prototype passed as argument)...
  14. Replies
    8
    Views
    1,323

    We are using Spring MVC, WebFlow & Security so...

    We are using Spring MVC, WebFlow & Security so stripping Spring wouldn't be that easy.

    Good news! Java 5 fortunately. Any documentation or samples available?

    Regards
  15. Replies
    8
    Views
    1,323

    We are already tied to Spring so no problem...

    We are already tied to Spring so no problem there. The WorkManagerTaskExecutor may be what we need as we are deploying to WAS. We try to achieve one thing: Invoke a collection of beans (data...
  16. Replies
    8
    Views
    1,323

    Invoking beans in parallel

    Hi,

    So we would like to retrieve data from different sources (WS, DB, files) and such. We have the beans working but we are unsure about invoking them in parallel. How can this be achieved?...
  17. Replies
    5
    Views
    866

    Thank you, very useful. I'll have to wait till...

    Thank you, very useful. I'll have to wait till 2.0.4 but it's worth it
  18. Replies
    5
    Views
    866

    Thanks for the answer. Could you provide a little...

    Thanks for the answer. Could you provide a little sample? Or point me in the right direction?

    Regards,
  19. Replies
    5
    Views
    866

    Packaging flows in JAR files

    Hi,

    Is it possible to package a flow (including JSP, properties, ...) inside a JAR and deploy it in several applications inside WEB-INF/lib? If so, how?

    Regards
  20. Replies
    0
    Views
    607

    Returning no view

    IIRC you could return null in a controller to inform dispatcher servlet that no view should be painted (the controller took care of the response itself). Unfortunately when using annotations and...
  21. Replies
    9
    Views
    4,787

    The transfer error still shows (I'll hide it with...

    The transfer error still shows (I'll hide it with CSS prolly) but the item is available at the end of the flow. So good enough for me
  22. Replies
    9
    Views
    4,787

    Thanks. In fact, it was working (my fault!)....

    Thanks. In fact, it was working (my fault!). Using a model bean instead of a Service stores the file correctly.

    Regards,
  23. Replies
    9
    Views
    4,787

    I'm having troubles to get it to work. Could you...

    I'm having troubles to get it to work. Could you post the flow or other relevant parts of the config?

    Regards,
  24. I've been working today with JSF + Portlet (WAS...

    I've been working today with JSF + Portlet (WAS Portal 6.1) + Richfaces and it's working (using the JBOSS portlet bridge though). I'm going to invest some time tomorrow with SWF in the middle. I'll...
  25. I can confirm: JBOSS portlet bridge does not...

    I can confirm:
    JBOSS portlet bridge does not work with SWF
    The double transition issue (solved removing the attribute as well)
    I'm having problems with (A4J) AJAX requests as well. But for the...
Results 1 to 25 of 147
Page 1 of 6 1 2 3 4