Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    767

    I have solved by adding filter, I have redirected...

    I have solved by adding filter, I have redirected ?wsdl to .wsdl
  2. Replies
    1
    Views
    767

    ".wsdl" vs. "?wsdl"

    Hi,

    I am using spring web services 2.0. I am using "org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition" to generate wsdl and it generates wsdls with dot like ".wsdl". But I need to...
  3. Hi, for further help, I have solved this...

    Hi,

    for further help,

    I have solved this problem by using new version of SAAJ (saaj-impl-1.3.2.jar), I have defined this version at weblogic-application.xml document.


    ...
  4. How did you resolve the problem? I have same...

    How did you resolve the problem? I have same issue...
  5. Weblogic(10.3.3) - Soap Fault Problem (Maybe SAAJ)

    Hi to everyone,

    I am using spring web services on client side. When I run my code on development env(only with main class, or jetty), SoapFault includes every detail. ...
  6. Web Service Client Marshaller Validation Problem

    Hi,

    I am using spring web services 2.0 for client, I am using "org.springframework.oxm.jaxb.Jaxb2Marshaller" for marshal and unmarshal, I am specifying schemas for validation, but if I specify...
  7. Replies
    2
    Views
    688

    Thanks for your reply, I will consider that while...

    Thanks for your reply, I will consider that while developing.
  8. Replies
    2
    Views
    688

    Transaction Rollback Block With Exception

    Hi to everyone,

    When I read spring spring-framework-reference.pdf I see that @Transactional annotation default behevior is that:
    "Any RuntimeException triggers rollback, and any checked...
  9. Transacation Propagation Problem Between Different Layer Beans

    The problem is solved, transaction strategy need to be changed...
  10. Replies
    0
    Views
    884

    Spring Hibernate JBoss Cache 2

    Hi,
    I have registered JBoss Cache 2 as hibernate's second level cache. Now, I want to register CacheJmxWrapper mbean with MBeanExporter to watch cache. But for this, we need to attach cache instance...
  11. is there any examples about multiple forms, or spring mvc does not support it?

    I want to place two different form with different controllers and commands, is there any example like this. or is it spring framework does not support this kind of a application. if it is not...
  12. Thread: multiple form

    by repkin
    Replies
    0
    Views
    635

    multiple forms

    my question is in the attached file, you can read from there.
    ----------------------------------------------------------
    152
    Question
    ---------
    My page is formed with two different pages which...
  13. Replies
    3
    Views
    853

    more than one form in same page

    I was plannig show two form in same page but I understand it can not beeing
  14. Replies
    3
    Views
    853

    why page is not loading comletely

    I have a link, <a href="newmember.htm">new member</a> and when I clicked the page starting to load but not loading comletely why it can be? I have setted sessionform as true, setted command class,...
  15. Replies
    0
    Views
    578

    is it necessary?

    Do I have to set all attributes in my command class, I want to extend from mapping classes.
Results 1 to 15 of 16