about ofbiz comopnent

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

about ofbiz comopnent

Michael Xu (xudong)
hi all,

If I comment out a component from component-load.xml, what is expected to
happen?

1) all database tables related to that component will still be created?
2) the other component which depends on this component can work or not?
3) what's the difference if I just remove that component from file system?

--
Regards,
Michael Xu (xudong)
www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135
9807 | Fax: (8610) 62670096
Reply | Threaded
Open this post in threaded view
|

Re: about ofbiz comopnent

Abdullah Shaikh-3
Hi Michael,

If you comment out a component, it will throw you some database related
errors & ofbiz won't start.

Ideally following should have happened, but it doesn't,
1) Database tables shouldn't be created for that components
2) The other component should complain if it depends on the
commented/removed component

etc

There was a discussion on ML regarding making the components independent, I
guess this would be a good feature.

Thanks,
Abdullah

On Thu, Dec 3, 2009 at 7:04 PM, Michael Xu (xudong)
<[hidden email]>wrote:

> hi all,
>
> If I comment out a component from component-load.xml, what is expected to
> happen?
>
> 1) all database tables related to that component will still be created?
> 2) the other component which depends on this component can work or not?
> 3) what's the difference if I just remove that component from file system?
>
> --
> Regards,
> Michael Xu (xudong)
> www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135
> 0135
> 9807 | Fax: (8610) 62670096
>
Reply | Threaded
Open this post in threaded view
|

Re: about ofbiz comopnent

Michael Xu (xudong)
hi Abdullah,

Thanks. So it seems there is no big difference between commenting out a
component from component-load.xml and removing it from file system.

Yes, I am following up some ML threads and JIRA issues for how to make ofbiz
as a framework.

--
Regards,
Michael Xu (xudong)
www.wizitsoft.com


On Thu, Dec 3, 2009 at 11:38 PM, Abdullah Shaikh <
[hidden email]> wrote:

> Hi Michael,
>
> If you comment out a component, it will throw you some database related
> errors & ofbiz won't start.
>
> Ideally following should have happened, but it doesn't,
> 1) Database tables shouldn't be created for that components
> 2) The other component should complain if it depends on the
> commented/removed component
>
> etc
>
> There was a discussion on ML regarding making the components independent, I
> guess this would be a good feature.
>
> Thanks,
> Abdullah
>
> On Thu, Dec 3, 2009 at 7:04 PM, Michael Xu (xudong)
> <[hidden email]>wrote:
>
> > hi all,
> >
> > If I comment out a component from component-load.xml, what is expected to
> > happen?
> >
> > 1) all database tables related to that component will still be created?
> > 2) the other component which depends on this component can work or not?
> > 3) what's the difference if I just remove that component from file
> system?
> >
> > --
> > Regards,
> > Michael Xu (xudong)
> > www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135
> > 0135
> > 9807 | Fax: (8610) 62670096
> >
>