[JBoss-user] [Messaging, JMS & JBossMQ] - Problems while Remote Client communicating to JMS topic

2005-09-28 Thread mandarkul
I want to write a Remote Client communicating with a Topic deployed on my JBoss 3.2.6. I have performed following steps. 1) Go to \\default\deploy\jms\jbossmq-destinations-service.xml. 2) Create a New Topic by adding following XML declaration to the file | | jboss.mq:service=Destina

[JBoss-user] [Installation, Configuration & Deployment] - Re: Jboss deployment error

2005-08-23 Thread mandarkul
Hi Darranl, Finally I got rid of this problem.I was using Jboss 3.2.3.However I was doing development on JBoss-IDE plug-in for Eclipse. The only thing i had to do to solve the problem is to make following change in "jboss.xml" | | Original :- | http://www.jboss.org/j2ee/dtd/j

[JBoss-user] [Installation, Configuration & Deployment] - Re: Jboss deployment error

2005-08-23 Thread mandarkul
Hi darranl First of all thanks a lot for showing so much interest in my problem. My Java_Home is pointing to JDK 1.4 only. Secondly the same EAR is running properly on other machines of my colleagues in the team.Only the JBoss on my machine is giving this strange error.I have even tried copy

[JBoss-user] [Installation, Configuration & Deployment] - Re: Jboss deployment error

2005-08-23 Thread mandarkul
My Jboss version is 3.2.6. Also, jdk 1.4 & 1.5 is installed on my machine. org.jboss.deployment.DeploymentException: www.jboss.org; - nested throwable: (java.net.UnknownHostException: www.jboss.org) at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:316) at org.jbo

[JBoss-user] [Installation, Configuration & Deployment] - Jboss deployment error

2005-08-22 Thread mandarkul
Getting following exception UnknownHostException:www.jbosss.org View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891007#3891007 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891007

[JBoss-user] [Persistence & CMP/JBoss] - Problems in establishing 1:1 self relationship

2005-01-19 Thread mandarkul
I have an entity beans(CMP) QuestionCategories . I am trying to establish a one to one self relationship. I am deploying my EJBs on JBoss 3.2.6 Here are my XML configuration files... ParentQuestionCategories- ChildQuestionCategories ParentQuestioncategory One QuestionCategories ChildQues

[JBoss-user] [Persistence & CMP/JBoss] - Bidirectional Self-realtionship : Is it possible?

2005-01-10 Thread mandarkul
Hi I am having an Entity Bean "TestCategories". I want to have a bidirectional self-relationship for my entity bean. So Ideally my entity bean will be something like public abstract class QuestionCategoriesBean implements EntityBean { public

[JBoss-user] [Installation & Configuration] - Installing JBoss on Linux

2004-11-21 Thread mandarkul
I have been using JBoss for last few days and I am really quite impressed with the quality of Jboss even after being an open source. However I am quite new to Linux. I want to install JBoss on Linux and want to deploy My EJBs. Can anyone tell me the detailed procedure for Installing JBoss on Linu