RG
|
| Posted: 09/11/2002, 1:15 PM |
|
Environment: Win2K, MS SQL Server, JRun4
Product: CodeCharge Studio 1.0.7
1- Each time I try to compile the generated JSP or Servlet code I get the compiler error:
"com.codecharge.util.Authenticator was not found" in the Login handler code.
The class "Authenticator" is really missing or at least I couldn't find it anywhere. Logout doesn't work too because of the same problem.
2- How can I make CCS generate PoolJDBCConnections for Login instead of using Authenticator class?
3- How does Logout work for PoolJDBCConnections?
|
|
|
 |
iv
|
| Posted: 09/12/2002, 9:35 AM |
|
I'm having exactly the same problem.
I've loooked for it, and I've found the sources for classes in com/codecharge/util, but there is not the Authenticator class.
Does anybody know why is this happening?
RG, if you find a work around for this issue, please post it here!
Thanks.
|
|
|
 |
RG
|
| Posted: 09/13/2002, 11:03 AM |
|
This problem is caused by the wrong "Login.xml" and "Logout.xml" in the directory "%CodeChargeStudio%\Components\Actions\Server\Security". I contacted the support and they sent me the right files.
The new files generate PoolJDBCConnections for Login and Logout.
|
|
|
 |
iv
|
| Posted: 09/16/2002, 7:17 AM |
|
Thanks, RG.
|
|
|
 |
|