Questions tagged [atg-dynamo]

Dynamo Application Server (DAS) was a Java EE-conformant application server developed by Art Technology Group (ATG).

Initially Dynamo is intended to be an application server on which ATG product is to be run. Later on ATG dropped plans for development of a separate app server and rather decided to support running ATG on various other application servers.

However Dynamo application server is not completely removed, some components of it still exist in ATG predominantly for enabling the communication with various app servers.

105 questions
0
votes
1 answer

Oracle ATG Scheduler: Month oddity

The basic usage for the ATG scheduler(added as a property in your ATG properties file): schedule=calendar mos dates wkdays mo-occurs hrs mins The docs for this are here. The description for the month(mos) is extremely baffling to me: Parameter |…
Durandal
  • 5,575
  • 5
  • 35
  • 49
0
votes
1 answer

ATG How to override the mergeOrdersCopyCommerceItem method

I am new to ATg commerce world and was wondering if someone can help me with an issue. We have Additional properties for our CommerceItem. Once a user logs into our website, these additional properties of the commerceItem are not getting copied…
user3465554
  • 39
  • 2
  • 7
0
votes
1 answer

not able to find "localconfig\atg\dynamo\service\jdbc" inside ATG\DAS 6.3.0 folder

I am trying to configure my local atg dynamo server 6.3.0. I am unable to find out localconfig\atg\dynamo\service\jdbc. Inside my ATG\DAS6.3.0\home. Can you please assist?
0
votes
1 answer

atg.repository.RemovedItemException when trying to add an item to Repository

I have used InternalProfileFormHandler to add an item InternalProfileRepository. It has successfully added the item(user:iuser310002) to the intended repository. Once added, I have accessed dyn/admin to open the repository and removed item I have…
Buddha
  • 4,339
  • 2
  • 27
  • 51
0
votes
2 answers

ATG 10.2 : Display Coupons on the product details page to assist users during their purchase dynamically

Requirement I am building an e-Commerce Application in ATG 10.2 where I would like the coupons (item-level discounts only) to be displayed with the product details to attract customers and display the amount they could save using those coupons. Many…
boyintello
  • 326
  • 3
  • 14
0
votes
1 answer

How to invoke GiftlistSiteFilterDroplet in Oracle ATG commerce?

I know how to invoke an ATG droplet from a jsp page. Below code snippet calls the GiftListSiteFilterDroplet.
Buddha
  • 4,339
  • 2
  • 27
  • 51
0
votes
1 answer

Unable to resolve component /atg/dynamo/servlet/adminpipeline/Authenticator

I'm trying to launch ATG on JBOSS. However, I'm getting this following exception in my log Unable to set configured property "/atg/dynamo/servlet/adminpipeline/AuthenticationServlet.authenticator" atg.nucleus.ConfigurationException: Unable to…
Buddha
  • 4,339
  • 2
  • 27
  • 51
0
votes
1 answer

Design issue with ATG CommercePipelineManager

The definition of runProcess() method in PipelineManager is public PipelineResult runProcess(String pChainId, Object pParam) throws RunProcessException This gives me an impression that ANY object can be passed as the second param.…
user1339772
  • 783
  • 5
  • 19
0
votes
2 answers

Can't find component /atg/dynamo/servlet/adminpipeline/AdminHandler

I hope someone will be able to help because i am struggling with this issue for two weeks now, and still not been able to find a solution. I have got JBoss AP server installed on my Red Hat Linux machine. I am trying to trigger a build and deploy my…
Pier
  • 351
  • 2
  • 4
  • 16
0
votes
3 answers

ATG-JBoss project in eclipse

I have created a sample ATG project in eclipse. This is the way I followed. File->New->Project-> ...atg wizards->New ATG Module Next->put project name as MyFirstATGApp and select ed root diretory as C:\ATG\ATG10.1.2 Next->Default atg adaptive…
Nidheesh
  • 4,390
  • 29
  • 87
  • 150
0
votes
2 answers

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 JSP without using dsp:getvalueof tags , how can…
user2182350
  • 1
  • 1
  • 1
  • 2
0
votes
3 answers

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 of cost or with min. expense. I just want to use…
0
votes
1 answer

redirect in IIS 6.0

How would I redirect requests like http://www.mydomain.com/test to the root http://www.mydomain.com in IIS 6.0 Is there any way to do this in IIS itself rather then in the code?
Learner2011
  • 287
  • 2
  • 6
  • 25
0
votes
1 answer

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 parameters. I can use request.setParameter() But I have…
knix2
  • 327
  • 1
  • 5
  • 19
-1
votes
2 answers

How to add soft goods items in ATG control center(acc)?

I want to know how to add soft goods item in Acc like ("E-books","Songs","Videos") and i want add these items into shopping cart, Here i listed my query below.. 1.)Add soft goods items("E-books","Songs","Videos") in ACC, 2.)And i want to add these…
1 2 3 4 5 6
7