Hello,

I use jibx for marshaling/unmarshaling messages in an integration layer. There 
is core system on one side and several other systems on other side. There are 
different messages versions supported by those other systems.
Is it possible to have one java object model for messages and several bindings 
for particular target systems. In fact it is only about deleting some fields 
from messages for particular target system (message version). Core system 
supports all versions.

When I tried to create second binding for messages (just copy of current 
binding with removed 5 elements) I got exception:
Binding 'binding_1.6.1' not found for class messages.OrderMessages

There are 2 bindings binding.xml and binding_1.6.1.xml which is same as 
binding.xml with removed mappings for 5 elements. No other change in 
binding_1.6.1.xml file.
We have one more binding which includes binding.xml and just defines namespace 
and this kind of "copy" works.

Does jibx supports more bindings (without namespace) for same model object(s)?
Does jibx supports versioning in general?

Thanks for any advice,
Robert

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to