Hi Roger,
You need a .classpath file. This file must be in the PROPATH.
If you still have your training workspace, there is a .classpath in the <PASOE>\work
The annotations are loaded when the RestResourceService starts.
If you put the log level of the RestResouceService to 4:
"RestResource:4" then you will see all the REST endpoints in the appserver logging like this:
2021-03-25T13:38:14.788+0100 014488 026924 1 AS-7 ?:?:? RestResour ### Registering REST Methods: Consultingwerk.SmartFramework.Authentication.SmartDataBrowserViewManagerBusinessTask
2021-03-25T13:38:14.804+0100 014488 026924 1 AS-7 ?:?:? RestResour ### Number of Methods: 7
2021-03-25T13:38:14.804+0100 014488 026924 1 AS-7 ?:?:? RestResour ### Registering Business Task REST Method: get : /SmartFramework/UserProfiles/BuildProfileKey Consultingwerk.SmartFramework.Authentication.SmartDataBrowserViewManagerBusinessTask:BuildProfileKey(Consultingwerk.SmartFramework.Authentication.BuildProfileKeyParameter) -> return
2021-03-25T13:38:14.806+0100 014488 026924 1 AS-7 ?:?:? RestResour ### Registering Business Task REST Method: post : /SmartFramework/UserProfiles/BuildProfileKey Consultingwerk.SmartFramework.Authentication.SmartDataBrowserViewManagerBusinessTask:BuildProfileKey(Consultingwerk.SmartFramework.Authentication.BuildProfileKeyParameter) -> return
2021-03-25T13:38:14.806+0100 014488 026924 1 AS-7 ?:?:? RestResour ### Registering Business Task REST Method: delete : /SmartFramework/UserProfiles/{UserProfileGuid} Consultingwerk.SmartFramework.Authentication.SmartDataBrowserViewManagerBusinessTask:DeleteView(Consultingwerk.SmartFramework.Authentication.UserProfileParameter) -> return
2021-03-25T13:38:14.807+0100 014488 026924 1 AS-7 ?:?:? RestResour ### Registering Business Task REST Method: get : /SmartFramework/UserProfiles/StoredViews/{UserProfileGuid} Consultingwerk.SmartFramework.Authentication.SmartDataBrowserViewManagerBusinessTask:GetView(Consultingwerk.SmartFramework.Authentication.UserProfileParameter) -> return
2021-03-25T13:38:14.808+0100 014488 026924 1 AS-7 ?:?:? RestResour ### Registering Business Task REST Method: put : /SmartFramework/UserProfiles/StoredViews/{UserProfileGuid} Consultingwerk.SmartFramework.Authentication.SmartDataBrowserViewManagerBusinessTask:StoreView(Consultingwerk.SmartFramework.Authentication.StoreGridViewParameter) -> return
2021-03-25T13:38:14.809+0100 014488 026924 1 AS-7 ?:?:? RestResour ### Registering Business Task REST Method: post : /SmartFramework/UserProfiles/StoredViews Consultingwerk.SmartFramework.Authentication.SmartDataBrowserViewManagerBusinessTask:StoreNewView(Consultingwerk.SmartFramework.Authentication.StoreGridViewParameter) -> return
2021-03-25T13:38:14.809+0100 014488 026924 1 AS-7 ?:?:? RestResour ### Registering Business Task REST Method: get : /SmartFramework/UserProfiles/StoredViews Consultingwerk.SmartFramework.Authentication.SmartDataBrowserViewManagerBusinessTask:GetStoredViews(Consultingwerk.SmartFramework.Authentication.UserProfileKeyParameter) -> return
Last modified on 02 Apr 2021 12:04 by Daniel van Doorn