cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Translate the entire conversation x

java.lang.UnsupportedOperationException

CL_9966509
2-Explorer

java.lang.UnsupportedOperationException

I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS08

PersistenceHelper.manager.delete();

객체 삭제 하면서 발생하는 에러.

Here are the errors that I faced
INFO : wt.system.err wcadmin - wt.util.WTException: java.lang.UnsupportedOperat
ionException
INFO : wt.system.err wcadmin - ?? ??: java.lang.UnsupportedOperationException
INFO : wt.system.err wcadmin - at wt.fc.collections.UnmodifiableCollect
ions$UnmodifiableIterator.remove(UnmodifiableCollections.java:895)
INFO : wt.system.err wcadmin - at java.util.AbstractCollection.retainAl
l(AbstractCollection.java:410)
INFO : wt.system.err wcadmin - at wt.projmgmt.StandardProjMgmtService$3
.notifyVetoableMultiObjectEvent(StandardProjMgmtService.java:552)
INFO : wt.system.err wcadmin - at wt.events.StandardKeyedEventBranch.in
tDispatchEvent(StandardKeyedEventBranch.java:298)
INFO : wt.system.err wcadmin - at wt.events.StandardKeyedEventBranch.di
spatchVetoableMultiObjectEvent(StandardKeyedEventBranch.java:263)
2 REPLIES 2
TDT
16-Pearl
16-Pearl
(To:CL_9966509)

Hi @CL_9966509,

 

What are you trying to delete?

CL_9966509
2-Explorer
(To:TDT)

@GenAsPersistable(superClass=RevisionControlled.class,
interfaces={ FormatContentHolder.class},
properties={

...

...

 

];

 

RevisionControlled  obj delete

PersistanceHelper.manager.delete(obj);

 

error 

Announcements
Top Tags