[jboss-user] [JBoss Messaging] - Clustered Connection factory

2007-07-12 Thread snecu001
Is this issue resolved ? http://www.jboss.com/index.html?module=bbop=viewtopict=108961 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063667#4063667 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063667

[jboss-user] [JBoss Messaging] - 3 Node Cluster messaging error

2007-06-21 Thread snecu001
JBoss 4.2 Messaging 1.3 When I start the third node in the cluster I get the error below. Any suggestions ? ERROR org.jboss.messaging.core.plugin.postoffice.cluster.DefaultClusteredPostOffice receive - Caught Exception in Receiver java.lang.ClassCastException:

[jboss-user] [JBoss Messaging] - cluster messaging error

2007-06-20 Thread snecu001
I have 2 JB servers set up as described in the guide for a development cluster. I have a scheduler running every minute that I deploy using farming and have set up using the example-cluster-service.xml in the farm folder. When I stop one server I get the error below but he scheduler still runs.

[jboss-user] [JBoss Messaging] - clustered topics and queues

2007-06-15 Thread snecu001
I am using messaging 1.3 with JB 4.2 clustered I have MDB1 listening to a clustered queue (QC1) and MDB2 listening to a clustered topic (TC1). Do I need to deploy MDB1 and MDB2 TC1 and QC1 on all nodes ? View the original post :

[jboss-user] [JBoss Messaging] - Re: Messaging Oracle persistence problem

2007-06-05 Thread snecu001
Problem solved: It seems that certain Oracle databses like to be refered to by their names. If you got a database called test where you have your messaging tables(JBM_**) them in the oracle-persistence-**.xml file need to change all table references to databaseName.tableName this is what worked

[jboss-user] [JBoss Messaging] - Re: Messaging Oracle persistence problem

2007-06-05 Thread snecu001
Yes I agree it would be but DBA's are very weird sometimes. I will try to ask for a testUser/testPassword and replace my credentials in the datasource config before JBoss gets installed on the production server. --Thank you View the original post :

[jboss-user] [JBoss Messaging] - Messaging Oracle persistence problem

2007-06-04 Thread snecu001
Are there any other tables that need to be created in oracle beside the ones mentioned in the oracle-persistence-service.xml ? These are the table that I have in my database : JBM_COUNTER JBM_MSG_REF JBM_MSG JBM_TX JBM_POSTOFFICE JBM_USER JBM_ROLES and still when I start JBoss I am getting

[jboss-user] [JBoss Messaging] - Re: Messaging Oracle persistence problem

2007-06-04 Thread snecu001
I know that my username/password for the oracle database does not have create/drop privileges on the Oracle database and I have sent to the dba the create table statements and create index statements. If this is a database issue will work it out. I was just triyng to make sure I am not missing

[jboss-user] [JBoss Messaging] - Re: Messaging Oracle persistence problem

2007-06-04 Thread snecu001
I am using other apps on that connect to the database and perform INSERT/SELECT/DELETE/UPDATE operations on tables in the same database but I cannot connect to the JB messaging tables. It just seems a bit strange to me. View the original post :

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging RMI/IIOP

2007-05-29 Thread snecu001
What I am trying to do is to have the iiop service run under the messaging configuration. I am looking for advice on how I could do that. I am posting to this forum because when I tried to drop the iiop-service.xml in the JBOSS_HOME/server/messagin/deploy I get many errors where JBoss is looking

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging RMI/IIOP

2007-05-29 Thread snecu001
Will try to follow the all config and move the IIOP service under the messaging configuration. How can I install messaging under the all configuration that ships with JBoss 4.0.5 ? I am using JB 4.0.5 and messaging 1.2.0GA View the original post :

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging RMI/IIOP

2007-05-29 Thread snecu001
Tim , Excellent can'wait to try it. Will the clustering in JBM work as well? --thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049511#4049511 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049511

[jboss-user] [JBoss Messaging] - JBoss Messaging RMI/IIOP

2007-05-26 Thread snecu001
I am trying to get the iiop service to work in the messaging configuration but when I put iiop-service.xml in the JBOSS_HOME/server/messaging/deploy JBoss is complaining and looking for jars that are in JBOSS_HOME/client. Questions is what do I need to do to start the iiop service under the

[jboss-user] [JBoss Messaging] - Re: Server Peer Configuration

2007-05-25 Thread snecu001
Thanks Tim. Will use it with persistence. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048663#4048663 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048663 ___ jboss-user

[jboss-user] [JBoss Messaging] - Server Peer Configuration

2007-05-24 Thread snecu001
I have replaced the Hypersonic database with oracle9i datasource. I have followed the wiki steps and configure the DefaultDS to point my oracle but when I use the messaging service I do not wish to use persistence i.e no database storage for PersistenceManager,PostOffice or JMSUserManager. The