Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
JSP - A mailing list about Java Server Pages specification and reference
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Subject: Servlet : Session invalidate
Oracle Connection Pooling in 3 2 2
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Subject: Running a Simple JMS Example
Tomcat and webapplication specific java library path
Mapping in workers2 properties
org apache jasper JasperException
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action
   MESSAGE
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
Value attribute of <html:checkbox
url string for connecting jboss to oracle
javax servlet ServletException: BeanUtils populate
5 0 18: Windows XP Pro vs Windows 2000
HTTP Status 404 The requested resource is not available
 
JDOM
Page 15 of 45 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10  

Null Pointer Exception from getTextTrim() method

Folks here is my code snippet.... Line1 - Element childelem2 element.getChild( "ClosingPrice " element.getNamespace()) Line 2 -String date[x] childelem1.getTextTrim() and he

Wierd SAX Error . . .

I have a couple of pretty large XSLT files that error at the SAX parser with the following error javax.xml.transform.TransformerException org.xml.sax.SAXParseException XML document structure

Xpath element returning NULL

Folks Can someone help please. I 'm trying to locate this element code snippet... Element element1 (Element) XPath.selectSingleNode(pf.doc "SOAP-ENV Envelope/SOAP- ENV Body/getIndex

XPath expression / Jython / JDOM

Hi. I have a problem with my XPath expression I can 't seem to get any result when I use the selectSingleNode. The code is written in Jython The XML file looks like this <?xml version "1.0 " ? >

Subject: PI problem

Hi I have a problem including a process instruction. I want to include the following PI <?xml encoding 'EUC-JP '? > When calling map new HashMap() ma

setting the encoding after a transformation

Greetings I am trying to control the encoding of a transformed xml document but it stubbornly refuses to change (it always comes back as UTF-8 which is the JDOM default). Here is

Output Method problem

Folks I 'm using Eclipse for development it complains - "THE METHOD Output(List OutputStream) in the type XMLOutputter is not applicable for arguments (Document FileOutputStream) " Yet t

Subject: JDOM & XPATH

Folks Do I need to install Jaxen to use Xpath from Jdom.xpath class as I 'm getting the following error. java.lang.NoClassDefFoundError org/jaxen/BaseXPath at java.lang.Class.forName0(Nat

Jdom & Xpath error in IDE

Hi Folks Here is my code snippet. import org.jdom.Element import org.jdom.xpath.XPath import org.w3c.dom.Document import org.xml.sax.SAXException try { Document doc parseX

Exception when creating a document from arraylist

Hi all My problem is to edit an xml document to remove the duplicate entries it has before giving it to the XSL for display.... Here goes my logic 1)Get the document. 2) traverse it fo

java.util.ConcurrentModificationException

Hi all I am having a ListIterator to traverse my JDOM. When I find a list of my interest I am removing it using remove()...Its throwing ConcurrentModificationException..Any thoughts wil

Erroneous Handlers w/XPath

Hi everyone We 've been using JDOM quite successfully but ran into a problem. When we use Xpath expressions (org.jdom.xpath.Xpath) we get an "Erroneous Handlers " java.lang error when using BEA

File on Network: No Mapped Drive

I am trying to access a file using JDOM that is located on a NFS. Whenever I provide the SAXBuilder with the UNC path (\\DriveName\\path\\filename.xml) I receive the error "Error in building Not Lo

newbie question: save changes to document

Hi I have a question about saving changes to elements into an existing document. I retrieve an element using a simple xpath expression. After that I modify the element and want to write the

jdom.jar and Websphere 6.0

I am using JDOM in a J2EE web application. My server environment is Websphere 6.0.1 Here 's what I have in my EAR file foobar.ear/foobar.war/WEB-INF/lib/jdom.jar When I tried u

disable-output-escaping

Hi I have an XML in which a tag contains some HTML code protected by a CDATA in this way <VBDESCRIPTION > <![CDATA[aaa <font color "#009900 " >bbb </font > <font style "BACKGROUND-COLOR #0000ff " >

JDOM Entity references for special characters

Hello I 've encountered the following problem in a project I 'm working on 1. When I parse an XML-file with the following special characters &ldquo test valid zone &rdquo they obvious

XMLOutputter and utf-8

Hi all I 'm having a little trouble figuring out utf-8 encoding with JDom. The output from this sample program is returning a single hex value \xc9 for an E-acute but according to this page

Re: [jdom-interest] Namespace Collision exception when adding an
   additional na

"PJ Fanning " writes > I got an exception when I executed code along the lines of the following > > Namespace ns1 Namespace.getNamespace( "aaa " "http //acme.com/aaa ") > Element e new El

Namespace Collision exception when adding an
   additional namesp

Hi I got an exception when I executed code along the lines of the following Namespace ns1 Namespace.getNamespace( "aaa " "http //acme.com/aaa ") Element e new Element( "aaa " ns1) e.setA

Storing DTD (but not XML) inside a Jar file

Hello First of all great library. Very powerful yet simple to use. Thanks. Second... I 'm bundling my application in a Jar file. The user will provide a XML config file to be parsed by JDOM

XML Entities in attributes

Hi I 'm using JDom to create an XML-File (an OWL file to be precise). Therefor I need to have a reference to an entity in the value of an Attribute <owl Class rdf about "&wn LexicalConcept " > A

JDOM, Resin 2.0.13 org.jdom.*

I 'm not so sure how to add to my original problem via email. This is the stack trace. I am using JDOM1.0 from http //www.jdom.org/dist/binary/. org.jdom.IllegalNameException The name "xml lang "

JDOM, Resin 2.0.13,
   org.jdom.input.SAXBuilder.build()

I have a jsp file listed below (and running here http //www.clandecadence.com/john/jdom.jsp). I am using the JDOM 1.0 release against an Atom.xml file (located here http //jrosocha.blogspot.c

SAXOutputter problem

Hi All I have some problem in reading xsd inside my wsdl..these are my instructions.. (I use a specia parser for schema reading XSOM XML Schema Object Model..a sun API based on SAXParser) X

parse value from multiRef

Hi Can anyone give me some clues how to parse the value when 'href ' & 'multiRef ' exist? For instance how to read the 'false ' value of 'successful ' in the following xml <soapenv > <soapenv

Jaxen in JDOM - NoSuchMethodError

Hi all Are there known issues with using Jaxen together with JDOM for XPath processing? I 've been using org.jdom.xpath.XPath to try to apply xpath expressions but always get the same runtime erro

RE: JDom parser or stick to a Sax parser???

Hi folks I 've just joined this mailing list and am using JDom for the first time. We 're looking at scalability and database growth at the hands of our product at the moment. I successfull

creating & adding a node at the same time

Hi all jdom looks pretty cool. I use it for building xml documents. However I often find that I need to create an element and add it to the higherarchy but jdom doesn 't provide a one-step way

Subject: Jdom hangs ..

Hi - I am facing a strange problem with an XML message when I try to parse it in **validating** mode using JDOM 's SaxBuilder. The SaxBuilder.build() method hangs. In the dtd I have one element w
Page 15 of 45 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10