Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » No reuse of component identifications (CBE)?
No reuse of component identifications (CBE)? [message #83084] Mon, 11 September 2006 11:13 Go to next message
Holger Machens is currently offline Holger MachensFriend
Messages: 57
Registered: July 2009
Member
Hi,

i developed a static Log Parser plugin. I tried to cash and reuse
component identifications for the CBEs but it doesn't work. Debugging of
the problem shows the following. In the case i reuse a component
identification (ci) in a new CBE the references of other CBEs on this ci
changes to null sometimes.

Is this the intended behavior to prevent reusing of ci?

Greetings
Holger
Re: No reuse of component identifications (CBE)? [message #83180 is a reply to message #83084] Tue, 12 September 2006 13:44 Go to previous message
Eclipse UserFriend
Originally posted by: cindyjin.ca.ibm.com

HiHolger:

This is because that General Log Adapter(GLA)is using EMF based CBE
implementation to produce CBEs. In EMF model an object cannot be
reference by one or more containers. So when you reuse a
ComponentIdentification object, all other CBEs which has reference to
this ComponentIdentification are set the reference to null. You can use
CBE factory to generate ComponentIdentification and fill the component
ID with your cached information.

Thanks
Cindy

Holger Machens wrote:
> Hi,
>
> i developed a static Log Parser plugin. I tried to cash and reuse
> component identifications for the CBEs but it doesn't work. Debugging of
> the problem shows the following. In the case i reuse a component
> identification (ci) in a new CBE the references of other CBEs on this ci
> changes to null sometimes.
>
> Is this the intended behavior to prevent reusing of ci?
>
> Greetings
> Holger
Previous Topic:Monitoring agents using extended SampleClientAC via (NewTec)AgentController
Next Topic:Perfmon sample request
Goto Forum:
  


Current Time: Fri Apr 26 01:15:01 GMT 2024

Powered by FUDForum. Page generated in 0.03328 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top