[JBoss-user] [Clustering/JBoss] - Re: XAConnectionFactory not bound

2004-12-22 Thread weis
Hi, no, the SPECjAppServer2004 deployment don't work. It seems that I could not use the deployment descriptors which I used in a JBoss 3.2.3 cluster environment. In JBoss 3.2.3 cluster the queues was transparent to the application, so I do not need to use an other port to look up the queues.

[JBoss-user] [Clustering/JBoss] - Re: XAConnectionFactory not bound

2004-12-19 Thread weis
Hi, I have created a test case to reproduce the warn (error). The scenario is the following: 1. Take standard all configuration from jboss-4.0.0 2. Copy jmstest.jar in the deploy directory 3. clone the all configuration twice 4. start first jboss 5. start second jboss 6. start third jboss After

[JBoss-user] [EJB/JBoss] - Re: Standard Stateful Session Bean Error

2004-03-02 Thread weis
Hi oz59! Original Thread from Developer Forum http://www.jboss.org/index.html?module=bb&op=viewtopic&t=45961 The SPECjAppServer2004 Benchmark isn't released yet and as far as I know you have to buy it. Here are some more Information about the ItemBrowserSes: - The ItemBrowserSes Bean is Sto

[JBoss-user] [Connectors and JCA/JBoss] - Re: oracle-jdbc2-service.xml

2004-02-25 Thread weis
Hello, I found the solution in the forum. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=38872 Now it worked, but the solution is for Oracle 8, with this version I haven't this problem, so it might be a configuration problem in Oracle. Regards BjÃrn View the original post :

[JBoss-user] [Connectors and JCA/JBoss] - oracle-jdbc2-service.xml

2004-02-15 Thread weis
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821650#3821650 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821650 Hello, I send it in [Connectors and JCA/JBoss], because [Messaging, JMS & JBossMQ] won't work, the

Re: [JBoss-user] jndi naming question

2004-02-05 Thread Björn Weis
Hello, the mapping between ejb/DefaultACLProxy and ejb/ACLProxy is not the problem I think. Have you specify the ejb-ref in the ejb/UserMaster (jboss.xml file)? the ejb/UserMaster have to look like: ejb/UserMaster ejb/UserMaster ejb/ACLProxy e

Re: [JBoss-user] Loadbalancer

2004-01-08 Thread Björn Weis
SPECjAppServer Benchmark to work. Felipe Oliveira schrieb: hi, which jboss loadbalancer are you talking about? i am currently using mod_jk and i am not really happy about it. i didn't know jboss had its own. any ideas where i can get more info about it? thanks, felipe Björn Weis wrote

[JBoss-user] Loadbalancer

2004-01-07 Thread Björn Weis
Hi, I try to use the JBoss loadbalancer, but it doesn't work. When I first request the site, I get a cookie JBoss_LB_ID Value=-2105261236 Path=/. Then I logged in the site (it's a Servlet), I get a second cookie JSESSIONID Value=96BC55116A415816CEDA33A3941A2B8C Path=/SPECjAppServer. Now I brow

[JBoss-user] Strange load balancing behavior with mod_jk2

2003-12-30 Thread Björn Weis
info=load balancer uri group=lb debug=0 httpd.conf in the apache conf directory: ... # # Load mod_jk # LoadModule jk2_module modules/mod_jk2.so Thats my configuration. The connector seems to work but the load balancer will not use round robin over the servers. Any ideas? Thanx Björn Weis

RE: [JBoss-user] Unclear report of conflicting Class-Versions

2003-12-14 Thread Bjorn Weis
Hello Christofer! I think, the reason that JBoss take the older version of your class, is that the UnifiedClassLoader3 only load the first class if two or more of the same class in different jars exists. You are right, an error or a warn message should better be outputed, to avoid getting gray hai

RE: [JBoss-user] JMS to remote hosts doesn't work any more

2003-11-18 Thread Bjorn Weis
queueConn = queueConnFactory.createQueueConnection(); ... This is the configuration for guest access to the queues. Does guest connection works in your configuration? I have no mdb which access remotely but I think that works similar. I hope this will help Bjoern Weis > -Origi

[JBoss-user] Cluster configuration for a benchmark

2003-11-17 Thread Bjorn Weis
perties file in the conf directory, but it doesn't work. What I have to add to the jndi.properties? Is there any http load balancing integrated in jboss or could I use the mod_jk2 load balancing in the jboss tomcat? Thanx Bjorn Weis