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

2007-10-10 Thread Rodrigo Westrupp
--- Sergey Plehov <[EMAIL PROTECTED]> wrote: > > 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[p

Re: [Resin-interest] Problem with relation

2007-10-09 Thread Rodrigo Westrupp
--- Sergey Plehov <[EMAIL PROTECTED]> wrote: > > This issue with Resin 3.1.2 and Resin 3.1.3 > > I send in attachment source files. > Thanks Sergey. I have filed a new bug report: http://bugs.caucho.com/view.php?id=2048 At the moment, there is not a good workaround, i.e. you would need

Re: [Resin-interest] Problem with relation

2007-10-09 Thread Rodrigo Westrupp
plicationBean.java, UserBean.java and the test case that is calling the merge() operation ? Thanks! -- Rodrigo > > 2007/10/8, Rodrigo Westrupp <[EMAIL PROTECTED]>: > > > > > > --- Sergey Plehov <[EMAIL PROTECTED]> wrote: > > > > > > @ManyToMan

Re: [Resin-interest] Problem with relation

2007-10-08 Thread Rodrigo Westrupp
--- Sergey Plehov <[EMAIL PROTECTED]> wrote: > > @ManyToMany with jointable helps me. > > But i got next problem when i try modify user Application list: > Hi Sergey, Cool. Do you have getApplications() annotated with cascade=CascadeType.MERGE or cascade=CascadeType.ALL ? That's required t

Re: [Resin-interest] Problem with relation

2007-10-03 Thread Rodrigo Westrupp
--- Sergey Plehov <[EMAIL PROTECTED]> wrote: > > When i try execute user.getAccs() i get SQLException ORA-00936: Missing > Expression. > Hi Sergey, I have filed a new bug report: http://bugs.caucho.com/view.php?id=2037 The issue seems to be the many-to-one using one of the compound p

Re: [Resin-interest] Incorrect ejb-30.jar with Resin 3.0.22?

2007-02-05 Thread Rodrigo Westrupp
--- cilquirm <[EMAIL PROTECTED]> wrote: > > The one from the ejb-30.jar file that comes with Resin 3.0.22 has > the same > class, but the method "createContainerEntityManagerFactory" only > takes in a > PersistenceUnitInfo , when it should be taking a > PersistenceUnitInfo and a > Map of additiona

Re: [Resin-interest] is an illegal instance class

2006-10-24 Thread Rodrigo Westrupp
e released within 1 week. Regards, == Check out Quercus... Caucho's fast, open source Java implementation of PHP http://www.caucho.com/resin-3.1/quercus/ Rodrigo Westrupp Software Engineer Caucho Technology, Inc. Tel.

Re: [Resin-interest] questions about Java Persistence API implementation

2006-10-05 Thread Rodrigo Westrupp
Lucas, We are reviewing the JPA interfaces based on the final release of the JPA specification. This will be released in Resin 3.1. Regards, -- Rodrigo --- Lucas Bergman <[EMAIL PROTECTED]> wrote: > Hi -- > > I was trying to prepare some application work that uses JPA but has > to > sup