-
How to make onAppStart() of Custom module to be called
Hi Friends,
As part of My Custom module i override onAppStart() method. but its not getting called.
this is important to me because i have set all properties for database connection in Application.xml file. and i intended to get those values in onAppStart() method of my custome module.
how it can be done.
Please help me out.
Thanks in Advance.
-
Be sure the signature of your method is:
public void onAppStart(IApplicationInstance appInstance)
Then it will work. If not, re-read the User's Guide and take a look at the ServerSideModules example.
Charlie
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules