Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    2,052

    Not so fast

    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...
  2. Replies
    5
    Views
    2,052

    Working config

    I got it working!

    In WEB-INF/jboss-web.xml :


    <jboss-web>
    <loader-repository>
    com.myapp:archive=myapp.war
    <loader-repository-config>
    java2ParentDelegation=false
  3. Replies
    5
    Views
    2,052

    Thanks. Upgrading the hibernate is not possible,...

    Thanks. Upgrading the hibernate is not possible, do you have any advice on the classloader config?
  4. Replies
    5
    Views
    2,052

    spring roo with JBoss 4.2.2

    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>
    ...
  5. Replies
    5
    Views
    1,532

    Use Callbacks

    I agree, it should be included by default, but could you use WebServiceMessageCallback and WebServiceMessageExtractor to log the requests?
  6. Replies
    1
    Views
    2,589

    Downgrading helped

    I downgraded to spring 1.0.4, replaced the messageFactory:



    <bean id="messageFactory" class="org.springframework.ws.soap.axiom.AxiomSoapMessageFactory">
    <property name="payloadCaching"...
  7. Replies
    1
    Views
    2,589

    java.lang.NoSuchMethodError with JBOSS 4.0.2

    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"...
  8. Replies
    3
    Views
    1,114

    spring 2.0

    Are weblogic 9.2 and spring 2.0 compatible and production ready? Are there any problems or pitfalls?
  9. Any luck with this? I am trying to access the...

    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...
Results 1 to 9 of 9