Page 1 of 1
USPS module
Posted: Wed Apr 10, 2013 12:35 pm
by jlaker
Is there something missing in the USPS module documentation? I went through the steps but none of the USPS dependencies seem to be available.
Has anyone had any luck getting that to work?
Re: USPS module
Posted: Wed Apr 10, 2013 3:29 pm
by phillipuniverse
Try adding the BLC snapshots repository in your pom.xml:
Code: Select all
<repositories>
<repository>
<id>public snapshots</id>
<name>public snapshots</name>
<url>http://www.broadleafcommerce.org/nexus/content/repositories/snapshots/</url>
</repository>
</repositories>
If this works for you I'll go ahead and update the documentation.
Re: USPS module
Posted: Wed Apr 10, 2013 4:18 pm
by jlaker
I already had that repository defined. Wouldn't you need to add a dependency to the pom.xml as well?
Re: USPS module
Posted: Wed Apr 10, 2013 4:51 pm
by phillipuniverse
Yes, you will definitely need to add this dependency:
Code: Select all
<dependency>
<groupId>org.broadleafcommerce</groupId>
<artifactId>broadleaf-usps</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
I assumed that you already had that and it just wasn't downloading it. I guess you just meant you didn't know what the artifact was called?
Re: USPS module
Posted: Thu Apr 11, 2013 10:58 am
by jlaker
OK I added that but it looks like the bean definitions in the documentation don't match with what is in that snapshot.
What needs to be added to the application context?
Re: USPS module
Posted: Fri Apr 12, 2013 1:46 pm
by jlaker
Should I be using a different snapshot version of the USPS module?
Re: USPS module
Posted: Thu Apr 18, 2013 2:49 pm
by phillipuniverse
Sorry, what version of Broadleaf are you on?
Re: USPS module
Posted: Tue Apr 30, 2013 6:36 pm
by jlaker
Broadleaf 2.2.0 GA
Thanks.
John
Re: USPS module
Posted: Wed Oct 08, 2014 11:03 am
by Scarlett
I already have basic inventory working. The new field isn't visible in admin UI if the Sku doesn't have any value in the new table of my new entity, but when Sku have a value in my new entity, the field is visible. The new field is also visible when adding new product.