Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
446 views

Use Jakarta Digester or JAXB?

Given a scenario: I have my own system's object structure. Now there are more than one XML sources I have to map to my java classes. And there is no need to convert Java object back into XML. What's ...
2
votes
4answers
325 views

Digester: The element type “user” must be terminated by the matching end-tag “</user>”

I'm using Digester to parse a xml file and I get the following error: May 3, 2011 6:41:25 PM org.apache.commons.digester.Digester fatalError SEVERE: Parse Fatal Error at line 2336608 column 3: The ...
2
votes
3answers
994 views

When and why would you use Apache commons-digester?

Out of all the libraries for inputing and outputting xml with java, in which circumstances is commons-digester the tool of choice?
1
vote
2answers
103 views

XML parser + Indexing data

I need to index some xml documents with Lucene, but before that, i need to parse those XML and extract some info inside their tags. The XML looks like this: <?xml version="1.0" ...
1
vote
2answers
799 views

Java, java.lang.reflect.InvocationTargetException with Digester parser

I've a Java app, working with Lucene and Apache commons Digester to parse a xml collection. After the first item is parsed, I get this error... What does it mean ? Feb 24, 2011 5:53:16 PM ...
1
vote
2answers
921 views

Struts2 & Tiles: When apache.org is down my webapp fails to start

I am building a Struts2 web application which uses tiles however I have discovered a quite frustrating problem where if apache.org is down (which seems to happen quite regularly) the web application ...
1
vote
3answers
404 views

Locating Specific Attributes in Digester - Java

I'm using the Apache Commons Digester and trying to locate a particular tag in the structure to include in the object. <parent> <image size="small">some url</image> ...
1
vote
1answer
535 views

Wildcard in Digester XML rules

I've seen different threads that discuss the kind of issue I have. Here are few: http://www.mailinglistarchive.com/commons-user@jakarta.apache.org/msg05061.html, ...
1
vote
1answer
483 views

Digester: Extracting node name for a map<tagname, value>

My question is close to this one: Digester: Extracting node name Even with the answer, I can't find out. Here is my xml file (from smartgwt RestDataSource POST): <data> <isc_OID_14> ...
1
vote
4answers
368 views

IN java, how a commons-Digester process an input XML file?

I am new to Java and I came across a statement in a Java project which says: Digester digester = DigesterLoader.createDigester(getClass() .getClassLoader().getResource("rules.xml")); ...
1
vote
2answers
869 views

How do I represent an XML file as a Java object using commons-digester?

Following on from my recent question regarding parsing XML files in Java I have decided to use the commons-digester library. I am now familiar with this process and now want to create a Java class ...
0
votes
1answer
32 views

Apache Digester How do I get some xml nested within a tag as a literal string?

I am parsing a XML with Digester. A part of it contains content formatted in cryptic pseudo-HTML XML elements which I need to transform into an PDF. That will be done via Apache FOP. Hence I need to ...
0
votes
0answers
28 views

Digester 3 calls contructors twice when creating objects

There is a strange behavior in Digester that I cannot wrap my head around. I have the following code that call the "Role" object's constructor whenever it encounter the "roles/role" node in the input ...
0
votes
1answer
47 views

using apache digester to parse xml

have an xml of the form <Node name="1"> <Node name="2"> <Node name="4"></Node> </Node> <Node name = "3"> <Node name="5"></Node> ...
0
votes
1answer
54 views

Digester rules for a string list

I have an xml doc that looks something like this: <response> <total>1000</total> <warning>warning1</warning> <warning>warning2</warning> ...
0
votes
1answer
38 views

Apache Digester Pattern : need something like XSLT's '.' or 'current()'

I'm trying to use Apache Digester (V3) to process an XML file which contains 'thread-dumps' : so file contains many thread-dumps, one thread-dump contains many threads, and one thread contains a ...
0
votes
0answers
27 views

Node references with Apache Digester

Is there a good way to parse this sort of file with Apache Digester 3? <document> <item id="stackoverflow" /> <item id="google"> <categories> ...
0
votes
1answer
688 views

Struts-Menu use in Struts 2.x - MenuContextListener not working

I have thoroughly googled this topic and have turned on debug level for log4j, but the MenuContextListener simply will not start. Here is the info I have: My web.xml file <listener> ...
0
votes
0answers
165 views

Apache Commons Digester call-method-rules order

I'm trying to have pair of Digester's call-method-rules executed in order: <call-method-rule pattern='X' methodname='mX' paramcount='0' /> <call-method-rule pattern='X/Y' methodname='mY' ...
0
votes
1answer
103 views

Is it possible to use Apache Digester to filter dynamic xml leaf tags?

I've used Apache digester before and loved the branch based searching of xml tags. Specifying a tag as h\a\b\ is very intuitive. Now i want to do xml filtering project, but apache digester doesn't ...
0
votes
0answers
246 views

Digester error when debug

We are working in a J2EE project, using Netbeans. When we generate the .war file and deploy it to a Tomcat Server it works Ok, but when we try to debug with the debug tool of Netbeans we get this ...
0
votes
1answer
61 views

How to get the pubDate of an Item from RSSDigester

I'm using the Digester from Apache Commons to read an rss feed into a Java program. I would also like to pull the date for each item in the feed, but I only have access to the link, title and ...
0
votes
2answers
163 views

Parse with digester

My xml is like <value>value1</value> i want to parse it using commons-digester and want to get "value1" as a String object
0
votes
2answers
135 views

java.lang.NumberFormatException on parsing with commons-digester

I get a java.lang.NumberFormatException, while parsing a xml file with commons-digester. Not sure what it means: Caused by: java.lang.NumberFormatException: For input string: "flickrmeetup ...
0
votes
2answers
100 views

Java, Digester: stuck on this java.lang.NullPointerException

I'm parsing a XML file with Commons Digester and I don't understand what's wrong in my code: I'm stuck with this java.lang.NullPointerException. THis is the code: http://pastie.org/1708374 and this ...
0
votes
1answer
291 views

Digester rules xml to populate list of values

I have an SDO-like object that I need to parse with the help of digester rules. Object can have a list that stores same types as object itself e.g. class SdoLike{ private List<SdoLike> ...
0
votes
2answers
213 views

Commons Digester: How to build complex, XML-based queries with Apache Lucene?

I need to build a XML-based query with Apache Lucene and Commons Digester. My docs have this format: <doc> <id>361492799</id> <title>Dan1</title> <description>We ...
0
votes
1answer
269 views

I want to retrieve Map object using common digester

I have a xml as below. <list> <map> <map name="CLAIM_TICKET_1"> <val name="CLAIM_TICKET_Groups">Kalyan</val> <val name="Testing">Ram</val> ...
0
votes
0answers
114 views

I want to extract exact attribute value using Digester

I have a sample xml as below: <map> <map name="SUBSCRIPTION"> <val name="startdate">2008-01-01 00:00:00.0</val> <val ...
0
votes
1answer
189 views

how to not log Digester?

hey guys, i'm new to this forum. at first glance this community looks awesome. I have an easy question. I am logging with log4j and am new to tomcat. I have found the file where the log rules are set, ...
0
votes
1answer
28 views

can anyone tell me whats the use of having digestor-rules.xml

I know it is used for parsing xml data and converting them into objects.Does that make any sense in using this in an enterprise application. Please help me .
0
votes
1answer
111 views

Does .Net have an analog of Java Apache Digester?

Could you please say me is there analog of Apache Digester but for .net? Thanks.
0
votes
1answer
331 views

“No such accessible method: setFields() on object: java.util.ArrayList” when using Apache Digester

I'm currently trying to consume a list of strings from some XML using Apache Digester, as described in the How do I add literal elements to a List object? section of the FAQ. I'm hitting the ...
0
votes
2answers
331 views

apache Digester: Unexspected NoSuchMethodException on addSetNestedProperties

I have a problem using Digester and I hope you can help me. I have the following Bean: public class MyEntry { private String entityID; public String getEntityID() { return this.entityID; } ...
0
votes
2answers
331 views

Getting a specific value from xml using Digester and XSLT transform to filter out

I am processing an xml file using apache.commons.digester The xml is, for instance, structured as < Files > < File Name="ABC.EXE" Version="1.0" Size="3954174" > < File Name="XYZ.EXE" ...
0
votes
2answers
278 views

Using commons digester how do I parse a single xml entry into multiple fields in an object?

How do I map "Joe Smith" to first name "Joe" last name "Smith"? I already have code to split up the name, I'm not sure how to make that work with the Digester though. <guestlist> ...
0
votes
2answers
1k views

How do I parse an xml file with commons Digester and have it populate a java.util.Date object?

Sample XML. <person> <name>Joe Dirt</name> <ssn>123-45-6789</ssn> <dob>07/04/1981</dob> </person> Sample Java Class public class Person(){ ...
0
votes
1answer
703 views

SAXParseException: 'Attribute “” bound to namespace “null” was already specified for element “metric”'

At work, we have just migrated an old web-app from struts 1.1 to 1.2.9 (hopefully first steps to moving to 1.3), but we are now having problems with the commons digester. Struts 1.2.9 uses ...
0
votes
4answers
2k views

Parse into HashMap using Commons Digester

I need to parse xml into a HashMap where the 'key' is the concatenation of two elements attributes. The xml looks like : <map> <parent key='p1'><child key='c1'> ...
0
votes
1answer
216 views

Is there a way to get apache-digester to intern strings for certain attributes?

I am a big fan of using apache-digester to load XML files into my object model. I am dealing with large files that contain many duplicates (event logs), and would therefore like to String.intern() ...