Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cosmos-dev] TPTP CBE data generator


HI Joel:

You can attach to an logging agent of the application which is running on AC server via the profile lunch configuration in TPTP. Then you can use the logging agent to monitor the CBEs logged by logging facility in your application. In TPTP,  we support the CBE logging using JSR47 logging API, Apache Common Logging API ,Apache Log4J logging API and EMF Common Base Event logging.


You can look at the examples in TPTP for how to use it. You need to install eclipse and TPTP, then go to File > New > Example... >  Then select a logging example, i.e.JSR-047 Logging Sample.

Here are the document links about the example:

http://help.eclipse.org/help32/topic/org.eclipse.tptp.platform.doc.user/samples/slogging_java.html

http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.tptp.platform.doc.user/ref/rejsr47a.htm


If you have any question, please let me know.


Thanks

_____________________
Cindy Jin
IBM Toronto Laboratory
Phone: 905-413-2208
Tieline: 969-2208
cindyjin@xxxxxxxxxx
_____________________



"Hawkins, Joel" <Joel.Hawkins@xxxxxxxxxxxxx>

26/01/2007 03:39 PM

To
"Cosmos Dev" <cosmos-dev@xxxxxxxxxxx>
cc
<cosmos-dev-bounces@xxxxxxxxxxx>, Cindy Jin/Toronto/IBM@IBMCA
Subject
RE: [cosmos-dev] TPTP CBE data generator





Very Nice!

 

Is there a way to get those CBEs flowing into an AC client from an AC server? Pardon my ignorance of TPTP – I’m just trying to get something cooking in my WSDM-ized AC besides the TimeCollector data. I know I can just pile some into a data channel from my own hokey agent implementation, but I’d like to try and work with something “real”.

 

Cheers,

Joel

 

 

-----Original Message-----
From:
cosmos-dev-bounces@xxxxxxxxxxx [mailto:cosmos-dev-bounces@xxxxxxxxxxx] On Behalf Of Harm Sluiman
Sent:
Friday, January 26, 2007 3:22 PM
To:
Cosmos Dev
Cc:
cosmos-dev-bounces@xxxxxxxxxxx; Cindy Jin; Cosmos Dev
Subject:
Re: [cosmos-dev] TPTP CBE data generator

 


Here is your bone



As I recall, there are several ways to create CBEs in TPTP. I f you just want to log some info from your code, you can use the JSR47 logger with a CBE formatter or , simply use the CBE implementation that creates CBE objects and provides a toXML method.


Cindy can help you with the details (particularly the ones I got wrong ;-))


Thanks for your time.
--------------------------------------------------------------------------
Harm Sluiman, STSM,  
phone:905-413-4032   fax: 4920  
cell: 1-647-300-4758
mailto:sluiman@xxxxxxxxxx
Admin : Arlene Treanor atreanor@xxxxxxxxxx  Tie: 969-2323 1-905-413-2323

"Hawkins, Joel" <Joel.Hawkins@xxxxxxxxxxxxx>
Sent by: cosmos-dev-bounces@xxxxxxxxxxx

01/26/2007 02:17 PM


Please respond to
Cosmos Dev <cosmos-dev@xxxxxxxxxxx>


To
"Cosmos Dev" <cosmos-dev@xxxxxxxxxxx>
cc
 
Subject
[cosmos-dev] TPTP CBE data generator

 


   




Fellow Cosmos-ers,

 

Can anyone out there point me to a TPTP Agent that will generate a CBE data stream? All I’ve got are things like the time collector, etc. that come with TPTP.

 

Someone throw me a frickin’ bone here.   ;-)

 

Thanks,

Joel

=00The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it._______________________________________________
cosmos-dev mailing list
cosmos-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cosmos-dev

=00The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.


Back to the top