Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] this affected type is not exposed to the weaver

Hi all.  I am compiling what should be a very simple
aspect:

privileged public aspect WSIFOperation_JavaAspect {
    private String[] m_originalOutputNames = null;
        
    private String[]
WSIFOperation_Java.getOutParameterNames()
    {
        return fieldOutParameterNames;
    }
    
}

but receive the following errors:

     [iajc]
T:\apps\psesp\src\com\samples\java\WSIFOperation_JavaAspect.aj:21
this affected type is not exposed to the weaver:
org.apache.wsif.providers.java.WSIFOperation_Java
(needed for privileged access)
[Xlint:typeNotExposedToWeaver]

Anyone have any ideas as to why?

Thanks in advance,
John



	
		
__________________________________
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25ยข
http://photos.yahoo.com/ph/print_splash


Back to the top