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...
Type: Posts; User: jjmargon; Keyword(s):
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...
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...
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...
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...
I have a problem that is better described with some meta-code.
Consider the next trivial POJO
public class Product{
private double price;
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
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...
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...
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...
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,...
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...
I understood SpringSource is going to support Groovy (and maybe, Grails) in a future version of STS?
Is it true?
I found the solution.
I forgot to configure the creation of the Proxy.
For example, I used the next configuration:
<bean...
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.
Hi.
I have the next security configuration:
<bean id="customerServiceSecurity" class="org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor">
<property...
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...
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...
Thank you very much.
I didn't know the existance of this class in Spring.
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">...
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...
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
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...
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...
Debugging execution code, when Wss4jSecurityInterceptor executes secureMessage method, all seems to be fine until the execution goes to handler.doSenderAction
protected void...
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...