Kdelibs build failure on 64 bit system

2015-07-06 00:07:40 - No Comments

I just switched to use Linux at work. I’ve had Gentoo at home for years but Windows seems to be a part of the consulting branch of work I’ve done so far. The new machine I got was of course a 64 bit one and I installed the right distribution. After a week of use […]

Read more →

Building a local OpenSwift object store

2015-06-29 00:06:48 - No Comments

I needed a solution to save data and I wanted to create an API so I could handle different storage solutions. One of the solutions I wanted to support was OpenSwift, a part of OpenStack. Trying create a small local installation for testing wasn’t easy and required research. Configuration options seems endless so I’m trying […]

Read more →

Debugging with breakpoint in any place

2015-04-20 00:04:49 - No Comments

Was debugging some code the other day and had some annoyance. I had to set a breakpoint in my code and then try to figure out where a problem happened by going into methods, and jump multiple steps before actually reaching the code I wanted to test. In this case the code to debug was […]

Read more →

Platform as a service review

2015-04-13 00:04:20 - No Comments

I thought it could be interesting to do a small review of the PaaS solutions I’ve come into contact with and my experience. To preface this post I want to say that I mainly use PaaS solutions for prototyping and small scale development. None of the solutions I’ve built so far is running in production […]

Read more →

Add/remove to segment

2015-04-06 00:04:22 - No Comments

Customer segments aren’t the most straight forward concept. It should be and works fine but the back-end handling seems to be a set of different solutions put together to make the whole. First of we have the customer segments created as member groups. These groups have names and some small settings but only a few […]

Read more →

Remote search server on a development environment after FEP7

2015-02-19 11:02:43 - No Comments

Quick note just to save this small information. IBM support is telling us that it’s impossible to use Commerce Developer with an external Solr server. After some research I found which config file to change in order to change which server it will call. [WCDEV_INSTALL]\wasprofile\config\cells\localhost\nodes\localhost\servers\server1\namebindings.xml This file has multiple entries for configuring the search. Changing […]

Read more →

Second day with Feature Pack 8

2014-11-28 09:11:52 - No Comments

Today I tried to look into the new functionality for B2B users. The first thing I realized after some testing was that I used the wrong store. I published the AuroraStoreFrontAssetStore from ExtendedSites section that we usually use. And none of the functionality was present. Seemed strange and I couldn’t see any other sars in […]

Read more →

First 24h with Websphere Commerce Feature Pack 8

2014-11-27 08:11:39 - 2 Comments

Yesterday the new feature pack 8 and fix pack 9 of Websphere Commerce where released to the world. And I started to download it as soon as I saw it being available. Our process is to try out the new versions as fast as possible to nail down the technical challenges we will face moving […]

Read more →

Creating references to your objects in Management Center

2014-08-04 00:08:26 - No Comments

I was looking into creating a reference editor to show an reference between my object to an SKU and I think it wasn’t obvious how to get this relationship to work. First of I wanted to use the reference editor to show my relationship. I defined it using the code below. I didn’t want the […]

Read more →

Fetching prices from pricerule in java

2014-06-30 00:06:13 - No Comments

This week I’ve looked into fetching list prices using the list price rule defined in commerce. There isn’t any GUI to set the rule used for your list prices. And if you just fetch the value from CatalogEntryDataBean getListPrice you will get the value in the table LISTPRICE which should be deprecated in FEP6. You […]

Read more →

Changing default command for “Customer is viewing a catalog entry”

2014-06-23 00:06:08 - No Comments

When using the marketing trigger “Current page” with “Customer is viewing a catalog entry”. The template you use is actually saying look for a specific productId on a command called ProductDisplay. If you look in the dmeletemplate table you could find all the templates for the different triggers and other elements used by marketing. In […]

Read more →

Log4J your application server

2014-04-07 00:04:21 - No Comments

We’re looking into a solution using log4j to consolidate our logs in an third-party system using Application server and IBM has disabled the support for log4j in the application servers logging framework. I tried to reverse this process and check what was needed to enable this feature again. First of we need the log4j framework […]

Read more →