[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-19 Thread siddharth_2279
Hi, anonymous wrote : You can drop this file to jboss-5.0.0.GA\server\default\deploy and start the server. Please refer to the http example that comes up with jbm 1.4.1.GA. I dropped the file at the said location at then I started the server. It worked. The server started without any exceptio

[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-18 Thread siddharth_2279
Hi, anonymous wrote : | bisocket is the default transport JBM uses. you can find remoting-http-service.xml under 5.0.0.GA/docs/examples/jms directory. I found the file at this path. Now what do I do ? Do I copy this file at location (jboss-5.0.0.GA\server\default\deploy\messaging). Do I nee

[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-17 Thread siddharth_2279
Hi, anonymous wrote : You need to deploy the http remoting transport. There should be an example, remoting-http-service.xml. | | The Remoting docs will have instructions on how to do this. What do I need to do to deploy the http remoting transport. Where is this file : remoting-http-servi

[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-17 Thread siddharth_2279
Hi, anonymous wrote : | It looks like you configure the factory to use http transport but you didn't deploy it accordingly. If so you need to deploy the http transport. You can find in http example the sample http configure file. How do we do this? Where is the http example in the sample h

[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-15 Thread siddharth_2279
Hi All, Any update on my post. Please help me in solving this. I am not able to proceed because of this exception. I am again printing the whole console trace. === | | JBoss Bootstrap Environment | | JBOS

[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-13 Thread siddharth_2279
Hi, Thanks for your help. I stopped the port 8080. Then I again started the server. But I am still getting the exception. Please Help !!! 18:50:45,478 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console, vfsUrl=jmx-console.war | 18:50:45,994 ERROR [ProfileServiceBootstrap] Failed to lo

[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-13 Thread siddharth_2279
Hi, Thanks for you help. I corrected it and ran the server. I got the following exception 13:49:44,129 INFO [TomcatDeployment] deploy, ctxPath=/, vfsUrl=ROOT.war | 13:49:44,738 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console, vfsUrl=jmx-console.war | 13:49:45,020 ERROR [ProfileSer

[jboss-user] [JBoss Messaging] - Exception coming in creating our own Connection Factory

2009-02-12 Thread siddharth_2279
Hi All, I am using JBoss-5.0.0.G.A. I am creating my own Connection Factory. I removed the comments in the file connection-factories-service.xml. Following are the excerpts from the file | | | | | | | | |

[jboss-user] [JBoss Messaging] - Re: JNDI lookup failed for QueueSender program

2009-02-11 Thread siddharth_2279
Hi, Thanks for the prompt reply. anonymous wrote : you should look for connection-factories-service.xml, this file can configure JNDI name mappings for a connection factory. The default names are: | | /ConnectionFactory | /XAConnectionFactory Q 1. What do we mean by /XAConnectionFact

[jboss-user] [JBoss Messaging] - JNDI lookup failed for QueueSender program

2009-02-11 Thread siddharth_2279
Hi All, I am trying for a simple Queue Sender and receiver JBoss messaging program. I am using JBoss-5.0.0 G.A. application server. I am getting the following exception while running the program. ]JNDI lookup failed: javax.naming.NameNotFoundException: QueueConnectionFactory not bound publ

[jboss-user] [JBoss Messaging] - Jars required for JBoss Messaging.

2009-02-02 Thread siddharth_2279
Hi All, I am using JBoss app server 5.0.0 GA. I am trying to run a simple Queue and Topic Sender/receiver program. Please could you tell me the jars required for JBoss Messaging program. Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=420

[jboss-user] [JBoss Messaging] - Re: Connection Factory Configuration problem in JBoss Messag

2009-01-26 Thread siddharth_2279
1) Any update on this topic. Please Help !!! 2) Also does JBoss 5.0.0-G.A. not give us a default QueueConnectionFactory and TopicConnectionFactory. This seems to be the case as its giving QueueConnectionFactory not bound. But in JBoss-4.2.2 G.A. we used to get a default QueueConnectionFactory a

[jboss-user] [JBoss Messaging] - Connection Factory Configuration problem in JBoss Messaging

2009-01-13 Thread siddharth_2279
Hi All, I have my own connection factory entry in (jboss-5.0.0.GA\server\default\deploy\messaging\connection-factories-service.xml) | | | | | | | | | | jboss.messaging:service=ServerPeer |

[jboss-user] [JBoss Messaging] - Re: Configuring administered objects(queue/topics) in JBoss-

2009-01-13 Thread siddharth_2279
Thanks Peter that really helped. Thanks a lot for your response. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201331#4201331 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201331 _

[jboss-user] [JBoss Messaging] - Configuring administered objects(queue/topics) in JBoss-5.0.

2009-01-11 Thread siddharth_2279
Hi All, I have downloaded and installed JBoss-5.0.0.GA on my machine. I would like to configure my own queues and topics. For this I went to the location (jboss-5.0.0.GA\server\default\deploy\messaging) on my machine. There I went to destinations-service.xml . I opened this file and found the

[jboss-user] [JBoss Messaging] - Re: JMS ConnectionFactories

2009-01-03 Thread siddharth_2279
Yeah I read this post. But I have still not got answer to my question : anonymous wrote : | 1) How do I create a QueueConnectionFactory / TopicConnectionFactory in JBoss if I want to create my own connection factories ? I have JBoss 4.2.2 installed. Please guide me. Any help would be greatly

[jboss-user] [JBossMQ] - Creating Connection Factory in JBoss MQ.

2009-01-03 Thread siddharth_2279
Hi All, I am using JBoss 4.2.2 GA as my application server. It user JBoss MQ. I am aware that for creating our own queues and topics we have to make an entry in jbossmq-destinations-service.xml (jboss-4.2.2.GA\server\default\deploy\jms). But I am not able to find as to how do we create our own

[jboss-user] [JBoss Messaging] - Re: JMS ConnectionFactories

2009-01-03 Thread siddharth_2279
What is JBM ?? I am using JBoss 4.2.2 GA app server. It uses JBoss MQ as its messaging provider. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199337#4199337 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199337

[jboss-user] [JBoss Messaging] - JMS ConnectionFactories

2008-12-21 Thread siddharth_2279
1) How do I create a QueueConnectionFactory / TopicConnectionFactory in JBoss if I want to create my own connection factories ? I have JBoss 4.2.2 installed. Please guide me. Any help would be greatly appreciated. Thanks. 2) In addition to the above query if I want to administer and connect to

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JNDI bound SessionFactory !!!

2008-07-19 Thread siddharth_2279
Hi All, 1) Could anyone please tell me the steps to create a JNDI bound Session Factory. I am struggling with it for days. Please Help !!! 2) Is there a difference between JNDI bound SessionFactory and normal JNDI connection using Hibernate. I am using the following softwares : JBoss AS 4.2.

[jboss-user] [JNDI/Naming/Network] - Could not find datasource !!!

2008-07-19 Thread siddharth_2279
Hi All. I am stuck in a peculiar problem and struggling with it. I have a created a standalone program in Java that accesses a database through a DataSource which I have configured in JBoss AS. I am trying to access the database using JNDI. I have a program by the name of SaveExample | pri