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

How to hide a user property in ATG BCC UI using ViewMappingRepository

I am new to ViewMappingRepository. I need to hide one user property in ATG BCC user screen tab. how to hide the property? .
Justin
  • 15
  • 5
0
votes
1 answer

How to add comma in the list value in ATG

In ATG i have a one list and one properties file i need to add comma(,) value in the list Sample.java List sampleList = new ArrayList(); sample.properties sampleList=/ a,b,c ,\ c,d,e in ATG default comma is mean by…
Justin
  • 15
  • 5
0
votes
1 answer

DynamoHttpServletRequest.getRemotePort() is return 0 How to get client Remort Port

I need client remote port for some validation. I tried to get Remote Port in request but result come only Zero 0. I seen that OOTB class DynamoHttpServletRequest its default return the zero any way to get the client remote port. In OOTB class…
Justin
  • 15
  • 5
0
votes
1 answer

how to resolve java.lang.OutOfMemoryError: GC overhead limit exceeded in Weblogic?

java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at…
0
votes
2 answers

How to change The PublishingWebAgent FileDeploymentServer port channge in LINUX

I tried to change the FileDeploymentServer port in my ATG linux system but it take default port 8810 how To change this **** Error Wed May 13 08:22:57 EDT 2020 1589372577963 /atg/deployment/file/FileDeploymentServer Service…
Justin
  • 15
  • 5
0
votes
1 answer

Jboss7 : Error trying to resolve JNDI name "java:/XAConnectionFactory" : javax.naming.NameNotFoundException: XAConnectionFactory

I was upgrading ATG application from 10.x to 11.x. I also upgraded jboss-eap from 5.1 to 7.2 I have faced various JBoss issues and many of them were fixed. As of now we are getting the following error while starting the ATG fulfillment server and…
Jerald Sabu M
  • 1,200
  • 3
  • 16
  • 19
0
votes
1 answer

ATG BCC: Link non version Repository to Product Catalog version Repository

I am looking for solution to resolve below requirement In the Product Catalog, each product should have "Pre-order stock" custom property which holds integer value at each product level. On success full adding to cart that product decreases the…
Vivek Singh
  • 151
  • 1
  • 2
  • 7
0
votes
1 answer

How do I setup an Oracle Dynamo Admin Server?

I am confused by Oracle documentation on how to setup the (ATG) Web Commerce available on the edelivery website. I would like to get to the step where I have properly set up the admin console. Running the bin files on a server seems not work for…
Flair
  • 2,609
  • 1
  • 29
  • 41
0
votes
1 answer

ATG RunAssembler does not package weblogic-application.xml

I am using ATG 11.1 with Weblogic 12c. I have some configuration for inside /META-INF/weblogic-application.xml. For some reason runAssembler does not copy this xml over to the final ATG.ear in both in both standalone and non-standalone/development…
Vivek Singh
  • 151
  • 1
  • 2
  • 7
0
votes
1 answer

The request method type is not supported: OPTIONS in ATG

Im having a issue while making a API Call with Request Method POST. The preflight OPTIONS method is failing. I'm running ATG on weblogic 12c. The following is my CORS Code import javax.servlet.*; import javax.servlet.http.*; import java.io.*; import…
0
votes
1 answer

Filtering out the elements of collection based on field in atg using ForEach

I have list for which data is coming as below (3 elements with status as ABC and 2 elements with status as PQR). I am able to display data in table format using…
Manan Kapoor
  • 675
  • 1
  • 11
  • 28
0
votes
1 answer

Send POST request in ATG with checkFormRedirect method

I have requirement of changing GET to POST redirection to external URL. Currently, we are using checkFormRedirect(url,req,res) to redirect to external URL which by default uses GET as per my understanding. I want to change this request to POST. One…
Manan Kapoor
  • 675
  • 1
  • 11
  • 28
0
votes
1 answer

ATG(9.3) ERROR : java.lang.NoClassDefFoundError : org/owasp/html/HtmlPolicyBuilder

I am trying to add OWASP HTMLSanitizer API in my ATG(9.3) application but I am getting below exception: **** Error Wed Jan 16 01:35:45 IST 2019 1547582745139 / Unable to resolve component…
Manan Kapoor
  • 675
  • 1
  • 11
  • 28
0
votes
1 answer

How write RQLQuery?

I am new to ATG, and I have this question. How can I write my RQLQuery that provide me data, such as this SQL query? select avg(rating) from rating WHERE album_id = ?; I'm trying this way: RqlStatement statement; Object rqlparam[] = new…
Mefisto_Fell
  • 876
  • 1
  • 10
  • 30
0
votes
2 answers

ATG Dynamo 5 - how do I redirect all URIs to the same page

Why I would want to follows: I'm working on a site that is pretty 1998. It's distributed into frames. A lot of hands that never RTFM'd before using the templating language have touched it and most of the jhtml files read more like lists of servlets…
Erik Reppen
  • 4,605
  • 1
  • 22
  • 26