on ‎2004 Jun 09 9:10 AM
Has anybody made further steps in implementing a Repository Manager according to the article of Thilo Brandt?
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/imple... a repository manager.article
Let's discuss about it!
kind regards
steffen
Request clarification before answering.
Hi,
can I avoid restarting the J2EE-Engine each time I upload a "Repository Manager"-par-file to see the changes?
regards
Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Martin,
if you look at the example code by Thilo, you will find, that he used a class called Node and one called Folder Node.
We did start our development by finalizing and testing those two classes using ..java main class to test.
After finishing you just add the right calles to the required managers.
With this approach you can limit the number of restarts drastically.
Cheers,
M.
Hi Detlev,
unfortunately reloading classes without portal restart will not be possible before SPS11. But even then the restriction is, that static references in KM components have to be devalidated during unload and re-initialized during restart, or much better: don't use static references.
Best regards,
Thilo
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.