Thanks a lot
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910563#3910563
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910563
---
This SF.net email is sponsored b
no solution until now.
how do you succeed in 4.0.2?the dom4j.jar in 4.0.2 doesn't have xpath package
eighter,do you replace it with your own?and it works well?
i don't konw why there are two dom4j.jar s in jboss.i hope the the AS would be
more robust for our end users.
View the original post :
not until now.bruno,we could have a discussion.
i 'm starting wondering it is a bug of jboss,because i can't manipulate xpath
using jdom 1.0 either!
would someone give us some hints?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909651#3909651
Reply to the p
the problem is--
i want to use xpath api of dom4j,but the dom4j.jar under jboss4.0.3sp1 doesn't
contain the xpath interface! i 'v been struggling for hours before i realize
this,so i replaced dom4j.jar with the newest dom4j.jar in two places separately.
But -- still it doesn't help ,because i h
forgive me for asking the question here,i do this because i just don't know
where to issue this question,maybe a bug of jboss?
the problem is--
i want to use xpath api of dom4j,but the dom4j.jar under jboss4.0.3sp1 doesn't
contain the xpath interface! i 'v been struggling for hours before i rea
anonymous wrote : If you have MDB that listens on Queue/Topic that doesn't
exist at deployment time,Queue/Topic is created by JBoss.
this is exactly what i want!
for example , topic/MyTopic does'nt exist at the deploy time,so i want to
create one topic named MyTopic at the run time.
but when
the same error still occurs.
i read the spec saying : better creating topic or queue using jmx-console than
programming, also i found a very complicated example to add a topic to the
system.but is there any easy way to do this like
topic = session.createTopic("topic/MyTopic")
to create a
the error part is :
| private Context ic = null;
| private TopicConnectionFactory factory = null;
| private TopicConnection connection = null;
| private TopicSession session = null;
| private MessageProducer producer
hey,everyone!
i 'm new here.have some problems when programming with jms in jboss 4.0.2:
1.What's the differece and relationship between the config files under
deploy-hasingleton\jms and deploy\jms? What do I need to do if I want to config
my jms provider and jms destination?
2.When running a j