on 2008 Jul 11 11:18 AM
Hello SDN community,
please tell me to call a portal service from the login module (J2EE server component library)?
Thanks a lot for your help ...
Cheers,
An
Hi,
I did not try yet but you should try setting a sharing reference to the portal service by creating a new reference in your custom library (provder.xml > TAB References). From your library code you should then be able to invoke the Portal Service.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your answer.
But I couldn't get it. I put the following line in the provider.xml:
<reference provider-name="sap.com" strength="weak" type="library">com.sap.netweaver.bc.uwl</reference>
Then I see the error in the server log:
Classload error; cannot load library LoginModuleLibrary because referenced component com.sap.netweaver.bc.uwl not found.
Have you any idea?
Thanks a lot for your help
Hi,
when referencing a library I think the Syntax should be as follows:
SAPJ2EE::library:<library>
So try:
SAPJ2EE::library:com.sap.netweaver.bc.uwl
But I'm not sure if "com.sap.netweaver.bc.uwl" really is a library.
If this doesn't work let me know and I'll think of some other way you could try!
Cheers
User | Count |
---|---|
67 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.