Questions tagged [websphere-commerce]

IBM WebSphere Commerce is IBM's e-commerce platform

IBM WebSphere Commerce forms the customer interaction platform within the Smarter Commerce portfolio.

152 questions
2
votes
1 answer

Token generation in REST API WCS

How the WCToken can be generated without invoking either the login/guest services in REST API? We can use the WCToken generated form either login/guest and calling various other webservices to retrieve data, how can we call other services without…
2
votes
3 answers

WebSphere Commerce: Controller Command vs. Task Command?

For a newbie, how would you explain the difference between a controller command and a task command? What are the purposes of each? What might be an example of using the two types of commands?
Chandrew
  • 16,987
  • 4
  • 24
  • 40
2
votes
1 answer

What eCommerce application is this?

I have seen a lot of sites using this URL structure: webapp/wcs/stores/servlet webapp/wcs/stores/OrderShippingDisplayView What application is it? Lots of the competition of my client sites use this in their sites.
M1th
  • 621
  • 1
  • 7
  • 11
2
votes
3 answers

What commands are called during WebSphere Commerce's checkout process / flow?

What are all the controller commands and task commands that get invoked starting from the AddToCart -> ShoppingCart -> CheckoutSignIn -> ShippingInfo -> ShippingMethod -> PaymentMethod -> Order Summary (basically navigating from the Shopping Cart…
Chandrew
  • 16,987
  • 4
  • 24
  • 40
2
votes
3 answers

how serializable is releated to caching a java/command class?

I am working on ibm websphere commerce (wcs). In this framework we have an option to cache our command class, basically they are just a java classes. While having a new cache entry i got to know that these java classes must be serializable…
Santosh Sidnal
  • 128
  • 1
  • 9
1
vote
1 answer

Configuring WebSphere Commerce Developer 6.0 to use WebSphere Application Server 6.1

Has anyone successfully configured WebSphere Commerce Developer 6.0 to use WAS 6.1 and RAD 7.0? I'm working on a site implemented with IBM WebSphere Commerce Developer 6.0. In production the site runs on WebSphere Application Server 6.1, which is…
1
vote
2 answers

Mac Eclipse instead of Windows IBM WebSphere Commerce Developer - Can it be done?

Im currently working as a frontend dev on WebSphere Commerce project. Currently for development I run WSC Developer in a Win7 VM. What i would like to do is get everything set up in the FOSS version of Eclipse (Helios or Indigo) on my Mac instead of…
prodigitalson
  • 60,050
  • 10
  • 100
  • 114
1
vote
2 answers

Solr customizing with Websphere Commerce

I have a strange requirement in Solr. The business model is like for each store in state (say victoria), we have different sales catalog (like Richmond, Brunswick etc) which in turn act as fulfillment centers on their own. so my url of storeId- vic…
arvind_cool
  • 293
  • 1
  • 13
1
vote
1 answer

What does error SRVE0315E indicate in ibm websphere liberty server?

I have WebSphere application server liberty - 17.0.0.2 installed. When i try to hit website URL after turning up crsServer, The front page displays "An error has occurred. Please contact your system administrator" message. Initially everything was…
KUNAL HIRANI
  • 641
  • 1
  • 7
  • 20
1
vote
1 answer

WebSphere Commerce JAX-WS AxisFault

I am getting this exception in WebSphere Commerce. No idea why. This may or may not be related to Commerce. I could not find much info on the internet for this exception. Any insight/help would be much appreciated. [8/31/11 9:40:39:545 EDT] 00000025…
bad potato
  • 213
  • 7
  • 17
1
vote
2 answers

java.lang.ClassCastException: com.ibm.ws.asynchbeans.WorkManagerImpl incompatible with org.omg.CORBA.portable.ObjectImpl

I am developing an application with WebSphere Commerce 8. I have this particular class package com.whr.commerce.catalog.objects; import javax.rmi.PortableRemoteObject; import com.ibm.ivj.ejb.runtime.AbstractSessionAccessBean; /** *…
Lore
  • 1,286
  • 1
  • 22
  • 57
1
vote
1 answer

How to encrypt a parameter in URL- IBM WCS?

I need to add an encrypted parameter, lets say 'isAdd' in a URL www.example.com/aTestPage?isAdd=123 but I am failed to do so, though the parameter is not mentioned in following section of wc-server.xml
Just_another_developer
  • 5,737
  • 12
  • 50
  • 83
1
vote
1 answer

Full Build in Websphere Commerce Solr is failing

I have done the pre process for solr and while doing the full build, I get the below exception Mar 27, 2017 1:27:43 PM com.ibm.commerce.foundation.dataimport.process.util.SolrUtil makeDataImportNoCleanCommand(String, String, SolrServer,…
arvind_cool
  • 293
  • 1
  • 13
1
vote
1 answer

WCS AJAX refresh using dojo and controller

I am working on Aurora Store, I have created a refresh controller to refresh an area. But the controller works only first time, means when the page loaded first time and thebutton is clicked on which I have written the refresh controller only then…
Just_another_developer
  • 5,737
  • 12
  • 50
  • 83
1
vote
2 answers

How many itembeans can associate to a productbean - IBM WCS

In WCS7, is there any limitation to the bumber of itembeans associated to a Product bean
jikku
  • 641
  • 1
  • 6
  • 18
1
2
3
10 11