Hi, Remove your data directory (server/default/data): you have previously registered the HydraFile schema and you have changed it in an incompatible way (this is fixable for production system but not worth when you're coding).
Then, is you have created a layout for your new document type, you don't need to create faces page, views will be generated from your schema / layout. Thanks, EB. On 4 juin 08, at 02:42, Krawetz, Bruce M wrote: > > EB > > Thank you. That fixed the problem, and revealed two more. > > Attempting to create a new HydraFile (which extends Document) > returns a '404 /nuxeo/create_document.faces is not available'. > I've been looking at the 'Book' sample, but can't figure out how to > link > my new schema to my (still-to-be-created) faces. I think a Bean is > needed, but I can't derive its Name, package, or methods. > > The other problem appears in the log file. It's complaining about > HydraFile and JackRabbit. I'm not using jackrabbit, yet. (or am i?) > > Still stupid > --bruce > > > > > -----Original Message----- > From: Eric Barroca [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 03, 2008 4:42 PM > To: Krawetz, Bruce M > Cc: [email protected] > Subject: Re: [Ecm] Problems extending a Document > > Hi, > > I think you just made a typo: > <extension target="org.nuxeo.ecm.cora.schema.TypeService" > > where it should be: > <extension target="org.nuxeo.ecm.core.schema.TypeService" > > > Let us know how it goes. It seems a nice customization! :-) > > Thanks, > > EB. > > > > On 4 juin 08, at 01:22, Krawetz, Bruce M wrote: > >> Hello everybody >> >> help. I'm stupid. >> >> I'm trying to extend a documentType, and I'm stuck. >> I keep getting a 'javax.servlet.ServletException HydraFile is not a >> registered core type'. >> I thought I already contributed that type. >> I'm obviously missing something. >> >> Could it be something with JSF? I haven't reached that far in my >> development. >> Somehow I got the impression that nuxeo will generate the JSF for me. >> >> Am I missing a required Bean? If so, how do I contribute it? What >> should the package & name of the bean be? >> >> Thanks in advance >> >> --bruce >> >> >> >> <tagging-contrib.xml><nuxeo-exception.txt> >> _______________________________________________ >> ECM mailing list >> [email protected] >> http://lists.nuxeo.com/mailman/listinfo/ecm > > <tagging.xsd><tagging-contrib.xml><typescript.txt> -- Eric Barroca - EVP Operations - +33 6 21 74 77 64 www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
