universAAL / tools.eclipse-plugins

Tools in form of Eclipse plugins that help developers use universAAL
2 stars 1 forks source link

NPE when registering ServiceProfiles of full code templates of the wizard #434

Closed cstockloew closed 7 years ago

cstockloew commented 7 years ago

Originally Opened: @Alfiva (2014-09-15 09:43:08) Originally Closed: 2014-09-15 09:46:04

See this forum thread: http://forge.universaal.org/gf/project/support/forum/?_forum_action=ForumMessageBrowse&thread_id=135&action=ForumBrowse&forum_id=8 , in the last posts.

NPE and Ontology registration error message when registering the service profiles of projects generated with the New App Wizard, marking the "full code template" option.

--

From: this issue has been automatically imported from our old issue tracker

cstockloew commented 7 years ago

Original author: @Alfiva (2014-09-15 09:46:03)

Service Profile definitions in SCalleeProvidedService class of the templates were wrongly defined: profiles[0].getTheService called before profiles[0] is still null. Use the created service object instead. And that class missed the getClassURI method too.

This is fixed and will be published in the next release. Until then apply this fix once the project is created.

cstockloew commented 7 years ago

issue cloed on 2014-09-15 09:46:04