问题标签 [oracle-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 投票
3 回答
3400 浏览

atg - 如何在 atg 中查找优惠券中应用的促销活动

我们可以将促销分配给优惠券并在 ATG 10.0.x 中兑换。我们如何才能从 atg order 中的哪个优惠券中找出应用了哪个促销活动?

我们是开箱即用的还是需要进行任何自定义才能添加它?

0 投票
1 回答
369 浏览

weblogic-10.x - ATG 10 关于 WebLogic Lock Manager 配置

我正在尝试为在 WebLogic 10.3.6 上运行的 Oracle ATG 10.2 配置 Lock Manager 实例,并且想知道这些实例是否绝对需要数据库连接?我们计划只在这些服务器上运行 ServerLockManager 组件,而不是其他任何东西。

想法?

0 投票
2 回答
631 浏览

java - 有没有办法从 Oracle Commerce(ATG) 中的文件系统加载组件?

我试图找出我们是否可以从文件系统加载 Oracle 商务组件。通常我们将所有代码组装成一个ear文件并部署它,但是,我有一个要求,我必须将一些组件存储在文件系统中,而不是将它们与ear文件一起打包。

我知道我们可以使用 URLClassloader 来加载一个类,如下所示,

但是我们如何将它用于稍后必须由 Nucleus 解决的组件呢?有没有办法指示 Nucleus 从文件系统中解析组件?

0 投票
2 回答
1257 浏览

java - ATG 调度程序/队列管理器

ATG 调度程序创建调度的作业并执行它。如果作业在调度程序的线程中,则其他作业必须等待。我想要做的是使用 ATG 调度程序来创建作业,传递给队列管理器,以便它一个接一个地执行,而不是一起停止调度程序。所以我想在创建作业的调度程序和执行同一作业的调度程序之间放置一个队列。这可以做到吗?或者有一种方法可以让我的所有工作都使用不是调度程序线程的同一线程?

0 投票
1 回答
320 浏览

oracle-commerce - Migrating to the EndecaExperienceManager

What are the kind of challenges faced when we migrate/move from versions of ATG commerce (<10) that were not using EndecaExp Manager to versions that use it. For ex, would all the JSPs undergo a change in the way they are rendered, given that the pages will now have to be template driven ?

What would be some best practices here to have a minimum impact of the move on the UI & maximize the reuse of the JSPs ?

I have read the migration docs but they do not seem to cover this aspect.

0 投票
2 回答
3506 浏览

atg - 如何确定正在运行的 Oracle Commerce (ATG) 版本?

我正在尝试确定正在运行的 ATG 的精确版本,例如 10.2.x。我知道 dyn/admin 具有以下内容: ATG dyn/admin 运行产品

产品版本很明显,但我怎么知道正在运行的精确版本?即 10.2 或 10.2.1 或 10.2.2 或 10.2.3

预先感谢您的帮助。

0 投票
1 回答
614 浏览

payment-gateway - ATG - How to hold order when payment is in progress

I am implementing a 3rd party Payment gateway using URL redirection. After the Payment I will automatically get redirected to my page by the PG. When I redirect the user to the payment gateway page, as an user I can open cart in another browser and edit the products because the order is still in "order incomplete" state. If I want to hold the order in "waiting for payment" state, it fails in a scenario where there is no response from payment gateway. How to change the order back. I want to implement a time out schedule for this waiting state, but I cannot say how many minutes it will take for an order payment to get processed. Please help me with this design.If there is any better solution, please suggest.

Thanks, Pradeep Shankar.

0 投票
1 回答
446 浏览

atg - ATG 实例的正确启动顺序是什么?

下面的 ATG 实例启动顺序是否正确?

  1. 锁定实例(主要的,然后是次要的)
  2. 流程编辑器和全局场景服务器实例
  3. 面向客户的商店实例
  4. CSC 实例
  5. 搜索实例
  6. 发布实例
0 投票
3 回答
3092 浏览

java - 如何使用生成动态 URL在甲骨文商务(ATG)

我正在尝试使用 ProductLookup droplet 在 jsp 中显示产品列表,如下所示。我还尝试提供一个超链接以导航到单个产品的产品详细信息页面。

但是,在将产品的 id 传递hrefdsp:a. 生成的 HTML 已硬编码${id}display_product.jsp?itemId=${id}. 我正在获取产品列表,但 URL 是我面临问题的地方。如何将值传递给element.idhref属性dsp:a

我也尝试了以下方法,但没有成功。

1.

2.

3.

0 投票
1 回答
543 浏览

macos - 为什么我的 ATG 构建在使用 runAssembler 时会失败?

我最近使用此处的说明在我的 Mac 上安装了 ATG 10.2 。

成功安装 ATG 后,我尝试使用runAssembler提供的脚本编译我的 ATG 代码,但遇到以下错误:

[错误] ./bin/dynamoEnv.sh:第 355 行:-Djava.security.policy=lib/java.policy:没有这样的文件或目录

为什么我的 ATG 构建失败?