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

RE: [jdom-interest] Building and XML Spreadsheet for Microsoft Ex
   cel - Office

Hi Per You a champ this worked like a charm. At the moment I am not sure if the name space is generic especially the uuid seems a bit suspect but I have copied the complete code here for all

AW: [jdom-interest] problem with a slash in xpath dir

Hi I\ 'm also using JDOM b-9. The Xpath path work under a tool called \ "xmlspy\ ". But it don\ 't work with JDOMs Xpath. I\ 'm using Sun Java 1.3. The jaxen version is 1.10. The source xp

SV: [jdom-interest] Error in build : trinity

Hi it smells like a concurrency problem. Have you made sure that each request uses a unique builder instance? /pmn

SV: [jdom-interest] Building and XML Spreadsheet for Microsoft Excel - Office XP

Hi Always used namespaces when creating elements. Add namespace declarations as necessary to the root element. For example

Error in build : trinity

We have developed a servlet to take XML files which uses the JDOM Parser in the JAVA code. Tests were fine and the system is in production. We are now getting a number of exceptions (but not all

Building and XML Spreadsheet for Microsoft Excel - Office XP Pro

Hi all Looking into a new project i.e. generating a MS Excel XML compliant document (Office XP Pro) to be used downstream for reporting purposes. I have been playing around with it and I seem

SV: [jdom-interest] problem with a slash in xpath dir

Hi this works for me using JDOM b-9 and the supporting jaxen-* libraries. Can you provide more details? /pmn > -----Ursprungligt meddelande----- > Fr?n jdom-interest-admin@(protected) > [ma

problem with a slash in xpath dir

Hello I have a problem with xpath path. I can?t get a node with xpath from a jdom document when there is a slash in the node text. For example error XPath failed to select Node. Node /AAB

Problems with language-specific characters :-(

Hi there! I?m new to JDOM and I use it because I needed easy access to XML for exchanging data. Its reall great! I?ve a problem with language-specific characters (? ? ? - dont know if your c

Problems with Jboss 3.2.1 and 3.2.2

Hi! Im trying use the Xpath feature of JDOM B9 in a SessionBean running on a JBOSS 3.2.2 server but Jboss is having troubles finding the saxpath library required at runtime. I have tried with bo

SAXBuilder.build() hangs JVM usingJDOMBeta 9

Hi Alex You might be right in that assumption. Currently using java version "1.3.1_07 " Java(TM) 2 Runtime Environment Standard Edition (build 1.3.1_07-b02) Java HotSpot(TM) Client VM (build

RE: [jdom-interest] SAXBuilder.build() hangs JVM using
   JDOMBeta 9

Hmm. That sounds like a VM bug doesn 't it? Java code shouldn 't be able to hang the VM itself. What VM and what platform are you using? Alex > > > "Forsberg Michael " <Michael.Forsberg@(protected) > 11/3

SAXBuilder.build() hangs JVM using JDOMBeta 9

Hi Alex The problem is that when the application hangs the java process is not responding to any kernel signals at all. The applications starts to create a number of threads that starts-up and whe

Re: [jdom-interest] SAXBuilder.build() hangs JVM using JDOM
   Beta 9

I don 't remember anyone ever reporting this. Do you want to send the thread dump to the mailing list? Alex > > > "Forsberg Michael " <Michael.Forsberg@(protected) > 10/31/2003 7 50 01 AM > > > Hi My

How to unsubscribe

SV: [jdom-interest] SAXBuilder.build() hangs JVM using JDOM Beta 9

Hi Have you made sure that each thread uses its own builder instance? /pmn -----Ursprungligt meddelande----- Fr?n jdom-interest-admin@(protected) [mailto jdom-interest-admin@(protected)] F

Child / attribute checking

I 'm just wondering if there is a easier way to check if Named Children / Attributes exists than executing a try/catch statement? something line (boolean)Element.childExists( " <childname > ") or (boole

getting error org.jdom does not exist

hi i am getting following error on trying to compile a javac file. i have included the jar files in my classpath package org.jdom does not exist please help Aniruddha fre-e-smile

JDOM/Xerces: Thread Safe

We have a number of apps that use some common JDOM/Xerces code. We have seen periodic failures and our testing points to some sort of multithreading/concurrency issues. Setup Weblogic 5.1 on S

SAXBuilder.build() hangs JVM using JDOM Beta 9

Hi My application has the purpose to parse and validate a large amount of XML-files and application is creating a number of threads that get a task from a synchronized list what XML file to start

RE: [jdom-interest] preserving linefeeds and carriage returns in
   transform.

Thanks jason! That worked. I was originally calling XMLOutputter outp new XMLOutputter() outp.setTextNormalize(true) but I removed the setTextNormalize(true) call and it worked.

Re: [jdom-interest] preserving linefeeds and carriage returns in
transform.

If you use XMLOutputter in its default configuration it doesn 't do any beautification and it 'll output whitespace exactly as held within the Document. -jh- Robert Priest wrote > Hello

special characters problem

Hi I am using JDOM Beta 8 version for XML parsing. we are happening to have lot of special characters (like registered marks copyright symbols trade marks and other many funky chars). After build

preserving linefeeds and carriage returns in transform.

Hello I know that the documentation says for XmlOutputter (http //www.jdom.org/docs/apidocs/org/jdom/output/XMLOutputter.html) says "In the case where the only content between the start an

Rachel D Hansen/CO/USB is out of the office.

I will be out of the office starting 10/27/2003 and will not return until 11/03/2003. I will respond to your message when I return.

SV: [jdom-interest] please help

Well make sure that you have jdom.jar in WEB-INF/lib /pmn > -----Ursprungligt meddelande----- > Fr?n jdom-interest-admin@(protected) > [mailto jdom-interest-admin@(protected)] F?r Sridhar Gopu

SV: [jdom-interest] Large XML file

Hi my experience is that a JDOM document tree is roughly 10 times the size of the XML source. At least that is my rule-of-thumb. Given your restrictions this sounds like a daunting task for

SV: [jdom-interest] encoding problem linux vs windows

Hi My guess is that the problem is not with JDOM or Java or the platform but with the editor/viewer/console (whatever) i.e. the application that you use to look at the result. How do you de

encoding problem linux vs windows

Hi I am using JDOM to process an XHTML page. The problem is with html entities such as   and é On Windows it handles them without problem. On Linux RH AS 2 it turns them into '?

Large XML file

Hi everyone Is there a way to efficiently handle very large XML files in JDOM? And also would 5 Mb file be considered a large XML file if the system memory is 256 Mb. We might need to proces
Page 38 of 45 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10