Page 1 of 1

build in eclipse 3.4 - web-security.xml

PostPosted:Fri Oct 10, 2008 5:26 pm
by christian_gnoth
Hello,

I am trying to build the openkm source in eclipse ganymede 3.4 with java 1.5 the latest jboss tools and gwt-linux version 1.4.61.

I am getting the following error

The markup in the document following the root element must be well-formed. web-security.xml openkm/merge line 47 XML Problem

the source:


<login-config>
<auth-method>FORM</auth-method>
<realm-name>OpenKM</realm-name>
<form-login-config>
<form-login-page>/login.jsp</form-login-page>
<form-error-page>/login-error.jsp</form-error-page>
</form-login-config>
</login-config>


What is the problem?

it must be a configuration problem or a problem with the version - mybe other jboss tools, or?

Re:build in eclipse 3.4 - web-security.xml

PostPosted:Mon Oct 13, 2008 10:22 am
by pavila
It is an error thrown by JBoss on deploy?

Re:build in eclipse 3.4 - web-security.xml

PostPosted:Mon Oct 13, 2008 11:33 am
by jllort
You\'re talking about \"Error / Warning\" screen on Eclipse no ? Don\'t worry it file is to be merged, and I think Eclipse mark as error because verifies like it be a complete file not only a part, for it reason I think marks as a error.

Don\'t worry for it if it\'s your problem.