the build file has this description
        description="This loads ONLY the seed data (not seed-initial,
demo, ext* or anything else); meant for use after an update of the code
to reload the seed data as it is generally maintained along with the
code and needs to be in sync for operation">

I would think that seed-initial would be first under this
and example
if I do ant run-install-seed
after a ant clean-all
I can not log in as admin.
this is because the seed data is in SecurityExtData.xml
and has
   <UserLogin userLoginId="admin" partyId="admin"/>
while the seed-initial is in PasswordSecurityData.xml
    <UserLogin userLoginId="admin"
currentPassword="47ca69ebb4bdc9ae0adec130880165d2cc05db1a" passwordHint=""/>



I have then do ant run-install-extseed
        description="This loads seed, seed-initial and ext data; meant
for manual/generic testing, development, or going into production with a
derived system based on stock OFBiz where the ext data basically
replaces the demo data">

But if I don't want to load ext data, I am stuck
I think the admin login should be in the seed data if you want to reset
the password.




Reply via email to