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 35 of 45 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10  

Possible bug in SAXHandler when "namespaces " feature is off

I 've noticed that if I turn off the "namespaces " feature JDOM fails with the following exception Caused by org.jdom.IllegalNameException The name " " is not legal for JDOM/XML elements XML na

SV: [jdom-interest] java.lang.NoClassDefFoundError:org/saxpath/SAXPathException

Hi I wonder if this problem is due to JBOSS using a non-spec-compliant class loading scheme per default. I 've seen some posts implying that it is possible to change this behaviour and configure

SV: [jdom-interest] XMLOutputter changes from b8 to b9

Hi Instead of xmlOutputter.setTextTrim(true) try xmlOutputter.setTrimAllWhite(true) At least your test case says yay! /pmn PS. Is it imprudent to ask why those spaces

RE: [jdom-interest] java.lang.NoClassDefFoundError:org/saxpath/SA
   XPathExcepti

Great! It works now. Thank you very much Johan. I followed your suggestions. Guru. -----Original Message----- From Johan M?r?n [mailto Johan.Moren@(protected)] Sent Friday January 16 20

code sample for the XMLOutputter question.

1) I have configured the SAXBuilder with this instructions SAXBuilder saxBuilder new SAXBuilder(true) saxBuilder.setFeature( "http //apache.org/xml/features/validation/schema " true) saxBuil

Problem with XMLOutputter with a Document validated with XSD

Hi all I have a file like this file in input <ADT_A01 xmlns "urn hl7-org v2xml " xmlns xsi "http //www.w3.org/2001/XMLSchema-instance " xsi schemaLocation "urn hl7-org v2xml ADT_A01.xsd " > <MS

java.lang.NoClassDefFoundError:org/saxpath/SAXPathException

Hello I am getting a java.lang.NoClassDefFoundError org/saxpath/SAXPathException while trying to access a jsp which in turn calls a bean in my web application. I got the same during unit test

XMLOutputter changes from b8 to b9

Hi There We 've recently upgraded from Jdom b8 to b9 and had a few errors in the upgrade process. If I have an XML document like so String xml " <enterprise >\n "+

SV: SV: [jdom-interest] Building documents from XML fragments

Hi A quick FragmentParser for your convenience ... (not seriously tested). /pmn -----Ursprungligt meddelande----- Fr?n jdom-interest-admin@(protected) [mailto jdom-interest-admin@(protected)

SV: [jdom-interest] Building documents from XML fragments

Hi For each fragment build a valid XML string (with namespace declarations) parse it detach the single child of the root element and insert it in the target document. Or did I miss anyt

Building documents from XML fragments

Hi I am wondering what is the suggested way of building an XML document from fragments of XML. The xml is returned from a remote server in response to an XPath query - in particular there is a p

Document in-memory validation

*From http //www.jdom.org/docs/faq.html#a0370 How can I perform in-memory validation against a DTD or Schema? Currently you can 't do this in JDOM or any other Java document object model API. How

jdom versus xalan?

I noted that JDOM has an XSLT processor capability. Does this require XALAN or does JDOM have its own implementation of XSLT/transformer? If it has its own implementation how does it compare fu

Contribution (ElementFilter)

Resent patches against latest CVS files.

SV: [jdom-interest] Applets with JDom

Hi what about the other machines do they have the same java plugin installed? If not then there will be no SAX parser available and hence your exception. /pmn -----Ursprungligt med

Applets with JDom

hi my name is Leonardo Porto and i 'm new in this list. I am here to ask how can i use JDom on an Applet. I have my applet that runs with jdom on my machine. But it doesn 't run in other machines

Creating multiple Elements

In my program I?m quiring the database for an activity then check the array of activities activity[6] if the activity exist in the array if it does exist I then copy the activity into another array

Subject: Contribution

Hello I 've already sent similar mail to this list but I haven 't get any reply from the moderator (rejected nor accpeted reply). Well I sent it on x-mass or in the time between it and new year

Moving from an older JDOM

My project is currently using JDOM B6 in particular the jdom-jdk11.jar form. The project needs to run under JAVA 1.1.8 on Macintosh Classic and OS/2 because a noticible number of the users are

SV: [jdom-interest] empty xmlns

Hi It 's there because the element is in no namespace and because the default namespace at that point is "http //domain1/path1 ". However I don 't see how you could even arrive at the first ele

Subject: empty xmlns

Hello I have been using JDOM for a short while and am very happy. I have come across a problem today I want to produce something like this <envelope MessageBody xmlns "http //domain1/pa

SV: [jdom-interest] Best strategy for caching JDom Document instance and provide

Hi did something similar about two years ago and i can 't remember concurrent read access being a problem. However in this case the motivation for using a cache was the time saved not parsing

Re: [jdom-interest] Just joined the lists. Double check
documentation source

At 1 42 PM -0500 1/8/04 Willie H Armstrong wrote >Are there any other documentation sources online that may be helpful for > 'how-to ' questions? > Chapter 14 and 15 of Processing XML with Jav

RE: [jdom-interest] Just joined the lists. Double check documen
   tation sourc

Yup the source code itself. http //www.jdom.org/downloads/source.html CVS and more. Rolf -----Original Message----- Are there any other documentation sources online that may be helpful

Just joined the lists. Double check documentation sources.

Hello to all I just joined the mailing list and wish to ensure I have a full list of documentation sources. I hate posting a question I can look up. So far I have identified the following doc

Best strategy for caching JDom Document instance and provide

"Guillaume Berche " writes > Then I wonder whether JDom beta 8 or beta 9 would have problems with > concurrent read accesses. I 've haven 't yet read the code in details but I > think I read some

SV: [jdom-interest] Creating multiple Elements using JDOm

You just create and add the elements as needed Element d new Element( "Details ") d.addContent(new Element( "name ")) d.addContent(new Element( "name ")) d.addContent(new Elemen

Best strategy for caching JDom Document instance and provide con

Hello I 'm very pleased with JDom API because it 's simple and intuitive. Thanks Jason for this great library! I looked into the FAQ and into this list archive but could not find a definitive answ

Creating multiple Elements using JDOm

Hi AllHow do you create an element which has the same multiple children for example like below Details Element having more that one Name subElements. Best RegardsMoipone -----

infanticide by setAttribute?

When I do Element.setAttribute(String name String value) the returned Element is missing all its children. (jdom b9 jdk 1.4.1). Is this what it 's supposed to do? Edward Barrow ______________
Page 35 of 45 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10