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
0 answers

Oracle ATG Repository not resolving

I'm newbee with atg. So I'm trying to start existing app at work. And I get this Exception on jboss start. 06:54:19,327 INFO [SQLRepositoryEventServer_production] Service /atg/dynamo/server/SQLRepositoryEventServer_production listening at…
Gurenko Maxim
  • 33
  • 1
  • 4
0
votes
1 answer

how to internationalize error messages in javascript?

Our requirement is to internationalize the already running site which is using ATG framework. We have implemented the same in our JSP, however, we have static error/informative messages in javascript. We need to translate the messages as…
zenith
  • 33
  • 8
0
votes
1 answer

J2EE Servlet request forwarding (Oracle ATG)

I am working on ATG which is an oracle product. The question I have is that if I receive a HTTPRequest from client(browser). The j2EE server forwards the request to ATG which creates a custom dynamohttpRequest. At this stage i want to change context…
ssD
  • 339
  • 2
  • 9
  • 22
0
votes
1 answer

Nesting too deep exception ATG

I am getting following Exception while trying to invoke my customized Actor chain : CONTAINER:atg.service.response.output.OutputException: atg.service.filter.bean.Resources- …
Shweta Gupta
  • 726
  • 2
  • 6
  • 12
0
votes
1 answer

How can i remove html tags from a text and store it in EL?

i am getting data using atg dsp:valueof tag with 'valueishtml' property set to true. I need to pass this data retrieved i.e. without any html tags to a json variable via EL. Can someone guide me how this can be done? . Below is an example of what i…
user3465554
  • 39
  • 2
  • 7
0
votes
1 answer

ATG - Error on starting publishing server

I've installed and configured ATG on my system. I'm using the following configuration for the publishing and production servers: Publishing HTTP Port: 8180 HTTPS Port: 8543 Site HTTP Port: 8180 RMI Port: 8861 DRP Port: 8851 File Deployment:…
felipe.zkn
  • 2,012
  • 7
  • 31
  • 63
0
votes
1 answer

ATG customized repository

How to create a customized repository in ATG with certain fields like name id and so on. And how to query the same information according to name ID or any other fields.
0
votes
1 answer

Configuring data source in jboss 6-Error

I am trying to configure the data source in jboss 6. Below is the configuration what i have done, when I check the admin console could see the enabled=true, but when I start and run I could see the below error I have the oracle ojdbc6.jar installed,…
David
  • 11
  • 3
0
votes
1 answer

In ATG, what is default caching for order repository?

In atg what is default caching for order repository. As per the documentation it is simple(if my understanding is correct?). Is it better to keep the order repository as simple, because lots of modification will happen for an order object. Is it…
David
  • 11
  • 3
0
votes
2 answers

ATG Qualifer Service How to find qualifiers

For some promotions (like spend y in x and get item discount) OOTB qualifier service doesn't mark any commerce item as qualifier. And evaluateQualifier() method returns boolean instead of List type. So in these particular scenarios: how to find the…
rohan lukose
  • 101
  • 1
  • 13
0
votes
1 answer

ATG refund payment type

While returning a item using returns manager is it possible to assign refund to a new payment group and associate it with order ? For example if the order payment is done using credit card then I need to use cash for refund during return
rohan lukose
  • 101
  • 1
  • 13
0
votes
1 answer

Coupon discount once added not getting flushed once after completing the order

In ATG once used coupon not getting disassociated after the completion of the order. If without ending the session I am continuing same discount is reflected in cart without using the coupon.
0
votes
2 answers

How to add short description in ATG Component?

How to add short description for component property in ATG. Ex: If we see loggingDebug property in a Nucleus componenet Short description will shown as True if debug log events should be generated. How to create such description for my property in…
anonymous
  • 483
  • 2
  • 8
  • 24
0
votes
1 answer

How to define a Date property in ATG Component?

I am creating a component in ATG which has one Date property. In the document it is mentioned it is parsed by default java.text.DateFormatter (http://docs.oracle.com/cd/E23095_01/Platform.93/ATGProgGuide/html/s0204propertytypes01.html). I tried to…
anonymous
  • 483
  • 2
  • 8
  • 24
0
votes
1 answer

Can we create a component with parameterized constructor?

In ATG, in order to create a component we first create a java class with default constructor along with its configuration file. What if I want to have a parameterized constructor for my class. Can I create a component now with this? If yes, explain…
Abhilash28
  • 645
  • 1
  • 9
  • 15