Le 24 avril 2012 00:46, Wendy Nevile <[email protected]> a écrit : > Sebastien, > > > > > > I have double checked everything (found a couple of errors which I fixed) > but still get the error below… > > > > Apr 23 18:35:57 - DEBUG - Loading XML configuration from: D:\LSC\etc\lsc.xml > > Apr 23 18:35:57 - ERROR - org.lsc.exception.LscConfigurationException: > javax.xml.bind.UnmarshalEx > > ception > > - with linked exception: > > [org.xml.sax.SAXParseException: The entity name must immediately follow the > '&' in the entity ref > > erence.] >
Hello Wendy, The character & is an XML entity so you have to escape it or use CDATA. See http://lsc-project.org/wiki/documentation/2.0/configuration/overview Clément. _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

