Thanks Grzegorz for the reply, in our case it's impossible to use a compensation strategy because we need this for some financial operations. So I think we don't have a better alternative than WS...
Type: Posts; User: leaqui; Keyword(s):
Thanks Grzegorz for the reply, in our case it's impossible to use a compensation strategy because we need this for some financial operations. So I think we don't have a better alternative than WS...
Hi Grzegorz, which alternatives do we have instead of WS-Atomic Transaction for Distributed Transactional web services?
Thanks!
Leandro
Hi, I need to develop some web services that will run in distributed transactions.
Does Spring We Services or Spring brings support for this?
If yes, where can I read about?
If no, do you know...
Hi, I'm working with Spring + Hibernate + Envers and realize that I need to have one AuditReader instance per transaction.
Does Spring provide any support to manage this? If yes, where can I find...
Muy bueno Chili!!
Está publicado en algún lado?
Estamos evaluando alternativas de monitoreo para Hacienda.
Saludos para allá!
Leandro
Hi, which are the differences between exporting a service with JAX-WS (provided by the main spring project) and doing it with Spring Web Services?
I'm developing an application that already uses...
Hi, does Spring-WS support multiple arguments soap messages?
Leandro
I think it is not possible because Arjen did this at the airport sample:
public class MarshallingAirlineEndpoint implements AirlineWebServiceConstants {
...
/**
* This endpoint...
Hi, is it possible to unmarshal a "compound" message with the Jaxb2Marshaller?
For example, a message from a web service declared like this:
...
<wsdl:message name="getNameRequest">
...
Thanks tareq.
What do you think about the integration between Spring and Axis? and Spring-WS and Axis? Do you think it could be useful?
Thanks!
Leandro
Thanks for replying tareq, the problems I have are:
*.- Generation of xml schema from my java classes without annotating them. I've tried to do this with JaxB (the reference implementation) but I...
Hi, I'm working on a system that already have many services developed using Spring core. Now I want to publish some of them via web services. I'm trying to develop some automatic mechanism to do...
Hi, I want to know if there is any functionality in Spring Web Services similar to axis typeMapping defined in .wsdd files.
Thanks
Leandro
Sure, I suppose it´s tested by Spring.
That is what I don´t want / have to do. To define different configuration for application and tests.
This is my case, I´m doing integration tests......
Ok, but if you use session or request scoped beans in your project and load the same files for tests, the application context must have the session or request scopes registered... If not, an...
There should be Some TestCase subclass that do the same job as the RequestContextListener do for initialization.
I suggest doing something like this (I did it for my project):
public class...
I've found a hidden PropertyPlaceholderConfigurer.
Setting ignoreUnresolvablePlaceholders attribute works fine but I had to put
<property name="lookupOnStartup" value="false" />
<property...
Ohh that's excellent, how can I change the ignoreUnresolvablePlaceholders attribute?
I haven't defined any PropertyPlaceholderConfigurer, is there any default one??
Thanks!!!!!
Leandro
First of all, thanks for the clear and fast reply...
I've try this, but you can't use ${myProperty} in the xml if myProperty isn't set. That is why I need to create the jndiDataSource at execution...
The problem is that I need to create a JndiObjectFactoryBean depending on the existence of a system variable. The system variable indicates the jndiName. If this system variable exists, I want to...
Hi, it is possible to create beans at execution time?
Thanks
Leandro
I 'll try programming to interfaces and see what happens...
Thanks Jörg and Karl for the answers!!!
Leandro
I've added the proxyTargetClass attribute in the mapeoServicioInstitucionServiceImpl bean but nothing changes... :(
Why it should be avoided? I think that conceptually it is not wrong...
Thanks!!...
Yes, the problem was the lack of the default constructor...
But now I've a new one...
09:02:06,234 - ERROR - [] - [org.springframework.web.context.ContextLoader] - Context initialization failed...
Because I want to add the logAdvice to all my services.
Leandro