I want to be sure I have this right:
You restart the servers, and access your test.jsp. You see replication. How do you know replication happens?
Thereafter if you do anything else, no replication happens. Again, how do you know it doesn't happen.
With SET_AND_NON_PRIMITIVE_GET, the setAttribute() call will trigger a replication. The getAttribute() call won't, as String counts as "primitive".
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964162#3964162
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964162
All,
We are getting the follow error messages when run jBossCache 1.4 with
JBoss4.0.2 . Everything appears to work. Is this message of any concern?
paul
15:13:20,800 ERROR [UNICAST] window_size is deprecated and will be ignored
15:13:20,800 ERROR [UNICAST] min_threshold is deprecated and will be ignored
15:13:24,660 ERROR [UNICAST] window_size is deprecated and will be ignored
15:13:24,660 ERROR [UNICAST] min_threshold is deprecated and will be ignored
15:13:27,003 ERROR [UNICAST] window_size is deprecated and will be ignored
15:13:27,003 ERROR [UNICAST] min_threshold is deprecated and will be ignored
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964159#3964159
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964159
hi all,
i m trying to deploy an EJB3 ejb as a webservice
i followed steps outlined in the tutorial (comeswith jboss-ejb3.0-rc7), but after deploying the code
on 4.0.4GA, when calling webservice i got following exception
org.jboss.util.NotImplementedException: HTTP GET not supported
what am i doing wrong? do i have to deploy a .war for the webservice?
i checked ant script etc, all got generated is a jar file containing ejbs...
anyone could help?
thanks and regards
marco
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964157#3964157
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964157
Hey Mazz..
anonymous wrote :
| Also, what if the remote adapter is deployed, but its secured such that you need a username/password to connect?
|
Are you referring to the auto-protection the JBoss installer does? I'm curious if this does more than just password-protect the jmx-console web application. Does it also add an extra layer of security on the protocol itself? (Keep in mind the web-app is just an adapter onto the JMX console)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964153#3964153
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964153