[JBoss-user] [Testimonials] - Re: Need help convincing company to use Java/J2EE to impleme

2005-01-20 Thread svadu
We have used JBoss basically for controlling satellite broadact equipment for digital tv. Usually the problem lied in stability of software runing on equipment itself. There are several factory you want to consider before making your decision: You are not allowed to use native code in J2EE; You

[JBoss-user] [Persistence & CMP/JBoss] - Re: how to use QL to have a case insensitive String compare?

2004-09-01 Thread svadu
"svadu" wrote : "WebSel" wrote : For the XDoclet users here's my 5$ | | | | This is the finder in jboss | | | | | | | | | | * @jboss.query | | | * query="SELECT OBJECT(o) FROM Person o WHERE LCASE(o.lastName) =

[JBoss-user] [Persistence & CMP/JBoss] - Re: how to use QL to have a case insensitive String compare?

2004-08-24 Thread svadu
"WebSel" wrote : For the XDoclet users here's my 5$ | | This is the finder in jboss | | | | | | * @jboss.query | | * query="SELECT OBJECT(o) FROM Person o WHERE LCASE(o.lastName) = LCASE(?1) ORDER BY o.foreName" | | * signature="java.util.Collection findByIn

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR relation on NOT NULL foreign keys

2004-07-19 Thread svadu
"loubyansky" wrote : To workaround cascade-delete problem use http://www.jboss.org/wiki/Wiki.jsp?page=BatchCascadeDelete Looks nice, but I am getting an exception while trying to delete a bean (I would like to notice that it works without batch cascade delete and without "NOT NULL" constraint):

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR relation on NOT NULL foreign keys

2004-07-16 Thread svadu
insert-after-ejb-post-create will not work if you use container generated primary keys (like autoincrement) because orimary key must be known before you set the relationship. And youwill have problems during cascade deletes anyway because when the bean is about to be removed it will get cmr fiel