Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    14
    Views
    7,253

    Thanks Grzegorz for the reply, in our case it'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...
  2. Replies
    14
    Views
    7,253

    Hi Grzegorz, which alternatives do we have...

    Hi Grzegorz, which alternatives do we have instead of WS-Atomic Transaction for Distributed Transactional web services?
    Thanks!

    Leandro
  3. Replies
    0
    Views
    433

    Web service distrubuted transactions

    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...
  4. Replies
    0
    Views
    882

    Synchronizing Envers AuditReader

    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...
  5. Replies
    6
    Views
    3,843

    Muy bueno Chili!! Está publicado en algún lado?...

    Muy bueno Chili!!
    Está publicado en algún lado?
    Estamos evaluando alternativas de monitoreo para Hacienda.
    Saludos para allá!

    Leandro
  6. Difference between Spring & Spring Web Services

    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...
  7. Replies
    0
    Views
    660

    multiple arguments soap messages

    Hi, does Spring-WS support multiple arguments soap messages?

    Leandro
  8. Replies
    1
    Views
    460

    I think it is not possible because Arjen did this...

    I think it is not possible because Arjen did this at the airport sample:



    public class MarshallingAirlineEndpoint implements AirlineWebServiceConstants {

    ...

    /**
    * This endpoint...
  9. Replies
    1
    Views
    460

    Unmarshalling compund messages

    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">
    ...
  10. Replies
    4
    Views
    1,335

    Thanks tareq. What do you think about the...

    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
  11. Replies
    4
    Views
    1,335

    Thanks for replying tareq, the problems I have...

    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...
  12. Replies
    4
    Views
    1,335

    Programmatic xsd & wsdl generation

    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...
  13. Replies
    0
    Views
    878

    Axis typeMapping in Spring?

    Hi, I want to know if there is any functionality in Spring Web Services similar to axis typeMapping defined in .wsdd files.
    Thanks

    Leandro
  14. Replies
    12
    Views
    6,870

    Sure, I suppose it´s tested by Spring. That...

    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......
  15. Replies
    12
    Views
    6,870

    Ok, but if you use session or request scoped...

    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...
  16. Replies
    12
    Views
    6,870

    There should be Some TestCase subclass that do...

    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...
  17. Replies
    8
    Views
    1,102

    I've found a hidden...

    I've found a hidden PropertyPlaceholderConfigurer.
    Setting ignoreUnresolvablePlaceholders attribute works fine but I had to put


    <property name="lookupOnStartup" value="false" />
    <property...
  18. Replies
    8
    Views
    1,102

    Ohh that's excellent, how can I change the...

    Ohh that's excellent, how can I change the ignoreUnresolvablePlaceholders attribute?
    I haven't defined any PropertyPlaceholderConfigurer, is there any default one??
    Thanks!!!!!

    Leandro
  19. Replies
    8
    Views
    1,102

    First of all, thanks for the clear and fast...

    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...
  20. Replies
    8
    Views
    1,102

    The problem is that I need to create a...

    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...
  21. Replies
    8
    Views
    1,102

    Create bean at execution time

    Hi, it is possible to create beans at execution time?
    Thanks

    Leandro
  22. Thread: Autoproxying

    by leaqui
    Replies
    15
    Views
    1,939

    I 'll try programming to interfaces and see what...

    I 'll try programming to interfaces and see what happens...
    Thanks Jörg and Karl for the answers!!!

    Leandro
  23. Thread: Autoproxying

    by leaqui
    Replies
    15
    Views
    1,939

    I've added the proxyTargetClass attribute in the...

    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!!...
  24. Thread: Autoproxying

    by leaqui
    Replies
    15
    Views
    1,939

    Yes, the problem was the lack of the default...

    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...
  25. Thread: Autoproxying

    by leaqui
    Replies
    15
    Views
    1,939

    Because I want to add the logAdvice to all my...

    Because I want to add the logAdvice to all my services.

    Leandro
Results 1 to 25 of 34
Page 1 of 2 1 2