ATG's (Art Technology Group) Web Commerce platform.

learn more… | top users | synonyms

0
votes
2answers
21 views

What is Localizing SQL Repository Definitions in ATG?

I read the documents but i don't clearly understand what is explained in this link. Can somebody explain in detail what it is and What the author tries to explain in that little explanation? here is ...
0
votes
1answer
23 views

How to get fallthrough/logical or in dsp:switch tags

I'm using the ATG (formerly known as Dynamo) J2EE tag library. There are about 4 cases in which I want a fairly large amount of markup to show up, but in every other case, different markup should ...
0
votes
1answer
26 views

ATG - How to access deployed files from a GenericService based service?

I have a service (subclass of GenericService) that needs to find the path to the deploy directory [under the application server's install directory] at run-time without hard-coding it; that path ...
0
votes
0answers
44 views

How to call formhandlers and Droplets without DSP Tags in ATG

I would like to know about how can we call handle methods of Form Handlers and Droplets from the JSP in ATG without using DSP Tags. Also, suppose in case we want to retrieve the value of a bean in the ...
0
votes
0answers
26 views

ATG - Logging into seperate file for each Batch Job

We need to implement separate logs for each BatchJob run. So we are implementing the BJ specific loggers as specified below. But the info.log or debug.log are getting created in default path - ...
0
votes
1answer
48 views

Framework like ATG Dynamo Application Framework

I am a ATG developer, I am developing an application for my own venture, I know ATG is pretty expensive. So I want to know if there is any java framework like ATG. Of if any way to use ATG DAF free ...
0
votes
1answer
62 views

How to reset the ATG Dynamo Admin password?

How can I reset the ATG Dynamo Admin password? I need steps to reset/change the password, from the default of admin/admin.
0
votes
0answers
35 views

how to set image size with dsp:valueOf on Internet Explorer 8 compatibility

I'm playing with Oracle ATG right now, and I have issue about IE8 browser compatibility tag. Maybe you guys can help me. I have an image source with original size : 60 x 60 , and I have this code : ...
0
votes
1answer
80 views

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 ...
0
votes
1answer
50 views

How to form “ less than or equal to ” statement in ATG using dsp tag library?

Im currently developing an e-commerce site for a cellular network in ATG. I'm trying to apply "filters" to restrict phones according to their display sizes with three categories namely 4 -inches and ...
1
vote
1answer
182 views

Response already committed error happening

I'm trying to use Servlet to download data as CSV, and as the JSP is included with flush=true. The stack trace is provided below. The report is getting saved as expected but I can see an exception in ...
0
votes
0answers
35 views

IE Browser redirection in ATG

I have a strange problem occurring. The problem is describe here.. First when my site is up the link is : http//www.mysite.com When I click on a icon (i.e an anchor) it goes to this ...
0
votes
0answers
128 views

ATG Dynamo Server Start

I am Mayank currently working on ATG framework. I am facing problem , when trying to start Dynamo Server. Please help me out, i have googled 1000 times, but not got any solution. Software version: ...
0
votes
0answers
68 views

URL Encoding for multilanguage support of query string

I have some japanese text in query string in URL. Which is 個人情報保護方針 But when I am trying to render that using tag.It is displaying below text. å€‹äººæƒ…å ±ä¿è­·æ–¹é‡. How to handle this ?
0
votes
1answer
148 views

Unable to run ./cim.sh for ATG 10.1.2 using Weblogic App Server

Hi Everyone, I have installed ATG 10.1.2 , along with CRS , Search , CSC on my Linux machine. I'm using weblogic as my application server. However, when i try to run ./cim.sh , I ...
1
vote
1answer
165 views

How ATG Nucleus layers modules on start up

I want to know how ATG modules get started & are layered by Nucleus on server startup without explicitly specifying -Datg.dynamo.modules on server start up. I have observed that it picks up the ...
0
votes
1answer
79 views

How to write batch script for installation of atg in linux?

How to write script for skipping the "next" buttons, include path for files in batch file? Is there any way to do it other than using AUTOIT or similar tools, which registers key strokes while ...
0
votes
1answer
61 views

Why can't we use RequestParameterRuleFilter in production?

We are running into an interesting situation on a project where we're trying implement multisite functionality. There is a component called RequestParameterRuleFilter that we are trying to use to ...
-3
votes
1answer
276 views

Web Service Connection Exception on starting ATG Server

I am getting the following error when I start my ATG - JBOSS server. Please help me fix the issue. ERROR [CDLS service] RemoteException testing binding ; nested exception is: ...
0
votes
2answers
330 views

ATG plugin for eclipse

where can i find ATG plugin for eclipse? even i tried this url But i was not able to install in eclipse.
0
votes
1answer
211 views

How to work with map property in RQL (Oracle's ATG Web Commerce)

We use Oracle's ATG Web Commerce for our project. And currently we need construct RQL query which obtain products which SKU's tacticalTradeStatuses contains certain status and ordered by status value. ...
0
votes
1answer
104 views

Inserting data through gsa-template to atg sql with resume on error

I am currently trying to insert a large amount of data into my repository through an xml (calling inputFiles within TemplateParser). However when a single record throws an error, like a key ...
0
votes
0answers
152 views

Integrating Oracle Coherence with Oracle ATG web commerce version 9

Being aware that ATG10 has seamless integration with Oracle Coherence I am exploring options or way to integrate Oracle coherence with ATG9.2. Any reference to this type of integration would help.
1
vote
1answer
236 views

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 ...
0
votes
2answers
206 views

ATG Web Commerce on JBoss versus Weblogic

I'm working in an ATG Web Commerce environment and am evaluating JBoss as an app server versus Weblogic. Omitting the cost factor for a minute, do people have any experience on both platforms in terms ...
0
votes
0answers
118 views

Configuring Type-Ahead in ATG

I am new to Oracle ATG and currently working on an existing ATG multisite implementation for a client. We are trying to resolve a issue where the type ahead search feature only works until a actual ...
1
vote
1answer
2k views

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 ...
0
votes
1answer
297 views

Item Descriptor Inheritance in ATG for “contactInfo”

I am trying to inherit the "contactInfo" item and create a new item descriptor.. Something like this as given below.. <item-descriptor name="testContactInfo" super-type="contactInfo"> ...
0
votes
2answers
169 views

Sorting in ATG 'RQLQueryForEach' droplet

I just want to know on what basis sorting is happening in the below 'RQLQueryForEach' droplet, <dsp:droplet name="RQLQueryForEach"> <dsp:param name="OfferId" value="<%= offId ...
0
votes
0answers
334 views

Oracle ATG Commerce (b2b) - Functionalities [closed]

I'm not an Oracle ATG user but I am doing an analysis of various e-Commerce products to zero-in on what would be suitable. I went through their documentation, but I could not find a feature that would ...
0
votes
2answers
168 views

How to show UTF-8 encoded langauges in ATG Commerce?

We are trying to internationalize a ATG commerce site(made over CRS). The site supports 2 locals.. en_th and th_th. We have added the th(thailand) translation in products using BCC as shown below. ...
1
vote
0answers
480 views

How to get key and value from Map in ATG ?

How to get key and value from Map in ATG ? <dsp:getvalueof var="omap" param="map"/> <dsp:valueof value="${omap.key}"/> I am not able to see any values, I have multiple key and value in ...
0
votes
1answer
290 views

Load Testing Oracle ATG ecommerce using Jmeter

I have a query. Has anyone load tested a web application written in ATG using Jmeter? If so kindly enlighten me on how to set values for: Request URL Request parameters Thanks
0
votes
1answer
1k views

Add/remove to parameters to request URL

I have a method public void service(DynamoHttpServletRequest request,DynamoHttpServletResponse response){} which gets called on request. To this request url am trying to make changes to its ...
0
votes
2answers
1k views

How to invoke FormHandler thru AJAX directly

Can we invoke ATG FormHandler thu AJAX ?Do I have a hope ?
2
votes
2answers
1k views

ATG Repository API

Im trying to update multiple records via an ATG class extending GenericService. However im running against a roadblock. How do I do a multiple insert query where i can keep adding all the items / ...
0
votes
1answer
235 views

ATG 9.1 to ATG10.0 migration CRS errors

I have done the migration from ATG9.1 to ATG 10.0. But, In ATG10.0 they have removed some of the classes. I'm getting an error in ...
0
votes
1answer
223 views

Using PowerMock to obtain the ATG Nucleus in testing results in NPE

I am trying to test the following bit of code: GSARepository productCatalog = (GSARepository) Nucleus.getGlobalNucleus().resolveName("/atg/commerce/catalog/ProductCatalog"); for (RepositoryItem ...
0
votes
1answer
282 views

Adding a component to Deployed application ATG

Trying to find out how can we attach a component to a deployed application in ATG.I have MotorpriseJSP demo ATG application deployed in my JBOSS and have created a component named Person in my ATG ...
2
votes
0answers
351 views

NPE in WebSphere due to changing requests

I have a number of NPEs occuring when, implicitly, calling request.getAttribute("atg.parent.session.id"). The stack trace is below (wrapped between the trace log). [2012/02/03 12:53:26:953 SAST] ...
1
vote
2answers
632 views

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 ...
0
votes
1answer
526 views

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 ...
0
votes
1answer
521 views

what is the use of the scenario's in atg? and how to implement them

I am new to the ATG Framework can anybody please help where can i get the doc's and implementation examples and so on.. And what is the purpose of using the scenario's in atg? Thanks...
0
votes
1answer
329 views

Installing ATG 9.1 on Websphere

I'm trying to install ATG 9.1 on Websphere 7.0 for a development environment. The configuration is as follow: VirtualBox 4.1.6 RHEL 5 (via CentOS) IBM Java 6 When I install Websphere 7.0 I am able ...
0
votes
1answer
375 views

Extending functionality of the existing ATG CRS Store

There is a requirement wherein we need to extend the existing ATG CRS functionality. We need to implement the configurable product functionality. Whatever research we have done till now says that ...
1
vote
2answers
920 views

Difference between repository item and item descriptor in atg repositories

Can you anybody please tell me the difference between repository item and item descriptor in ATG repositories, It would be a greate help to me... Thanks...
0
votes
1answer
326 views

Inserting Data into Linked Repositories in ATG

I have a requirement in which I have two tables employee in ABC repository and address_details in XYZ repository. One column of employee has a foreign key reference to address_details. Here, I am ...
0
votes
1answer
63 views

What are these atg.servlet.jsp.ByteContentBuffer entries in my dynamo.log?

In my ATG dynamo.log I am seeing thousands of entries like: atg.servlet.jsp.ByteContentBuffer@ed62b0(mBlockCount=4, mBlockSize=1024, mCurOffset=0, mOwner=null, mReader=null, mMaxContentSize=-1, , ...
1
vote
1answer
682 views

What is the purpose of Dynamic Bean in ATG

I've read documentation, but there is no definition of the main purpose of Dynamic Bean. I understand how to implement this but dont know why this approach so good. So could someone tell the ...
1
vote
3answers
308 views

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

1 2