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
9
votes
4 answers

How do you organise your ATG projects?

If you develop for ATG Dynamo, how do you structure your modules and dependencies? How do you structure the projects? source directories, JARs configs etc. How do you build and deploy? What tools do you use?
Vihung
  • 12,947
  • 16
  • 64
  • 90
2
votes
1 answer

The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit in weblogic 12.2

I have upgraded from WebLogic 12.1.3 to WebLogic 12.2. Now my application some pages are breaking up and showing the below errors. I have used JSTL and DSP (Dynamo server page) Tags on my JSP page. Kindly help me on resolving this issue. Error from…
2
votes
2 answers

Triggering baseline indexing without dyn admin

We are working on ATG/Endeca integration 11.2 but don't have the dyn admin console in production so we can't schedule the jobs from the console. How can this be accomplished without the console? I have read the documentation but not able to…
2
votes
1 answer

Why we use ChangeAwareList and ChangeAwareMap

Could you please let me know what is the use of ChangeAwareList and ChangeAwareMap in atg? What problem does it try to solve. I tried reading the documentation but could not find any details regarding the same.
Hari
  • 237
  • 1
  • 10
  • 23
2
votes
2 answers

Need to Check whether password contains same sequence of characters of UserName in JAVA/ATG

I am working on an ATG project. My requirement is "the password should not contain the same sequence of characters as in UserName". For eg. If the userName is abcdef@123.com. Then pw should not be def@123.com The pw should not include same SEQUENCE…
Neenu
  • 59
  • 3
  • 7
2
votes
3 answers

How to create a repository in ATG?

i would like to know how to create a new repository in ATG. like what all steps are needed to be included? Do i need to create a properties file?
Neenu
  • 59
  • 3
  • 7
2
votes
0 answers

How to decrypt groovy file created by cim.bat of ATG

I have recorded execution of CIM.bat after installing ATG. However, I have forgotten to give noencryption flag, so the recorded file will be encrypted with the password I have given. Is there any way to decrypt the encrypted file generated by CIM if…
Buddha
  • 4,339
  • 2
  • 27
  • 51
2
votes
2 answers

How to fix Malformed help URL while opening ACC ATG?

I'm using jboss + mysql for running ATG. I'm trying to open Admin Control Center through dyn/admin. However, I'm getting malformed help URL before I get login form. Once I logged in, I'm getting multiple alerts of same exception but with different…
Govardhan
  • 102
  • 1
  • 9
2
votes
3 answers

What does it mean by $scope=global in ATG..?

According to the documentation, Global: Component is shared among all users. Session: Separate instances of the component are provided to each user. Is that means, for global component, there is only one instance for the whole nucleus…
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
1 answer

Identify JDK version for ATG

I'm using ATG 9.1. how can I know which version of JDK must be used for different versions of ATG? With JDK 6 I am able to work normally, whereas ACC is not working as it Requires a small version of JRE. Why is that only ACC requires a small…
sudarshan
  • 41
  • 5
1
vote
0 answers

Enable session replication in Oracle Commerce CSA 11.2

I use Oracle Commerce 11.2 and CSA and I'm trying to enable session replication. I have /atg/dynamo/Configuration.backingUpSessions == true and /atg/dynamo/Configuration.sessionBackupServerPropertyList contains the following…
Vitalii Vitrenko
  • 9,763
  • 4
  • 43
  • 62
1
vote
1 answer

Customize ATG promotions so "highest priced item" considers sale price if there is one

I need to customize ATG promotions applied to "highest priced item" but that it considers when there is a sale price and uses it rather than the default list price. Based on what I read from atg.ui.commerce.pricing.DescriptionBuilder.java when…
Juan Pablo
  • 11
  • 2
1
vote
1 answer

ATG AngularJs, Spring

I am Very beginner in ATG and Spring, I have done UI in AngularJs. is it possible to use AngularJs for Oracle ATG web commerce? And how can I use spring in between to give http request to AngularJs? and is there any guide for these?. I was not able…
Syam Nath
  • 45
  • 10
1
vote
2 answers

ATG:Error while baseline indexing- Unable to process any CSF calls as the Credential Store server is not enabled

I am getting the following error while doing baseline index of my Endeca application in ATG 15:26:47,891 ERROR [nucleusNamespace.atg.dynamo.security.opss.csf.CredentialStoreManager] (Thread-201) Unable to process any CSF calls as the Credential…
1
2 3 4 5 6 7