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
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
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
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
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
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
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
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