Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cosmos-dev] Build Compilation Errors - org.eclipse.cosmos.dc.stat.datamgr.ws.client

On including the plugins org.eclipse.cosmos.dc.stat.datamgr.ws.client  and
org.eclipse.cosmos.dc.logging.datamgr.ws.client as dependency for the
plugin org.eclipse.cosmos.examples.e2e.dr.drs.service.handler .  The build
is failing with compilation errors in the latest cosmos build. Please fix
these errors soon

1. ERROR in
/shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.logging.datamgr.ws.client/src/org/eclipse/cosmos/dc/logging/datamgr/ws/client/CBEClient.java
 (at line 19)
             import org.apache.axiom.om.OMAbstractFactory;
                    ^^^^^^^^^^^^^^^^
The import org.apache.axiom cannot be resolved
----------
2. ERROR in
/shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.logging.datamgr.ws.client/src/org/eclipse/cosmos/dc/logging/datamgr/ws/client/CBEClient.java
 (at line 20)
             import org.apache.axiom.om.OMElement;
                    ^^^^^^^^^^^^^^^^
The import org.apache.axiom cannot be resolved
----------

1. ERROR in
/shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.stat.datamgr.ws.client/src/org/eclipse/cosmos/dc/stat/datamgr/ws/client/IStatisticalClient.java
 (at line 14)
             import org.eclipse.cosmos.common.exceptions.CosmosException;
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cosmos.common cannot be resolved
----------
2. ERROR in
/shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.stat.datamgr.ws.client/src/org/eclipse/cosmos/dc/stat/datamgr/ws/client/IStatisticalClient.java
 (at line 15)
             import
org.eclipse.cosmos.dc.stat.datamgr.ws.common.DataSourceKeyset;
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cosmos.dc.stat.datamgr.ws.common cannot be resolved

Regards,
Jagmit



Back to the top