You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Mouli <u....@gmail.com> on 2005/09/03 15:17:15 UTC

Build Failure

I encounter the following exceptions trying to build. What could be 
missing here?

E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\MinorCodes.java:
67: operator + cannot be applied to ORBConstants.GENERAL_BASE,int
    public static final int UNSUPPORTED_ENDPOINT_TYPE = 
ORBConstants.GENERAL_BAS
E + 1;
                                                                    ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\MinorCodes.java:
67: incompatible types
found   : <nulltype>
required: int
    public static final int UNSUPPORTED_ENDPOINT_TYPE = 
ORBConstants.GENERAL_BAS
E + 1;

  ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\IORSSLInt
erceptor.java:66: cannot find symbol
symbol  : class IORInfoExt
location: class org.openejb.corba.sunorb.IORSSLInterceptor
            IORInfoExt ext = (IORInfoExt) info;
            ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\IORSSLInt
erceptor.java:66: cannot find symbol
symbol  : class IORInfoExt
location: class org.openejb.corba.sunorb.IORSSLInterceptor
            IORInfoExt ext = (IORInfoExt) info;
                              ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\IORSSLInt
erceptor.java:71: cannot find symbol
symbol  : class UnknownType
location: class org.openejb.corba.sunorb.IORSSLInterceptor
        } catch (UnknownType unknownType) {
                 ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBOR
B.java:64: cannot find symbol
symbol  : class POAManagerImpl
location: class org.openejb.corba.sunorb.OpenEJBORB
        POAManagerImpl poaManager = new POAManagerImpl(this);
        ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBOR
B.java:64: cannot find symbol
symbol  : class POAManagerImpl
location: class org.openejb.corba.sunorb.OpenEJBORB
        POAManagerImpl poaManager = new POAManagerImpl(this);
                                        ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBOR
B.java:65: cannot find symbol
symbol  : class POAImpl
location: class org.openejb.corba.sunorb.OpenEJBORB
        POAImpl result = new OpenEJBPOA(ORBConstants.ROOT_POA_NAME, 
poaManager,
Policies.rootPOAPolicies, null, null, this);
        ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBOR
B.java:65: cannot find symbol
symbol  : variable ORBConstants
location: class org.openejb.corba.sunorb.OpenEJBORB
        POAImpl result = new OpenEJBPOA(ORBConstants.ROOT_POA_NAME, 
poaManager,
Policies.rootPOAPolicies, null, null, this);
                                        ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBOR
B.java:65: cannot find symbol
symbol  : variable Policies
location: class org.openejb.corba.sunorb.OpenEJBORB
        POAImpl result = new OpenEJBPOA(ORBConstants.ROOT_POA_NAME, 
poaManager,
Policies.rootPOAPolicies, null, null, this);

^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBPO
A.java:96: cannot find symbol
symbol  : class IORTemplate
location: class org.openejb.corba.sunorb.OpenEJBPOA
        IORTemplate template = null;
        ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBPO
A.java:98: cannot find symbol
symbol  : method get_effective_policy(int)
location: class org.openejb.corba.sunorb.OpenEJBPOA
        ServerPolicy policy = (ServerPolicy) 
get_effective_policy(ServerPolicyFa
ctory.POLICY_TYPE);
                                             ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBPO
A.java:105: cannot find symbol
symbol  : class IORTemplate
location: class org.openejb.corba.sunorb.OpenEJBPOA
            template = new IORTemplate();
                           ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBPO
A.java:110: cannot find symbol
symbol  : class StandardIIOPProfileTemplate
location: class org.openejb.corba.sunorb.OpenEJBPOA
                if (obj instanceof StandardIIOPProfileTemplate) {
                                   ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBPO
A.java:111: cannot find symbol
symbol  : class StandardIIOPProfileTemplate
location: class org.openejb.corba.sunorb.OpenEJBPOA
                    StandardIIOPProfileTemplate stdTemp = 
(StandardIIOPProfileTe
mplate) obj;
                    ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBPO
A.java:111: cannot find symbol
symbol  : class StandardIIOPProfileTemplate
location: class org.openejb.corba.sunorb.OpenEJBPOA
                    StandardIIOPProfileTemplate stdTemp = 
(StandardIIOPProfileTe
mplate) obj;
                                                           ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBPO
A.java:112: cannot find symbol
symbol  : class IIOPAddressImpl
location: class org.openejb.corba.sunorb.OpenEJBPOA
                    IIOPAddressImpl primaryAddress = (IIOPAddressImpl) 
stdTemp.g
etPrimaryAddress();
                    ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBPO
A.java:112: cannot find symbol
symbol  : class IIOPAddressImpl
location: class org.openejb.corba.sunorb.OpenEJBPOA
                    IIOPAddressImpl primaryAddress = (IIOPAddressImpl) 
stdTemp.g
etPrimaryAddress();
                                                      ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBPO
A.java:114: cannot find symbol
symbol  : class StandardIIOPProfileTemplate
location: class org.openejb.corba.sunorb.OpenEJBPOA
                    StandardIIOPProfileTemplate newTemp = new 
StandardIIOPProfil
eTemplate(new IIOPAddressImpl(primaryAddress.getHost(), 0),
                    ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBPO
A.java:114: cannot find symbol
symbol  : class StandardIIOPProfileTemplate
location: class org.openejb.corba.sunorb.OpenEJBPOA
                    StandardIIOPProfileTemplate newTemp = new 
StandardIIOPProfil
eTemplate(new IIOPAddressImpl(primaryAddress.getHost(), 0),
                                                              ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBPO
A.java:114: cannot find symbol
symbol  : class IIOPAddressImpl
location: class org.openejb.corba.sunorb.OpenEJBPOA
                    StandardIIOPProfileTemplate newTemp = new 
StandardIIOPProfil
eTemplate(new IIOPAddressImpl(primaryAddress.getHost(), 0),

              ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBPO
A.java:118: cannot find symbol
symbol  : variable orb
location: class org.openejb.corba.sunorb.OpenEJBPOA

          orb);

          ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBPO
A.java:133: cannot find symbol
symbol  : class IOR
location: class org.openejb.corba.sunorb.OpenEJBPOA
        IOR ior = new IOR(orb, repId, template, new ObjectId(id));
        ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBPO
A.java:133: cannot find symbol
symbol  : class IOR
location: class org.openejb.corba.sunorb.OpenEJBPOA
        IOR ior = new IOR(orb, repId, template, new ObjectId(id));
                      ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBPO
A.java:133: cannot find symbol
symbol  : variable orb
location: class org.openejb.corba.sunorb.OpenEJBPOA
        IOR ior = new IOR(orb, repId, template, new ObjectId(id));
                          ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBPO
A.java:133: cannot find symbol
symbol  : class ObjectId
location: class org.openejb.corba.sunorb.OpenEJBPOA
        IOR ior = new IOR(orb, repId, template, new ObjectId(id));
                                                    ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBPO
A.java:135: cannot find symbol
symbol  : class ClientSubcontract
location: class org.openejb.corba.sunorb.OpenEJBPOA
        ClientSubcontract csub = 
orb.getSubcontractRegistry().getClientSubcontra
ct(scid);
        ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBPO
A.java:135: cannot find symbol
symbol  : variable orb
location: class org.openejb.corba.sunorb.OpenEJBPOA
        ClientSubcontract csub = 
orb.getSubcontractRegistry().getClientSubcontra
ct(scid);
                                 ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBPO
A.java:136: cannot find symbol
symbol  : variable orb
location: class org.openejb.corba.sunorb.OpenEJBPOA
        csub.setOrb(orb);
                    ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBPO
A.java:139: cannot find symbol
symbol  : class CORBAObjectImpl
location: class org.openejb.corba.sunorb.OpenEJBPOA
        ObjectImpl o = new CORBAObjectImpl();
                           ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBSo
cketFactory.java:161: cannot find symbol
symbol  : variable ORBSocketFactory
location: class org.openejb.corba.sunorb.OpenEJBSocketFactory
        if (type.equals(ORBSocketFactory.IIOP_CLEAR_TEXT)) {
                        ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBSo
cketFactory.java:193: cannot find symbol
symbol  : variable ORBSocketFactory
location: class org.openejb.corba.sunorb.OpenEJBSocketFactory
        if (type.equals(ORBSocketFactory.IIOP_CLEAR_TEXT)) {
                        ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBSo
cketFactory.java:196: internal error; cannot instantiate 
Socket(java.lang.String
,int) at java.net.Socket to ()
            return new Socket(endPointInfo.getHost(), 
endPointInfo.getPort());
                   ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBSo
cketFactory.java:223: cannot find symbol
symbol  : class IIOPProfileTemplate
location: class org.openejb.corba.sunorb.OpenEJBSocketFactory
        IIOPProfileTemplate temp = ior.getProfile().getTemplate();
        ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBSo
cketFactory.java:224: cannot find symbol
symbol  : class IIOPAddress
location: class org.openejb.corba.sunorb.OpenEJBSocketFactory
        IIOPAddress primary = temp.getPrimaryAddress();
        ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBSo
cketFactory.java:246: cannot find symbol
symbol  : class EndPointImpl
location: class org.openejb.corba.sunorb.OpenEJBSocketFactory
                        return new EndPointImpl(IIOP_SSL,
                                   ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBSo
cketFactory.java:259: cannot find symbol
symbol  : class EndPointImpl
location: class org.openejb.corba.sunorb.OpenEJBSocketFactory
        return new EndPointImpl(ORBSocketFactory.IIOP_CLEAR_TEXT,
                   ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\OpenEJBSo
cketFactory.java:259: cannot find symbol
symbol  : variable ORBSocketFactory
location: class org.openejb.corba.sunorb.OpenEJBSocketFactory
        return new EndPointImpl(ORBSocketFactory.IIOP_CLEAR_TEXT,
                                ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\ServiceCo
ntextInterceptor.java:80: cannot find symbol
symbol  : class RequestInfoExt
location: class org.openejb.corba.sunorb.ServiceContextInterceptor
        RequestInfoExt riExt = (RequestInfoExt) ri;
        ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\ServiceCo
ntextInterceptor.java:80: cannot find symbol
symbol  : class RequestInfoExt
location: class org.openejb.corba.sunorb.ServiceContextInterceptor
        RequestInfoExt riExt = (RequestInfoExt) ri;
                                ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\ServiceCo
ntextInterceptor.java:81: cannot find symbol
symbol  : class Connection
location: class org.openejb.corba.sunorb.ServiceContextInterceptor
        Connection connection = riExt.connection();
        ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\SunORBCon
figAdapter.java:193: cannot find symbol
symbol  : method getServerGIOP()
location: class org.openejb.corba.sunorb.OpenEJBORB
                        
o.getServerGIOP().getEndpoint(OpenEJBSocketFactory.IIOP_
SSL, sslConfig.getPort(), null);
                         ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\SunORBCon
figAdapter.java:202: cannot find symbol
symbol  : variable EndPoint
location: class org.openejb.corba.sunorb.SunORBConfigAdapter
                o.getServerGIOP().getEndpoint(EndPoint.IIOP_CLEAR_TEXT, 
6882, nu
ll);
                                              ^
E:\asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\SunORBCon
figAdapter.java:202: cannot find symbol
symbol  : method getServerGIOP()
location: class org.openejb.corba.sunorb.OpenEJBORB
                o.getServerGIOP().getEndpoint(EndPoint.IIOP_CLEAR_TEXT, 
6882, nu
ll);
                 ^
Note: * uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
88 errors

BUILD FAILED
File...... C:\Documents and 
Settings\cu\.maven\cache\maven-multiproject-plugin-1
.3.1\plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [default] -- C:\Documents and 
Settings\cu\.maven\cache\mav
en-java-plugin-1.5\plugin.jelly:63:48: <ant:javac> Compile failed; see 
the compi
ler error output for details.


Re: Build Failure

Posted by David Jencks <da...@yahoo.com>.
Our corba support will currently only compile on a 1.4[.2_08] sun jvm.   
I suspect you are using a different one.  We are anxiously awaiting the  
TriFork orb donation which will fix this problem.


thanks
david jencks
On Sep 3, 2005, at 6:17 AM, Mouli wrote:

> I encounter the following exceptions trying to build. What could be  
> missing here?
>
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\MinorCode 
> s.java:
> 67: operator + cannot be applied to ORBConstants.GENERAL_BASE,int
>    public static final int UNSUPPORTED_ENDPOINT_TYPE =  
> ORBConstants.GENERAL_BAS
> E + 1;
>                                                                    ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\MinorCode 
> s.java:
> 67: incompatible types
> found   : <nulltype>
> required: int
>    public static final int UNSUPPORTED_ENDPOINT_TYPE =  
> ORBConstants.GENERAL_BAS
> E + 1;
>
>  ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\IO 
> RSSLInt
> erceptor.java:66: cannot find symbol
> symbol  : class IORInfoExt
> location: class org.openejb.corba.sunorb.IORSSLInterceptor
>            IORInfoExt ext = (IORInfoExt) info;
>            ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\IO 
> RSSLInt
> erceptor.java:66: cannot find symbol
> symbol  : class IORInfoExt
> location: class org.openejb.corba.sunorb.IORSSLInterceptor
>            IORInfoExt ext = (IORInfoExt) info;
>                              ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\IO 
> RSSLInt
> erceptor.java:71: cannot find symbol
> symbol  : class UnknownType
> location: class org.openejb.corba.sunorb.IORSSLInterceptor
>        } catch (UnknownType unknownType) {
>                 ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBOR
> B.java:64: cannot find symbol
> symbol  : class POAManagerImpl
> location: class org.openejb.corba.sunorb.OpenEJBORB
>        POAManagerImpl poaManager = new POAManagerImpl(this);
>        ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBOR
> B.java:64: cannot find symbol
> symbol  : class POAManagerImpl
> location: class org.openejb.corba.sunorb.OpenEJBORB
>        POAManagerImpl poaManager = new POAManagerImpl(this);
>                                        ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBOR
> B.java:65: cannot find symbol
> symbol  : class POAImpl
> location: class org.openejb.corba.sunorb.OpenEJBORB
>        POAImpl result = new OpenEJBPOA(ORBConstants.ROOT_POA_NAME,  
> poaManager,
> Policies.rootPOAPolicies, null, null, this);
>        ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBOR
> B.java:65: cannot find symbol
> symbol  : variable ORBConstants
> location: class org.openejb.corba.sunorb.OpenEJBORB
>        POAImpl result = new OpenEJBPOA(ORBConstants.ROOT_POA_NAME,  
> poaManager,
> Policies.rootPOAPolicies, null, null, this);
>                                        ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBOR
> B.java:65: cannot find symbol
> symbol  : variable Policies
> location: class org.openejb.corba.sunorb.OpenEJBORB
>        POAImpl result = new OpenEJBPOA(ORBConstants.ROOT_POA_NAME,  
> poaManager,
> Policies.rootPOAPolicies, null, null, this);
>
> ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBPO
> A.java:96: cannot find symbol
> symbol  : class IORTemplate
> location: class org.openejb.corba.sunorb.OpenEJBPOA
>        IORTemplate template = null;
>        ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBPO
> A.java:98: cannot find symbol
> symbol  : method get_effective_policy(int)
> location: class org.openejb.corba.sunorb.OpenEJBPOA
>        ServerPolicy policy = (ServerPolicy)  
> get_effective_policy(ServerPolicyFa
> ctory.POLICY_TYPE);
>                                             ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBPO
> A.java:105: cannot find symbol
> symbol  : class IORTemplate
> location: class org.openejb.corba.sunorb.OpenEJBPOA
>            template = new IORTemplate();
>                           ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBPO
> A.java:110: cannot find symbol
> symbol  : class StandardIIOPProfileTemplate
> location: class org.openejb.corba.sunorb.OpenEJBPOA
>                if (obj instanceof StandardIIOPProfileTemplate) {
>                                   ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBPO
> A.java:111: cannot find symbol
> symbol  : class StandardIIOPProfileTemplate
> location: class org.openejb.corba.sunorb.OpenEJBPOA
>                    StandardIIOPProfileTemplate stdTemp =  
> (StandardIIOPProfileTe
> mplate) obj;
>                    ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBPO
> A.java:111: cannot find symbol
> symbol  : class StandardIIOPProfileTemplate
> location: class org.openejb.corba.sunorb.OpenEJBPOA
>                    StandardIIOPProfileTemplate stdTemp =  
> (StandardIIOPProfileTe
> mplate) obj;
>                                                           ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBPO
> A.java:112: cannot find symbol
> symbol  : class IIOPAddressImpl
> location: class org.openejb.corba.sunorb.OpenEJBPOA
>                    IIOPAddressImpl primaryAddress = (IIOPAddressImpl)  
> stdTemp.g
> etPrimaryAddress();
>                    ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBPO
> A.java:112: cannot find symbol
> symbol  : class IIOPAddressImpl
> location: class org.openejb.corba.sunorb.OpenEJBPOA
>                    IIOPAddressImpl primaryAddress = (IIOPAddressImpl)  
> stdTemp.g
> etPrimaryAddress();
>                                                      ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBPO
> A.java:114: cannot find symbol
> symbol  : class StandardIIOPProfileTemplate
> location: class org.openejb.corba.sunorb.OpenEJBPOA
>                    StandardIIOPProfileTemplate newTemp = new  
> StandardIIOPProfil
> eTemplate(new IIOPAddressImpl(primaryAddress.getHost(), 0),
>                    ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBPO
> A.java:114: cannot find symbol
> symbol  : class StandardIIOPProfileTemplate
> location: class org.openejb.corba.sunorb.OpenEJBPOA
>                    StandardIIOPProfileTemplate newTemp = new  
> StandardIIOPProfil
> eTemplate(new IIOPAddressImpl(primaryAddress.getHost(), 0),
>                                                              ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBPO
> A.java:114: cannot find symbol
> symbol  : class IIOPAddressImpl
> location: class org.openejb.corba.sunorb.OpenEJBPOA
>                    StandardIIOPProfileTemplate newTemp = new  
> StandardIIOPProfil
> eTemplate(new IIOPAddressImpl(primaryAddress.getHost(), 0),
>
>              ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBPO
> A.java:118: cannot find symbol
> symbol  : variable orb
> location: class org.openejb.corba.sunorb.OpenEJBPOA
>
>          orb);
>
>          ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBPO
> A.java:133: cannot find symbol
> symbol  : class IOR
> location: class org.openejb.corba.sunorb.OpenEJBPOA
>        IOR ior = new IOR(orb, repId, template, new ObjectId(id));
>        ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBPO
> A.java:133: cannot find symbol
> symbol  : class IOR
> location: class org.openejb.corba.sunorb.OpenEJBPOA
>        IOR ior = new IOR(orb, repId, template, new ObjectId(id));
>                      ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBPO
> A.java:133: cannot find symbol
> symbol  : variable orb
> location: class org.openejb.corba.sunorb.OpenEJBPOA
>        IOR ior = new IOR(orb, repId, template, new ObjectId(id));
>                          ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBPO
> A.java:133: cannot find symbol
> symbol  : class ObjectId
> location: class org.openejb.corba.sunorb.OpenEJBPOA
>        IOR ior = new IOR(orb, repId, template, new ObjectId(id));
>                                                    ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBPO
> A.java:135: cannot find symbol
> symbol  : class ClientSubcontract
> location: class org.openejb.corba.sunorb.OpenEJBPOA
>        ClientSubcontract csub =  
> orb.getSubcontractRegistry().getClientSubcontra
> ct(scid);
>        ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBPO
> A.java:135: cannot find symbol
> symbol  : variable orb
> location: class org.openejb.corba.sunorb.OpenEJBPOA
>        ClientSubcontract csub =  
> orb.getSubcontractRegistry().getClientSubcontra
> ct(scid);
>                                 ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBPO
> A.java:136: cannot find symbol
> symbol  : variable orb
> location: class org.openejb.corba.sunorb.OpenEJBPOA
>        csub.setOrb(orb);
>                    ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBPO
> A.java:139: cannot find symbol
> symbol  : class CORBAObjectImpl
> location: class org.openejb.corba.sunorb.OpenEJBPOA
>        ObjectImpl o = new CORBAObjectImpl();
>                           ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBSo
> cketFactory.java:161: cannot find symbol
> symbol  : variable ORBSocketFactory
> location: class org.openejb.corba.sunorb.OpenEJBSocketFactory
>        if (type.equals(ORBSocketFactory.IIOP_CLEAR_TEXT)) {
>                        ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBSo
> cketFactory.java:193: cannot find symbol
> symbol  : variable ORBSocketFactory
> location: class org.openejb.corba.sunorb.OpenEJBSocketFactory
>        if (type.equals(ORBSocketFactory.IIOP_CLEAR_TEXT)) {
>                        ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBSo
> cketFactory.java:196: internal error; cannot instantiate  
> Socket(java.lang.String
> ,int) at java.net.Socket to ()
>            return new Socket(endPointInfo.getHost(),  
> endPointInfo.getPort());
>                   ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBSo
> cketFactory.java:223: cannot find symbol
> symbol  : class IIOPProfileTemplate
> location: class org.openejb.corba.sunorb.OpenEJBSocketFactory
>        IIOPProfileTemplate temp = ior.getProfile().getTemplate();
>        ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBSo
> cketFactory.java:224: cannot find symbol
> symbol  : class IIOPAddress
> location: class org.openejb.corba.sunorb.OpenEJBSocketFactory
>        IIOPAddress primary = temp.getPrimaryAddress();
>        ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBSo
> cketFactory.java:246: cannot find symbol
> symbol  : class EndPointImpl
> location: class org.openejb.corba.sunorb.OpenEJBSocketFactory
>                        return new EndPointImpl(IIOP_SSL,
>                                   ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBSo
> cketFactory.java:259: cannot find symbol
> symbol  : class EndPointImpl
> location: class org.openejb.corba.sunorb.OpenEJBSocketFactory
>        return new EndPointImpl(ORBSocketFactory.IIOP_CLEAR_TEXT,
>                   ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Op 
> enEJBSo
> cketFactory.java:259: cannot find symbol
> symbol  : variable ORBSocketFactory
> location: class org.openejb.corba.sunorb.OpenEJBSocketFactory
>        return new EndPointImpl(ORBSocketFactory.IIOP_CLEAR_TEXT,
>                                ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Se 
> rviceCo
> ntextInterceptor.java:80: cannot find symbol
> symbol  : class RequestInfoExt
> location: class org.openejb.corba.sunorb.ServiceContextInterceptor
>        RequestInfoExt riExt = (RequestInfoExt) ri;
>        ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Se 
> rviceCo
> ntextInterceptor.java:80: cannot find symbol
> symbol  : class RequestInfoExt
> location: class org.openejb.corba.sunorb.ServiceContextInterceptor
>        RequestInfoExt riExt = (RequestInfoExt) ri;
>                                ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Se 
> rviceCo
> ntextInterceptor.java:81: cannot find symbol
> symbol  : class Connection
> location: class org.openejb.corba.sunorb.ServiceContextInterceptor
>        Connection connection = riExt.connection();
>        ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Su 
> nORBCon
> figAdapter.java:193: cannot find symbol
> symbol  : method getServerGIOP()
> location: class org.openejb.corba.sunorb.OpenEJBORB
>                         
> o.getServerGIOP().getEndpoint(OpenEJBSocketFactory.IIOP_
> SSL, sslConfig.getPort(), null);
>                         ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Su 
> nORBCon
> figAdapter.java:202: cannot find symbol
> symbol  : variable EndPoint
> location: class org.openejb.corba.sunorb.SunORBConfigAdapter
>                o.getServerGIOP().getEndpoint(EndPoint.IIOP_CLEAR_TEXT,  
> 6882, nu
> ll);
>                                              ^
> E: 
> \asf\geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\Su 
> nORBCon
> figAdapter.java:202: cannot find symbol
> symbol  : method getServerGIOP()
> location: class org.openejb.corba.sunorb.OpenEJBORB
>                o.getServerGIOP().getEndpoint(EndPoint.IIOP_CLEAR_TEXT,  
> 6882, nu
> ll);
>                 ^
> Note: * uses or overrides a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> 88 errors
>
> BUILD FAILED
> File...... C:\Documents and  
> Settings\cu\.maven\cache\maven-multiproject-plugin-1
> .3.1\plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [default] -- C:\Documents and  
> Settings\cu\.maven\cache\mav
> en-java-plugin-1.5\plugin.jelly:63:48: <ant:javac> Compile failed; see  
> the compi
> ler error output for details.
>