I have a string array as below. String[][] group = {{"A","B","C","D"},{"E","F","G","H"},{"I","J","K","L"},{"M","N","O","P"},{"Q","R","S"},{"T","U","V"}}; I need to create a OSGI configuration property holding this value. Is it possible? Does OSGI support this?Can we create this kind of array configu...