Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Dependend module load order
ATHANASSIOS_FAMELIARIS
Hello.I am having problems with module load order. I have a module dependent on customizationsrt but it keeps loading before customizationsrt nomater what I do. Any ideas?Thank you!Ioannis
Find more posts tagged with
Comments
Janusz_Frydecki
In your module's WebModule orphan, have you set the dependency to SRT in fDependencies?If you did and it still don't work, you should try to orphan anything from SRT into your module and it should do it.Louis
Hans Stoop
Message from Hans Stoop via eLinkMake an orphan of the root object of customizationsRT into your module.You can use any other object in customizationsRT as long as it doesn'thas an __Init function.The fDependencies featues is only used for generating the .ini file foryour module. It will only be used at installation/upgrade time to checkif the module is installed.Hans> -----Original Message-----> From: eLink Discussion: Development Discussion > [mailto:development@elinkkc.opentext.com] > Sent: maandag 18 september 2006 10:02> To: eLink Recipient> Subject: Dependend module load order> > Dependend module load order> Posted by FAMELIARIS, ATHANASSIOS on 09/18/2006 03:57 AM> > Hello.> > I am having problems with module load order. I have a module > dependent on customizationsrt but it keeps loading before > customizationsrt nomater what I do. Any ideas?> > Thank you!> > Ioannis> > [To reply to this thread, use your normal E-mail reply function.]> > ============================================================> > Discussion: Development Discussion>
https://knowledge.opentext.com/knowledge/llisapi.dll/open/786303>
; > Livelink Server:>
https://knowledge.opentext.com/knowledge/llisapi.dll>
; > To Unsubscribe from this Discussion, send an e-mail to > unsubscribe.development@elinkkc.opentext.com.> > >
Janusz_Frydecki
Thanks for the update
ATHANASSIOS_FAMELIARIS
For mapping I thought that the module which I map has to be allready loaded when the map function runs. How do I ensure this?Do I need to make an orphan in my module of the root of every module I make a map for?Thanks again.
Hans Stoop
Message from Hans Stoop via eLinkHi,When you use the customizationsRT version 2.1.7 it is possible withouttaking the loading order into account.The documentation feature of the ROOT\Patch\HTMLMap object explains itas follows:HtmlMap makes it possible to replace standard Livelink webLingo fileswith webLingo files stored in a different directory.This will typically be a module directory. Livelink need to be restartedto reflect new mappings.With HtmlMap you don't need to change standard Livelink webLingo files. It is also easy to return to the original files, by just disabling themapping or rename the files. Open Text support will be grateful to you.Usage:1. Orphan this object in your OSpace.2. Set fEnabled to TRUE.3. Run BuildOSPace4. When changing a file in LLHOME\html - create the directory modulemap in you module directory - copy the file to moduledir\modulemap - make you changes to the local copy5. When changing a file in a module, for examplewebnode_2_2_0\html\browse.html - copy the file to moduledir\modulemap\(moduledir\modulemap\webnode) or moduledir\htmlmap\module\\html(moduledir\htmlmap\module\webnode_2_2_0\html) - make you changes to the local copy6. Restart Livelink so the mapping will be made.If you have any problems realizing this, you can contact me directly athstoop@opentext.comHans> -----Original Message-----> From: eLink Discussion: Development Discussion > [mailto:development@elinkkc.opentext.com] > Sent: dinsdag 19 september 2006 9:20> To: eLink Recipient> Subject: So how does one use html mapping then?> > So how does one use html mapping then?> Posted by FAMELIARIS, ATHANASSIOS on 09/19/2006 03:17 AM> > For mapping I thought that the module which I map has to be > allready loaded when the map function runs. How do I ensure this?> Do I need to make an orphan in my module of the root of every > module I make a map for?> > Thanks again.> > > > [To reply to this thread, use your normal E-mail reply function.]> > ============================================================> > Topic: Dependend module load order>
https://knowledge.opentext.com/knowledge/llisapi.dll/open/8089965>
; > Discussion: Development Discussion>
https://knowledge.opentext.com/knowledge/llisapi.dll/open/786303>
; > Livelink Server:>
https://knowledge.opentext.com/knowledge/llisapi.dll>
; > To Unsubscribe from this Discussion, send an e-mail to > unsubscribe.development@elinkkc.opentext.com.> > >