To explain my predicament and what I was initially trying to do is the following.
Have a Bean that creates a session token based on some knowledge of the connecting client. This bean is the...
Type: Posts; User: jblouirrita; Keyword(s):
To explain my predicament and what I was initially trying to do is the following.
Have a Bean that creates a session token based on some knowledge of the connecting client. This bean is the...
Thanks Oleg, it suddenly clicked when I read your other post which nearly made my eyes fall out my head :p
because to do the third option would mean that I would need to have asynchronous...
I have a question. If I use the "Receive only", how can I guarantee that I receive the correct message?
For example, if I have a method called "public String getSession();" and it returns a...
Just as a test, I removed the transaction management from spring configuration and write the code below and it still doesnt save the changes! I even got the hibernate update text showing up in the...
Hello all, I am currently attempting to get hibernate and spring and blazeds for flex playing nicely at the moment.
For some reason, my hibernate sessions can read data out of the database, but...
I have been having trouble off and on with this, and at first it seemed like spring integration broke altogether when using a service activator on a function with no return value (void).
So a...