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.

450 questions
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,384
  • 6
  • 37
  • 52
2
votes
2 answers

ATG catalog export error in startSQLRepository

I want to export the catalog data from atg production. I followed the steps as below. create FakeXADatasource.properties file in C:\ATG\ATG10.1.1\home\localconfig\atg\dynamo\service\jdbc. (There is mysql user named atguser with password…
pathum83
  • 133
  • 1
  • 6
  • 14
2
votes
2 answers

How to enable lazy loading for Repository Items in ATG

I would like to know how one lazily loads repository items specified in ATG. I have tried all the options as given in the ATG Repository Guide under Lazy Loading Settings , but so far all the properties of an item configured to be lazily loaded are…
sreeni
  • 141
  • 7
2
votes
1 answer

Exceptions calling Webservice client from JBoss

I am running into an issue with a web service created using the latest jaxws-ri. I have created a client for SVS Web Service API. I am deploying this web service client under ATG 10.0.3/JBoss 5.1 EA/ JDK 1.6_22 / RedHat 5.4. I have created a self…
boyd4715
  • 2,701
  • 10
  • 48
  • 75
1
vote
2 answers

ATG Dynamo - Not able to get installable for ATG 9.1

I want to start working with ATG Commerce. I tried to downloaded from the link: https://edelivery.oracle.com/EPD/Search/handle_go Looking at the compatibility, I want to work with ATG 9.1, JBoss 4.2.0, JDK1.5 But I see the only below versions of ATG…
1
vote
1 answer

hot deployment on weblogic 10

I'm tired by compiling and redeploying .ear file on web logic. could you please let me know how to do hot deployment. I'm using weblogice 10 as application server and ATG framework. my .ear file is withing ATG not in weblogic. I tried by changing…
Alex
  • 11
  • 3
1
vote
3 answers

Is it possible to use war archive as library?

In my application I have a directory that is in CLASS_PATH and where I store jar files. I use ATG so have to use my .class in properie file to have a way to init components (in this situation it's servlet). So I need my webapp.war in my CLASS_PATH…
Oleksandr
  • 2,346
  • 4
  • 22
  • 34
1
vote
0 answers

Application throwing 500 error when image not found instead of 404

We have shifted from Jboss 6 to Jboss 7.2.9 and we observed one changes in the site. Earlier when we were not find an image then we were getting 404 error which is acceptable but after moving to Jboss 7.2.9 now we see it's throwing a 500 error which…
1
vote
2 answers

how to print mdc value in logback

I'm not getting mdc value in logback can you please help me Java Code: String traceId = MDC.get(getJlgConfiguration().getTraceId()); String sessionId = MDC.get(getJlgConfiguration().getSessionId()); Logback.xml
Aswad Shaik
  • 53
  • 1
  • 10
1
vote
0 answers

Error when using the Automatic Test Generation with Rational Rhapsody

I´m using Rational Rhapsody 8.3.1 and I tried to follow the ATG Tutorial, but when I press "Apply ATG" there's the following Error Message: ERROR: ATG is not applicable on configuration TPkg_TheTestCalc::TPkg_TheTestCalc_Comp::DefaultConfig. …
Exbla
  • 11
  • 1
1
vote
2 answers

Comparison of ecommerce platforms

I am learning and analyzing the difference between eCommerce platforms like SAP Hybris, Salesforce, WCS, ATG and Magento etc. What are the key parameters while you zero down to choose a product? And which is the best in the market at present?
user10952877
1
vote
1 answer

ATG - How to override RQL for insert statements

I need to insert records to an Oracle DB table that already has records in it by using the table's sequence. I tried using RQL which creates an auto-generated id for the primary key but sometimes those generated ids already exist in the database and…
Margarita
  • 277
  • 1
  • 4
  • 17
1
vote
1 answer

ATG - session or request attribute coming as null when checkFormRedirect is called

In my ATG application, when I am redirecting user to jsp page with some parameters using checkFormRedirect, I am getting parameters as null. Please see below FormHandler code: UserFormHandler: public boolean handleUserRedirect(dynamo req, dynamo…
Manan Kapoor
  • 675
  • 1
  • 11
  • 28
1
vote
2 answers

ATG-Endeca Record Filter

Please see the below jsp_ref data from endeca. So my question, is it possible to get /retrieve the value of dispName from the record, using a recordFilter, during run-time ?? How can i get the propertynames value, during rendering the product…
Anilal
  • 17
  • 1