Search:

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

Search: Search took 0.03 seconds.

  1. Hibernate vs hibernate-core maven packages

    Hi,

    In our Maven project we are using:

    hibernate-entitymanager 3.3.2.GA

    which has a transitive dependency on:

    hibernate 3.2.6.GA
  2. Ok, i figured it out. If you send the message...

    Ok, i figured it out. If you send the message like this it comes in as a text message:


    var message:IMessage = new AsyncMessage();
    message.body = "New Text...
  3. Actually it comes through as a map message fine. ...

    Actually it comes through as a map message fine. But how can i change it to a textMessage?
  4. Problem sending messsage from Flex to Java over JMS

    Hi,

    I'm trying to send a message from Flex to Java, but i'm having trouble. I'm using an embedded ActiveMQ broker with the following code in my app-config.xml


    <!-- lets create an embedded...
  5. Nevermind, i got it working using the...

    Nevermind, i got it working using the AbstractLobCreatingPreparedStatementCallback per the API docs.

    I just thought there might be a simpler way.
  6. Insert CLOB into H2 database - NotSerializableException

    Hi, i'm trying to insert xml as a clob in an H2 database, but i'm getting a
    java.io.NotSerializableException: org.springframework.jdbc.core.support.SqlLobValue [90026-79]

    Here is my code, any...
  7. Well, i got it working with the proxy using ...

    Well, i got it working with the proxy using

    <aop:scoped-proxy/>

    But is this the best way to do it?
  8. Stateful Session scope with Blazeds integration

    Hi,
    I'm new to spring so sorry for asking a simple question.

    How can i get a stateful sesssion bean using blazeds & spring integration?
    ie. for shopping cart.

    Do i have to use a proxy or is...
Results 1 to 8 of 8