Search:

Type: Posts; User: david.easley; Keyword(s):

Search: Search took 0.01 seconds.

  1. How prevent Spring-WS Client from requesting the remote WSDL?

    I've written a Spring-WS client app. For some reason the app requests the WSDL from the server when I construct my javax.xml.ws.Service implementation.

    public class PoleService extends...
  2. Specifying a custom TransformerFactory

    How do I override the default TransformerFactory?

    I can see that TransformerObjectSupport has a transformerFactoryClass property but I can't see any way to access that bean.

    The reason I want...
  3. Replies
    3
    Views
    1,209

    OK, I'm going to assume that Spring-WS provides...

    OK, I'm going to assume that Spring-WS provides no straightforward way to achieve this. (Surprising, since other parts of Spring generally provide ample hooks and extension points for customisation.)...
  4. Replies
    3
    Views
    1,209

    Customise auto-generated WSDL?

    Is it possible to customise an auto-generated WSDL? If so, I'd be grateful if someone could point me in the right direction. I'm guessing it might involve either subclassing MessageDispatcherServlet...
  5. > Why do you have to handle EJBExceptions? THey...

    > Why do you have to handle EJBExceptions? THey are runtime exceptions and should bubble up

    Some of our web tier actions need to handle certain unchecked exceptions. For example, our...
  6. Surprised that LocalStatelessSessionProxyFactoryBean doesn't unwrap EJBExceptions

    "Professional Java Development with the Spring Framework" states that "Spring's EJB access proxies [allow you to] switch back and forth from a POJO, local EJB, or remote EJB implementation of a...
  7. Well, I guess I would want it to work in an...

    Well, I guess I would want it to work in an equivalent way to FormAction.bindAndValidate.
    The following rough and ready hack seems to work (for the birthdate sample at least):

    Sub-class...
  8. OK, I switched to MultiAction and omitted the...

    OK, I switched to MultiAction and omitted the calls to setupForm and bindAndValidate. It's now working (with validation still commented out in validation.xml).



    That's kind of what I was...
  9. I attempted to convert the birthdate sample to...

    I attempted to convert the birthdate sample to use a DynaValidatorForm.

    struts-config.xml:



    <form-bean name="actionForm"
    ...
  10. Does SWF play nicely with traditional Struts ActionForms?

    The Struts sample app (birthdate) uses a SpringBindingActionForm. I want to integrate SWF in to an existing Struts project that uses a lot of DynaValidatorForms. I note the JavaDoc for FlowAction...
Results 1 to 10 of 10