I located the problem. The tag name "createTablePolicy" must be used instead of "executeScriptPolicy" in the OSGI-INF\directories-contrib.xml file. So new document is created successfully, but when creating it "language" and "subjects" fields don't contain a values which are in the directories\sample_languages.sql script.
maybe i did something wrong but i started again
- installing M3
- following the instructions for building the sample project
- used the following maven command (Maven 2.0.4):

mvn
archetype:create -DartifactId=my-project -DgroupId=com.company.sandbox -Darc
hetypeArtifactId=nuxeo-archetype-simple -DarchetypeGroupId=org.nuxeo.archety
pes -DarchetypeVersion=5.1-M3 -f /path/to/dummy.xml

- had to change the archetype lib in maven repo because the descriptor could
not be found
  (packaged in META-INF\maven but was searched only in META-INF)
- deployed and ended up in the same problem with exception

SCHWERWIEGEND: Error Rendering View[/create_document.xhtml]
java.lang.RuntimeException: failed to build option list for directory
sample_languages
        at
org.nuxeo.ecm.platform.ui.web.directory.DirectoryHelper.getSelectItems(Direc
toryHelper.java:86)
        at
org.nuxeo.ecm.platform.ui.web.directory.SelectOneListboxComponent.getOptions
(SelectOneListboxComponent.java:197)
        at
org.nuxeo.ecm.platform.ui.web.directory.SelectOneListboxRenderer.encodeInput
(SelectOneListboxRenderer.java:151)
        at
org.nuxeo.ecm.platform.ui.web.directory.SelectOneListboxRenderer.encodeBegin
(SelectOneListboxRenderer.java:73)
        at
javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:785)
        at
com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBas
icRenderer.java:269)
        at
com.sun.faces.renderkit.html_basic.TableRenderer.encodeChildren(TableRendere
r.java:307)
        at
javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:80
9)
        at
com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBas
icRenderer.java:271)
        at
com.sun.faces.renderkit.html_basic.TableRenderer.encodeChildren(TableRendere
r.java:307)
        at
javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:80
9)
        at javax.faces.component.UIComponent.encodeAll(UIComponent.java:886)
        at javax.faces.component.UIComponent.encodeAll(UIComponent.java:892)
        at javax.faces.component.UIComponent.encodeAll(UIComponent.java:892)
        at
com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:578)
        at
org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(V
iewHandlerImpl.java:181)
        at
org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java
:108)
        at
org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:
229)
        at
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java
:106)
        at
com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
        at
com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:252)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
        at
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.
java:100)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
        at
org.nuxeo.ecm.webapp.shield.SessionExpirationFilter.doFilter(SessionExpirati
onFilter.java:76)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
        at
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.
java:147)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
        at
org.jboss.seam.servlet.SeamRedirectFilter.doFilter(SeamRedirectFilter.java:3
2)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
        at
org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java
:46)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
        at
org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilte
r(TrinidadFilterImpl.java:209)
        at
org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(
TrinidadFilterImpl.java:166)
        at
org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(Trini
dadFilterImpl.java:139)
        at
org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.ja
va:92)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
        at
org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilte
r.java:96)
        at
org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:22
0)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
        at
org.nuxeo.ecm.platform.ui.web.rest.FancyURLFilter.doFilter(FancyURLFilter.ja
va:97)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
        at
org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter.doFilter(NuxeoA
uthenticationFilter.java:200)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
        at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.ja
va:96)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:213)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:178)
        at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssoci
ationValve.java:175)
        at
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:
74)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126
)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105
)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:107)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        at
org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:
833)
        at
org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(H
ttp11AprProtocol.java:639)
        at
org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1285)
        at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.NullPointerException
        at
org.nuxeo.ecm.directory.sql.SQLHelper.setupTable(SQLHelper.java:81)
        at
org.nuxeo.ecm.directory.sql.SQLDirectory.<init>(SQLDirectory.java:118)
        at
org.nuxeo.ecm.directory.sql.SQLDirectoryProxy.getDirectory(SQLDirectoryProxy
..java:47)
        at
org.nuxeo.ecm.directory.sql.SQLDirectoryProxy.getSchema(SQLDirectoryProxy.ja
va:61)
        at
org.nuxeo.ecm.platform.ui.web.directory.DirectoryHelper.getSelectItems(Direc
toryHelper.java:65)
        ... 69 more
17:10:52,951 ERROR [STDERR] 06.07.2007 17:10:52
com.sun.faces.lifecycle.LifecycleImpl phase
WARNUNG: executePhase(RENDER_RESPONSE
6,org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$CacheR
[EMAIL PROTECTED]) threw ex
ception
java.lang.RuntimeException: failed to build option list for directory
sample_languages

thx for help,
sabine



-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 6. Juli 2007 13:32
An: [EMAIL PROTECTED]
Cc: Nuxeo ECM
Betreff: Re: AW: [Ecm] deployment-fragment.xml


since July 4th, it should work for M3 (-snaphot).

Alain
Le 6 juil. 07 à 12:30, Sabine Winkler a écrit :

  
The docbook example does not work in M3. Someone posted it alreasy on
http://lists.nuxeo.com/pipermail/ecm/2007-June/002284.html

Is there any workaround - except changing from M3 back to M2 ?

Thx for help,

Sabine





-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:ecm-
[EMAIL PROTECTED]]Im
Auftrag von [EMAIL PROTECTED]
Gesendet: Freitag, 6. Juli 2007 12:00
An: Sergey Zhemzhitskiy
Cc: [email protected]
Betreff: Re: [Ecm] deployment-fragment.xml


Hello,

I won't help you on your specific problem (maybe someone else ) but I
advise you to use the Nuxeo archetype as mentionned in this link to
docbook :
http://doc.nuxeo.org/current/reference/html/ch03.html
You need previously to install NUXEO 5.1 M3.
This procedure creates you all the good structure, with a sample new
type, new action, new event listener  that will deploy without
problem... Plus you don't need to compile every day the whole Nuxeo
app using archetype, you only have your custo project in Eclipse. The
only constraint is that you stay on the M3 realease (til we release
the GA). But for a simple custo that don't need the "really last"
features from the trunk, it is ok :-)

Alain



Le 6 juil. 07 à 11:37, Sergey Zhemzhitskiy a écrit :

    
Hi everyone,

I have to develop a custom document type. As I understand it is
required to create at least 4 files: ecm-types-contrib.xml, core-
types-contrib.xml, deployment-fragment.xml, and xsd file of the
document. Everything is fine, but I have some troubles when
deploing my extension.
The content of the deployment-fragment.xml is the following:
<fragment>
   <extension target="application#MODULE">
       <module>
           <java>${bundle.fileName}</java>
       </module>
   </extension>
</fragment>
The trouble is in ClassCastException:
2007-07-06 12:11:49,137 ERROR
[org.nuxeo.runtime.osgi.OSGiRuntimeService] Error deploying
resource: jar:file:/C:/WS/web/nuxeo-5.1.0.M3/server/default/tmp/
deploy/tmp63906my-project-1.0-SNAPSHOT.jar!/OSGI-INF/deployment-
fragment.xml
2007-07-06 12:11:49,137 ERROR [STDERR]
java.lang.ClassCastException:
org.nuxeo.runtime.model.impl.ExtensionImpl
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.nuxeo.runtime.model.impl.ComponentDescriptorReader.read
(ComponentDescriptorReader.java:58)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.createRegistration
I
nfo(DefaultRuntimeContext.java:146)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy
(DefaultRuntimeContext.java:88)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.nuxeo.runtime.osgi.OSGiRuntimeService.loadComponents
(OSGiRuntimeService.java:126)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.nuxeo.runtime.osgi.OSGiRuntimeService.createContext
(OSGiRuntimeService.java:87)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.nuxeo.runtime.osgi.OSGiComponentLoader.bundleChanged
(OSGiComponentLoader.java:75)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.nuxeo.osgi.OSGiAdapter.fireBundleEvent(OSGiAdapter.java:177)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.nuxeo.osgi.BundleImpl.setResolved(BundleImpl.java:231)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.nuxeo.osgi.BundleRegistry.doRegister(BundleRegistry.java:157)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.nuxeo.osgi.BundleRegistry.register(BundleRegistry.java:114)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.nuxeo.osgi.BundleRegistry.install(BundleRegistry.java:75)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.nuxeo.osgi.OSGiAdapter.install(OSGiAdapter.java:124)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.nuxeo.runtime.jboss.osgi.JBossOSGiAdapter.installBundle
(JBossOSGiAdapter.java:96)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.nuxeo.runtime.jboss.osgi.JBossOSGiAdapter.handleNotification2
(JBossOSGiAdapter.java:194)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.jboss.system.ListenerServiceMBeanSupport.handleNotification
(ListenerServiceMBeanSupport.java:403)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
java.lang.reflect.Method.invoke(Method.java:585)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.jboss.mx.notification.NotificationListenerProxy.invoke
(NotificationListenerProxy.java:153)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
$Proxy64.handleNotification(Unknown Source)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.jboss.mx.util.JBossNotificationBroadcasterSupport.handleNotificat
i
on(JBossNotificationBroadcasterSupport.java:127)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.jboss.mx.util.JBossNotificationBroadcasterSupport.sendNotificatio
n
(JBossNotificationBroadcasterSupport.java:110)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.jboss.deployment.SubDeployerSupport.emitNotification
(SubDeployerSupport.java:340)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.jboss.deployment.SubDeployerSupport.start
(SubDeployerSupport.java:308)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
java.lang.reflect.Method.invoke(Method.java:585)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke
(ReflectedDispatcher.java:155)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.jboss.mx.interceptor.AbstractInterceptor.invoke
(AbstractInterceptor.java:133)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke
(ModelMBeanOperationInterceptor.java:142)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.jboss.mx.server.AbstractMBeanInvoker.invoke
(AbstractMBeanInvoker.java:264)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
2007-07-06 12:11:49,137 ERROR [STDERR]     at $Proxy15.deploy
(Unknown Source)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.nuxeo.runtime.jboss.deployment.NuxeoDeployer.start
(NuxeoDeployer.java:214)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
2007-07-06 12:11:49,137 ERROR [STDERR]     at
sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
java.lang.reflect.Method.invoke(Method.java:585)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke
(ReflectedDispatcher.java:155)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.interceptor.AbstractInterceptor.invoke
(AbstractInterceptor.java:133)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke
(ModelMBeanOperationInterceptor.java:142)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.server.AbstractMBeanInvoker.invoke
(AbstractMBeanInvoker.java:264)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
2007-07-06 12:11:49,153 ERROR [STDERR]     at $Proxy6.deploy
(Unknown Source)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.deployment.scanner.URLDeploymentScanner.deploy
(URLDeploymentScanner.java:421)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.deployment.scanner.URLDeploymentScanner.scan
(URLDeploymentScanner.java:634)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.deployment.scanner.AbstractDeploymentScanner
$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService
(AbstractDeploymentScanner.java:336)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.system.ServiceMBeanSupport.jbossInternalStart
(ServiceMBeanSupport.java:289)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle
(ServiceMBeanSupport.java:245)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
java.lang.reflect.Method.invoke(Method.java:585)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke
(ReflectedDispatcher.java:155)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.server.AbstractMBeanInvoker.invoke
(AbstractMBeanInvoker.java:264)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.system.ServiceController$ServiceProxy.invoke
(ServiceController.java:978)
2007-07-06 12:11:49,153 ERROR [STDERR]     at $Proxy0.start(Unknown
Source)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.system.ServiceController.start(ServiceController.java:417)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
java.lang.reflect.Method.invoke(Method.java:585)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke
(ReflectedDispatcher.java:155)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.server.AbstractMBeanInvoker.invoke
(AbstractMBeanInvoker.java:264)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
2007-07-06 12:11:49,153 ERROR [STDERR]     at $Proxy4.start(Unknown
Source)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:755)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
java.lang.reflect.Method.invoke(Method.java:585)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke
(ReflectedDispatcher.java:155)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.interceptor.AbstractInterceptor.invoke
(AbstractInterceptor.java:133)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke
(ModelMBeanOperationInterceptor.java:142)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.server.AbstractMBeanInvoker.invoke
(AbstractMBeanInvoker.java:264)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
2007-07-06 12:11:49,153 ERROR [STDERR]     at $Proxy5.deploy
(Unknown Source)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
2007-07-06 12:11:49,153 ERROR [STDERR]     at
org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
2007-07-06 12:11:49,153 ERROR [STDERR]     at org.jboss.Main.boot
(Main.java:200)
2007-07-06 12:11:49,153 ERROR [STDERR]     at org.jboss.Main$1.run
(Main.java:464)
2007-07-06 12:11:49,153 ERROR [STDERR]     at java.lang.Thread.run
(Thread.java:595)

Can anyone explain me where I was wrong? And maybe there is a
documentation for the deployment-fragment descriptor?
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
      
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

    

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm


  

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to