[JBoss-user] [HTTPD, Servlets JSP] - JSTL problem with x:out

2004-09-02 Thread khem
Hi all : I have an xml file in /test.xml which looks like this : | recordset | record begin=20040701 00 count=114 end=20040702 00 / | record begin=20040702 00 count=107 end=20040703 00 / | /recordset | and I tried to render it by using the xml jstl tag. So my jsp looks like : |

[JBoss-user] [EJB/JBoss] - Re: Schedule an EJB method

2004-06-21 Thread khem
Hi, anonymous wrote : | We do this by implementing a simple MBean which is an EJB client. | How do you do that? can you post some code and how deploy the mbean? Otherwise, i downloaded quartz and took a look into it. There s a quartz.jar in lib directory. When I place this jar in jboss

[JBoss-user] [EJB/JBoss] - Schedule an EJB method

2004-06-16 Thread khem
Hi, I have an EJB which contains a business method. I have deployed my EJB in JBOSS 3.2.3 and tested successfully with a simple client. Now I want this method to be schedulded with quartz but i don t know how to do this.. Can anyone give me more precision? thx in advance View the original

[JBoss-user] [Beginners Corner] - Re: Chapter 3 of the tusc tutorial

2004-05-18 Thread khem
hi, in xdoclet.xml, try : dao pattern={0} destdir=${project.dir}/${ejbsrc.dir}/ instead of : dao pattern={0} destDir=${ejbsrc.dir}/ hope it helps, regards View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835381#3835381 Reply to the post :