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 19 of 45 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10  

Parsing WSDL with JDOM? How?

Is anyone parsing WSDL with JDOM? If so how do you do so? I am getting a error cvc-elt.1 Cannot find the declaration of element 'wsdl definitions '. Here is my code (this is Jython but you sh

Plans for a version of JDOM that uses java generics?

I know this is only available in Java 1.5.0 or later but reworking JDOM to use generics has a lot of appeal. Has this been discussed? Regards Alan Deikman ZNYX Networks

RE: [jdom-interest] Plans for a version of JDOM that uses java
   generics?

I sure hope so. I 'm using JDOM with 1.5 now and the "unchecked cast " warnings are very annoying. Supporting 1.5 should be a high priority. Steve Buroff > -----Original Message----- > From jd

JDOM SAXBuilder validation schema with Java

JDOM SAXBuilder validation schema

Schema include and import

I manage an open source utility and framework for testing Web Services for scalability and performance. (Details on TestMaker are at http //www.pushtotest.com) I 'm working on a more advanced Wizar

Help Needed with JDOM

Hi Folks I 'm trying to parse and validate a xml document but I get the following error... java.net.MalformedURLException null java.lang.NullPointerException Here is the copy of my s

setTextTrim & setNewlines

I just recently upgraded to JDOM 1.0 from JDOM b9. The code below no longer works because setTextTrim() & setNewlines() are no longer present. What is the recommended way to perform these actions

IBM legal questionnaire

Some of you may have just received an email from Frank at IBM asking you to answer a questionnaire about your contributions to JDOM. Let me give you some background and advice. The reason IBM '

Ignoring undeclared entities?

Dear All I 'm using jdom 0.9 and have sometimes to parse XML with undeclared entities. The parsing aborts then with an exception which is also a fatal error (so I can 't just ignore it by impleme

Re: [jdom-interest] Still error 12:40:16,
   851 ERROR [LogInterceptor] Unexpecte

I would do a find for the jaxen jar on your machine. I suspect you might have multilple copies somewhere and double check your classpath setting.... ALL your classpath settings in the system and in

Unexpected Er

Hi all it 's from two days tha i 'm tring to understand what 's happening. I must read an XPDL file i use JDom 1.0 dom4j-full 1.5.2 JBoss 3.2.5 wfmOpen 1.2.1 well if i try to read this file by usin

Mechanics of JDOM

Folks Not clear from jdom.org website as to how does the JDOM validation works. On the website it talks about how to set parameters when validating an instance of XML against a schema.

Bug in SAXBuilder.build(File)

Hi It seems that SAXBuilder.build() method only support Linux style paths "/home/user/anything ". I 'm having a hard time trying to solve this problem in Windows f new java.io.Fi

Parsing Microsoft Word Documents

Hi I am trying to parse a Microsoft Wrod document with the SAXBuilder but I get an error that attributes must be qouted. When I look at the document I see that indeed some attibutes especially i

java.lang.NoSuchMethodError:
   org.jaxen.BaseXPath. <init >(Ljava

Hi all.... i 'm very newbie so pardon me -) I have this error 15 23 43 733 ERROR [LogInterceptor] Unexpected Error java.lang.NoSuchMethodError org.jaxen.BaseXPath. <init >(Ljava/lang/String Lorg/j

XMLOutputter: setIntent( boolean value )

Hi all i want to pass form JDom 0.8 to JDom 1.0 i have some classes in these classes there is the use of method setIntent(boolean value) and of setNewLines(boolean value) that are of XMLOutputter..

How to disable <!DOCTYPE > parsing

I am pretty sure this is not a specific JDOM problem but I wanted to see if any of you has an idea. I am parsing some XML data using JDOM and SAXBuilder. The data is posted by a web client to

Creating a JDOM Doc from a XML String

<html > <div style 'background-color ' > <DIV class RTE > <P > <BR > <FONT face Verdana size 2 >Hi <BR > <BR >What is the best way of creating a JDOM document if I have a XML string as input ( Eg < ROOT_XML>

Parser Pooling

<html > <div style 'background-color ' > <DIV class RTE > <P > <FONT face Verdana size 2 >Hi <BR > <BR >I have heard that pooling the parser or using the same parser by making it a static object can improve t

JDOM and Apche SOAP

Hi Is it possible to use JDOM with Apache SOAP ? More specifically in SOAP service method such as public void TestMSG(Envelope inEnv SOAPContext inRequest SOAPContext outResponse) Is

StAXTextModifier.java (removing indentation white
   space with S

[related to my earlier email regarding new functionality of StAXBuilder class ignore if not interested in the implementation details] After thinking about what is really needed to heuristically

Re: [jdom-interest] avoiding
   java.util.ConcurrentModificationException

Are you using the remove() method on the iterator or list? Use the iterator. Brad "awais hamid " writes > > i have a List which contains JDOM elements .Also i have an iterator on the >

avoiding java.util.ConcurrentModificationException

i have a List which contains JDOM elements .Also i have an iterator on the list . when the iterator reaches a special element i want to delete that element but i am getting java.util.Concurre

Adding elements after ResultsetBuilder class

Hi Folks Is there anyway of adding extra elements after fetching rows from a table and using ResultsetBuilder class. The idea is that we have the xml like below...where a b c d&e are all

Re: [jdom-interest] setIgnoringElementContentWhitespace inoperant
   ?

le 9/12/04 0 37 Jason Hunter ?? jhunter@(protected) a ??crit? > Not all whitespace is ignorable. Ignorability comes from the DTD where > the parser knows certain sections are element only so the

Re: [jdom-interest] setIgnoringElementContentWhitespace inoperant
?

Not all whitespace is ignorable. Ignorability comes from the DTD where the parser knows certain sections are element only so the whitespace doesn 't matter. Now if you output from JDOM with a

setIgnoringElementContentWhitespace inoperant ?

Hi I 'm using jdom 1.0. I have the following code public static Document ReadDocument(File inFile) throws JDOMException IOException { SAXBuilder sax new SAXBuilder(

Subject: XML 1.1

What are the plans for jdom to support XML 1.1? I just found out that one of our recently released products was "updated " to XML 1.1. No there was not a customer need for it the developer was

JavaDoc in Filter.java

Hi All The JavaDoc on Filter.java java says..... A generalized filter to restrict visibility or mutability on a list. I 'd agree that a filter is used to define the visibility but I 'm

Job opening at O 'Reilly

Hi As part of my day job at Mark Logic I 've been helping O 'Reilly on an interesting Java XML and XQuery related software project. O 'Reilly 's looking to hire a senior Java person to help wit
Page 19 of 45 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10