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
Type: Posts; User: jmandawg; Keyword(s):
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
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...
Actually it comes through as a map message fine. But how can i change it to a textMessage?
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...
Nevermind, i got it working using the AbstractLobCreatingPreparedStatementCallback per the API docs.
I just thought there might be a simpler way.
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...
Well, i got it working with the proxy using
<aop:scoped-proxy/>
But is this the best way to do it?
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...