[JBoss-user] Storing of date values

2002-08-04 Thread Dimitri Pissarenko
Hello! I'm using JBoss 3.0.0 and mySQL 3.23.51. I've an entity bean with a field "lastStoringDate" (of type java.util.Date), which is updated every time the data is changed. There is however a problem with mySQL, which stores only the date part and ignores the time part. That is, instead of sto

Re: [JBoss-user] Custom LoginModule can't access secured EJBs

2002-08-04 Thread Marius Kotsbak
On søn, 2002-08-04 at 01:53, Scott M Stark wrote: > A call to an ejb from a login module is no different from any other > client. If security is required then the caller has to provide the > security information. You mean it has to log in like swing-clients? Is it neccesary to set up a client logi