Hi,
I do not understand why my customized logon.par is not loading. I have modified my SAPMLogonLogic.java file so that my reset password functionality is customized. I have managed to load the classes and resolved build errors. I have removed the com folder from the umelogonbase.jar file. Prior to all these modifications, my logon.par was working without any complications. With all these modifications, my logon.par is not loading with a class not found exception (IAccessToLogic). I can understand that the logon.par fails because the portal is attempting to find this class in the umelogonbase.jar, which no longer has the class. However, I do not understand why it should still refer to umelogonbase.jar for the class since the class has already been built and output to the classes.api folder.
If I put a privatesharingrefernce or add com.sap.runtime.logon to the sharingreference, the logon.par loads, but without my customizations.
Questions:
1. why does my logon.par refer to the umelogonbase.jar for a class that is no longer there, but defined within classes.api (or src.core)?
2. wat should I do with the rest of the properties file in umelogonbase.jar?
Thank You.