http://screencast.com/t/OovrHjMG
I have previously worked through a setup of security in v5.0.0 which when started had included the projects ebaseSystemServices that had the bulk of security defined and only needed to tweek some of these files. A download of v5.0.1 provided a blank worksheet and I thought would be ideal to simply build my application and define the security from the learnt exercises previously. I am using own database to store the credential data. So far, I can test the logon service ok but when I go to implement in code for a login form button
Code: Select all
system.securityManager.logon( [
["Script", "kotin"],
["Script", "kotin"]
] );
How do I tell ebase to use my defined logon service?com.ebasetech.ws.core.cxf.client.CXFExceptionWrapper: Could not invoke service. java.lang.IllegalStateException: Local destination does not have a MessageObserver on address local://ufs/ebaseLogonService