I have in my web-application-config.xml (app context), TCP connection bean.
as follows
<bean id="socketFactory" class="javax.net.SocketFactory" factory-method="getDefault"/>
<bean...
Type: Posts; User: Frank learning Spring; Keyword(s):
I have in my web-application-config.xml (app context), TCP connection bean.
as follows
<bean id="socketFactory" class="javax.net.SocketFactory" factory-method="getDefault"/>
<bean...
MessageBroker.getMessageBroker(null) returns a null. Hence i cannot perform messaging services.
yes, i have the correct configuration. i have used congraet's testdrive and set the message broker...
I downloaded Chris Congraet's testdrive RC2 version. and tried to use the annotations.
I dont get any logging messages that says that Remoting destination or service is being registered.
i get...
Okay i was able to load blazeds to JBoss.
What I've done so far is unzip the blazeds.war to a folder, configure the flex xml files, and startup JBoss successfully.
Next step is with setting up...
How would you start launching Spring BlazeDS Integration on JBoss?
I was supposing that this integration project is based on deploying over Tomcat.
I am still new to JBoss and I just couldn't find...