I've just checked out a new copy of the repository and when I go to build
it, I'm seeing issues with the 'core' module, in particular, errors with the
CSI code:

/home/dmiddlem/dev/yoko/trunk/core/src/main/java/org/apache/yoko/orb/csi/CSIClientRequestInterceptor.java:[27,19]
cannot find symbol
symbol  : class SecurityAttributeService
location: package org.omg.IOP

/home/dmiddlem/dev/yoko/trunk/core/src/main/java/org/apache/yoko/orb/csi/CSIInterceptorBase.java:[38,19]
cannot find symbol
symbol  : class SecurityAttributeService
location: package org.omg.IOP

/home/dmiddlem/dev/yoko/trunk/core/src/main/java/org/apache/yoko/orb/csi/CSIServerRequestInterceptor.java:[31,19]
cannot find symbol
symbol  : class SecurityAttributeService
location: package org.omg.IOP

< ... a bunch of unchecked warnings ... >

/home/dmiddlem/dev/yoko/trunk/core/src/main/java/org/apache/yoko/orb/csi/CSIInterceptorBase.java:[288,34]
cannot find symbol
symbol  : variable SecurityAttributeService
location: class org.apache.yoko.orb.csi.CSIInterceptorBase

/home/dmiddlem/dev/yoko/trunk/core/src/main/java/org/apache/yoko/orb/csi/CSIClientRequestInterceptor.java:[237,47]
cannot find symbol
symbol  : variable SecurityAttributeService
location: class org.apache.yoko.orb.csi.CSIClientRequestInterceptor

/home/dmiddlem/dev/yoko/trunk/core/src/main/java/org/apache/yoko/orb/csi/CSIServerRequestInterceptor.java:[144,49]
cannot find symbol
symbol  : variable SecurityAttributeService
location: class org.apache.yoko.orb.csi.CSIServerRequestInterceptor


Is anyone else seeing these errors?

Darren

Reply via email to