Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cosmos-dev] COSMOS Build Failure- Compilation Errors

The recent COSMOS build is failing with following compilation errors. Please fix these compilation errors

1. ERROR in /shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.datamanager/src/org/eclipse/cosmos/dc/provisional/datamanager/DataManager.java (at line 29)
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.datamanager/src/org/eclipse/cosmos/dc/provisional/datamanager/DataManager.java (at line 30)
import org.apache.axiom.om.OMElement;
       ^^^^^^^^^^^^^^^^
The import org.apache.axiom cannot be resolved
----------
3. ERROR in /shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.datamanager/src/org/eclipse/cosmos/dc/provisional/datamanager/DataManager.java (at line 31)
import org.apache.axiom.om.OMFactory;
       ^^^^^^^^^^^^^^^^
The import org.apache.axiom cannot be resolved
----------
4. ERROR in /shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.datamanager/src/org/eclipse/cosmos/dc/provisional/datamanager/DataManager.java (at line 32)
import org.apache.axiom.om.OMNamespace;
       ^^^^^^^^^^^^^^^^
The import org.apache.axiom cannot be resolved


Regards,
Jagmit Singh
jagmits@xxxxxxxxxx
1-905-413-2496


Back to the top