"bodrin" wrote :
|
| Don't you think that when I configure the ClusterConnectionFactory to not load-balance it should use only the local node - the one to which I have a connecttion already?
|
|
if you set supportsLoadBalancing to false on the ConnectionFactory then all connections created using that connection factory will be to the node from which you obtained that connection factory.
I.e. it doesn't load balance.
Is that what you want?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118606#4118606
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118606
Ok. But here http://labs.jboss.com/jbossmessaging/ you say that :
| ...
| JBoss MQ is currently in bug fix mode only, and all new messaging development is channelled towards JBoss Messaging.
| ...
|
...
and
...
| ...
| The goal of JBM 2.0 is simple and uncompromising- to be the fastest and most scalable reliable messaging system in the open source space, without exception.
| ...
|
So, I do not want JbossMQ :)
Don't you think that when I configure the ClusterConnectionFactory to not load-balance it should use only the local node - the one to which I have a connecttion already?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118603#4118603
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118603
Hello,
I don't know yet how to reproduce, specifically the second one. But I'm working on that :).
I suppose the issue must be linked somehow to the jar, that is placed outside of the ear (which is supposed to hold the interfaces and model classes, which are used by other apps).
The deserialization exception stopped showing up when I removed the <loader-repository> element from jboss-app.xml, but then Hibernate Search stopped working (it started to complain about an index on a field missing, but without any specifics ...)
--
Adam
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118592#4118592
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118592
I know that this is just a workaround but you can use filter in your log4j configuration that helps ;)
| <appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
| <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
| <param name="Target" value="System.out"/>
| <param name="Threshold" value="DEBUG"/>
|
| <layout class="org.apache.log4j.PatternLayout">
| <!-- The default pattern: Date Priority [Category] Message\n -->
| <param name="ConversionPattern" value="%d{ABSOLUTE} %-5p [%c{1}] %m%n"/>
| </layout>
|
| <filter class="org.apache.log4j.varia.StringMatchFilter">
| <param name="StringToMatch" value="com.sun.facelets.compiler.TagLibraryConfig loadImplicit" />
| <param name="AcceptOnMatch" value="false" />
| </filter>
|
| </appender>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118591#4118591
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118591
Unfortunately that didn't work, I get the error:
java.lang.IllegalArgumentException: no such setter method: org.jboss.seam.wiki.core.ui.WikiUrlRewriteFilter.disabled
I also tried removing the line <include name="urlrewrite*.jar" /> from build.xml but when I do this there's no errors starting the server but I get an Error 404 when I try to load the page.
Anyway, it's not super important, just thought it would make understanding the examples a bit easier :-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118590#4118590
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118590