Bug 315957 - Using special ClassLoader
Summary: Using special ClassLoader
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: LTWeaving (show other bugs)
Version: 1.6.8   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-07 07:42 EDT by Christian Knappe CLA
Modified: 2011-09-20 01:26 EDT (History)
0 users

See Also:


Attachments
aspectj (1.20 KB, application/octet-stream)
2011-09-20 01:26 EDT, sushil garg CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Knappe CLA 2010-06-07 07:42:15 EDT
Build Identifier: 

When utilizing LTW-API it is a problem using special class definitions. This point is dicussed on aspectj-dev mailing list 'Class loading problem'.

If some classes are needed in weaving process which are not in a repository weaving fails. It is not possible to supply own class definitions to this process.

The szenario is described here: http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg02719.html



Reproducible: Always

Steps to Reproduce:
1. create ClassLoadingWeavingAdaptor
2. initialize this CLWA with special ClassLoader and WeavingContext
3. call weaveClass(name, bytes, true) on this CLWA
Comment 1 sushil garg CLA 2011-09-20 01:26:05 EDT
Created attachment 203637 [details]
aspectj