Questions tagged [atg]

ATG's (Art Technology Group) Web Commerce platform. As of version 11 known as Oracle Commerce.

Art Technology Group (ATG) was an independent Internet technology company specializing in eCommerce software and on-demand optimization applications until its acquisition by Oracle on January 5, 2011. ATG continues to be based in Cambridge, Massachusetts and operates under its own name as a subsidiary of Oracle. The company is a provider of eCommerce software and related on-demand commerce optimization applications. ATG's solutions provide merchandising, marketing, content personalization, automated recommendations, and live-help services.

458 questions
2
votes
2 answers

Need to Check whether password contains same sequence of characters of UserName in JAVA/ATG

I am working on an ATG project. My requirement is "the password should not contain the same sequence of characters as in UserName". For eg. If the userName is abcdef@123.com. Then pw should not be def@123.com The pw should not include same SEQUENCE…
Treesa
  • 59
  • 2
  • 5
2
votes
2 answers

What is ATG pipelines and how does it works?

I have some idea on atg droplets, dsp tags and writing custom droplets. I would like to know about pipelines on ATG topics. When I trying to refer oracle documentation for this I'm getting bit confused with understanding what it is and working flow…
Varun Kumar
  • 825
  • 2
  • 8
  • 17
2
votes
2 answers

How to invoke a formhandler using ATG REST Client

I'm trying to invoke ProfileFormHandler's create handle using ATG rest client as shown below. mSession = RestSession.createSession(mHost,…
Buddha
  • 4,096
  • 2
  • 22
  • 49
2
votes
1 answer

Accessing Oracle ATG variables with Javascript

I am trying to pass the contents of a bean to javascript so that I can parse it and create a JSON object... (Yes I am still on ATG 9.1). However I am having trouble getting from serverside to client side.... I am new with this stuff and would…
bneigher
  • 778
  • 4
  • 10
  • 23
2
votes
1 answer

Datepicker on iPAD missing 'Done' button

I have a "date input field" that uses the default html5 Date picker on a form. This renders and works well on all supported browsers, but on the iPad using "Safari", there is no 'done' option showing when selecting the date. The 'done' option does…
dradd
  • 907
  • 2
  • 8
  • 9
2
votes
3 answers

How to create a repository in ATG?

i would like to know how to create a new repository in ATG. like what all steps are needed to be included? Do i need to create a properties file?
Treesa
  • 59
  • 2
  • 5
2
votes
3 answers

how to findout a promotion applied from a coupon in atg

We can assign a promotion to a coupon and redeem it in ATG 10.0.x. How can we find out which promotion is applied from which coupon in atg order? Do we have this out of the box or need to do any customization to add this?
Nagarjuna
  • 25
  • 1
  • 6
2
votes
0 answers

How to decrypt groovy file created by cim.bat of ATG

I have recorded execution of CIM.bat after installing ATG. However, I have forgotten to give noencryption flag, so the recorded file will be encrypted with the password I have given. Is there any way to decrypt the encrypted file generated by CIM if…
Buddha
  • 4,096
  • 2
  • 22
  • 49
2
votes
2 answers

How to fix Malformed help URL while opening ACC ATG?

I'm using jboss + mysql for running ATG. I'm trying to open Admin Control Center through dyn/admin. However, I'm getting malformed help URL before I get login form. Once I logged in, I'm getting multiple alerts of same exception but with different…
Govardhan
  • 102
  • 1
  • 9
2
votes
3 answers

Is it possible to do Hotswapping of ATG classes

The deployment we follow is that we use runAssembler.bat to build an ear file and deploy it in a app server. We are using weblogic and jboss for testing purposes of the modules we built. However for every small change, we need to run runAssembler…
Buddha
  • 4,096
  • 2
  • 22
  • 49
2
votes
1 answer

ATG- Issue in sending email through atg scenario

I have a requirement to send an email after registration of a new user my ATG application. I have created a template jsp and created a scenario in ATG for that. I also configured config/atg/scenario/IndividualEmilSender.properties with below…
Hitman
  • 49
  • 7
2
votes
4 answers

How to modify the quantity of a commerceItem in the current order in ATG?

I want to modify the quantity of commerceItem in the current order using CartModifierFormHandler. I have passed catalogRefId & new quantity then called either CartModifierFormHandler.setOrderByCommerceId or setOrder but it modified all items'…
Jarry Zhou
  • 21
  • 1
  • 2
2
votes
3 answers

What does it mean by $scope=global in ATG..?

According to the documentation, Global: Component is shared among all users. Session: Separate instances of the component are provided to each user. Is that means, for global component, there is only one instance for the whole nucleus…
2
votes
2 answers

How to Mock repository Items in ATG

I am trying to create a Mock class for droplet. I am able to mock the repository calls and req.getParameter but need help on how to mock the repository item list from the repository. Below is the sample code. for (final RepositoryItem item :…
Abhishek
  • 25
  • 7
2
votes
1 answer

Using Mockito for writing ATG test case

Does anyone have idea about writing unit test case for ATG using Mockito? I came across following discussions while goggling - Automated unit tests for ATG development and Using PowerMock to obtain the ATG Nucleus in testing results in NPE But need…
Saurabh
  • 2,055
  • 4
  • 32
  • 43
1 2
3
30 31