Hello,I'd like to know how to use a map package which contains layers from different geodatabases in a local feature service. Map packages which use layers from only one geodatabase are working in a local feature service without difficulties. The use of layers from more than one geodatabase in a map package results the following exception when the application tries to start the service:java.lang.NullPointerException
at com.esri.client.local.LocalFeatureService.completeStart(Unknown Source)
at com.esri.client.local.LocalService.a(Unknown Source)
at com.esri.client.local.LocalService$a.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
The layers in the map packages are accessed through ArcGISFeatureLayer in the local feature service.The used layers are all displayed correct in the mxd-file and the use of the map package through an ArcGISLocalDynamicMapServiceLayer works without trouble too. What could be the reason for this ? Is it even possible to do that ? Thanks,J.