Search:

Type: Posts; User: ad-rocha; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    1,411

    MockWebServiceClient & WS-Security

    Hi,

    I've developed a Webservice using Spring-WS 2.0 and WSS4J interceptor and successfully tested it via SoapUI.

    Is there a way to use MockWebServiceClient along with WSS4J in order to create...
  2. Switching autowire candidates via properties

    Hi,

    Today I have to beans in my context that implement the same interface and I use the "primary" property to specify which one should be picked up by Spring.

    I'd like to configure this...
  3. Replies
    1
    Views
    1,306

    HTTP 404 on Websphere 6.1

    Hi Guys,

    I've been trying to run my application in Websphere 6.1.0.19 for the last 3 days without any success. The application runs fine in Tomcat and I can deploy it successfully on Websphere.
    ...
  4. Wss4jSecurityInterceptor & org.apache.xpath

    Hi Guys,

    I'm trying to use Wss4jSecurityInterceptor in my application, using IBM JDK 1.5 but I receive the runtime error below. My Maven dependency tree is attached.

    Any ideas?

    Thanks in...
  5. Replies
    1
    Views
    1,545

    Sorry vnvnvn2000, I didn't get your point...

    Sorry vnvnvn2000, I didn't get your point...
  6. Replies
    1
    Views
    1,545

    Using Spring JMX alone

    Hello,

    I'm developing a Resource Adapter which does not use Spring. However, I'd like to expose some objects as managed beans via JMX, and thought that Spring could be a elegant solution.

    Is...
  7. Hi Marten, Thank you again, for your response....

    Hi Marten,

    Thank you again, for your response.

    I searched all my code and found no references to another ResourceAdapter. I'm using only spring.jar.

    I got your point, probably it is a...
  8. Hi Marten, I've tried both...

    Hi Marten,

    I've tried both ContextConfigLocation and contextConfigLocation, and none of these worked. There is only one ResourceAdapter in the whole RAR.

    I don't know why SJSAS could not find...
  9. Not working: Sun application Server & SpringContextResourceAdapter

    Hello all,

    I'm trying to deploy a Spring RAR file in SJSAS 8.2 without success. The same RAR works fine in JBoss 4.2.2.

    My ra.xml is decribed below and the error next. It seems that the server...
  10. Hi Denis, I realized that classes inside a jar...

    Hi Denis,

    I realized that classes inside a jar is not scanned. A similar problem is described in this post: http://forum.springsource.org/showthread.php?t=51564, but no solution was post yet.
    ...
  11. Thank you very much Denis, for you detailed...

    Thank you very much Denis, for you detailed explanation. Now I can understand all the context and think about a solution!
  12. Do you have any clue about what I can do in order...

    Do you have any clue about what I can do in order to solve this problem?
  13. Hello Marten, Actually the context is loaded,...

    Hello Marten,

    Actually the context is loaded, but no bean annotated with @Component is found (if I declare the bean in xml it works fine).

    The code is below.

    Regards,

    Andre
  14. Not working: SpringContextResourceAdapter and

    Hello all,

    I can't manage <context:component-scan> to work with SpringContextResourceAdapter. If I use the same applicationContext.xml in a web application, everything works fine.

    Any clues?
    ...
  15. context:include-filter regex and properties file

    Hello all,

    Is that possible to specify a regex expression for using in <context:include-filter> in a properties file?

    I'm using the code below:



    <context:component-scan...
  16. Anyone, please?

    Anyone, please?
  17. DataSourceTransactionManager & Postgre -> current transaction is aborted, commands...

    Hi all,

    I'm trying to make DataSourceTransactionManager work, unsuccessfully (JBoss 4.2.2 and PostgreSQL 8.3).

    When I try to save an object, I receive the error:...
  18. Replies
    8
    Views
    1,350

    Problem solved!

    Thank you very much Marten!

    You're right, the ContextLoaderPlugIn was causing the problem:



    <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn">
    <set-property...
  19. Replies
    8
    Views
    1,350

    Hi Marten, Thank you for your response. ...

    Hi Marten,

    Thank you for your response.



    An Struts Action call the service. I made DAO transactional because this was the only way to persist the entity :confused:
    How can I prevent...
  20. Replies
    8
    Views
    1,350

    The full log is attached. I realized that no...

    The full log is attached. I realized that no transaction was created for service method (executarServico), only for DAO methods (findByNumber, save). Does anybody know why?
  21. Replies
    8
    Views
    1,350

    Hibernate rollback not working

    Hi all,

    I'm facing a tricky problem has been three days... I can't make rollback work using Hibernate! (JBoss 4.2.2, PostgreeSQL 8.3, Hibernater 3.2.6)

    Please help me...

    Thanks,

    Andre
  22. Replies
    7
    Views
    2,420

    Any clue? please!

    Any clue? please!
  23. Replies
    7
    Views
    2,420

    Hi chudak, Attached the log file and my...

    Hi chudak,

    Attached the log file and my application code. I couldn't find anything strange in log, but there is no update or insert...

    Thanks again,

    Andre
  24. Replies
    7
    Views
    2,420

    Hi chudak, Thank you for your response. The...

    Hi chudak,

    Thank you for your response.

    The command pattern is used because we have a lot of operations that are combined accordingly an input xml. We don't know, at first, all the possible...
  25. Replies
    7
    Views
    2,420

    Hi chudak, Above the code for Service and...

    Hi chudak,

    Above the code for Service and Factory. I using JBoss 4.2.2, PostgreSQL 8.3 and Spring 2.5.5.


    public class CommandFactoryImpl implements CommandFactory {
    // implements...
Results 1 to 25 of 26
Page 1 of 2 1 2