<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello,<br>
<br>
I am trying out midPoint and want to add my custom attributes to the schema (following instructions on https://wiki.evolveum.com/display/midPoint/Custom+Schema+Extension) but when I restart Tomcat to redeploy I keep getting errors and midpoint.war doesn't deploy.<br>
I followed the instructions and put the exact xsd code (after trying my own attributes) on the page in the midpoint.home/schema directory as extension.xsd (and performed chown tomcat:tomcat on the file) but it fails no matter what. (error gets resolved if I
 remove the file though so something is off with it)<br>
This is the relevant catalina.out error log:<br>
<br>
INFO: Deploying web application archive /opt/apache-tomcat-7.0.40/webapps/midpoint.war<br>
midpoint.home = /home/stagiair/Desktop/midpoint/<br>
May 27, 2013 1:53:16 PM org.apache.catalina.core.StandardContext startInternal<br>
SEVERE: Error listenerStart<br>
May 27, 2013 1:53:17 PM org.apache.catalina.core.StandardContext startInternal<br>
SEVERE: Context [/midpoint] startup failed due to previous errors<br>
May 27, 2013 1:53:18 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc<br>
SEVERE: The web application [/midpoint] registered the JDBC driver [org.h2.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.<br>
May 27, 2013 1:53:18 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks<br>
SEVERE: The web application [/midpoint] created a ThreadLocal with key of type [com.sun.xml.bind.v2.ClassFactory$1] (value [com.sun.xml.bind.v2.ClassFactory$1@293e86f]) and a value of type [java.util.WeakHashMap] (value [{class javax.xml.bind.annotation.adapters.CollapsedStringAdapter=java.lang.ref.WeakReference@ea69ae7,
 class javax.xml.bind.annotation.W3CDomHandler=java.lang.ref.WeakReference@5c03bb34, class org.apache.camel.spring.CamelContextFactoryBean=java.lang.ref.WeakReference@78f7821d}]) but failed to remove it when the web application was stopped. Threads are going
 to be renewed over time to try and avoid a probable memory leak.<br>
May 27, 2013 1:53:18 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks<br>
SEVERE: The web application [/midpoint] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@417f7bf6]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@18a37512])
 but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.<br>
<br>
I am pretty stuck since I need the extra attributes to start mapping my resources.<br>
<br>
Kind regards,<br>
<br>
Remi<br>
</div>
</body>
</html>