I tried to access your site at http://128.111.236.18:8080/nees/ and got and exception:
oxf:/helloworld.xpl, line 11, column 38: Invalid identifier '#data' in 'id' attribute
I seems that OXF is working properly, except the syntax error in the pipeline. You are not allowed to declare identifiers that start with the # character. This notation is used to refer to an existing ID.
Let me know if it helps, Julien
Hank Ratzesberger wrote:
Julien,
Thank you. I did get the application to work once, but I am stuck again.
Following the directions of chapter 3.2 of the 2.02 reference, I believe I have set things up as described.
Note: the reference describes changing the WebAppResourceManagerFactory to FlatFile... , but goes on to say (p.26) deploy myapp.war . Also, the sample helloworld.xpl line: <p:output name="data" ref="data"/> I changed to <p:output name="data" ref="#data"/> because every other example used the hash for local reference.
I loaded the app using the Tomcat manager. On startup, it emits the same log message as the working OXF app.
http://128.111.236.18:8080/nees/ -- just the tomcat servlet
http://128.111.236.18:8080/oxf/ -- working great
Below is my web.xml and the rest of the files are viewable through the app. What could I be doing wrong?
--If you have the time, thanks, Hank
_______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
