[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 : | | | | | and I tried to render it by using the xml jstl tag. So my jsp looks like : | <%@ page session="false"%> | <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %> | <%@ taglib prefix="fm

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

[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 : instead of : hope it helps, regards View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835381#3835381 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835381 -