Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[milo-dev] Eclipse Milo compile with java compact 3 profile

Hi,

I am compiling Eclipse Milo with java compact 3 profile

I am getting some errors like, javax.xml.bind.DatatypeConverter is not available in profile 'compact3'

Is Eclipse Milo is not supported with java compact 3 profile? 
If not what is the alternative DatatypeConverter?

I am getting the following errors in "stack-core":

[ERROR] /C:/Niagara/OPCUA MILO/milo-master/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/NodeId.java:[18,22] javax.xml.bind.DatatypeConverter is not available in profile 'compact3'


[ERROR] /C:/Niagara/OPCUA MILO/milo-master/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/ExpandedNodeId.java:[15,22] javax.xml.bind.DatatypeConverter is not available in profile 'compact3'


Regards,
Raghu N


Back to the top