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

Setting up dedicated lock managers in ATG without using CIM

I am trying to configure dedicated ATG lock manager servers without running CIM setup. (I need to deploy standalone EARs with dedicated lock servers on servers (we wont be able to run CIM on those servers, I mean to say only ATG installations in…
0
votes
1 answer

How to know whether a site is running in ATG?

Is there any way to know that whether a site is running in ATG or not? For Ex: By viewing page source or something like that.
anonymous
  • 483
  • 2
  • 8
  • 24
0
votes
3 answers

How to enable loggingDebug for request scoped component?

How to make loggingDebug = "true" for a request scoped component in /dyn/admin ?
anonymous
  • 483
  • 2
  • 8
  • 24
0
votes
1 answer

ATG - not able to resolve component

I am not able to resolve a component in through my property files. I have re-created getter setters, checked spellings, even appended components in initial.properties. Its not picking up that path from properties file and showing null when checked…
user3554403
  • 11
  • 1
  • 5
0
votes
1 answer

Timer in Java/ATG - Web Services call

I have generated a request for web services. I need to do do a check on my call. If the response is not returned within 5 seconds, another request will be shooted. Pseudo Code : webServiceClass response = xyz.getData(); If the response is not…
user3554403
  • 11
  • 1
  • 5
0
votes
2 answers

Unable to deploy category from BCC ATG Oracle Web Commerce

I'm trying to deploy an existing category and I'm getting the below error. I understand the problem, but I can't understand what could be causing this error. Any pointers ? 11:36:40,646 ERROR [ProductCatalog_production] SQL Statement Failed:…
Aazim
  • 750
  • 2
  • 11
  • 24
0
votes
2 answers

Getting ATG session scoped nucleus from Spring controller

I have been struggling to see ATG profile in a Spring controller. At the begining, I thought it was possible to get atg profile from spring controller by reading this document by defining like this.
allenhwkim
  • 27,270
  • 18
  • 89
  • 122
0
votes
2 answers

atg-weblogic: Making JSESSIONID secure

I am using weblogic 10.3.6 with ATG 10.1.2 I want to make my JSESSIONID secure, I tried setting the weblogic.xml as follows, JSESSIONID 1200
boyintello
  • 326
  • 3
  • 14
0
votes
1 answer

ATG - How to hold order when payment is in progress

I am implementing a 3rd party Payment gateway using URL redirection. After the Payment I will automatically get redirected to my page by the PG. When I redirect the user to the payment gateway page, as an user I can open cart in another browser and…
0
votes
2 answers

Run ATG application in Eclipse

I was able to create an ATG project under Eclipse (using the wizard New ATG Application Moduke) but now I am not being able to run it on browser. When I right-click on index.jsp file I have no option to "Run on server". What I am missing or doing…
pinker
  • 1,283
  • 2
  • 15
  • 32
0
votes
1 answer

dsp:getvalueof equivalent in JSP

What is the equivalent to the following ATG DSP code: Is it Object age = request.getParameter("customerAge")? thanks
pinker
  • 1,283
  • 2
  • 15
  • 32
0
votes
1 answer

Oracle ATG BCC Deployment

How to deploy an Html content to BCC server in Oracle ATG? I need to deploy the Html page from my Bcc, so it gets reflected in my production server. I am new to ATG, so i don't know how to start with the basic scratch work. Things i have started as …
0
votes
2 answers

how to get the repository item for the particuler order Id in atg?

I have task to get the repository item("its like shipping group and payment group details") for the particular order id you now i got all the repository item in one object.. But the thing is i don't know how to fetch the these repository item…
Mani
  • 1
  • 1
  • 8
0
votes
0 answers

How to clear current commerce item in the shopping cart in ATG?

I tried to clear the current commerce item in ATG. I am getting clearing commerceItems in the cart but when I click it twice the "clear cart button" its clearing. I don't know how to rectify this. I have tried the following:
Mani
  • 1
  • 1
  • 8
0
votes
1 answer

how to get profile password for the particular particular profile in atg?

I tried to get password for the particular profile, but I'm struggling to do so. My friends suggested that we can get profile information when we pass profile id. Can any one help me how to do this? Here is a code snippet of what we've done so far…
Mani
  • 1
  • 1
  • 8