Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    966

    I believe that spring-ws supports only...

    I believe that spring-ws supports only document/literal encoding.
    You may take a look here for the differences between the two encodings.
  2. Replies
    12
    Views
    9,985

    IMO the best way to debug a java web application...

    IMO the best way to debug a java web application is to user jetty. There are two alternative to do this:

    a) Use the maven jetty plugin to easily start jetty and eclipse to debug (see the erimag's...
  3. Replies
    12
    Views
    9,985

    Using the command mvn eclipse:eclipse...

    Using the command mvn eclipse:eclipse -Dwtpversion=1.5, maven creates the eclipse meta-data with support for web tools project.
    The project that is imported in eclipse is a web project, thus you...
  4. Replies
    1
    Views
    979

    (Mis)understanding of Web Services

    It is very sad to watch how much people misunderstands xml and web services.
  5. I had similar problems with oc4j. The only...

    I had similar problems with oc4j.

    The only solution that I found was to:
    a) Place the war (ws project) inside an ear
    b) Instruct the oc4j not to expose to the ear application, the application...
  6. Replies
    8
    Views
    2,546

    Congratulations to the people that rationalized...

    Congratulations to the people that rationalized the xml and web services development
  7. Replies
    1
    Views
    2,115

    LDAP - DataSource Equivalent

    I want to use an LdapDao that runs within web application deployed on a clustered environment.

    My problem is that I don't want to deploy the credentials of the LDAP server using properties files. ...
  8. Keith thanks for responding Yes you are right....

    Keith thanks for responding

    Yes you are right. I was overriding the initBinder() method. Overriding the registerPropertyEditors() I managed to solve the problem, without having to call setup()...
  9. I am afraid I 've spoke too soon. In the...

    I am afraid I 've spoke too soon.

    In the phonebook sample the date is displayed initially correct (the formatter is being used). When the form get submitted (without providing first and last name)...
  10. Ok. I believe I found the source of the problem....

    Ok. I believe I found the source of the problem. My flow definitions did not use the <render-actions> but the <entry-actions>.
    Calling the setupForm() from within the <render-actions> works.

    The...
  11. I also confirm that the phonebook sample works...

    I also confirm that the phonebook sample works ok, but my jsp's do not use the form tag library only the spring tag library. That is I am using the <spring:bind> tag.

    Do I have to use the form...
  12. It's not a struts related problem

    The problem is reproduced using also SpringMVC and SWF. So, in my opinion the problem is not related to Struts.

    I am also invastigating the problem. I have an application that uses SpringMVC...
  13. Binding Problems in SWF 1.0 compared to 1.0-RC3

    I have a very basic problem.

    Let's say that in the birth day sample of the spring web flow, I initialize the date property of the BirthDate class using :

    private Date date = new Date();
    ...
  14. Thread: Jars at ibiblio

    by routis
    Replies
    1
    Views
    1,402

    Jars at ibiblio

    Are there any plans for providing spring-ldap through ibiblio?
  15. Replies
    0
    Views
    664

    Problem using 1.0-rc3 with maven2

    I want to use spring-webflow-1.0-rc3, in a web application that uses springframework 1.2.7.

    Using maven 2, I get always the exception:


    Error transferring file
    ...
  16. Replies
    6
    Views
    5,319

    I had similar problems using spring-oxm and JaxMe...

    I had similar problems using spring-oxm and JaxMe JAXB implementation. Weblogic dependency to Xerces cannot be updated to 2.8.0.

    So the only solution that worked for me was putting the xerces jar...
  17. Replies
    4
    Views
    2,313

    Currently, I am working on a application that...

    Currently, I am working on a application that receives XML messages over HTTP Request and responds again XML messages over HTTP responses.

    I am using spring-oxm with JAXB and a very simple servlet...
  18. Replies
    2
    Views
    1,852

    I prefer having a single module, for two reasons:...

    I prefer having a single module, for two reasons:

    1) With maven2 you can easily exclude dependecies. For example, if spring-oxm has 6 compile dependencies to XML marshalling frameworks, it is very...
  19. Replies
    1
    Views
    863

    Ok, I found it. spring-remoting

    Ok, I found it.

    spring-remoting
  20. Replies
    1
    Views
    863

    EJB related Springframework clasess

    Is there at ibiblio any specific spring-xxxx jar that contains the EJB related classes of springframework?
  21. Replies
    10
    Views
    2,762

    Congratulations Arjen. I would like, also, to...

    Congratulations Arjen.

    I would like, also, to report that I tested spring-oxm of this release with success against JaxMe (JAXB implementation from Apache) both outside and inside application...
  22. Replies
    13
    Views
    6,873

    I work for a European Union Project that provides...

    I work for a European Union Project that provides a central service (not web service) where each member country has to send information concerning the movement of all ships.
    This information is sent...
  23. Replies
    13
    Views
    6,873

    Can you share with us the bad things that you ...

    Can you share with us the bad things that you heard?
  24. The article describes what you can do in order to...

    The article describes what you can do in order to have a web application "simulate" that waits for a JMS reply. It also provides an implementation using servlets. I believe that the same can be done...
  25. I totaly agree

    I totaly agree
Results 1 to 25 of 57
Page 1 of 3 1 2 3