[jira] [Created] (OFBIZ-4354) "ant run-install-seed" command loads the demo data together with seed data

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

[jira] [Created] (OFBIZ-4354) "ant run-install-seed" command loads the demo data together with seed data

Nicolas Malin (Jira)
"ant run-install-seed" command loads the demo data together with seed data
--------------------------------------------------------------------------

                 Key: OFBIZ-4354
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4354
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Leon


./ant run-install-seed. It should load the seed data only, but in fact, it loads all. Below is some stdout/err info extracted, notice that files such as "UsersDemoData.xml" are "demo" data, not seed.

btw, ./ant run-install-extseed will load demo data too.

{quote}
...
run-install-seed:
     [java] debug: args=[install, readers=seed]
     [java] debug: command=COMMAND
     [java] debug: loaderArgs=[install, readers=seed]
     [java] Start.java using configuration file org/ofbiz/base/start/install.properties
...
     [java] 2011-07-27 13:45:17,463 (main) [EntityDataLoadContainer.java:373:INFO ] =-=-=-=-=-=-= Doing a data load with the following files:
     [java] 2011-07-27 13:45:17,463 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/security/data/SecurityData.xml
...
     [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/security/data/SecurityDemoData.xml
     [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/service/data/ServiceDemoData.xml
     [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/example/data/ExampleDemoData.xml
     [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/applications/party/data/PartyDemoData.xml
     [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/applications/securityext/data/UserDemoData.xml
     [java] 2011-07-27 13:45:17,481 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/applications/content/data/UsersDemoData.xml
...
{quote}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-4354) "ant run-install-seed" command loads the demo data together with seed data

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hans Bakker closed OFBIZ-4354.
------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
         Assignee: Hans Bakker

fixed in Revision: 1142967

> "ant run-install-seed" command loads the demo data together with seed data
> --------------------------------------------------------------------------
>
>                 Key: OFBIZ-4354
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4354
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>
> ./ant run-install-seed. It should load the seed data only, but in fact, it loads all. Below is some stdout/err info extracted, notice that files such as "UsersDemoData.xml" are "demo" data, not seed.
> btw, ./ant run-install-extseed will load demo data too.
> {quote}
> ...
> run-install-seed:
>      [java] debug: args=[install, readers=seed]
>      [java] debug: command=COMMAND
>      [java] debug: loaderArgs=[install, readers=seed]
>      [java] Start.java using configuration file org/ofbiz/base/start/install.properties
> ...
>      [java] 2011-07-27 13:45:17,463 (main) [EntityDataLoadContainer.java:373:INFO ] =-=-=-=-=-=-= Doing a data load with the following files:
>      [java] 2011-07-27 13:45:17,463 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/security/data/SecurityData.xml
> ...
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/security/data/SecurityDemoData.xml
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/service/data/ServiceDemoData.xml
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/example/data/ExampleDemoData.xml
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/applications/party/data/PartyDemoData.xml
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/applications/securityext/data/UserDemoData.xml
>      [java] 2011-07-27 13:45:17,481 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/applications/content/data/UsersDemoData.xml
> ...
> {quote}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4354) "ant run-install-seed" command loads the demo data together with seed data

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13071589#comment-13071589 ]

Leon commented on OFBIZ-4354:
-----------------------------

thanks Hans Bakker.

I check the log and find out that our last sync revision is r1141848. I will sync the latest version, and redo the run-install-seed operation. thanks very much.

> "ant run-install-seed" command loads the demo data together with seed data
> --------------------------------------------------------------------------
>
>                 Key: OFBIZ-4354
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4354
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>
> ./ant run-install-seed. It should load the seed data only, but in fact, it loads all. Below is some stdout/err info extracted, notice that files such as "UsersDemoData.xml" are "demo" data, not seed.
> btw, ./ant run-install-extseed will load demo data too.
> {quote}
> ...
> run-install-seed:
>      [java] debug: args=[install, readers=seed]
>      [java] debug: command=COMMAND
>      [java] debug: loaderArgs=[install, readers=seed]
>      [java] Start.java using configuration file org/ofbiz/base/start/install.properties
> ...
>      [java] 2011-07-27 13:45:17,463 (main) [EntityDataLoadContainer.java:373:INFO ] =-=-=-=-=-=-= Doing a data load with the following files:
>      [java] 2011-07-27 13:45:17,463 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/security/data/SecurityData.xml
> ...
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/security/data/SecurityDemoData.xml
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/service/data/ServiceDemoData.xml
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/example/data/ExampleDemoData.xml
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/applications/party/data/PartyDemoData.xml
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/applications/securityext/data/UserDemoData.xml
>      [java] 2011-07-27 13:45:17,481 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/applications/content/data/UsersDemoData.xml
> ...
> {quote}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4354) "ant run-install-seed" command loads the demo data together with seed data

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13071596#comment-13071596 ]

Hans Bakker commented on OFBIZ-4354:
------------------------------------

Hi Leon, you are welcome, this is just an example how quickly blocking errors are fixed in the trunk.....
we tweeted this problem at @apache_ofbiz....
Hans Bakker

> "ant run-install-seed" command loads the demo data together with seed data
> --------------------------------------------------------------------------
>
>                 Key: OFBIZ-4354
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4354
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>
> ./ant run-install-seed. It should load the seed data only, but in fact, it loads all. Below is some stdout/err info extracted, notice that files such as "UsersDemoData.xml" are "demo" data, not seed.
> btw, ./ant run-install-extseed will load demo data too.
> {quote}
> ...
> run-install-seed:
>      [java] debug: args=[install, readers=seed]
>      [java] debug: command=COMMAND
>      [java] debug: loaderArgs=[install, readers=seed]
>      [java] Start.java using configuration file org/ofbiz/base/start/install.properties
> ...
>      [java] 2011-07-27 13:45:17,463 (main) [EntityDataLoadContainer.java:373:INFO ] =-=-=-=-=-=-= Doing a data load with the following files:
>      [java] 2011-07-27 13:45:17,463 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/security/data/SecurityData.xml
> ...
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/security/data/SecurityDemoData.xml
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/service/data/ServiceDemoData.xml
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/example/data/ExampleDemoData.xml
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/applications/party/data/PartyDemoData.xml
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/applications/securityext/data/UserDemoData.xml
>      [java] 2011-07-27 13:45:17,481 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/applications/content/data/UsersDemoData.xml
> ...
> {quote}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4354) "ant run-install-seed" command loads the demo data together with seed data

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13071617#comment-13071617 ]

Leon commented on OFBIZ-4354:
-----------------------------

yes, I'm following @apache_ofbiz. But unfortunately I missed this tweet because of too much timeline items. let me try to use ifff to send a notification if there's new tweet from @apache_ofbiz.

> "ant run-install-seed" command loads the demo data together with seed data
> --------------------------------------------------------------------------
>
>                 Key: OFBIZ-4354
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4354
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>
> ./ant run-install-seed. It should load the seed data only, but in fact, it loads all. Below is some stdout/err info extracted, notice that files such as "UsersDemoData.xml" are "demo" data, not seed.
> btw, ./ant run-install-extseed will load demo data too.
> {quote}
> ...
> run-install-seed:
>      [java] debug: args=[install, readers=seed]
>      [java] debug: command=COMMAND
>      [java] debug: loaderArgs=[install, readers=seed]
>      [java] Start.java using configuration file org/ofbiz/base/start/install.properties
> ...
>      [java] 2011-07-27 13:45:17,463 (main) [EntityDataLoadContainer.java:373:INFO ] =-=-=-=-=-=-= Doing a data load with the following files:
>      [java] 2011-07-27 13:45:17,463 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/security/data/SecurityData.xml
> ...
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/security/data/SecurityDemoData.xml
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/service/data/ServiceDemoData.xml
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/example/data/ExampleDemoData.xml
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/applications/party/data/PartyDemoData.xml
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/applications/securityext/data/UserDemoData.xml
>      [java] 2011-07-27 13:45:17,481 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/applications/content/data/UsersDemoData.xml
> ...
> {quote}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Issue Comment Edited] (OFBIZ-4354) "ant run-install-seed" command loads the demo data together with seed data

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13071617#comment-13071617 ]

Leon edited comment on OFBIZ-4354 at 7/27/11 9:23 AM:
------------------------------------------------------

yes, I'm following @apache_ofbiz. But unfortunately I missed this tweet because of too much timeline items. let me try to use ifttt to send a notification if there's new tweet from @apache_ofbiz.

      was (Author: utcb):
    yes, I'm following @apache_ofbiz. But unfortunately I missed this tweet because of too much timeline items. let me try to use ifff to send a notification if there's new tweet from @apache_ofbiz.
 

> "ant run-install-seed" command loads the demo data together with seed data
> --------------------------------------------------------------------------
>
>                 Key: OFBIZ-4354
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4354
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>
> ./ant run-install-seed. It should load the seed data only, but in fact, it loads all. Below is some stdout/err info extracted, notice that files such as "UsersDemoData.xml" are "demo" data, not seed.
> btw, ./ant run-install-extseed will load demo data too.
> {quote}
> ...
> run-install-seed:
>      [java] debug: args=[install, readers=seed]
>      [java] debug: command=COMMAND
>      [java] debug: loaderArgs=[install, readers=seed]
>      [java] Start.java using configuration file org/ofbiz/base/start/install.properties
> ...
>      [java] 2011-07-27 13:45:17,463 (main) [EntityDataLoadContainer.java:373:INFO ] =-=-=-=-=-=-= Doing a data load with the following files:
>      [java] 2011-07-27 13:45:17,463 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/security/data/SecurityData.xml
> ...
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/security/data/SecurityDemoData.xml
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/service/data/ServiceDemoData.xml
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/framework/example/data/ExampleDemoData.xml
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/applications/party/data/PartyDemoData.xml
>      [java] 2011-07-27 13:45:17,480 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/applications/securityext/data/UserDemoData.xml
>      [java] 2011-07-27 13:45:17,481 (main) [EntityDataLoadContainer.java:375:INFO ] file:/opt/customofbiztrunk/applications/content/data/UsersDemoData.xml
> ...
> {quote}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira