-
I have a copybook. In our system we have mapping to use this copybook interface by external systems. So i need to generate new copy accourding to the source copy and the mapping file. i can load copy book as xml by this library. After i edit this xml on memory how can i save it as a cobol file?.
2008-09-05 08:59:04 UTC in COBOL copybook to XML converter
-
how can i build xui source code that i get from sf.net with svn? xui project doesnt create all xui jars such as xuicore xuioptional.
2006-05-12 12:53:31 UTC in XUI RIA Framework
-
jdk 1.4.2_06
tomcat 5.0.28
jguard064
i have tables on mysql by .sql scripts.
my both authentication and autorization config is mysql.
applicationName=confman
applicationPassword=mystery
securityModule=net.sf.jguard.loginmodules.MySQLLoginModule
indexURI=/confman/index.jsp
authenticationFailedURI=/confman/login_failed.jsf
logonURI=/confman/logon.jsf...
2005-05-27 08:33:19 UTC in jGuard
-
i did it. it works fine now. :-)
2005-05-26 17:18:20 UTC in jGuard
-
with XmlLoginModule and MySQLPermissionManager it works fine. i want to use MySQLLoginModule instead of XmlLoginModule.is it possible?.
2005-05-26 13:20:01 UTC in jGuard
-
will not we able to change fieldnames too?.
2005-05-26 13:17:04 UTC in jGuard
-
can i change db field names without changing source code of jguard?.
2005-05-25 17:36:28 UTC in jGuard
-
i managed to use jguard authorization with mysql. i couldnt set authentication with mysql.
<init-param>
<param-name>securityModule</param-name>
<param-value>net.sf.jguard.loginmodules.MySQLLoginModule</param-value>
</init-param>
i set this. i get this error.
java.lang.SecurityException: Configuration Error:
Line 59: expected [option key]
at...
2005-05-25 17:31:24 UTC in jGuard
-
jGuard uses current page address to filter authentication. JSF forward technology is different from struts.
StringBuffer sb = new StringBuffer(req.getRequestURI());
gets logon.jsf not logon_process.jsf altought action is mapped logon_process.jsf. jsf handles forwardings internally so you can not notice forwarded address on explorer address field.
In short login modules that converted to jsf...
2005-05-24 06:45:30 UTC in jGuard
-
how can i use jguard on jsf? which mapping is required?.
2005-05-22 08:08:14 UTC in jGuard