Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    273

    I have the following code but it does not...

    I have the following code but it does not generate the soap header and envelop. Any tips?

    // Create the Marshaller, so that we can generate the request SOAP Body XMl
    JAXBContext jc=...
  2. Replies
    1
    Views
    273

    create complete Soap XML from @RootElement

    How to generate complete Soap XML from @RootElement object with spring util?
  3. Replies
    0
    Views
    209

    AbstractJmsMessageDrivenBean guide pls

    Any full sample for AbstractJmsMessageDrivenBean including xml setting?
  4. Spring2 5.3.3. JMS transport still available in spring3?

    Is the following code still able to u
    http://static.springsource.org/spring-ws/sites/2.0/reference/html/server.html

    5.3.3. JMS transport
    Spring Web Services supports server-side JMS handling...
  5. Replies
    0
    Views
    324

    Why Content-Length always 0?

    Why Spring Rest does not return content-length? It should not be 0. It cause the restTemplate always get null in getBody.
    system.out.println(responseEntity.getBody());
    <200...
  6. same thing happen to me. should be give up spring...

    same thing happen to me. should be give up spring 2.5
  7. EntityManager not thread safe from spring roo?

    I just attended Oracle Technology Network (OTN) Developer Day. Someone mentioned the wrong/correct way to inject entitymanager but spring roo using the wrong one. Why?

    From Oracle Slide...
  8. Replies
    1
    Views
    416

    How to switch project?

    How to switch project?
    How to check which project is running now?
  9. Replies
    1
    Views
    1,092

    Can anyone answer me??? Spring 3.0.2 like not...

    Can anyone answer me??? Spring 3.0.2 like not stable. The rollback-for and read-only does not take effect.
  10. Replies
    1
    Views
    1,092

    tx:advice not work in spring 3

    Once i migrate to spring 3. The tx-advice not work anymore. The testUser should cause readonly issue but how come it commit to db?

    public void testUser() {
    ...
    }
    <tx:advice id="tx-advice">...
  11. Replies
    0
    Views
    1,236

    error credentials.unsupported in CAS

    Error in CAS server. I following the sample in demo. I just change all http to https. Why following error came out?
    2009-12-08 18:06:19,657 ERROR [org.jasig.cas.web.ServiceValidateController] -...
  12. Replies
    3
    Views
    2,656

    I got the answer already. Just append...

    I got the answer already. Just append /j_spring_security_logout. Thanks
  13. Replies
    3
    Views
    2,656

    I dont really get what you mean. Let say i am...

    I dont really get what you mean. Let say i am having http://casweb for cas server and application which is http://myapp .

    <sec:http entry-point-ref="casProcessingFilterEntryPoint">
    ...
  14. Replies
    3
    Views
    2,656

    How to make CAS logout?

    I am using CAS 3.3.3. How logout? What url to call?
  15. Replies
    1
    Views
    1,037

    Why here got no body answer me?

    Why here got no body answer me?
  16. Replies
    1
    Views
    1,037

    why after login go back to previous page

    I am using JSF and frame for menu and content. When the session time out and i click on the menu, the security will kick me out to the login page. After i login, my menu change to the page that i...
  17. Replies
    9
    Views
    1,863

    I found there is no way to do this. Workarround...

    I found there is no way to do this.
    Workarround hack solution
    I create my own org.springframework.web.servlet.DispatcherServlet. The jvm will read my class first rather than the class inside...
  18. Replies
    9
    Views
    1,863

    My purpose is to use code to register...

    My purpose is to use code to register httpexporter so i have to find the beanFactory of servlet context.

    I tried to extends DispatcherServlet and override ...
  19. Replies
    0
    Views
    650

    How to lookup bean in app-servlet.xml?

    1) How to lookup bean in app-servlet.xml? i tried WebApplicationContextUtils.getRequiredWebApplicationContext(servletContext); but failed.

    2) How to register HttpInvokerProxyFactoryBean in code?...
  20. Replies
    9
    Views
    1,863

    How to lookup bean in app-servlet.xml?

    1) How to lookup bean in app-servlet.xml? i tried WebApplicationContextUtils.getRequiredWebApplicationContext(servletContext); but failed.

    2) How to manually register HttpInvokerProxyFactoryBean?...
  21. Replies
    0
    Views
    613

    specify bean name in BeanDefinitionBuilder

    How to specify bean name manually with BeanDefinitionBuilder?
    <bean name ="/securityManagerRemote"
  22. where you download petclinic sample?

    where you download petclinic sample?
  23. What is the context scans source.Could you tell...

    What is the context scans source.Could you tell me the class file. I would like to look further on it. Thanks bdangubic.
  24. If you need easy, sure you need to follow some...

    If you need easy, sure you need to follow some standard.
    I still do not know context scans work. What is the Id of the bean if auto register with context scans?
  25. It work if the following aop tag replace the old...

    It work if the following aop tag replace the old style spring tag. Why? If this is working look like it will check everytime the pointcut when for all bean. Am i right? I think so is because the xml...
Results 1 to 25 of 83
Page 1 of 4 1 2 3 4