Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lyo-dev] Problems executing OSLC4JBugzilla from the OSLC tutorial

Hello Michael,

thanks for your reply.

Am 28.11.2012 um 16:22 schrieb Michael Fiedler <fiedler.mf@xxxxxxxxx>:
The dependency for javax.servlet.jsp-api in the pom.xml is for this package to be provided by the web server - Jetty in this case.   On my system, I find this tag library dtd in the following file:

<home>/.m2/repository/org/eclipse/jetty/orbit/javax.servlet.jsp/2.2.0.v201112011158/javax.servlet.jsp-2.2.0.v201112011158.jar

which has a size of 106024 on my system.  Can you see if you have that file?

I got the file and the files size is 106024. And it contains the DTD file web-jsptaglibrary_1_2.dtd.

Two things to try:

1.  Try deleting <home>/.m2/repository/org/eclipse/jetty/orbit and run a new Maven->Install

Tried but did not resolve the problem.

2.  Edit the OSLC4JBugzilla pom.xml and change the scope of javax.servlet.jsp-api from included to compile.   This should not be necessary if the container is able to provide the package for us, but it might give us a clue.

Editing the pom.xml file I found the setting set to 'provided'. I changed it to 'included', no change to the problem.
Also 'compiled" did not do the trick - I edited the pom.xml with a text editor - that's ok? (I'm not very familiar with 
Eclipse.)

I'm also a bit puzzled as on of the error messages reads

org.apache.jasper.JasperException: PWC6177: XML parsing error on file:/home/mlangen/.m2/repository/taglibs/standard/1.1.2/standard-1.1.2.jar

As the XML parser tried to process a jar archive?

Regards

    Marc.





Back to the top