Re: [Resin-interest] CMP Inheritance and named query

2007-10-10 Thread Sergey Plehov
Another issue with CMP Inheritance: CMP Inheritance demo ( http://caucho.com/resin-3.1/examples/amber-inherit/index.xtp) must return Student name, but it returns all records with type instead of name: Students Student[student] Student[prefect] Student[prefect] 2007/10/10, Sergey Plehov

[Resin-interest] CMP Inheritance and named query

2007-10-10 Thread Sergey Plehov
name. */ public String getName() { return _name; } public String toString() { return "Student[" + _name + "]"; } } --- Sergey Plehov ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Problem with relation

2007-10-09 Thread Sergey Plehov
This issue with Resin 3.1.2 and Resin 3.1.3 I send in attachment source files. Thanks 2007/10/9, Rodrigo Westrupp <[EMAIL PROTECTED]>: > > > --- Sergey Plehov <[EMAIL PROTECTED]> wrote: > > > > Yes, i annotate getApplications with CascadeType.MERGE (also

Re: [Resin-interest] Problem with relation

2007-10-08 Thread Sergey Plehov
Hi Rodrigo. Yes, i annotate getApplications with CascadeType.MERGE (also try and CascadeType.ALL) but nothing changed. 2007/10/8, Rodrigo Westrupp <[EMAIL PROTECTED]>: > > > --- Sergey Plehov <[EMAIL PROTECTED]> wrote: > > > > @ManyToMany with jointable helps m

Re: [Resin-interest] Problem with relation

2007-10-07 Thread Sergey Plehov
){ newApps.add(o); } } user.getApplications().clear(); user.getApplications().addAll(newApps); em.merge(user); // transaction end resin don't execute SQL with table update. 2007/10/3, Rodrigo Westrupp <[EMAIL PROTECTED]>: > > > --- Sergey Plehov <[

Re: [Resin-interest] How to use Hibernate JPA with Resin 3.1.2

2007-10-04 Thread Sergey Plehov
esin mailing list archive at Nabble.com. > > > > ___ > resin-interest mailing list > resin-interest@caucho.com > http://maillist.caucho.com/mailman/listinfo/resin-interest > -- --- Sergey Plehov

[Resin-interest] Problem with relation

2007-10-03 Thread Sergey Plehov
SERS o, APP_ACCESS c where ( c.user_id = o.USER_ID) and (o.USER_ID = ?)) [2007-10-03 18:08:04.536] jdbc/bscs.1.48:exn-executeQuery( java.sql.SQLException: ORA-00936: Missing Expression What wrong i'm doing? :) Thanks --- Sergey Plehov ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

[Resin-interest] Resin with different JPA Implementations

2007-10-02 Thread Sergey Plehov
Is there a way to use Resin 3.1 with Toplink-essentials or Hibernate JPA implementation? Thanks. --- Sergey Plehov ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo

Re: [Resin-interest] Resin 3.1 with Toplink

2007-09-29 Thread Sergey Plehov
2007/9/29, Sergey Plehov <[EMAIL PROTECTED]>: > > Hi people. > > Is there a way to use Resin 3.1 with Toplink? > > Thanks. > > > > --- > Sergey Plehov I see that bug# 1507 is not fixed. JPA implem

[Resin-interest] Resin 3.1 with Toplink

2007-09-29 Thread Sergey Plehov
Hi people. Is there a way to use Resin 3.1 with Toplink? Thanks. --- Sergey Plehov ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

[Resin-interest] Amber Many2Many and One2Many examples are not working on Resin 3.1.2 and latest snaphot of Resin 3.1

2007-09-28 Thread Sergey Plehov
? --- Sergey Plehov ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

[Resin-interest] java.sql.SQLException: ORA-01001: invalid cursor

2006-12-08 Thread Sergey Plehov
com.caucho.util.Alarm$AlarmThread.evaluateAlarm(Alarm.java:319) at com.caucho.util.Alarm$AlarmThread.run(Alarm.java:279) is this connection finally become closed or not? --- Sergey Plehov ___ resin-interest mailing list