Forum OpenACS Q&A: Re: How to integrate an existing application package with dotLRN

Hi again,
I found the error on the sql/oracle/dotlrn-xxxx-create.sql:

we find:
-- create the implementation
test2portlet := acs_sc_impl.new (
impl_contract_name => 'dotlrn_test2portlet',

and should be:

-- create the implementation
test2portlet := acs_sc_impl.new (
impl_contract_name => 'dotlrn_applet',

After that, everything else seems to work alright.

Kind of tricky to test, because any uninstall must be followed to a manual "applet" deletion at DB->dotlrn_applets,
as well as DB->acs_sc_impls and DB->acs_sc_impls_aliases ,
otherwise next time you install you get a nice mess.

Hope this helps.