So far everything was working well, but now I am running into this issue:
http://stackoverflow.com/questions/2679861/jndi-issues-jboss-4-2-2-spring-2-5-and-hibernate-ejb
which likely is a...
Type: Posts; User: jon077; Keyword(s):
So far everything was working well, but now I am running into this issue:
http://stackoverflow.com/questions/2679861/jndi-issues-jboss-4-2-2-spring-2-5-and-hibernate-ejb
which likely is a...
I got it working!
In WEB-INF/jboss-web.xml :
<jboss-web>
<loader-repository>
com.myapp:archive=myapp.war
<loader-repository-config>
java2ParentDelegation=false
Thanks. Upgrading the hibernate is not possible, do you have any advice on the classloader config?
Has anyone successfully deployed spring roo on JBoss 4.2.2? I am running into classloader issues with the hibernate libraries.
I tried adding a jboss-web.xml:
<jboss-web>
...
I agree, it should be included by default, but could you use WebServiceMessageCallback and WebServiceMessageExtractor to log the requests?
I downgraded to spring 1.0.4, replaced the messageFactory:
<bean id="messageFactory" class="org.springframework.ws.soap.axiom.AxiomSoapMessageFactory">
<property name="payloadCaching"...
Using spring ws 1.5.5, when I load my WSDL, using:
<bean id="serviceName" class="org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition">
<property name="schema"...
Are weblogic 9.2 and spring 2.0 compatible and production ready? Are there any problems or pitfalls?
Any luck with this? I am trying to access the model rendered in a query string in a success view.
I tried using a mock SimpleFormController and overriding initBinder, but could not find a...