Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2392 | minor | always | 02-02-08 09:27 | 02-02-08 09:28 | |
|
|||||
Reporter: | ferg | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.5 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.5 | ||
|
|||||
Summary: | 0002392: Resin embedding issue with eclipse | ||||
Description: |
(rep by Daniel Lopez) wanted to have a go at the Resin Embedded features, as I wanted to start some functional testing on a web application and including all jars in the classpath and calling: /** * @param args * @throws IOException */ public static void main(String[] args) throws IOException { ResinEmbed resin = new ResinEmbed(); resin.start(); String result = resin.request("GET /"); System.out.println(result); } results in: --------------------------------------------- Exception in thread "main" classpath:com/caucho/resin/resin-embed.xml:1: XML file has no top-element. All well-formed XML files have a single top-level element. at com.caucho.config.ConfigException.create(ConfigException.java:152) at com.caucho.config.Config.configure(Config.java:146) at com.caucho.resin.ResinEmbed.<init>(ResinEmbed.java:103) at com.caucho.resin.ResinEmbed.<init>(ResinEmbed.java:92) at org.leaf.test.ResinLauncher.main(ResinLauncher.java:23) Caused by: com.caucho.xml.XmlParseException: classpath:com/caucho/resin/resin-embed.xml:1: XML file has no top-element. All well-formed XML files have a single top-level element. at com.caucho.xml.XmlParser.error(XmlParser.java:2972) at com.caucho.xml.XmlParser.parseInt(XmlParser.java:266) at com.caucho.xml.AbstractParser.parse(AbstractParser.java:644) at com.caucho.config.Config.parseDocument(Config.java:391) at com.caucho.config.Config.parseDocument(Config.java:335) at com.caucho.config.Config.configure(Config.java:140) ... 3 more --------------------------------------------- which is weird as as the XML file seems to have a top-level element. The parser is also Caucho's XML parser so... That was using resin-3.1.s080130. I did not expect to run bug-free as it is a snapshot, but just in case you wanted to have a look at it. That was using JDK 1.6 and trying to run the class inside Eclipse. S! |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|