[JBoss-user] [Advanced Documentation] - Re: any docs updates since March 2004?

2004-06-04 Thread petino
I've received the update right now. Thanks. Peter View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837604#3837604 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837604 ---

[JBoss-user] [Advanced Documentation] - Re: any docs updates since March 2004?

2004-05-29 Thread petino
Hi, I haven't received any update from ComponentSource, shall I contact their customer support? Peter View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836821#3836821 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=383682

[JBoss-user] [Advanced Documentation] - any docs updates since March 2004?

2004-05-22 Thread petino
Got an email from [EMAIL PROTECTED] (subj: JBoss Documentation follow-up) last week. Quite funny to get offer from JBoss on training, consulting, support, etc. while production version (3.2.3) has been around for almost half a year and "current" documentation is version 3.2.2. Is there a problem

[JBoss-user] [Persistence & CMP/JBoss] - Re: java:/DefaultDS required for what reason

2004-05-12 Thread petino
Yes, I do have my own datasource set in descriptor but for unknown reason in Entities with unidirectional relation using foreign key I get above mentioned warning. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834688#3834688 Reply to the post : http://www.j

[JBoss-user] [Beginners Corner] - Re: CMP finder methods

2004-04-23 Thread petino
A correction: finder query which returns object should return _at_most_ one row. (hint: 0 rows for ObjectNotFound) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832082#3832082 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [Persistence & CMP/JBoss] - [org.jboss.ejb.EntityContainer] Stopping failed

2004-04-20 Thread petino
On 3.2.3 when undeploying I get these errors on entity beans configured as: @jboss.container-configuration *name="Standard CMP 2.x EntityBean with cache invalidation" No other errors are reported. ~~~ 2004-04-19 22:20:59,867 ERROR [org.jboss.ejb.EntityContainer] Stopping failed java.lang.

[JBoss-user] [Persistence & CMP/JBoss] - Re: More than one SELECT in jboss-ql

2004-04-16 Thread petino
Thank you very much, this works. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831049#3831049 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831049 --- This SF.Net

[JBoss-user] [Persistence & CMP/JBoss] - More than one SELECT in jboss-ql

2004-04-09 Thread petino
I'd need a finder like this one: SELECT OBJECT(o) FROM log AS o WHERE o.owner.name = ?1 AND (SELECT COUNT(*) FROM log WHERE o.owner.name = ?1 AND id > o.id) < 1 jboss-ql is defined as SELECT .. FROM ... and seems not to allow another SELECT statement in subquery. Does anybody know how could I s

[JBoss-user] [JCA/JBoss] - Re: JBossResourceException using Cloudscape

2004-04-04 Thread petino
see Cloudscape's conf/standardjbosscmp-jdbc.xml section and make sure String is not mapped to LONGVARCHAR but VARCHAR() View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829118#3829118 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod