Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    676

    You need to have the spring-ws-samples project...

    You need to have the spring-ws-samples project built and available in your local maven repository. Run mvn install from the top level samples/ directory.

    For working with a milestone code...
  2. Did you see the section on automatic WSDL...

    Did you see the section on automatic WSDL exposure? http://static.springsource.org/spring-ws/sites/2.0/reference/html/server.html#server-automatic-wsdl-exposure ... Scroll down a few paragraphs...
  3. Replies
    8
    Views
    2,281

    Hey Rick, Thanks for the contribution. I'm...

    Hey Rick,

    Thanks for the contribution. I'm trying to run your example code, it seems you've left out a few java source files in your zip.



    Missing Classes:
    forums.scope.domain.Recipe...
  4. Replies
    2
    Views
    3,952

    Costin Thanks for your efforts addressing...

    Costin

    Thanks for your efforts addressing these issues, it is greatly appreciated. I got your code updates from the main Spring CVS @ sourceforge. I'll be reporting back to the JIRA if...
  5. Replies
    7
    Views
    4,248

    Your're right, I need to re-work this using the...

    Your're right, I need to re-work this using the BeanFactoryLocator as a delegate. I'd use the BeanFactoryRefrence to hold a reference to the ApplicationContext. I should be able to put that...
  6. Replies
    5
    Views
    2,311

    I'm using the current sping-jBPM module with jBPM...

    I'm using the current sping-jBPM module with jBPM 3.0. I think this version will suffice for the near future util jBPM 3.1 comes out. I posted to the jBPM developer forum regarding the...
  7. Replies
    7
    Views
    4,248

    Costin, I've tried contacting Rob about this,...

    Costin, I've tried contacting Rob about this, you're assumption is correct, he must be very busy. Therefore, I've moved along making my own changes in hopes Rob might be able to use them later.
    ...
  8. Replies
    1
    Views
    1,680

    I was wrong about the Toolbox.xml approach with...

    I was wrong about the Toolbox.xml approach with VelocityTools, it only supports a Servlet environment. So the toolbox is not an option. I went ahead and implemented my own...
  9. Replies
    1
    Views
    1,680

    Velocity Templates, non-web

    I want to use Spring's embedded Velocity template support to produce formatted e-mail messages. This is not a web app, so I loose all benefits of the extensive Velocity MVC. I can obtain a...
  10. Replies
    5
    Views
    2,178

    I think this is wrong. You should use url to...

    I think this is wrong. You should use url to specify the name of the content template. In your case, if the context template resides at /WEB-INF/views/content1.vm then you could simply type the...
  11. Replies
    10
    Views
    4,528

    Thanks Rob

    Thanks Rob
  12. Replies
    10
    Views
    4,528

    First you have to fix the syntax error in...

    First you have to fix the syntax error in JbpmTemplate line 170 missing semicolon.


    Turns out you'll need at least Ant 1.6.2 to run the junit tests. I did the following using Ant 1.6.5 embedded...
  13. Replies
    10
    Views
    9,662

    On the topic of ApplicationContext, Matt already...

    On the topic of ApplicationContext, Matt already created a feature request, it's just in the wrong place.
    http://opensource2.atlassian.com/projects/spring/browse/SPR-1320

    I posted a bug regarding...
  14. Replies
    10
    Views
    9,662

    Costin, I've been using spring-jbpm since Sep...

    Costin,

    I've been using spring-jbpm since Sep 15th and I haven't seen any new code checked in since then. I have a few suggestions for the current code. One suggestion is regarding access to the...
  15. Replies
    1
    Views
    4,286

    Hey, You need to try the spring-jbpm module. ...

    Hey,

    You need to try the spring-jbpm module. Right now its in spring-projects/spring-jbpm in the main springframework CVS.

    I've been using it with great results.
  16. Replies
    7
    Views
    2,196

    I agree that you want to group your service layer...

    I agree that you want to group your service layer entry points in groupings of methods with like functionality. This keeps things logical. Also, you don't end up with that mega-service object or...
  17. Replies
    1
    Views
    2,901

    Julian, I throughly tested the spring-jbpm...

    Julian,

    I throughly tested the spring-jbpm module. Rob Harrop told me its still a work in progress, but everything including transaction management is working quite well for me. I've tested...
  18. The concurrency issue goes away if I don't use...

    The concurrency issue goes away if I don't use JaxRpcPortProxyFactory and communicate with the web service via a standard dynamic proxy.

    No concurrency issues arise using the javax.xml.rpc.Service...
  19. JaxRpcPortProxyFactoryBean Concurrency Issue

    I'm using the JaxRpcPortFactoryBean for calling a JAX RPC webservice. I've strayed from the basic usage scenario outlined in Chapter 17.5.2 of the Spring 1.2 Refrence Docs. I've used a Jboss...
  20. Replies
    8
    Views
    1,862

    This error is comming from the JK Coyote...

    This error is comming from the JK Coyote connector. It looks totally un-related to the ResourceBundleViewResolver. What servlet container are you using? Is it necesary that you run the Coyote...
  21. It looks like you have things setup properly,...

    It looks like you have things setup properly, except possibly the form's request type. The request type is usually of type POST or GET. You should explicitly set the request type on your form to...
  22. Replies
    4
    Views
    1,668

    Thanks Olivier, I now understand the reasoning.

    Thanks Olivier, I now understand the reasoning.
  23. Replies
    4
    Views
    1,668

    I agree with you about older non-2.4 conmpiant...

    I agree with you about older non-2.4 conmpiant containers being a good reason to stick with JSTL 1.0. But I don't agree with one statement.



    JSTL 1.1 is backward compatible with servlet spec...
  24. Replies
    4
    Views
    1,668

    JSTL 1.0 why?

    Greetings,

    Moving into spring MVC over the past couple of days, I quickly found that Spring 1.1 and 1.1.1 both are packaged with the older jstl.jar and standard.jar for JSTL 1.0. This causes some...
Results 1 to 24 of 24