Questions tagged [wcs]

IBM WebSphere Commerce, also known as WCS (WebSphere Commerce Suite), is a software platform framework for e-commerce, including marketing, sales, customer and order processing functionality in a tailorable, integrated package. Not to be used for questions related to OGC Web Coverage Services.

126 questions
1
vote
0 answers

Creating Flex Filters

According to the Oracle documentation regarding the creation of custom flex filters, in order to implement a custom filter, a class extending AbstractFlexFilter is needed. The class is located in com.openmarket.gator.flexfilters package, but there…
Kalkost
  • 13
  • 1
  • 5
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
vote
1 answer

Deleting and renaming attributes in Attribute Dictionary in Websphere Commerce

I have two attributes in my attribute dictionary. One is SAMPLE_ATTRIBUTE and the other one is MODEL_ATTRIBUTE. If I delete SAMPLE_ATTRIBUTE, and want to rename MODEL_ATTRIBUTE to SAMPLE_ATTRIBUTE, can I do it? Will the change reflect right away? Or…
Matt
  • 13
  • 5
1
vote
1 answer

Plotting a fits image with aplpy using the right wcs transformation

I want to plot a fits file with aplpy but I get the following error: INFO: The WCS transformation has more axes (3) than the image it is associated with (2) [astropy.wcs.wcs] ERROR: IndexError: list index out of range [aplpy.wcs_util] If I delete…
Paul Eigenthaler
  • 165
  • 1
  • 2
  • 10
1
vote
1 answer

Sort by an attribute value sequence

We have a specific requirement of sorting the products as per a specific attribute value sequence. Any pointer or source of info would help us. Example of the scenario; Let's say for search result I want to sort results based on a attribute…
Santosh Sidnal
  • 128
  • 1
  • 9
1
vote
2 answers

Printing elements from an array of wide characters in C Language

I have the following array of wide characters: wchar_t alphabet[] = L"abcdefghijklmnñopqrstuvwxyz"; /* array of wide characters */ Everytime I try to run the following code, a "segmentation violation" error occurs printf("%ls %d\n", alphabet,…
richardtk_1
  • 751
  • 3
  • 11
  • 33
1
vote
4 answers

REST WCToken and WCTrusted token

Is there a way to recreate WCToken and WCTrustedToken in websphere commerce by using cookies? Considering a scenario where search and browse uses websphere commerce and checkout in a different technology leveraging REST api's of websphere commerce.
Shinu
  • 73
  • 2
  • 7
1
vote
1 answer

JSP compilation failing after installing ear

Using WAS console I removed an application and re-installed it. Since after that I am getting below error. Error Page Exception SRVE0260E: The server cannot use the error page specified for your application to handle the Original Exception printed…
sanjay patel
  • 449
  • 8
  • 17
1
vote
4 answers

In IBM WCS, what happens when a user logs in after adding an item to cart as a guest. How is the orderId handled in this scenario?

I need to know more on the back end flow, when a user adds an item to cart as a guest and the logs in using his valid credentials. The orderId created for the guest gets migrated to the registered user's id. Could someone please explain how this is…
sreejith
  • 21
  • 2
  • 3
1
vote
1 answer

change the expiry date of cookies in websphere commerce

I need to change the expiry date of OOB (out of box) cookie in websphere Commerce 7 .How can I do it ? which file in WCS has the properties for OOB Cookies ?
vishnu
  • 511
  • 1
  • 7
  • 10
1
vote
4 answers

In WCS, can we invoke a controller command from within a jsp ? If yes, please explain the different methods

From what I've heard, A controller command can be invoked from within a scriptlet. But I am not sure of other methods. Any code level information would be very helpful.
sreejith
  • 21
  • 2
  • 3
1
vote
1 answer

SFTP connection issue

I am getting an exception when I try to connect to an SFTP server. I believe that it is a non-secure server, but the connection failed with FTP, as well. I confirmed with the admin that the server is, in fact, secured and should use SFTP. The code…
user2271060
  • 11
  • 1
  • 2
1
vote
1 answer

I am able to get a list object but how do you display values in a list?

I am able to get the list object but how do you display values in a list??? <% com.ibm.commerce.utf.objects.RFQProdAccessBean ab= new com.ibm.commerce.utf.objects.RFQProdAccessBean(); Enumeration list =…
sandy444
  • 11
  • 2
  • 5
1
vote
1 answer

Determing local publish location using RAD(Eclipse) + Commerce + WebSphere

I'm new-ish to websphere and want to find some jsp's deployed onto my local server from within RAD. How do I figure out what that location is? What folder do apps get deployed to on websphere? Edit: I think that some of the standard approaches to…
Crowie
  • 3,220
  • 7
  • 28
  • 48
0
votes
1 answer

How to fetch data from DB through accessbean in jsp

After adding the to the db (commiting the data), not getting the latest inserted data in my AccessBean. But when I come backto the jsp again the data is available. I don't know how to resolve the issue. Below is the insert code in…
Zuned Ahmed
  • 1,357
  • 6
  • 29
  • 56
1 2
3
8 9