Hi,
I create my Spring-WS apps (EAR file). It use Spring-WS 1.5.2, Axiom, and JAXB 2.
I have set the weblogic xml config.
And it works fine on weblogic 9.2
when I deploy on weblogic 10.0 and...
Type: Posts; User: feira; Keyword(s):
Hi,
I create my Spring-WS apps (EAR file). It use Spring-WS 1.5.2, Axiom, and JAXB 2.
I have set the weblogic xml config.
And it works fine on weblogic 9.2
when I deploy on weblogic 10.0 and...
Hi,
I have solved my problem.
For those having similar problem. May be this could help.
Check your classpath.
Check any jars in the path that contains META/Services (inside the jar file). If...
Hi guys,
I manage to deploy the Spring-WS on Weblogic 9.2. However, when I send SOAP request. It throws internal server error.
java.lang.LinkageError: loader constraints violated when linking...
Joshua..
could you please share me the POM dependencies that you are using to make SpringWS works on Weblogic 9/10?
Thanks
Hi guys,
I am using weblogic9.2, JDK 1.5
trying to deploy my spring-ws EAR file..
the same exception comes out..
org.springframework.beans.factory.BeanDefinitionStoreException: Parser...
Hi,
I manage to deploy it on weblogic after browsing thru this forum.
I haven't test the webservice but at least I could display the wsdl file on the browser.
And the weblogic log does not...
Hi,
I am currently follow the Spring-ws tutorial creating holidayService project.
I am using netbeans 6.1 ( I set the JDK to 1.5.0.15 instead of 1.6)
I create maven project using spring-ws 1.5.3...