Re: ejb local interface types

2010-07-15 Thread David Blevins
On Jul 14, 2010, at 9:44 AM, Eric Covener wrote: I'm doing some work with a non-openejb EJB container and looking at the base and openejb-specific logic OpenEJBBean.java: public ListMethod getRemoveMethods() { // Should we delegate to super and merge both? return

Re: ejb local interface types

2010-07-15 Thread Eric Covener
On Thu, Jul 15, 2010 at 2:47 AM, David Blevins david.blev...@visi.com wrote: On Jul 14, 2010, at 9:44 AM, Eric Covener wrote: I'm doing some  work with a non-openejb EJB container and looking at the base and openejb-specific logic OpenEJBBean.java:    public ListMethod getRemoveMethods()  

Re: Java EE Web Profile TCK

2010-07-15 Thread David Blevins
On Jul 11, 2010, at 6:11 AM, Gurkan Erdogdu wrote: Is anybody know how to get Java EE Web Profile TCK from Oracle/Sun? Or show me a pointer? Here's the first step: http://www.apache.org/jcp/ApacheNDA.pdf If we can get both you and Mark to submit one, great. After that is recorded, I

Re: Java EE Web Profile TCK

2010-07-15 Thread Mark Struberg
txs, will do that tomorrow. Printing it out and scanning back is ok? LieGrue, strub --- On Thu, 7/15/10, David Blevins david.blev...@visi.com wrote: From: David Blevins david.blev...@visi.com Subject: Re: Java EE Web Profile TCK To: dev@openwebbeans.apache.org Date: Thursday, July 15,

Re: svn commit: r959733 - in /openwebbeans/trunk/webbeans-openejb/src: main/java/org/apache/webbeans/ejb/ main/java/org/apache/webbeans/ejb/resource/ test/java/org/apache/webbeans/ejb/

2010-07-15 Thread Eric Covener
+ +            //Means that this is not the our deployment archive +            boolean result = addBeanDeploymentInfos(statelessList.toArray(new DeploymentInfo[statelessList.size()]), SessionBeanType.STATELESS); +            if(!result) +            { +                

Re: svn commit: r959733 - in /openwebbeans/trunk/webbeans-openejb/src: main/java/org/apache/webbeans/ejb/ main/java/org/apache/webbeans/ejb/resource/ test/java/org/apache/webbeans/ejb/

2010-07-15 Thread Gurkan Erdogdu
Yes, you are so right! I forgot to add same thing for other types :) Thanks; --Gurkan From: Eric Covener cove...@gmail.com To: dev@openwebbeans.apache.org Sent: Fri, July 16, 2010 4:04:22 AM Subject: Re: svn commit: r959733 - in

Re: Java EE Web Profile TCK

2010-07-15 Thread Gurkan Erdogdu
Mark, I really really hate to sing those kind of NDAs for Open source Projects. JCP must be open regarding TCK and everthing! but not! I currently represent Apache for JSR-299 in JCP but none of my questions related with specification and concerns have been answered by other EG members,