[JBoss-user] [Beginners Corner] - Re: How can I use xpath with dom4j under JBoss?

2005-12-04 Thread lovejesus
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

[JBoss-user] [Beginners Corner] - Re: How can I use xpath with dom4j under JBoss?

2005-12-02 Thread lovejesus
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 :

[JBoss-user] [Installation, Configuration & Deployment] - Re: how can i use xpath in jboss?!

2005-11-29 Thread lovejesus
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

[JBoss-user] [Beginners Corner] - How can I use xpath with dom4j under JBoss?

2005-11-28 Thread lovejesus
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

[JBoss-user] [Installation, Configuration & Deployment] - how can i use xpath in jboss?!

2005-11-27 Thread lovejesus
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: createTopic Error!

2005-10-28 Thread lovejesus
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: createTopic Error!

2005-10-28 Thread lovejesus
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

[JBoss-user] [Messaging, JMS & JBossMQ] - createTopic Error!

2005-10-27 Thread lovejesus
the error part is : | private Context ic = null; | private TopicConnectionFactory factory = null; | private TopicConnection connection = null; | private TopicSession session = null; | private MessageProducer producer

[JBoss-user] [Messaging, JMS & JBossMQ] - problem in programming with jms

2005-10-25 Thread lovejesus
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