Page 1 of 2

A New Broadleaf Commerce Demo - 1.6 ??

Posted: Thu May 24, 2012 6:21 pm
by karim.hj
There is a planned new demo site ? (great !)
http://jira.broadleafcommerce.org/browse/DEMO

I assume it will based on BLC 1.6 release ? (so no ajax features from the 1.7 version like 'rest-api pagination')
New theme ?
Based on a new catalog or on the same ?

I can't wait to see this demo !

Re: A New Broadleaf Commerce Demo - 1.6 ??

Posted: Tue Jul 17, 2012 11:04 am
by ktisdell
The new demo site will be based on 2.0. Version 1.7 is not going to be release. We changed the release number to 2.0. This new release will be branded differently. It will have many new features. It will be AJAX based and will allow for templates and themes. It will also have a REST API. In addition the new demo will have some catalog changes that allow for bundled products. The 2.0 version will be released as a milestone release July 18 or 19.

About the new demo site (based on 2.0)

Posted: Wed Jul 18, 2012 9:14 am
by karim.hj
Great news !

About the new demo site (based on 2.0), do you know when a first preview will be available ?

Re: A New Broadleaf Commerce Demo - 1.6 ??

Posted: Thu Jul 19, 2012 10:38 am
by aazzolini
Hopefully later this week!

Re: A New Broadleaf Commerce Demo - 1.6 ??

Posted: Wed Aug 08, 2012 12:56 am
by anikanchan
I downloaded the latest demo DemoSite-2.0.0-M1-4-eclipse-workspace and tried to run it but it seems some of the libraries are missing. Please suggest...

Here is the Maven output:

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building site 1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- keytool-maven-plugin:1.2:clean (clean) @ site ---
[WARNING] Keystore file '/Users/mymac/Workspace/test/site/target/test/WEB-INF/blc-example.keystore' doesn't exist.
[INFO]
[INFO] --- keytool-maven-plugin:1.2:genkey (genkey) @ site ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ site ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO]
[INFO] --- javarebel-maven-plugin:1.0.5:generate (generate-rebel-xml) @ site ---
[INFO] Processing com.test:site with packaging war
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ site ---
[INFO] Compiling 16 source files to /Users/mymac/Workspace/test/site/target/test/WEB-INF/classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.549s
[INFO] Finished at: Wed Aug 08 00:07:40 CDT 2012
[INFO] Final Memory: 22M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project site: Compilation failure: Compilation failure:
[ERROR] error: error reading /Users/mymac/.m2/repository/org/broadleafcommerce/broadleaf-framework/2.0.0-M1-4/broadleaf-framework-2.0.0-M1-4.jar; cannot read zip file
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[3,48] package org.broadleafcommerce.core.catalog.domain does not exist
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[4,57] package org.broadleafcommerce.core.order.service.exception does not exist
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[5,57] package org.broadleafcommerce.core.order.service.exception does not exist
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[6,57] package org.broadleafcommerce.core.order.service.exception does not exist
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[7,59] package org.broadleafcommerce.core.pricing.service.exception does not exist
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[37,94] cannot find symbol
[ERROR] symbol : class PricingException
[ERROR] location: class com.test.controller.account.ManageWishlistController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[37,112] cannot find symbol
[ERROR] symbol : class AddToCartException
[ERROR] location: class com.test.controller.account.ManageWishlistController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[67,85] cannot find symbol
[ERROR] symbol : class PricingException
[ERROR] location: class com.test.controller.account.ManageWishlistController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[67,103] cannot find symbol
[ERROR] symbol : class AddToCartException
[ERROR] location: class com.test.controller.account.ManageWishlistController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[82,57] cannot find symbol
[ERROR] symbol : class RemoveFromCartException
[ERROR] location: class com.test.controller.account.ManageWishlistController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[88,71] cannot find symbol
[ERROR] symbol : class PricingException
[ERROR] location: class com.test.controller.account.ManageWishlistController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[88,89] cannot find symbol
[ERROR] symbol : class AddToCartException
[ERROR] location: class com.test.controller.account.ManageWishlistController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[88,109] cannot find symbol
[ERROR] symbol : class RemoveFromCartException
[ERROR] location: class com.test.controller.account.ManageWishlistController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[94,32] cannot find symbol
[ERROR] symbol : class PricingException
[ERROR] location: class com.test.controller.account.ManageWishlistController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[94,50] cannot find symbol
[ERROR] symbol : class AddToCartException
[ERROR] location: class com.test.controller.account.ManageWishlistController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[94,70] cannot find symbol
[ERROR] symbol : class RemoveFromCartException
[ERROR] location: class com.test.controller.account.ManageWishlistController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[4,48] package org.broadleafcommerce.core.catalog.domain does not exist
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[5,57] package org.broadleafcommerce.core.order.service.exception does not exist
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[6,57] package org.broadleafcommerce.core.order.service.exception does not exist
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[7,57] package org.broadleafcommerce.core.order.service.exception does not exist
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[8,57] package org.broadleafcommerce.core.order.service.exception does not exist
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[9,59] package org.broadleafcommerce.core.pricing.service.exception does not exist
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[32,98] cannot find symbol
[ERROR] symbol : class PricingException
[ERROR] location: class com.test.controller.cart.CartController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[45,85] cannot find symbol
[ERROR] symbol : class PricingException
[ERROR] location: class com.test.controller.cart.CartController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[45,103] cannot find symbol
[ERROR] symbol : class AddToCartException
[ERROR] location: class com.test.controller.cart.CartController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[79,85] cannot find symbol
[ERROR] symbol : class PricingException
[ERROR] location: class com.test.controller.cart.CartController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[79,103] cannot find symbol
[ERROR] symbol : class AddToCartException
[ERROR] location: class com.test.controller.cart.CartController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[90,85] cannot find symbol
[ERROR] symbol : class PricingException
[ERROR] location: class com.test.controller.cart.CartController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[90,103] cannot find symbol
[ERROR] symbol : class UpdateCartException
[ERROR] location: class com.test.controller.cart.CartController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[90,124] cannot find symbol
[ERROR] symbol : class RemoveFromCartException
[ERROR] location: class com.test.controller.cart.CartController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[96,85] cannot find symbol
[ERROR] symbol : class PricingException
[ERROR] location: class com.test.controller.cart.CartController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[96,103] cannot find symbol
[ERROR] symbol : class RemoveFromCartException
[ERROR] location: class com.test.controller.cart.CartController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[101,99] cannot find symbol
[ERROR] symbol : class PricingException
[ERROR] location: class com.test.controller.cart.CartController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[109,72] cannot find symbol
[ERROR] symbol : class PricingException
[ERROR] location: class com.test.controller.cart.CartController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[115,70] cannot find symbol
[ERROR] symbol : class PricingException
[ERROR] location: class com.test.controller.cart.CartController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/catalog/RatingsController.java:[5,53] package org.broadleafcommerce.core.rating.service.type does not exist
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/catalog/RatingsController.java:[6,53] package org.broadleafcommerce.core.rating.service.type does not exist
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/checkout/CheckoutController.java:[9,60] package org.broadleafcommerce.core.checkout.service.exception does not exist
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/checkout/CheckoutController.java:[10,46] package org.broadleafcommerce.core.order.domain does not exist
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/checkout/CheckoutController.java:[11,46] package org.broadleafcommerce.core.order.domain does not exist
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/checkout/CheckoutController.java:[12,48] package org.broadleafcommerce.core.payment.domain does not exist
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/checkout/CheckoutController.java:[13,54] package org.broadleafcommerce.core.payment.service.type does not exist
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/checkout/CheckoutController.java:[50,116] cannot find symbol
[ERROR] symbol : class PricingException
[ERROR] location: class com.test.controller.checkout.CheckoutController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/checkout/CheckoutController.java:[58,41] cannot find symbol
[ERROR] symbol : class PricingException
[ERROR] location: class com.test.controller.checkout.CheckoutController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/checkout/CheckoutController.java:[65,35] cannot find symbol
[ERROR] symbol : class PricingException
[ERROR] location: class com.test.controller.checkout.CheckoutController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/checkout/CheckoutController.java:[72,35] cannot find symbol
[ERROR] symbol : class PricingException
[ERROR] location: class com.test.controller.checkout.CheckoutController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/checkout/CheckoutController.java:[92,41] cannot find symbol
[ERROR] symbol : class CheckoutException
[ERROR] location: class com.test.controller.checkout.CheckoutController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/checkout/CheckoutController.java:[92,60] cannot find symbol
[ERROR] symbol : class PricingException
[ERROR] location: class com.test.controller.checkout.CheckoutController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/checkout/CheckoutController.java:[97,54] cannot find symbol
[ERROR] symbol : class Order
[ERROR] location: class com.test.controller.checkout.CheckoutController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[42,87] cannot access org.broadleafcommerce.core.order.service.call.OrderItemRequestDTO
[ERROR] class file for org.broadleafcommerce.core.order.service.call.OrderItemRequestDTO not found
[ERROR] responseMap.put("productName", catalogService.findProductById(addToCartItem.getProductId()).getName());
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[42,57] cannot access org.broadleafcommerce.core.catalog.service.CatalogService
[ERROR] class file for org.broadleafcommerce.core.catalog.service.CatalogService not found
[ERROR] responseMap.put("productName", catalogService.findProductById(addToCartItem.getProductId()).getName());
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[43,58] cannot find symbol
[ERROR] symbol : method getQuantity()
[ERROR] location: class org.broadleafcommerce.core.web.order.model.AddToCartItem
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[44,29] cannot find symbol
[ERROR] symbol : method getItemAttributes()
[ERROR] location: class org.broadleafcommerce.core.web.order.model.AddToCartItem
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[44,74] cannot find symbol
[ERROR] symbol : method getItemAttributes()
[ERROR] location: class org.broadleafcommerce.core.web.order.model.AddToCartItem
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[47,58] cannot find symbol
[ERROR] symbol : method getProductId()
[ERROR] location: class org.broadleafcommerce.core.web.order.model.AddToCartItem
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[49,17] cannot find symbol
[ERROR] symbol : class AddToCartException
[ERROR] location: class com.test.controller.account.ManageWishlistController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[50,31] cannot find symbol
[ERROR] symbol : class RequiredAttributeNotProvidedException
[ERROR] location: class com.test.controller.account.ManageWishlistController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[70,11] cannot find symbol
[ERROR] symbol : class AddToCartException
[ERROR] location: class com.test.controller.account.ManageWishlistController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[71,31] cannot find symbol
[ERROR] symbol : class RequiredAttributeNotProvidedException
[ERROR] location: class com.test.controller.account.ManageWishlistController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[72,4] cannot find symbol
[ERROR] symbol : class Product
[ERROR] location: class com.test.controller.account.ManageWishlistController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/account/ManageWishlistController.java:[72,66] cannot find symbol
[ERROR] symbol : method getProductId()
[ERROR] location: class org.broadleafcommerce.core.web.order.model.AddToCartItem
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[50,20] cannot find symbol
[ERROR] symbol : method getItemAttributes()
[ERROR] location: class org.broadleafcommerce.core.web.order.model.AddToCartItem
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[50,65] cannot find symbol
[ERROR] symbol : method getItemAttributes()
[ERROR] location: class org.broadleafcommerce.core.web.order.model.AddToCartItem
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[51,46] cannot find symbol
[ERROR] symbol : method getProductId()
[ERROR] location: class org.broadleafcommerce.core.web.order.model.AddToCartItem
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[53,78] cannot find symbol
[ERROR] symbol : method getProductId()
[ERROR] location: class org.broadleafcommerce.core.web.order.model.AddToCartItem
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[54,49] cannot find symbol
[ERROR] symbol : method getQuantity()
[ERROR] location: class org.broadleafcommerce.core.web.order.model.AddToCartItem
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[56,20] cannot find symbol
[ERROR] symbol : method getItemAttributes()
[ERROR] location: class org.broadleafcommerce.core.web.order.model.AddToCartItem
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[56,65] cannot find symbol
[ERROR] symbol : method getItemAttributes()
[ERROR] location: class org.broadleafcommerce.core.web.order.model.AddToCartItem
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[59,46] cannot find symbol
[ERROR] symbol : method getProductId()
[ERROR] location: class org.broadleafcommerce.core.web.order.model.AddToCartItem
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[61,11] cannot find symbol
[ERROR] symbol : class AddToCartException
[ERROR] location: class com.test.controller.cart.CartController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[62,31] cannot find symbol
[ERROR] symbol : class RequiredAttributeNotProvidedException
[ERROR] location: class com.test.controller.cart.CartController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[82,11] cannot find symbol
[ERROR] symbol : class AddToCartException
[ERROR] location: class com.test.controller.cart.CartController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[83,3] cannot find symbol
[ERROR] symbol : class Product
[ERROR] location: class com.test.controller.cart.CartController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/cart/CartController.java:[83,65] cannot find symbol
[ERROR] symbol : method getProductId()
[ERROR] location: class org.broadleafcommerce.core.web.order.model.AddToCartItem
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/catalog/RatingsController.java:[26,51] cannot find symbol
[ERROR] symbol : variable RatingType
[ERROR] location: class com.test.controller.catalog.RatingsController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/catalog/RatingsController.java:[26,86] cannot find symbol
[ERROR] symbol : variable RatingSortType
[ERROR] location: class com.test.controller.catalog.RatingsController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/catalog/RatingsController.java:[31,43] cannot find symbol
[ERROR] symbol : variable RatingType
[ERROR] location: class com.test.controller.catalog.RatingsController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/checkout/CheckoutController.java:[99,10] cannot find symbol
[ERROR] symbol : class FulfillmentGroup
[ERROR] location: class com.test.controller.checkout.CheckoutController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/checkout/CheckoutController.java:[115,17] cannot find symbol
[ERROR] symbol : class PaymentInfo
[ERROR] location: class com.test.controller.checkout.CheckoutController
[ERROR]
[ERROR] /Users/mymac/Workspace/test/site/src/main/java/com/test/controller/checkout/CheckoutController.java:[116,35] package PaymentInfoType does not exist
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/disp ... eException

Re: A New Broadleaf Commerce Demo - 1.6 ??

Posted: Wed Aug 08, 2012 3:10 pm
by Valdus
Did you run the demo project in the parent project folder as a Maven install? If not that should fix your issue.

Re: A New Broadleaf Commerce Demo - 1.6 ??

Posted: Thu Aug 09, 2012 1:11 am
by anikanchan
I tried that (running Maven install on parent) and that has similar issues.


SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] ecommerce
[INFO] core
[INFO] admin
[INFO] site
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ecommerce 1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ecommerce-website ---
[INFO] Installing /Users/anikanchan/Workspace/test/pom.xml to /Users/anikanchan/.m2/repository/com/test/ecommerce-website/1.0/ecommerce-website-1.0.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building core 1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO]
[INFO] --- javarebel-maven-plugin:1.0.5:generate (generate-rebel-xml) @ core ---
[INFO] Processing com.test:core with packaging jar
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ core ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/anikanchan/Workspace/test/core/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ core ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ core ---
[INFO] Surefire report directory: /Users/anikanchan/Workspace/test/core/target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ core ---
[INFO] Building jar: /Users/anikanchan/Workspace/test/core/target/core-1.0.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ core ---
[INFO] Installing /Users/anikanchan/Workspace/test/core/target/core-1.0.jar to /Users/anikanchan/.m2/repository/com/test/core/1.0/core-1.0.jar
[INFO] Installing /Users/anikanchan/Workspace/test/core/pom.xml to /Users/anikanchan/.m2/repository/com/test/core/1.0/core-1.0.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building admin 1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:timestamp-property (timestamp-property) @ admin ---
[WARNING] Using platform locale (en_US actually) to format date/time, i.e. build is platform dependent!
[INFO] Setting property 'clientBuildDate' to '2012-08-09 06:05:00'.
[INFO]
[INFO] --- keytool-maven-plugin:1.2:clean (clean) @ admin ---
[INFO] Keystore file '/Users/anikanchan/Workspace/test/admin/target/admin/WEB-INF/blc-example.keystore' deleted successfully.
[INFO]
[INFO] --- keytool-maven-plugin:1.2:genkey (genkey) @ admin ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ admin ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] Copying 1 resource
[INFO]
[INFO] --- javarebel-maven-plugin:1.0.5:generate (generate-rebel-xml) @ admin ---
[INFO] Processing com.test:admin with packaging war
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ admin ---
[INFO] Compiling 1 source file to /Users/anikanchan/Workspace/test/admin/target/admin/WEB-INF/classes
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] ecommerce ......................................... SUCCESS [0.291s]
[INFO] core .............................................. SUCCESS [2.013s]
[INFO] admin ............................................. FAILURE [1.654s]
[INFO] site .............................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.284s
[INFO] Finished at: Thu Aug 09 01:05:01 CDT 2012
[INFO] Final Memory: 25M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project admin: Compilation failure: Compilation failure:
[ERROR] error: error reading /Users/anikanchan/.m2/repository/org/broadleafcommerce/broadleaf-framework/2.0.0-M1-4/broadleaf-framework-2.0.0-M1-4.jar; cannot read zip file
[ERROR] /Users/anikanchan/Workspace/test/admin/src/main/java/com/test/controller/AdminLoginController.java:[22,53] package org.broadleafcommerce.openadmin.web.controller does not exist
[ERROR]
[ERROR] /Users/anikanchan/Workspace/test/admin/src/main/java/com/test/controller/AdminLoginController.java:[23,47] package org.broadleafcommerce.openadmin.web.form does not exist
[ERROR]
[ERROR] /Users/anikanchan/Workspace/test/admin/src/main/java/com/test/controller/AdminLoginController.java:[41,42] cannot find symbol
[ERROR] symbol: class BroadleafAdminLoginController
[ERROR] public class AdminLoginController extends BroadleafAdminLoginController {
[ERROR]
[ERROR] /Users/anikanchan/Workspace/test/admin/src/main/java/com/test/controller/AdminLoginController.java:[72,77] cannot find symbol
[ERROR] symbol : class ResetPasswordForm
[ERROR] location: class com.test.controller.AdminLoginController
[ERROR]
[ERROR] /Users/anikanchan/Workspace/test/admin/src/main/java/com/test/controller/AdminLoginController.java:[81,78] cannot find symbol
[ERROR] symbol : class ResetPasswordForm
[ERROR] location: class com.test.controller.AdminLoginController
[ERROR]
[ERROR] /Users/anikanchan/Workspace/test/admin/src/main/java/com/test/controller/AdminLoginController.java:[22,53] package org.broadleafcommerce.openadmin.web.controller does not exist
[ERROR]
[ERROR] /Users/anikanchan/Workspace/test/admin/src/main/java/com/test/controller/AdminLoginController.java:[23,47] package org.broadleafcommerce.openadmin.web.form does not exist
[ERROR]
[ERROR] /Users/anikanchan/Workspace/test/admin/src/main/java/com/test/controller/AdminLoginController.java:[41,42] cannot find symbol
[ERROR] symbol: class BroadleafAdminLoginController
[ERROR] public class AdminLoginController extends BroadleafAdminLoginController {
[ERROR]
[ERROR] /Users/anikanchan/Workspace/test/admin/src/main/java/com/test/controller/AdminLoginController.java:[72,77] cannot find symbol
[ERROR] symbol : class ResetPasswordForm
[ERROR] location: class com.test.controller.AdminLoginController
[ERROR]
[ERROR] /Users/anikanchan/Workspace/test/admin/src/main/java/com/test/controller/AdminLoginController.java:[81,78] cannot find symbol
[ERROR] symbol : class ResetPasswordForm
[ERROR] location: class com.test.controller.AdminLoginController
[ERROR]
[ERROR] /Users/anikanchan/Workspace/test/admin/src/main/java/com/test/controller/AdminLoginController.java:[46,10] cannot find symbol
[ERROR] symbol : variable super
[ERROR] location: class com.test.controller.AdminLoginController
[ERROR]
[ERROR] /Users/anikanchan/Workspace/test/admin/src/main/java/com/test/controller/AdminLoginController.java:[51,10] cannot find symbol
[ERROR] symbol : variable super
[ERROR] location: class com.test.controller.AdminLoginController
[ERROR]
[ERROR] /Users/anikanchan/Workspace/test/admin/src/main/java/com/test/controller/AdminLoginController.java:[55,10] cannot find symbol
[ERROR] symbol : variable super
[ERROR] location: class com.test.controller.AdminLoginController
[ERROR]
[ERROR] /Users/anikanchan/Workspace/test/admin/src/main/java/com/test/controller/AdminLoginController.java:[59,13] cannot find symbol
[ERROR] symbol : variable super
[ERROR] location: class com.test.controller.AdminLoginController
[ERROR]
[ERROR] /Users/anikanchan/Workspace/test/admin/src/main/java/com/test/controller/AdminLoginController.java:[63,13] cannot find symbol
[ERROR] symbol : variable super
[ERROR] location: class com.test.controller.AdminLoginController
[ERROR]
[ERROR] /Users/anikanchan/Workspace/test/admin/src/main/java/com/test/controller/AdminLoginController.java:[68,10] cannot find symbol
[ERROR] symbol : variable super
[ERROR] location: class com.test.controller.AdminLoginController
[ERROR]
[ERROR] /Users/anikanchan/Workspace/test/admin/src/main/java/com/test/controller/AdminLoginController.java:[73,13] cannot find symbol
[ERROR] symbol : variable super
[ERROR] location: class com.test.controller.AdminLoginController
[ERROR]
[ERROR] /Users/anikanchan/Workspace/test/admin/src/main/java/com/test/controller/AdminLoginController.java:[77,10] cannot find symbol
[ERROR] symbol : variable super
[ERROR] location: class com.test.controller.AdminLoginController
[ERROR]
[ERROR] /Users/anikanchan/Workspace/test/admin/src/main/java/com/test/controller/AdminLoginController.java:[82,13] cannot find symbol
[ERROR] symbol : variable super
[ERROR] location: class com.test.controller.AdminLoginController
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/disp ... eException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :admin

Re: A New Broadleaf Commerce Demo - 1.6 ??

Posted: Thu Aug 09, 2012 7:27 am
by Valdus
What I'm reading from the error is that your actually missing some of the maven dependencies for broadleaf, I would actually attempt to redownload sources and either start from a fresh workspace or clear your current one. Check in your project build.properties and make sure you gave the correct maven installation location, that honestly could be your problem.

Re: A New Broadleaf Commerce Demo - 1.6 ??

Posted: Fri Aug 10, 2012 9:22 pm
by anikanchan
That worked! Thanks! What is the user id/password for admin site?

Re: A New Broadleaf Commerce Demo - 1.6 ??

Posted: Sat Aug 11, 2012 9:46 am
by phillipuniverse
The default username/password is admin/admin