[JBoss-user] [Installation, Configuration Deployment] - Does JBoss has EJB custom load-balancing ?

2006-06-05 Thread fmarchioni
Hi all, We are evaluating to migrate a Weblogic clustered application to JBoss. One point of concern is that we currentely use a custom load-balancing algorithm for EJB (based on the load of servers) defined in Weblogic CallRouter. I wonder if JBoss also can define a custom load-balancing policy

[JBoss-user] [Management, JMX/JBoss] - Re: Troubles converting a Java i/o server to a ServiceMBean

2005-03-04 Thread fmarchioni
Sorry my mistake. There was a bug in one of the Server classes. Now it's working. bye Francesco View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868771#3868771 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868771

[JBoss-user] [Management, JMX/JBoss] - Service interface vs ServiceMBean interface. Which to use ?

2005-03-04 Thread fmarchioni
Hello, I'm interested to know more about 2 options you have when you deploy an mbean on jboss. Can anybody point out what is the scenario when you use: 1)your MBean implements the org.jboss.util.Service interface. 2) you bean implements ServiceMBean interface / ServiceMBeanSupport Thanks a lot

[JBoss-user] [Management, JMX/JBoss] - Troubles converting a Java i/o server to a ServiceMBean

2005-03-02 Thread fmarchioni
Hi all, I have written a chat server with java.nio classes and I'd like to launch it with JBoss as a service. So I created a wrapper on it with a ServiceMBean which simply instantiates the chat server. public class ChatService extends ServiceMBeanSupport implements ChatServiceMBean | { |

[JBoss-user] [Messaging, JMS JBossMQ] - Error closing connection from a JSP. Why ?

2005-02-15 Thread fmarchioni
Hi all, I'm trying to send a JMS message from a JSP page. I have taken a basic TopicSendClient example and compiled it under WEB-INF/classes directory so that I can access it from a JSP package test; | | import javax.jms.*; | import javax.naming.InitialContext; | import

[JBoss-user] Why JBoss ruins if I deploy a bad jar file?

2001-05-09 Thread fmarchioni
Hello, I'm new to jBoss.I'm experiencing many problems with bean deploying. This is what happens:I deploy the basic interest.jar example (that comes with the documentation). Then I run the client. Ok. The bean works. Now the problems: I deploy another bean made by me ...let's say collect.jar. The