Installing TIBCO ActiveMatrix BusinessWorks ActiveAspects Plug-in : Using TIBCO Designer with TIBCO ActiveMatrix BusinessWorks ActiveAspects Plug-in

Using TIBCO Designer with TIBCO ActiveMatrix BusinessWorks ActiveAspects Plug-in
The Following steps provide the detailed information about using TIBCO Designer with TIBCO ActiveMatrix BusinessWorks ActiveAspects Plug-in.
1.
Open $TIBCO-HOME\Designer\5.7\bin\designer.tra and append the aspect lib folder to the property tibco.env.CUSTOM_CP_EXT. The default aspect lib folder is $TIBCO-HOME\bw\plugins\bwaa\lib.
2.
Create a properties file, for example, C:\test\props.cfg, and add the following properties to it:
(Replace the value of the aspectPath property with the appropriate value based on your environment)
3.
4.
Go to the Tester tab, click the "Start" button to start debugging your project and then click the "Advanced" button to launch the advanced configuration. In the Test Engine User Args field, introduce the following:
-p C:\test\props.cfg
(Replace the path with the appropriate one based on where you saved the properties file that was created at step #2)
5.
At this point, the engine should also execute the aspects that are available in aspectPath. Ensure that all advice implementations as well as their dependent jars are available in the classpath.