|
List Info
Thread: problem executing tutorial
|
|
| problem executing tutorial |

|
2007-03-29 18:25:21 |
|
Hello, I try to do the basic tutorial, to register new type of document, on the revison 14745 of the trunk.
I tried first with my own type definition, and then, to check, with exact copy-past of the tutorial, but I still have the same problem : ecm-types never registers :
01:14:16,700 INFO [ComponentManager] Registering component: service:org.nuxeo.project.sample.coreTypes 01:14:16,725 INFO [TypeService] Registered schema: sample 01:14:16,726 INFO [TypeManagerImpl] Registered document type: Sample
01:14:16,766 INFO [ComponentManager] Registering component: service:org.nuxeo.project.sample.ecm.types
I also join the log of the server for this sequence
Any help would be very appreciated !
Thanks,
Alain
|
|
| Re: problem executing tutorial |

|
2007-03-29 18:32:36 |
|
Here is the jar I try to deploy. With my build, it goes outside the ear repository (at the root of deploy directory).
On 3/30/07,
Escaffre Alain < alain.escaffre gmail.com">alain.escaffre gmail.com> wrote:
Hello, I try to do the basic tutorial, to register new type of document, on the revison 14745 of the trunk.
I tried first with my own type definition, and then, to check, with exact copy-past of the tutorial, but I still have the same problem : ecm-types never registers :
01:14:16,700 INFO [ComponentManager] Registering component: service:org.nuxeo.project.sample.coreTypes 01:14:16,725 INFO [TypeService] Registered schema: sample 01:14:16,726 INFO [TypeManagerImpl] Registered document type: Sample
01:14:16,766 INFO [ComponentManager] Registering component: service:org.nuxeo.project.sample.ecm.types
I also join the log of the server for this sequence
Any help would be very appreciated !
Thanks,
Alain
|
|
| Re: Re: problem executing tutorial |
  France |
2007-03-30 01:37:03 |
|
Escaffre Alain wrote:
mail.gmail.com"
type="cite">Here is the jar I try to deploy. With my build, it goes
outside the ear repository (at the root of deploy directory).
On 3/30/07,
Escaffre Alain < alain.escaffre gmail.com">alain.escaffre gmail.com>
wrote:
Hello,
I try to do the basic tutorial, to register new type of document, on
the revison 14745 of the trunk.
I tried first with my own type definition, and then, to check, with
exact copy-past of the tutorial, but I still have the same problem :
ecm-types never registers :
01:14:16,700 INFO [ComponentManager] Registering component:
service:org.nuxeo.project.sample.coreTypes
01:14:16,725 INFO [TypeService] Registered schema: sample
01:14:16,726 INFO [TypeManagerImpl] Registered document type: Sample
01:14:16,766 INFO [ComponentManager] Registering component:
service:org.nuxeo.project.sample.ecm.types
I also join the log of the server for this sequence
Any help would be very appreciated !
Thanks,
Alain
_______________________________________________
ECM mailing list
lists.nuxeo.com">ECM lists.nuxeo.com
http://lists.nuxeo.com/mailman/listinfo/ecm
Hi,
Can you check your MANIFES.MF file. I see the name of the xml file that
you use to contribute to types EP is interrupted by a newLine. Put the
newFile after the ',' and give it another try.
Cheers,
Narcis
|
| Re: Re: problem executing tutorial |

|
2007-03-30 04:48:58 |
|
Hello, Thanks for your answer, but I still have the same behaviour :-(
On 3/30/07, Narcis Paslaru < npaslaru nuxeo.com">npaslaru nuxeo.com
> wrote:
Escaffre Alain wrote:
mail.gmail.com" type="cite">Here is the jar I try to deploy. With my build, it goes
outside the ear repository (at the root of deploy directory).
On 3/30/07,
Escaffre Alain < alain.escaffre gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">alain.escaffre gmail.com>
wrote:
Hello,
I try to do the basic tutorial, to register new type of document, on
the revison 14745 of the trunk.
I tried first with my own type definition, and then, to check, with
exact copy-past of the tutorial, but I still have the same problem :
ecm-types never registers :
01:14:16,700 INFO [ComponentManager] Registering component:
service:org.nuxeo.project.sample.coreTypes
01:14:16,725 INFO [TypeService] Registered schema: sample
01:14:16,726 INFO [TypeManagerImpl] Registered document type: Sample
01:14:16,766 INFO [ComponentManager] Registering component:
service:org.nuxeo.project.sample.ecm.types
I also join the log of the server for this sequence
Any help would be very appreciated !
Thanks,
Alain
_______________________________________________ ECM mailing list ECM lists.nuxeo.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">ECM lists.nuxeo.com
http://lists.nuxeo.com/mailman/listinfo/ecm
Hi,
Can you check your MANIFES.MF file. I see the name of the xml file that
you use to contribute to types EP is interrupted by a newLine. Put the
newFile after the ','; and give it another try.
Cheers,
Narcis
|
| Re: problem executing tutorial |
  France |
2007-03-30 09:57:47 |
Your deployment log shows the following:
2007-03-30 01:14:16,767 DEBUG
[org.nuxeo.runtime.model.ComponentManager] Dispatching
event:
ACTIVATING_COMPONENT:
service:org.nuxeo.project.sample.ecm.types
2007-03-30 01:14:16,767 DEBUG
[org.nuxeo.runtime.model.ComponentManager] Register
contributed
extension: ExtensionImpl {target:
service:org.nuxeo.ecm.platform.types.TypeService,
point:types}
2007-03-30 01:14:16,768 DEBUG
[org.nuxeo.ecm.platform.types.TypeRegistry] Registering
type: Type
{id: Sample}
2007-03-30 01:14:16,768 DEBUG
[org.nuxeo.ecm.platform.types.TypeRegistry] Registering
type: Type
{id: Folder}
2007-03-30 01:14:16,768 DEBUG
[org.nuxeo.ecm.platform.types.TypeRegistry] Registering
type: Type
{id: Workspace}
What's your problem exactly ?
Florent
On 30 Mar 2007, at 01:25, Escaffre Alain wrote:
> Hello,
> I try to do the basic tutorial, to register new type of
document,
> on the revison 14745 of the trunk.
>
> I tried first with my own type definition, and then, to
check, with
> exact copy-past of the tutorial, but I still have the
same
> problem : ecm-types never registers :
>
> 01:14:16,700 INFO [ComponentManager] Registering
component:
> service:org.nuxeo.project.sample.coreTypes
> 01:14:16,725 INFO [TypeService] Registered schema:
sample
> 01:14:16,726 INFO [TypeManagerImpl] Registered
document type: Sample
> 01:14:16,766 INFO [ComponentManager] Registering
component:
> service:org.nuxeo.project.sample.ecm.types
>
> I also join the log of the server for this sequence
>
> Any help would be very appreciated !
>
> Thanks,
>
> Alain
> <deployement sequence log>
> _______________________________________________
> ECM mailing list
> ECM lists.nuxeo.com
> http://li
sts.nuxeo.com/mailman/listinfo/ecm
--
Florent Guillaume, Director of R&D, Nuxeo
Open Source Enterprise Content Management (ECM)
http://www.nuxeo.com http://www.nuxeo.org +33 1
40 33 79 87
_______________________________________________
ECM mailing list
ECM lists.nuxeo.com
http://li
sts.nuxeo.com/mailman/listinfo/ecm
|
|
| Re: problem executing tutorial |
  France |
2007-03-30 11:00:35 |
Hi,
(Please answer to the list, not just me.)
What makes you think it should write "registered"
?
See the code for TypeRegistry, it says no such thing.
The fact that the document doesn't appear may be due to
other things,
like the fact that subtypes aren't properly registered.
Florent
On 30 Mar 2007, at 17:35, Escaffre Alain wrote:
> It writes registering, but it never writes registered.
Indeed, when
> I create a document in the web app, it doesn't appear
in the list
> of types.
> I'm sure there is a problem in packaging, but I don't
know what.
>
> As I want to do a poc, I manage to create a new type by
adding some
> contributions in the nxcomment.jar, but of course,
it's bad ...
>
> Maybe some one has a jar of this kind (just type
extension) well
> packaged ?
>
> Thanks,
>
> Alain
>
> On 3/30/07, Florent Guillaume < fg nuxeo.com> wrote:Your deployment
> log shows the following:
> 2007-03-30 01:14:16,767 DEBUG
> [org.nuxeo.runtime.model.ComponentManager] Dispatching
event:
> ACTIVATING_COMPONENT:
service:org.nuxeo.project.sample.ecm.types
> 2007-03-30 01:14:16,767 DEBUG
> [org.nuxeo.runtime.model.ComponentManager] Register
contributed
> extension: ExtensionImpl {target:
> service:org.nuxeo.ecm.platform.types.TypeService,
point:types}
> 2007-03-30 01:14:16,768 DEBUG
> [org.nuxeo.ecm.platform.types.TypeRegistry] Registering
type: Type
> {id: Sample}
> 2007-03-30 01:14:16,768 DEBUG
> [org.nuxeo.ecm.platform.types.TypeRegistry] Registering
type: Type
> {id: Folder}
> 2007-03-30 01:14:16,768 DEBUG
> [org.nuxeo.ecm.platform.types.TypeRegistry] Registering
type: Type
> {id: Workspace}
>
> What's your problem exactly ?
>
> Florent
>
> On 30 Mar 2007, at 01:25, Escaffre Alain wrote:
>
> > Hello,
> > I try to do the basic tutorial, to register new
type of document,
> > on the revison 14745 of the trunk.
> >
> > I tried first with my own type definition, and
then, to check, with
> > exact copy-past of the tutorial, but I still have
the same
> > problem : ecm-types never registers :
> >
> > 01:14:16,700 INFO [ComponentManager] Registering
component:
> > service:org.nuxeo.project.sample.coreTypes
> > 01:14:16,725 INFO [TypeService] Registered
schema: sample
> > 01:14:16,726 INFO [TypeManagerImpl] Registered
document type:
> Sample
> > 01:14:16,766 INFO [ComponentManager] Registering
component:
> > service:org.nuxeo.project.sample.ecm.types
> >
> > I also join the log of the server for this
sequence
> >
> > Any help would be very appreciated !
> >
> > Thanks,
> >
> > Alain
> > <deployement sequence log>
> > _______________________________________________
> > ECM mailing list
> > ECM lists.nuxeo.com
> > http://li
sts.nuxeo.com/mailman/listinfo/ecm
>
> --
> Florent Guillaume, Director of R&D, Nuxeo
> Open Source Enterprise Content Management (ECM)
> http://www.nuxeo.com
http://www.nuxeo.org
+33 1 40 33 79 87
>
>
>
>
--
Florent Guillaume, Director of R&D, Nuxeo
Open Source Enterprise Content Management (ECM)
http://www.nuxeo.com http://www.nuxeo.org +33 1
40 33 79 87
_______________________________________________
ECM mailing list
ECM lists.nuxeo.com
http://li
sts.nuxeo.com/mailman/listinfo/ecm
|
|
| Re: problem executing tutorial |

|
2007-03-30 11:17:08 |
|
Ok, I will investigate on this side, thank you.
I was waiting for a "registered" because it is what happens for the schema and the core type. But I am not yet completely used to verifying on the source directly
Alain
01:14:16,726 INFO [TypeManagerImpl] Registered document type: Sample
On 3/30/07, Florent Guillaume < fg nuxeo.com">fg nuxeo.com> wrote:
Hi,
(Please answer to the list, not just me.)
What makes you think it should write "registered" ? See the code for TypeRegistry, it says no such thing. The fact that the document doesn't appear may be due to other things,
like the fact that subtypes aren't properly registered.
Florent
On 30 Mar 2007, at 17:35, Escaffre Alain wrote:
> It writes registering, but it never writes registered. Indeed, when
> I create a document in the web app, it doesn't appear in the list > of types. > I'm sure there is a problem in packaging, but I don't know what. > > As I want to do a poc, I manage to create a new type by adding some
> contributions in the nxcomment.jar, but of course, it's bad ... > > Maybe some one has a jar of this kind (just type extension) well > packaged ? > > Thanks, > > Alain
> > On 3/30/07, Florent Guillaume < fg nuxeo.com">fg nuxeo.com> wrote:Your deployment > log shows the following: > 2007-03-30 01:14:16,767 DEBUG > [org.nuxeo.runtime.model.ComponentManager
] Dispatching event: > ACTIVATING_COMPONENT: service:org.nuxeo.project.sample.ecm.types > 2007-03-30 01:14:16,767 DEBUG > [org.nuxeo.runtime.model.ComponentManager] Register contributed > extension: ExtensionImpl {target:
> service:org.nuxeo.ecm.platform.types.TypeService, point:types} > 2007-03-30 01:14:16,768 DEBUG > [org.nuxeo.ecm.platform.types.TypeRegistry] Registering type: Type > {id: Sample} > 2007-03-30 01:14:16,768 DEBUG
> [org.nuxeo.ecm.platform.types.TypeRegistry] Registering type: Type > {id: Folder} > 2007-03-30 01:14:16,768 DEBUG > [org.nuxeo.ecm.platform.types.TypeRegistry] Registering type: Type > {id: Workspace}
> > What's your problem exactly ? > > Florent > > On 30 Mar 2007, at 01:25, Escaffre Alain wrote: > > > Hello, > > I try to do the basic tutorial, to register new type of document,
> > on the revison 14745 of the trunk. > > > > I tried first with my own type definition, and then, to check, with > > exact copy-past of the tutorial, but I still have the same > > problem : ecm-types never registers :
> > > > 01:14:16,700 INFO [ComponentManager] Registering component: > > service:org.nuxeo.project.sample.coreTypes > > 01:14:16,725 INFO [TypeService] Registered schema: sample > > 01:14:16,726 INFO [TypeManagerImpl] Registered document type:
> Sample > > 01:14:16,766 INFO [ComponentManager] Registering component: > > service:org.nuxeo.project.sample.ecm.types > > > > I also join the log of the server for this sequence
> > > > Any help would be very appreciated ! > > > > Thanks, > > > > Alain > > <deployement sequence log> > > _______________________________________________
> > ECM mailing list > > ECM lists.nuxeo.com">ECM lists.nuxeo.com > > http://lists.nuxeo.com/mailman/listinfo/ecm
> > -- > Florent Guillaume, Director of R&D, Nuxeo > Open Source Enterprise Content Management (ECM) > http://www.nuxeo.com
http://www.nuxeo.org +33 1 40 33 79 87 > > > >
-- Florent Guillaume, Director of R&D, Nuxeo Open Source Enterprise Content Management (ECM)
http://www.nuxeo.com http://www.nuxeo.org +33 1 40 33 79 87
|
[1-7]
|
|