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

  | %@ page session=false%
  | %@ taglib prefix=c uri=http://java.sun.com/jstl/core; %   
  | %@ taglib prefix=fmt uri=http://java.sun.com/jstl/fmt; %
  | %@ taglib prefix=spring uri=http://www.springframework.org/tags; %
  | %@ taglib prefix=x uri=http://java.sun.com/jstl/xml; %
  | c:import var=xmlfile
  | url=/test.xml /
  | x:parse var=doc xml=${xmlfile} /
  | Test : br
  | x:out select=$doc/recordset/record /
  | 
but when I test my jsp, I ve the following error : 

  | HTTP Status 500 -
  | 
  | type Exception report
  | 
  | message
  | 
  | description The server encountered an internal error () that prevented it from 
fulfilling this request.
  | 
  | exception
  | 
  | javax.servlet.ServletException: org/jaxen/dom/DOMXPath
  | 
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:825)
  | 
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:758)
  | org.apache.jsp.test_jsp._jspService(test_jsp.java:80)
  | org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
  | javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
  | org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
  | org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
  | javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | 
  | root cause
  | 
  | java.lang.NoClassDefFoundError: org/jaxen/dom/DOMXPath
  | 
org.apache.taglibs.standard.tag.common.xml.XPathUtil.valueOf(XPathUtil.java:237)
  | 
org.apache.taglibs.standard.tag.common.xml.ExprSupport.doStartTag(ExprSupport.java:102)
  | org.apache.taglibs.standard.tag.el.xml.ExprTag.doStartTag(ExprTag.java:103)
  | org.apache.jsp.test_jsp._jspx_meth_x_out_0(test_jsp.java:139)
  | org.apache.jsp.test_jsp._jspService(test_jsp.java:70)
  | org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
  | javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
  | org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
  | org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
  | javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | 
  | note The full stack trace of the root cause is available in the Apache 
Tomcat/5.0.26 logs.
  | Apache Tomcat/5.0.26
  | 

I ve in my lib directory the jstl.jar and standard.jar ...

Can anyone knows how to fix my problem?

thx for any helps! :)



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3847026#3847026

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3847026


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 deploy directory, it successfully deploys a 
quartz service.
But at this point, I don t know how to schedule my ejb method (my ejb is already 
deployed in jboss). 

Can anyone help me plz 

Thx


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839375#3839375

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839375


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3838941#3838941

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838941


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835381


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user