Re: Unsubscribe
They can build an application server and they can't maintain a mailing list? :-) There is something strange here.. On Monday 17 December 2001 22:07, Dan Hoyal wrote: > Please remove me as well. I've also tried several times. > > Thank you, > Dan > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Matthew Pullen > Sent: Monday, December 17, 2001 7:11 AM > To: Orion-Interest > Subject: Unsubsribe > > >Even i tried to unsubscribe at the specifed address.It did not > work.Please remove my name from the list. > > Thank you, > > Matthew Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1" Content-Transfer-Encoding: quoted-printable Content-Description:
autogenerated queries/finders
Why Orion generates a query for findByApplication, but not for findByUsername? It would be great if Orion can autogenerate queries for findByApplicationUsername, for example. What do you say? This is from orion-ejb-jar.xml: User findAll User findByApplication java.lang.String User findByUsername java.lang.String User findByApplicationUsername java.lang.String java.lang.String
Re: Deployment Exception
On Wednesday 21 November 2001 23:40, you wrote: > shutdown the server > delete the .ear file in applications > delete the directory in applications > delete the directory(ies) in application-deployments > startup the server ( it should complain about not finding the ear ) > shut it down > copy .ear file to applications > restart server > > we have intermittent problems with deployments not taking full effect > or being corrupted occasionally this always solves any wierd problems Sometimes we needed to delete the tables in the database... when the stateful entity beans changed. (Using HypersonicSQL) Alex
1.3.8 -> 1.5.2
Hi. I have an application that works fine on Orion 1.3.8: (This is from web.xml) web/WEB-INF/classes web / web/WEB-INF/classes The problem is that it doesn't work on Orion 1.5.2. When I try to create an UClass entity bean through UClassInterface session bean: classID = uclassInter.addUClass(uclass).id ; this error comes up: (at the end of the message) Any idea why? Thanx, Alex com.evermind[Orion/1.5.2 (build 10460)].server.rmi.OrionRemoteException: Error (de-)serializing object: com.ctk.ua.cgu.UClassValue at com.evermind[Orion/1.5.2 (build 10460)].server.ejb.EJBUtils.cloneObject(Unknown Source) at UClassInterface_StatelessSessionBeanWrapper4.addUClass(UClassInterface_StatelessSessionBeanWrapper4.java:203) at /class.jsp._jspService(/class.jsp.java:136) (JSP page line 235) at com.orionserver[Orion/1.5.2 (build 10460)].http.OrionHttpJspPage.service(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)]._ah._rad(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)].server.http.JSPServlet.service(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)]._cxb._abe(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)]._cxb._uec(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)]._io._twc(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)]._io._gc(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)]._if.run(Unknown Source) Nested exception is:java.io.NotSerializableException: com.ctk.ua.cgu.UClassValue at java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1161) at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:372) at com.evermind[Orion/1.5.2 (build 10460)].server.ejb.EJBUtils.cloneObject(Unknown Source) at UClassInterface_StatelessSessionBeanWrapper4.addUClass(UClassInterface_StatelessSessionBeanWrapper4.java:203) at /class.jsp._jspService(/class.jsp.java:136) (JSP page line 235) at com.orionserver[Orion/1.5.2 (build 10460)].http.OrionHttpJspPage.service(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)]._ah._rad(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)].server.http.JSPServlet.service(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)]._cxb._abe(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)]._cxb._uec(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)]._io._twc(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)]._io._gc(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)]._if.run(Unknown Source)