[JBoss-user] [EJB/JBoss] - ERROR : Column is of type boolean, expression is of type cha

2005-07-28 Thread potdl
Hi guys, I`m really struggeling with this one : Setup : Jboss 4.0.1rc, Postgresql 8, EJB 2.1. I have a table with aobut 30 fields, all was working wellsaving, deleting, updating till i added 2 fields which where boolean (didn`t have any boolean fiields before) now when i try to save, i g

[JBoss-user] [HTTPD, Servlets & JSP] - How do i get the value from multipil checkbox`s

2005-02-23 Thread potdl
Hi I`m trying to get the values from multipil select boxes. the checkboxses are created dynamically, so i cant really label them and retrieve the value back via the name parameter. If i put the name attribute to say : 'selected' and the the value attribute gets set from the database. If i th

[JBoss-user] [Security & JAAS/JBoss] - Re: Struts security setup!! please help

2005-01-17 Thread potdl
Thanks guys, But i`m feeling a bit stupid now, it was the bug in Jboss 4.0.0 That coused the problem. I`ve installed the new Jboss RC1 and it is working like a charm. Thanks Derick View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862395#3862395 Reply to the p

[JBoss-user] [Security & JAAS/JBoss] - Re: Struts security setup!! please help

2005-01-16 Thread potdl
Thanks, but if i make the action command in the JSP "j_security_check", where in my login-config.xml should i then change the modules to look for the usernames in my database, is it the clientloginmodule?? or how does j_security_check actually know?? Thanks Derick View the original post : htt

[JBoss-user] [Security & JAAS/JBoss] - Struts security setup!! please help

2005-01-14 Thread potdl
Hi all, I have a problem with my struts config... I`ve setup all the login pages and action classes, configured the Login as Form based and all the rest. but here is the problem If leave out my security constraint settings out of my web.xml file: | | | action | Dec

[JBoss-user] [EJB/JBoss] - Delay problem in my Jboss

2004-12-21 Thread potdl
Hi, I`m running my web app, using struts, tiles, 5 entity beans, 5 session beans. it`s running on windows 2000 server (dual zeon 3ghz). The app server is running very fast, but i get a problem every now and then that my web page takes longer to build, if i go to the server(remotely) and press

[JBoss-user] [Installation & Configuration] - Re: Problem connecting AS400

2004-11-19 Thread potdl
sorry did`nt have time to check your prob, but this code works on my as/400. hope it helps | | - | - | as400 | com.ibm.as400.access.AS400JDBCDriver | jdbc:as400://IP ADDRESS;block size=128;extended dynamic=true;package=JBOSS;package cache=true;package library=QGPL |