Search:

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

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    8
    Views
    3,666

    I could not find out how to use Nevado with an...

    I could not find out how to use Nevado with an HTTP proxy to set the connection with AmazonWS.
    AmazonWS java connection code lets do it through ClientConfiguration class, but I have not seen...
  2. I knew. My post is just a thought. If Spring...

    I knew.
    My post is just a thought.
    If Spring Data is a Spring project devoted to give a persitence abstraction, why not using it in Spring Roo? (in addition to current Roo persistence solutions, of...
  3. Why not using Spring-Data projects in Roo?

    Hi.
    I have been using Roo with JPA for persistence (Hibernate as JPA impl).
    I was studying Spring-Data projects as a new alternative for persistence, using its common Repository interface.

    I...
  4. Movement of org.springframework.xml package

    Hi, guys.

    In some previous release, you have moved the classes involved in OXM to the Core Spring framework project.

    I am wondering ... why not do the same with the package...
  5. Problem with @Required and factory-method

    I have a problem that is better described with some meta-code.

    Consider the next trivial POJO



    public class Product{


    private double price;
  6. Replies
    29
    Views
    9,580

    Hi, Ben. Last friday, I made a presentation...

    Hi, Ben.

    Last friday, I made a presentation (as speaker!!) of Roo in the first Spanish Spring2GX event.

    Maybe one kangaroo could be for me? :D
  7. Replies
    1
    Views
    2,185

    Interested to contribute

    Hi.
    I'm interested to contribute to this project.
    These are the main reasons:
    1) Although I am allergic to spring (pollen), I love Spring :p
    2) I have been working in several bpm or workflow...
  8. Replies
    2
    Views
    1,540

    Groovy or Grails real project references

    Hi.
    I am learning Groovy and Grails and it's one of the most incredible steps in knowledge and useful "day by day tools" I've ever known in this Java world, only compared with my "wow" face when I...
  9. Thread: BPEL support?

    by jjmargon
    Replies
    0
    Views
    997

    BPEL support?

    Hi.

    Today, I see a lot of articles and even products (as Oracle BPEL or Jbpm-BPEL) related to support BPEL in a SOA environment.

    As Spring supports Web Services in general (recent REST support...
  10. I think SpringSource support for Spring and...

    I think SpringSource support for Spring and Grails maybe sound confusing at first sight.

    Yes. It's right. Grails is built on Spring.

    But, where is going to go the effort of SpringSource,...
  11. Maybe, it's late for my opinion (last reply was...

    Maybe, it's late for my opinion (last reply was about one month ago), but I'll give it to you anyway ;-)

    I think the heart of your application should be Java with the Spring IoC Container. This...
  12. Replies
    6
    Views
    1,929

    I understood SpringSource is going to support...

    I understood SpringSource is going to support Groovy (and maybe, Grails) in a future version of STS?
    Is it true?
  13. I found the solution. I forgot to configure...

    I found the solution.

    I forgot to configure the creation of the Proxy.

    For example, I used the next configuration:



    <bean...
  14. Note: com.mycompany.service.CustomerService is an...

    Note: com.mycompany.service.CustomerService is an interface.

    I have changed this configuration writing the class that implements this interface (CustomerServiceImpl), but it does not work either.
  15. MethodSecurityInterceptor invoking problem

    Hi.
    I have the next security configuration:


    <bean id="customerServiceSecurity" class="org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor">
    <property...
  16. Thanks, Costin. I have the concepts clearer...

    Thanks, Costin.

    I have the concepts clearer now. (Spring DM is good to integrate Spring with OSGi, not working with OSGi by itself).

    It can be a good exercise to try some things with...
  17. Spring Dynamic Modules + OSGi in network devices

    Hi.

    Spring Dynamic Modules has given a sense to one of the objetives of OSGi, that is, OSGi in Enterprise Development (analogue to JEE).

    Nevertheless, the initial goal of OSGi is make modular...
  18. Thank you very much. I didn't know the existance...

    Thank you very much.
    I didn't know the existance of this class in Spring.
  19. Possibility to set the implementation of a List property

    Hi.
    We know that Spring is ready to inject a (java.util)List property in a bean. The typical example is



    <bean id="collectionProperties" class="com.jas.chapter2.CollectionsProperties">...
  20. Hi, tareq. This example took place in a real...

    Hi, tareq.
    This example took place in a real project and unfortunately, this is not a very good environment and we don't work with test cases. Bad practice in any case. I'm "fighting" to change this...
  21. Hi, pdotsenko I've tried both versions of xmlsec...

    Hi, pdotsenko
    I've tried both versions of xmlsec and the result is the same.
    I think it's a mistake of wss4j code.
    Thanks
  22. Finally, I've discovered there is a bug in wss4j....

    Finally, I've discovered there is a bug in wss4j.

    Debugging the code, I've found that WSHandler, for my purpose, mainly uses two other classes: WSSecUsernameToken and WSSecurityUtil. The last one...
  23. I continue with this strange behaviour. More...

    I continue with this strange behaviour.

    More clues:

    When the execution arrives at the Apache WSHandler class (this class is in wss4j-1.5.4.jar), has the next variable values:

    doAction = 1...
  24. Debugging execution code, when...

    Debugging execution code, when Wss4jSecurityInterceptor executes secureMessage method, all seems to be fine until the execution goes to handler.doSenderAction



    protected void...
  25. Replies
    2
    Views
    1,256

    I think there is more information in Spring WS...

    I think there is more information in Spring WS Reference than in Spring in Action, second edition. The last book is an excelent one, but about Spring WS is not a deeply reference. It doesn't explain...
Results 1 to 25 of 34
Page 1 of 2 1 2