[jboss-user] [EJB/JBoss] - Could not dereference object

2007-02-01 Thread Anvar
Hello, I am using JBoss 4.0.3 sp1 with Java SDK1.5. Exception: javax.naming.NamingException: Could not dereference object [Root exception is javax.naming.NameNotFoundException: CustomerHome not bound] This is my jboss.xml, ejb-local-ref ejb-ref-nameejb/Customer/ejb-ref-name

[jboss-user] [Management, JMX/JBoss] - JMX ObjectName

2006-11-14 Thread Anvar
A JMX ObjectName contains a Java reference to the MBean instance it represents or is it a logical name that replaces the use of Java references in JMX APIs. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985961#3985961 Reply to the post :

[jboss-user] [Beginners Corner] - JBOSS classloader repository architecture

2006-11-14 Thread Anvar
Is JBoss classloader repository architecture a tree structure of arbitrary depth where each repository represents a classloader instance, or is it a tree structure with maximum depth of 2 where each node represents a set of one or more classloaders. View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - JBOSSMQ port availability

2006-11-14 Thread Anvar
I am facing a requirement in my project, such that JBOSSMQ is allowed to use 5000-5020 port range only (default instance). In order to accomplish this, what are the configuration files I have to modify in order to change the ports JBOSSMQ listening on? View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - MDB container to increase the number of messages

2006-11-14 Thread Anvar
What are the configuration files should I have to modify in order to configure the MDB container to increase the number of messages processed in parallel by multiple MDB instances. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985965#3985965 Reply to the

[jboss-user] [Clustering/JBoss] - Load balancing for stateless session bean?

2006-11-13 Thread Anvar
Does JBoss 4.x implement load balancing for Stateless Session Bean? If so, is it possible to achieve this via client smart proxy? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985266#3985266 Reply to the post :

[jboss-user] [EJB/JBoss] - JBoss EJB proxy class

2006-11-13 Thread Anvar
Is it true that, JBoss EJB proxy class contains bytecode that is created at run-time. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985550#3985550 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985550

[jboss-user] [Installation, Configuration Deployment] - Creating custom deployer

2006-11-13 Thread Anvar
I have a requirement to create my own custom deployer implementation. Should I have to subclass the SubDeployerSupport class to enable automatic registration to MainDeployer, or is there any other way. Thanks View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Implementing our own Client side interceptors

2006-11-13 Thread Anvar
Thanks a lot for the information. By the same way, if I have to implement and deploy my own server side JBOSSMQ interceptors, should I have to implement org.jboss.mq.server.JMSServerInterceptor or extend org.jboss.mq.server.JMSServerInterceptorSupport, that are deployed as a JBoss service and

[jboss-user] [Beginners Corner] - Subdeployer implementation

2006-11-13 Thread Anvar
Does Subdeployer implementation extending SubDeployerSupport class supports nested deployments via superclass implementation or must explicitly register itself to the main deployer via accepts() method. Thanks View the original post :

[jboss-user] [Beginners Corner] - To participate in the service lifecycle of JBoss application

2006-11-13 Thread Anvar
I have to make one of my service to participate in the service lifecycle of JBoss AS. For this, should my service must implement the org.jboss.system.Service interface or one of its subinterfaces, or implement matching operations. Thanks View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Implementing our own Client side interceptors

2006-11-12 Thread Anvar
Following is my understading. They need to be AOP interceptors (implement org.jboss.aop.advice.Interceptor). Also, an AOP configuration file that specifies the AOP bindings must be available in the client classpath. Please correct me if my undersanding is wrong. Thanks. View the original

[jboss-user] [Clustering/JBoss] - Other than HA-RMI proxies

2006-11-12 Thread Anvar
In JBoss clustering, if I want to use other than HA-RMI proxies with EJBs, is there any feasability. Does jboss provide only HA-RMI proxies to be used with EJBs. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985222#3985222 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - JBOSS XMBean

2006-11-12 Thread Anvar
Does JBOSS XMBean seperates management implementation from service POJO implementation. If so, can you please throw some light on this. Thanks Javeed View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985225#3985225 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: JBOSS XMBean

2006-11-12 Thread Anvar
Anvar wrote : Does JBOSS XMBean seperates management implementation from service POJO implementation. | If so, can you please throw some light on this. | | Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985228#3985228 Reply to the post : http

[jboss-user] [EJB/JBoss] - Creating client EJB proxies

2006-11-12 Thread Anvar
Does JBOSS uses a proxy compiler to create client EJB proxies. If so, explanation will be more useful. Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985242#3985242 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - JMX notification

2006-11-12 Thread Anvar
Under what circumstances will a JMX notification always be emitted. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985246#3985246 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985246

[jboss-user] [Management, JMX/JBoss] - More thatn one MBeanServer

2006-11-12 Thread Anvar
Is there any possibility of existence of more than one MBeanServer in a JVM process. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985265#3985265 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985265

[jboss-user] [Messaging, JMS JBossMQ] - Implementing our own Client side interceptors

2006-11-11 Thread Anvar
I have a requirement in jbossmq, where I have to implement and deploy our own client-side JBossMQ interceptors? Is there any way to achieve this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985150#3985150 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - JBOSS MQ

2006-11-04 Thread Anvar
The JMS clients must be able to recieve asynchronously messages from the server. But how does JBOSS MQ handle this situation. Will it be having client-side UIL2 Socket Manager/HTTPIL invoker, periodically polls the server for incoming messages or is there any way it achieves this? View the