I have solved by adding filter, I have redirected ?wsdl to .wsdl
Type: Posts; User: repkin; Keyword(s):
I have solved by adding filter, I have redirected ?wsdl to .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...
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.
...
How did you resolve the problem? I have same issue...
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. ...
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...
Thanks for your reply, I will consider that while developing.
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...
The problem is solved, transaction strategy need to be changed...
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...
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...
my question is in the attached file, you can read from there.
----------------------------------------------------------
152
Question
---------
My page is formed with two different pages which...
I was plannig show two form in same page but I understand it can not beeing
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,...
Do I have to set all attributes in my command class, I want to extend from mapping classes.