Questions tagged [xcp2.x]

xcp2.x covers EMC Documentum xCP 2.x products questions

EMC xCP 2.x is the second generation of xCP product line, client side completly made through extJS (xCP 1.x was built based on proprietary WDK) and introducing new concepts on whole product stack (platform provisioning, stateless business processes)

7 questions
2
votes
1 answer

Xcp 2.2 Shared Libraries for JAVA Services

The Shared Java Services Libraries is a neat feature for the 2.2 Xcp Documentum but is problematic in this specific case. A little bit of background: I have to make a migration from a 2.0 Xcp project to the 2.2 version. I started a new project and…
iCezar
  • 43
  • 6
2
votes
1 answer

Documentum xCP 2.0 Designer Customization

Can we add plugins in xCP designer like we can add in Eclipse? We need to have SVN plugin, so that we can do code versioning. Actually the problem is in our project multiple people need to work on same object. So can we do it in xCP?
sanyog
  • 51
  • 1
  • 7
0
votes
1 answer

How to create custom widget in XCP

I am using XCP. I want to create custom widget in it. So anybody knows how to create custom widget and how to debug that custom widget's code in design time.
user1761116
  • 115
  • 1
  • 5
  • 14
0
votes
2 answers

How to set string to datetime widget?

The title is self explanatory. I am having difficulties setting a string value to a date time widget. XCP has a build in function stringToDate which i use in these examples... 1. stringToDate('5-5-2009') 2. stringToDate('05-05-2009') 3.…
Undisputed007
  • 639
  • 1
  • 10
  • 31
0
votes
1 answer

How to dynamically display documents in brava viewer in EMC xCP 2.1

I have 3 object ID's and 3 documents associated to those object ID's. Now I am using UI Button Click events to load Object ID's into viewer input. But the viewer is displaying only first object id document but not the 2nd and 3rd one when I click…
0
votes
1 answer

Documentum xCP 2.0 creating multiple objects

I am using xCP Designer 2.0 and I'm trying to create multiple objects at once. Say I receive the number 20 as input and need to create 20 of these objects with an increasing integer attribute from 1-20. Is it possible to achieve this with a…
Rikku121
  • 2,536
  • 2
  • 23
  • 38
0
votes
3 answers

Documentum xCP - Failed to start webby at port 8888

I am using xCPDesigner 2.1 in order to build Documentum xCP 2.1 application. It seems that it uses Maven Eclipse m2e-webby plugin. I am unable to start Preview mode. Nothing happens within UI of the designer. In logs I can find ERROR [TWorker-4]…
Miki
  • 2,493
  • 2
  • 27
  • 39