问题标签 [websphere-commerce]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
1872 浏览

websphere-7 - 如何从命令中调用外观

在 IBM WebSphere Commerce 中,如何从命令调用外观而不是从 jsp 调用它。我们从 jsp 中调用它

这就是我们可以从jsp调用它的方式,但我想从命令(来自java代码)调用这个外观请给我任何建议

感谢 Ankit

0 投票
1 回答
607 浏览

web-services - 将 websphere 商务与第三方货币转换网站集成?

如何将 WebSphere 商务应用程序与第三方网站货币转换器集成,货币转换器网站返回一个 wsdl 文件。我该如何工作,对此的任何帮助将不胜感激。

0 投票
2 回答
1110 浏览

websphere-commerce - 如何从 Websphere commerce CmdImpl 类中的 URL 获取参数

有没有办法在 websphere commerce CmdImpl 类中获取 url 参数。我正在尝试这样

但我在第 3 行得到了 NullPointer 异常

0 投票
1 回答
536 浏览

websphere-commerce - 如何使用 websphere 商务库存外观客户端进行编码

我发现这非常令人沮丧。我正在尝试使用 InventoryFacadeClient 调用 Change 或 Sync Web 服务来更新产品可用性。我面临的问题是我似乎无法实例化所有必需的 DataTypes 来填充请求。

这很令人困惑,我想调用 ChangeInventory 但无法编写请求,并启动了 SyncProductAvailability 但再次无法编写请求。

下面的问题是ProductIdentifierType为null,并且工厂上没有对应的“createProductIdentifierType”....我不确定我在这里缺少什么,工厂似乎是半生不熟...

如果有人可以帮助我完成此代码,那会很棒吗?

0 投票
1 回答
186 浏览

websphere-commerce - Websphere 商务 7

我正在使用 websphere commerce 7 组织管理控制台。我的要求是 orgadmin 控制台的某些页面应该只读给某些角色。需要这方面的指导。

0 投票
1 回答
800 浏览

java - 处理 /webapp/wcs/tools/servlet/ToolsLogon 的 WebGroup/Virtual Host 尚未定义

我正在获取 A WebGroup/Virtual Host 来处理 /webapp/wcs/tools/servlet/ToolsLogon 尚未定义。在 Websphere 商务中启动管理控制台时。任何人都可以给我一些信息吗

0 投票
2 回答
1487 浏览

websphere-commerce - WCS 电子邮件发送

我正在尝试在 WCS 中完成我的流程后生成邮件,请分享一些有关如何开始的链接或信息。就像下订单一样,我有一个功能可以收回一些商品(签到),完成后,我应该向指定的 ID 发送一封电子邮件。我对此很陌生,尝试用谷歌搜索找到很多信息。请帮忙。

0 投票
2 回答
522 浏览

websphere-commerce - How to disable IBM Websphere Commerce Developer Feature Pack 4.0.0.0

While disabling IBM web commerce,I am always getting bellow error message. "

C:\WCDE_ENT70\bin>disableFeature.bat -DfeatureName=foundation Disabling components

The system cannot find the path specified.

disableFeature.bat FAILED. The log file will contain more details about the failure. See C:\WCDE_E~3\logs\d isableFeature.log Troubleshooting help is available in the WebSphere Commerce Information Center http://publib.boulder.ibm.com/infocenter/wchelp/v7r0m0/topic/com.ibm.commerce.in stall.doc/refs/rigtrbshootmain.htm

"

Log file was not generated.

May I know how to disable the IBM Websphere Commerce Developer Feature Pack 4.0.0.0.?

I noticed that I could see same error message if I run versionInfo.bat as well.

Should I need to update any environmental variables?

Please suggest.

0 投票
2 回答
1055 浏览

java - IBM Websphere Commerce 中的 Java Bean 类型

IBM Websphere Commerce 中有多少种 Java Bean?

我在 IBM 信息中心搜索了很多,但只找到了这些 Bean:

但是几天前我听说 IBM WS 中还有一些其他类型的 Bean,比如智能 bean。这些是什么?

谁能给我提供IBM(支持)使用的所有类型的javaBeans的名称和描述?

0 投票
2 回答
2904 浏览

java - EntityBean、SessionBean、databean 和 accessbean

我一直在尝试了解 WebSphere Commerce 中的 Java bean,但我真的很困惑。请帮帮我。我需要知道:

, 和有什么区别EntityBean,它们如何比较?SessionBeanDataBeanAccessBean


尽管我发现了 Session 和 Entity 之间以及 Access 和 Data 之间的区别,但我无法理解它们是如何相互关联的。

所有的帮助将不胜感激。