You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Daniel Kunkel <Da...@BioWaves.com> on 2006/08/04 21:48:29 UTC

PosSecurityData.xml seed data not loaded

Hi

I've run into an interesting PosSecurityData data loading problem that
I'm not sure of the right way of solving...

The problem:

On a new non-pos OFBiz installation with only the seed data loaded,
PosSecurityData which defines POSCLERK in security_group isn't loaded.

In itself, this isn't a problem, until I try to load the financial's
seed data which requires POSCLERK.

Is this something we should change in OFBiz?  Financials? or is there a
better way to solve the problem?

Thanks

-- 
Daniel

*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-
Have a GREAT Day!

Daniel Kunkel           DanielKunkel@BioWaves.com
BioWaves, LLC           http://www.BioWaves.com
14150 NE 20th St. Suite F1
Bellevue, WA 98007
800-734-3588    425-895-0050
http://www.Apartment-Pets.com  http://www.SatelliteRadioZone.com
http://www.Cards-Visa.com       http://www.ColorGlasses.com
*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-


Re: PosSecurityData.xml seed data not loaded

Posted by Daniel Kunkel <Da...@BioWaves.com>.
Hi

I tracked it down to to the component load file where I'm was not
loading the POS.

Thanks for the pointers.

Daniel




On Fri, 2006-08-04 at 16:48 -0700, Si Chen wrote:
> and how does that compare to the seed data in the other applications?
> 
> 
> On Aug 4, 2006, at 4:45 PM, Daniel Kunkel wrote:
> 
> > Says:
> >
> >     <entity-resource type="data" reader-name="seed" loader="main"
> > location="data/PosSecurityData.xml"/>
> >
> >
> >
> >
> >
> > On Fri, 2006-08-04 at 14:15 -0700, Si Chen wrote:
> >> what does it say in pos/ofbiz-component.xml?  is the reader seed or
> >> main?
> >>
> >> On Aug 4, 2006, at 1:05 PM, Daniel Kunkel wrote:
> >>
> >>> Hi
> >>>
> >>> PosSecurityData should be a seed data file, right?
> >>>
> >>> Yes, but it doesn't seem to be loaded in my non-pos instance...   
> >>> (Does
> >>> that sound right, or did I change something I shouldn't have?)
> >>>
> >>> ---
> >>>
> >>>
> >>>> Longer term a lot of the financials stuff should be re-written  
> >>>> to use
> >>>> the "system" userlogin, which will eliminate the need for this...
> >>>> but it might be a somewhat long term.
> >>>>
> >>>
> >>> That's fine...  Do we want to leave this as is then?
> >>>
> >>> Thanks
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>> Si
> >>>>
> >>>>
> >>>> On Aug 4, 2006, at 12:48 PM, Daniel Kunkel wrote:
> >>>>
> >>>>> Hi
> >>>>>
> >>>>> I've run into an interesting PosSecurityData data loading problem
> >>>>> that
> >>>>> I'm not sure of the right way of solving...
> >>>>>
> >>>>> The problem:
> >>>>>
> >>>>> On a new non-pos OFBiz installation with only the seed data  
> >>>>> loaded,
> >>>>> PosSecurityData which defines POSCLERK in security_group isn't
> >>>>> loaded.
> >>>>>
> >>>>> In itself, this isn't a problem, until I try to load the  
> >>>>> financial's
> >>>>> seed data which requires POSCLERK.
> >>>>>
> >>>>> Is this something we should change in OFBiz?  Financials? or is
> >>>>> there a
> >>>>> better way to solve the problem?
> >>>>>
> >>>>> Thanks
> >>>>>
> >>>>> -- 
> >>>>> Daniel
> >>>>>
> >>>>> *-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-
> >>>>> Have a GREAT Day!
> >>>>>
> >>>>> Daniel Kunkel           DanielKunkel@BioWaves.com
> >>>>> BioWaves, LLC           http://www.BioWaves.com
> >>>>> 14150 NE 20th St. Suite F1
> >>>>> Bellevue, WA 98007
> >>>>> 800-734-3588    425-895-0050
> >>>>> http://www.Apartment-Pets.com  http://www.SatelliteRadioZone.com
> >>>>> http://www.Cards-Visa.com       http://www.ColorGlasses.com
> >>>>> *-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-
> >>>>
> >>
> 


Re: PosSecurityData.xml seed data not loaded

Posted by Si Chen <si...@opensourcestrategies.com>.
and how does that compare to the seed data in the other applications?


On Aug 4, 2006, at 4:45 PM, Daniel Kunkel wrote:

> Says:
>
>     <entity-resource type="data" reader-name="seed" loader="main"
> location="data/PosSecurityData.xml"/>
>
>
>
>
>
> On Fri, 2006-08-04 at 14:15 -0700, Si Chen wrote:
>> what does it say in pos/ofbiz-component.xml?  is the reader seed or
>> main?
>>
>> On Aug 4, 2006, at 1:05 PM, Daniel Kunkel wrote:
>>
>>> Hi
>>>
>>> PosSecurityData should be a seed data file, right?
>>>
>>> Yes, but it doesn't seem to be loaded in my non-pos instance...   
>>> (Does
>>> that sound right, or did I change something I shouldn't have?)
>>>
>>> ---
>>>
>>>
>>>> Longer term a lot of the financials stuff should be re-written  
>>>> to use
>>>> the "system" userlogin, which will eliminate the need for this...
>>>> but it might be a somewhat long term.
>>>>
>>>
>>> That's fine...  Do we want to leave this as is then?
>>>
>>> Thanks
>>>
>>>
>>>
>>>
>>>
>>>> Si
>>>>
>>>>
>>>> On Aug 4, 2006, at 12:48 PM, Daniel Kunkel wrote:
>>>>
>>>>> Hi
>>>>>
>>>>> I've run into an interesting PosSecurityData data loading problem
>>>>> that
>>>>> I'm not sure of the right way of solving...
>>>>>
>>>>> The problem:
>>>>>
>>>>> On a new non-pos OFBiz installation with only the seed data  
>>>>> loaded,
>>>>> PosSecurityData which defines POSCLERK in security_group isn't
>>>>> loaded.
>>>>>
>>>>> In itself, this isn't a problem, until I try to load the  
>>>>> financial's
>>>>> seed data which requires POSCLERK.
>>>>>
>>>>> Is this something we should change in OFBiz?  Financials? or is
>>>>> there a
>>>>> better way to solve the problem?
>>>>>
>>>>> Thanks
>>>>>
>>>>> -- 
>>>>> Daniel
>>>>>
>>>>> *-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-
>>>>> Have a GREAT Day!
>>>>>
>>>>> Daniel Kunkel           DanielKunkel@BioWaves.com
>>>>> BioWaves, LLC           http://www.BioWaves.com
>>>>> 14150 NE 20th St. Suite F1
>>>>> Bellevue, WA 98007
>>>>> 800-734-3588    425-895-0050
>>>>> http://www.Apartment-Pets.com  http://www.SatelliteRadioZone.com
>>>>> http://www.Cards-Visa.com       http://www.ColorGlasses.com
>>>>> *-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-
>>>>
>>


Re: PosSecurityData.xml seed data not loaded

Posted by Daniel Kunkel <Da...@BioWaves.com>.
Says:

    <entity-resource type="data" reader-name="seed" loader="main"
location="data/PosSecurityData.xml"/>





On Fri, 2006-08-04 at 14:15 -0700, Si Chen wrote:
> what does it say in pos/ofbiz-component.xml?  is the reader seed or  
> main?
> 
> On Aug 4, 2006, at 1:05 PM, Daniel Kunkel wrote:
> 
> > Hi
> >
> > PosSecurityData should be a seed data file, right?
> >
> > Yes, but it doesn't seem to be loaded in my non-pos instance...  (Does
> > that sound right, or did I change something I shouldn't have?)
> >
> > ---
> >
> >
> >> Longer term a lot of the financials stuff should be re-written to use
> >> the "system" userlogin, which will eliminate the need for this...
> >> but it might be a somewhat long term.
> >>
> >
> > That's fine...  Do we want to leave this as is then?
> >
> > Thanks
> >
> >
> >
> >
> >
> >> Si
> >>
> >>
> >> On Aug 4, 2006, at 12:48 PM, Daniel Kunkel wrote:
> >>
> >>> Hi
> >>>
> >>> I've run into an interesting PosSecurityData data loading problem  
> >>> that
> >>> I'm not sure of the right way of solving...
> >>>
> >>> The problem:
> >>>
> >>> On a new non-pos OFBiz installation with only the seed data loaded,
> >>> PosSecurityData which defines POSCLERK in security_group isn't  
> >>> loaded.
> >>>
> >>> In itself, this isn't a problem, until I try to load the financial's
> >>> seed data which requires POSCLERK.
> >>>
> >>> Is this something we should change in OFBiz?  Financials? or is
> >>> there a
> >>> better way to solve the problem?
> >>>
> >>> Thanks
> >>>
> >>> -- 
> >>> Daniel
> >>>
> >>> *-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-
> >>> Have a GREAT Day!
> >>>
> >>> Daniel Kunkel           DanielKunkel@BioWaves.com
> >>> BioWaves, LLC           http://www.BioWaves.com
> >>> 14150 NE 20th St. Suite F1
> >>> Bellevue, WA 98007
> >>> 800-734-3588    425-895-0050
> >>> http://www.Apartment-Pets.com  http://www.SatelliteRadioZone.com
> >>> http://www.Cards-Visa.com       http://www.ColorGlasses.com
> >>> *-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-
> >>
> 


Re: PosSecurityData.xml seed data not loaded

Posted by Si Chen <si...@opensourcestrategies.com>.
what does it say in pos/ofbiz-component.xml?  is the reader seed or  
main?

On Aug 4, 2006, at 1:05 PM, Daniel Kunkel wrote:

> Hi
>
> PosSecurityData should be a seed data file, right?
>
> Yes, but it doesn't seem to be loaded in my non-pos instance...  (Does
> that sound right, or did I change something I shouldn't have?)
>
> ---
>
>
>> Longer term a lot of the financials stuff should be re-written to use
>> the "system" userlogin, which will eliminate the need for this...
>> but it might be a somewhat long term.
>>
>
> That's fine...  Do we want to leave this as is then?
>
> Thanks
>
>
>
>
>
>> Si
>>
>>
>> On Aug 4, 2006, at 12:48 PM, Daniel Kunkel wrote:
>>
>>> Hi
>>>
>>> I've run into an interesting PosSecurityData data loading problem  
>>> that
>>> I'm not sure of the right way of solving...
>>>
>>> The problem:
>>>
>>> On a new non-pos OFBiz installation with only the seed data loaded,
>>> PosSecurityData which defines POSCLERK in security_group isn't  
>>> loaded.
>>>
>>> In itself, this isn't a problem, until I try to load the financial's
>>> seed data which requires POSCLERK.
>>>
>>> Is this something we should change in OFBiz?  Financials? or is
>>> there a
>>> better way to solve the problem?
>>>
>>> Thanks
>>>
>>> -- 
>>> Daniel
>>>
>>> *-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-
>>> Have a GREAT Day!
>>>
>>> Daniel Kunkel           DanielKunkel@BioWaves.com
>>> BioWaves, LLC           http://www.BioWaves.com
>>> 14150 NE 20th St. Suite F1
>>> Bellevue, WA 98007
>>> 800-734-3588    425-895-0050
>>> http://www.Apartment-Pets.com  http://www.SatelliteRadioZone.com
>>> http://www.Cards-Visa.com       http://www.ColorGlasses.com
>>> *-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-
>>


Re: PosSecurityData.xml seed data not loaded

Posted by Daniel Kunkel <Da...@BioWaves.com>.
Hi

PosSecurityData should be a seed data file, right?

Yes, but it doesn't seem to be loaded in my non-pos instance...  (Does
that sound right, or did I change something I shouldn't have?)

---


> Longer term a lot of the financials stuff should be re-written to use  
> the "system" userlogin, which will eliminate the need for this...   
> but it might be a somewhat long term.
> 

That's fine...  Do we want to leave this as is then?

Thanks





> Si
> 
> 
> On Aug 4, 2006, at 12:48 PM, Daniel Kunkel wrote:
> 
> > Hi
> >
> > I've run into an interesting PosSecurityData data loading problem that
> > I'm not sure of the right way of solving...
> >
> > The problem:
> >
> > On a new non-pos OFBiz installation with only the seed data loaded,
> > PosSecurityData which defines POSCLERK in security_group isn't loaded.
> >
> > In itself, this isn't a problem, until I try to load the financial's
> > seed data which requires POSCLERK.
> >
> > Is this something we should change in OFBiz?  Financials? or is  
> > there a
> > better way to solve the problem?
> >
> > Thanks
> >
> > -- 
> > Daniel
> >
> > *-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-
> > Have a GREAT Day!
> >
> > Daniel Kunkel           DanielKunkel@BioWaves.com
> > BioWaves, LLC           http://www.BioWaves.com
> > 14150 NE 20th St. Suite F1
> > Bellevue, WA 98007
> > 800-734-3588    425-895-0050
> > http://www.Apartment-Pets.com  http://www.SatelliteRadioZone.com
> > http://www.Cards-Visa.com       http://www.ColorGlasses.com
> > *-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-
> 


Re: PosSecurityData.xml seed data not loaded

Posted by Si Chen <si...@opensourcestrategies.com>.
PosSecurityData should be a seed data file, right?

Longer term a lot of the financials stuff should be re-written to use  
the "system" userlogin, which will eliminate the need for this...   
but it might be a somewhat long term.

Si


On Aug 4, 2006, at 12:48 PM, Daniel Kunkel wrote:

> Hi
>
> I've run into an interesting PosSecurityData data loading problem that
> I'm not sure of the right way of solving...
>
> The problem:
>
> On a new non-pos OFBiz installation with only the seed data loaded,
> PosSecurityData which defines POSCLERK in security_group isn't loaded.
>
> In itself, this isn't a problem, until I try to load the financial's
> seed data which requires POSCLERK.
>
> Is this something we should change in OFBiz?  Financials? or is  
> there a
> better way to solve the problem?
>
> Thanks
>
> -- 
> Daniel
>
> *-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-
> Have a GREAT Day!
>
> Daniel Kunkel           DanielKunkel@BioWaves.com
> BioWaves, LLC           http://www.BioWaves.com
> 14150 NE 20th St. Suite F1
> Bellevue, WA 98007
> 800-734-3588    425-895-0050
> http://www.Apartment-Pets.com  http://www.SatelliteRadioZone.com
> http://www.Cards-Visa.com       http://www.ColorGlasses.com
> *-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-