Milo Dev1.0 is HasAddIn ReferenceType Supported? #1268
Replies: 4 comments 3 replies
-
Hmm, it probably fails somewhere in here: https://github.com/eclipse/milo/blob/a79fe4613e346db08c2f3bef96f34c6b00e10420/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/servicesets/impl/helpers/BrowseHelper.java#L397-L407 Because it hasn't been added to the BuiltinReferenceType enum. This subtype checking logic needs to be thrown out and replaced with a ReferenceTypeTree managed by the OpcUaServer that gets built/updated when new reference types are registered. I think started working towards this (ReferenceTypeTree and ReferenceTypeTreeBuilder exist) but haven't implemented it yet. |
Beta Was this translation helpful? Give feedback.
-
Hi, first i would like to thank you for your work as the dev1.0 works for us now. We had to do the javax to jakarta migration as well to get it running. One point i stumbled over is that the BsdGenerator in Line 29 wants to set a property to the marshaller that doesnt exist in Jakarta "com.sun.xml.bind.namespacePrefixMapper" so i get an exception for that. But Client and Server are up and running. Do you have a Timeline for me when the HasAddIn ReferenceType will be implemented in dev1.0? Greetings Johann |
Beta Was this translation helpful? Give feedback.
-
Are you able to test this PR/branch? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi we migrated our application to milo dev1.0 and i want to add a Node to our Server with the HasAddIn Reference Type but it doesnt show up in Prosys or UA Expert.
Do i miss something or is it not implemented jet ? Thanks in Advance
Beta Was this translation helpful? Give feedback.
All reactions