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

ATG UNABLE TO START SERVICE

I am just trying to insert the values in OOTB table "dps_user", which was working fine. When I tried to extend the table (dps_user), I have given item-descriptor as "user" in the XML file which I verified using dys/admin also. Now while trying to…
sudarshan
  • 41
  • 5
0
votes
1 answer

How to pass request param from DynamoHttpServletRequest to (ServletRequest or HttpServletRequest)

I have application that is running on ATG. I have added filter servlet also. While login(using ATGForm), I am passing one parameter. I am able to get that param in DynamoHttpServletRequest. But, after I do forward or redirect to some JSP page, I am…
Manan Kapoor
  • 675
  • 1
  • 11
  • 28
0
votes
0 answers

[Itemdescriptor-name]There is some error- in console

In the below code to get values from repository from form handler ,I am not getting any output[All mapings are correct].. public void handleSearch(DynamoHttpServletRequest req,DynamoHttpServletResponse res)throws ServletException,IOException,…
sudarshan
  • 41
  • 5
0
votes
1 answer

Registering ATG component with Jersey REST api framework

I am having a component that i want to use in my Jersey rest api without using request.resolve. My web.xml looks like this JerseyRESTServlet
0
votes
1 answer

Endeca - Number of max refinements more than 200 not displayed

We have added a new facet under GuidedNavigation as a RefinementMenu. The number of possible values for this facet/filter is around 1000 post Indexing. We have configured Max. refinements value as 9999 in Endeca workbench and published the…
0
votes
1 answer

Will cache warming in atg work for sub-type itemdecriptors and its properties?

I am precaching the productcatalog items on server startup. But after BCC deployment, the cache is getting cleared. Cachewarming is enabled but doesnt look like helping. Anyone knows about how to reload the cache after BCC deployment? The items are…
Ash
  • 1
0
votes
0 answers

"atg.project" was unable to instantiate class "atg.eclipse.project.wizard.ProjectWizard". java.lang.NullPointerException

when i creating the new ATG project getting the below exception in eclipse The selected wizard could not be started. Plug-in atg.project was unable to instantiate class atg.eclipse.project.wizard.ProjectWizard. …
santosh
  • 1
  • 2
0
votes
1 answer

Targeting and Segmentation BCC Missing Parent

When attempting to add a New Folder in the BCC under 'Targeting and Segmentation' there is no Parent to select. Where in the ATG/BCC do we set a Parent? Is this a configuration setting in a property file? Is there a missing module?
Joe S
  • 1
0
votes
0 answers

ATG Repository - one to many mapping

In our application, we have three tables dps_user, account, and profile for building user profile. The profile table has account_id as a foreign key. Based on this design, userprofile.xml is written. account_id is mapped as an item-type in xml which…
Vijay
  • 19
  • 1
  • 5
0
votes
1 answer

Atg dyn exception

I face the below error while trying to run http://localhost:7103/dyn/admin/ atg 10.1.2 on windows 7 dyn/admin The detailed exception is: java.io.IOException: Cannot run program "javac": CreateProcess error=87, The parameter is incorrect this…
abdelhady
  • 560
  • 5
  • 10
  • 23
0
votes
1 answer

Not able to save data into database in ATG

I'm new to ATG, i have created sample registration form with fields like first name,last name,gender etc. I want these data s to be saved in database. I've already created table in SQL Developer, user profile is also creating but whatever values i…
Ramya jois
  • 29
  • 5
0
votes
2 answers

How to get ATG webservices(importFromSiebel,getJobStatus)?

I am doing siebel_atg reference integration. Here I need to do compilation/installation on "siebelBuild.xml". In this step, 2 targets are there. one is "all", another is "all-with-ws". But my requirement is only getting importFromSiebel and…
Syam Nath
  • 45
  • 10
0
votes
1 answer

Error: Your session expired due to inactivity. ATG REST API session confirmation Number Missmatch

I am working on ATG portal using REST API, all ATG API's are tested using PostMan. It is giving an error when I started working in JS. below is the Test Code: http({ method : "GET", url :…
Syam Nath
  • 45
  • 10
0
votes
1 answer

How to pass parameters via dsp:iframe to the iframe

I want to pass tag to the src jsp. As per ATG documentation I can use tags to pass params and then use their value in the src of iframe. Can someone provide me with an example how this can be done? Newbie in ATG
user3465554
  • 39
  • 2
  • 7
0
votes
1 answer

Can ItemDescriptor be mapped to a view instead of table

i have a view and it will be much easier for me to work against a view instead of a table itself. In ATG, can i map an itemdescriptor to a view instead of a table? Can someone provide me with an example? TIA
user3465554
  • 39
  • 2
  • 7