hmm.. what IDE are you isng for development and what are you compiling
against? maybe the IDE generates code not compatible with the code you
run the app with.
just a guess though, it looks like an issue in window system, not
directly related to the maven tooling..
Milos
heidtmare wrote:
> When running my maven nbm-application all my modules throw this kind of warning:
>
>
> Code:
> WARNING [org.netbeans.modules.settings.convertors.XMLSettingsSupport]: Warning: unknown module code base: com.saic.gnsa.client.globe in MultiFileObject@130998[Windows2/Components/GlobeTopComponent.settings]
>
> INFO [org.netbeans.core.windows.persistence]: [PersistenceManager.getTopComponentForID] Problem when deserializing TopComponent for tcID:'GlobeTopComponent'. Reason: Top component GlobeTopComponent could not be loaded, either owning module was disabled, has incompatible version or top components settings file format is broken.
>
> java.io.IOException: Top component GlobeTopComponent could not be loaded, either owning module was disabled, has incompatible version or top components settings file format is broken.
>
>
>
>
>
>
>
> and then the following warning cause it to not load in the mode i requested:
>
>
>
>
> Code:
> WARNING [com.saic.gnsa.client.globe.GlobeTopComponent]: Cannot find GlobeTopComponent component. It will not be located properly in the window system.
>
>
>
>
>
>
>
> Whats going on here?
>
>
>
>
>