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
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

Installing a plugin manually in Websphere Commerce RAD 7.5 / Eclipse 3.4.2?

I am trying to install FindBugs manually on IBM RAD 7.5. Unfortunately it's too old to use the automated plugin installer, and so I am trying to do it manually. WebSphere creates a LOT of directories named "plugins". Which is the right one?
Anders Johansen
  • 10,165
  • 7
  • 35
  • 52
1
vote
2 answers

DWR and WebSphere Commerce - Is it Good Combination?

My current task is to migrate a J2EE application (JDK5) that is using DWR for its AJAX capability, into WebSphere Commerce platform (J2EE 1.4, JDK1.4). In the WebSphere Commerce, the idea is for the AJAX to call commands those are written in…
Nordin
  • 3,087
  • 5
  • 28
  • 35
1
vote
2 answers

Websphere Commerce Aurora Store - how to find data structure?

I'm trying to grasp the newer programming model (non Access Bean). In WebSphere Commerce 7 FEP 5, how do I work out the structure of the object retrieved from the GetData tags? For example in the snippet below, how would I know what the data…
Richard G
  • 5,243
  • 11
  • 53
  • 95
1
vote
2 answers

When to use access beans or data beans in Websphere Commerce?

When is it appropriate to use a data bean or access bean in Websphere? Apologies if I'm asking basic questions, I'm new to Websphere. In my case, I'm trying to find a list of catalogues by product. Initially I've been using the access bean. This…
Michael
  • 7,348
  • 10
  • 49
  • 86
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

Websphere ECKeyManager getNextKey randomness

Say that I have a table and I run the following: Long key = ECKeyManager.singleton().getNextKey("my_table"); Where LOWERBOUND=100, UPPERBOUND=999 My question is: If I run this two times in sequence, will the returned 'keys' be sequential or…
frustrated_nick
  • 179
  • 1
  • 8
0
votes
5 answers

Websphere Commerce-TypedProperty

Can anyone help me to understand the usage of TypedProperty in websphere commerce? ie,How to pass values from one jsp to other using TypedProperty without a command class.I would prefer to handle it in my client side itself without invoking Command…
sree
  • 43
  • 3
  • 6
0
votes
4 answers

Websphere Commerce dev setup with source control

I'm not yet familiar with Commerce Server and it's dev tools. I understand that there is a DB included, to hold the things being sold. Is it ok to set up a dev infrastructure where there is one test server and multiple dev workstations, and have…
bmw0128
  • 13,470
  • 24
  • 68
  • 116
0
votes
0 answers

Can we override existing method of out-of-box handler in websphere commerce?

I want to add extra data into response entity of out of box handler method. There is a out of box handler named CartHandler Which has below method @Path("@self/usable_payment_info") public Response getUsablePaymentInfo(@PathParam("storeId")…
KUNAL HIRANI
  • 641
  • 1
  • 7
  • 20
0
votes
0 answers

Regular Expression for First name and Last name that includes Polish letters as well

I want to write a code where in the first name and last name polish letters are allow Currently i am using Regular expression for English Alphabets only which is this var lastNameRegex = /^[\s\S]{1,45}$/ But i also want to include liberty to use…
0
votes
0 answers

wcf:rest calls are failing with "NOT_AUTHORIZED_FOR_QUERY" error after moving the changes to production environment

After moving the changes to production, rest calls in the store pages are failing. Even if i try the rest url with the store id its throwing error. till stage envt its working fine and issue observed only in…
0
votes
1 answer

The meaning of wc-rest-dispatcher.xml in Webcommerce

In a Websphere commerce project, I have find a particular file to handle rest calls called wc-rest-dispatcher.xml in the folder com.ibm.commerce.rest. It doesn't seems to be a custom files. Searching on the documentation of HCL, however, I can't…
Lore
  • 1,286
  • 1
  • 22
  • 57
0
votes
1 answer

SubscriptionSchedulerCmd not running without a registered userId - HCL Commerce / IBM WCS

I am implementing the OOB Recurring Order feature in our store. I am setting up the SubscriptionSchedulerCmd as explained in this wiki…
user10192769
  • 119
  • 2
  • 3
  • 12
0
votes
1 answer

Websphere Commerce Custom REST service for Login using social sign in not generating valid WC Tokens and CTXMGMT table not getting updated

In the current website, social login is implemented using the mapping in struts and it will call the custom controller command "XYZThirdPartyLoginCmdImpl" which will authenticate the details passed and it will call the out of the box "LogonCmd" for…
Akhil B S
  • 19
  • 3