[jira] [Updated] (GERONIMO-6122) Support Stateless and Singleton EJB as JAX-RS root resource classes, providers and Application subclasses

2011-08-25 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins updated GERONIMO-6122:


Summary: Support Stateless and Singleton EJB as JAX-RS root resource 
classes, providers and Application subclasses  (was: Support Stateless and 
Statefull EJB as JAX-RS root resource classes, providers and Application 
subclasses)

> Support Stateless and Singleton EJB as JAX-RS root resource classes, 
> providers and Application subclasses
> -
>
> Key: GERONIMO-6122
> URL: https://issues.apache.org/jira/browse/GERONIMO-6122
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: javaee6
>Affects Versions: 3.0
>Reporter: viola.lu
>Assignee: Ivan
>Priority: Minor
> Fix For: 3.0.1
>
>
> From JAX-RS spec 1.1
> In a product that also supports EJB, an implementation MUST support use of 
> stateless and singleton
> session beans as root resource classes, providers and Application subclasses. 
> JAX-RS annotations
> MAY be applied to a bean's local interface or directly to a no-interface 
> bean. If an Exception-
> Mapper for a EJBException or subclass is not included with an application 
> then exceptions thrown
> by an EJB resource class or provider method MUST be treated as EJB 
> application exceptions: the
> embedded cause of the EJBException MUST be unwrapped and processed as 
> described in section
> 3.3.4.
> Now geronimo recognize javax.ws.rs.URIinfo as EJB resource in a stateless 
> EJB, so failed to get Uriinfo
> Run Restfulorder samples can give more details.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6117) OpenWebBeansPlugin load optimization

2011-08-22 Thread David Blevins (JIRA)
OpenWebBeansPlugin load optimization


 Key: GERONIMO-6117
 URL: https://issues.apache.org/jira/browse/GERONIMO-6117
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public (Regular issues)
  Components: OpenEJB, OpenWebBeans
Reporter: David Blevins
Assignee: David Blevins
 Fix For: 3.0-M2




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (GERONIMO-6090) Don't scan for EE Injections in a CDI application in metadata complete web module

2011-07-21 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins resolved GERONIMO-6090.
-

Resolution: Fixed

> Don't scan for EE Injections in a CDI application in metadata complete web 
> module
> -
>
> Key: GERONIMO-6090
> URL: https://issues.apache.org/jira/browse/GERONIMO-6090
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: deployment
>Reporter: David Blevins
>Assignee: David Blevins
> Fix For: 3.0-M2
>
> Attachments: 
> 0005-GERONIMO-6090-Limit-web-beans-annotation-scan-scope.patch
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GERONIMO-6090) Don't scan for EE Injections in a CDI application in metadata complete web module

2011-07-21 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13069332#comment-13069332
 ] 

David Blevins commented on GERONIMO-6090:
-

Checked in a fix, seems to do the trick with the tests that I ran.  Running a 
full run now.  Fingers crossed! :)

> Don't scan for EE Injections in a CDI application in metadata complete web 
> module
> -
>
> Key: GERONIMO-6090
> URL: https://issues.apache.org/jira/browse/GERONIMO-6090
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: deployment
>Reporter: David Blevins
>Assignee: David Blevins
> Fix For: 3.0-M2
>
> Attachments: 
> 0005-GERONIMO-6090-Limit-web-beans-annotation-scan-scope.patch
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GERONIMO-6090) Don't scan for EE Injections in a CDI application in metadata complete web module

2011-07-21 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13069315#comment-13069315
 ] 

David Blevins commented on GERONIMO-6090:
-

CDI TCK got a little grouchy :)  Poking at it in a debugger.  Did the EE TCK 
results look ok?


  
testPassivationOfEjbs(org.jboss.jsr299.tck.tests.implementation.simple.resource.ejb.EjbInjectionTest)
  
testInjectionOfEjbs(org.jboss.jsr299.tck.tests.implementation.simple.resource.ejb.EjbInjectionTest)
  
testPassivationOfPersistenceUnit(org.jboss.jsr299.tck.tests.implementation.simple.resource.persistenceContext.PersistenceContextInjectionTest)
  
testInjectionOfPersistenceContext(org.jboss.jsr299.tck.tests.implementation.simple.resource.persistenceContext.PersistenceContextInjectionTest)
  
testInjectionOfPersistenceUnit(org.jboss.jsr299.tck.tests.implementation.simple.resource.persistenceContext.PersistenceContextInjectionTest)
  
testPassivationOfPersistenceContext(org.jboss.jsr299.tck.tests.implementation.simple.resource.persistenceContext.PersistenceContextInjectionTest)
  
testPassivatingResource(org.jboss.jsr299.tck.tests.implementation.simple.resource.resource.InjectionOfResourceTest)
  
testInjectionOfResource(org.jboss.jsr299.tck.tests.implementation.simple.resource.resource.InjectionOfResourceTest)
  
testProduceResourceProxy(org.jboss.jsr299.tck.tests.implementation.simple.resource.resource.InjectionOfResourceTest)
  
testNonContextualSessionBeanReferenceIsIntercepted(org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.nonContextualReference.SessionBeanInterceptorOnNonContextualEjbReferenceTest)


> Don't scan for EE Injections in a CDI application in metadata complete web 
> module
> -
>
> Key: GERONIMO-6090
> URL: https://issues.apache.org/jira/browse/GERONIMO-6090
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: deployment
>Reporter: David Blevins
>Assignee: David Blevins
> Fix For: 3.0-M2
>
> Attachments: 
> 0005-GERONIMO-6090-Limit-web-beans-annotation-scan-scope.patch
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6090) Don't scan for EE Injections in a CDI application in metadata complete web module

2011-07-20 Thread David Blevins (JIRA)
Don't scan for EE Injections in a CDI application in metadata complete web 
module
-

 Key: GERONIMO-6090
 URL: https://issues.apache.org/jira/browse/GERONIMO-6090
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: deployment
Reporter: David Blevins
Assignee: David Blevins
 Fix For: 3.0-M2




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6089) Support for CDI beans in ear lib directory

2011-07-20 Thread David Blevins (JIRA)
Support for CDI beans in ear lib directory
--

 Key: GERONIMO-6089
 URL: https://issues.apache.org/jira/browse/GERONIMO-6089
 Project: Geronimo
  Issue Type: New Feature
  Security Level: public (Regular issues)
Reporter: David Blevins
Assignee: David Blevins
 Fix For: 3.0-M2




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GERONIMO-6038) testNonContextualSessionBeanReferenceIsIntercepted(org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.nonContextualReference.SessionBeanInterceptorOnNonCo

2011-07-14 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13065672#comment-13065672
 ] 

David Blevins commented on GERONIMO-6038:
-

public class Cruiser implements Ship
{

   @EJB
   MissileLocal missile;   never injected

   public void defend()
   {
  missile.fire();
   }
}


> testNonContextualSessionBeanReferenceIsIntercepted(org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.nonContextualReference.SessionBeanInterceptorOnNonContextualEjbReferenceTest)
> --
>
> Key: GERONIMO-6038
> URL: https://issues.apache.org/jira/browse/GERONIMO-6038
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>Assignee: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6072) Geronimo TxManager 3.1.1-SNAPSHOT

2011-07-11 Thread David Blevins (JIRA)
Geronimo TxManager 3.1.1-SNAPSHOT
-

 Key: GERONIMO-6072
 URL: https://issues.apache.org/jira/browse/GERONIMO-6072
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6071) Axis 1.4_2-SNAPSHOT

2011-07-11 Thread David Blevins (JIRA)
Axis 1.4_2-SNAPSHOT
---

 Key: GERONIMO-6071
 URL: https://issues.apache.org/jira/browse/GERONIMO-6071
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6070) Axis2 1.7.0_1-SNAPSHOT

2011-07-11 Thread David Blevins (JIRA)
Axis2 1.7.0_1-SNAPSHOT
--

 Key: GERONIMO-6070
 URL: https://issues.apache.org/jira/browse/GERONIMO-6070
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6069) JavaMail 1.8.3-SNAPSHOT

2011-07-11 Thread David Blevins (JIRA)
JavaMail 1.8.3-SNAPSHOT
---

 Key: GERONIMO-6069
 URL: https://issues.apache.org/jira/browse/GERONIMO-6069
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6068) Tomcat 7.0.18.0-SNAPSHOT

2011-07-11 Thread David Blevins (JIRA)
Tomcat 7.0.18.0-SNAPSHOT


 Key: GERONIMO-6068
 URL: https://issues.apache.org/jira/browse/GERONIMO-6068
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6064) OpenWebBeans 1.1.1-SNAPSHOT

2011-07-11 Thread David Blevins (JIRA)
OpenWebBeans 1.1.1-SNAPSHOT
---

 Key: GERONIMO-6064
 URL: https://issues.apache.org/jira/browse/GERONIMO-6064
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6065) OpenJPA 2.1.1-SNAPSHOT

2011-07-11 Thread David Blevins (JIRA)
OpenJPA 2.1.1-SNAPSHOT
--

 Key: GERONIMO-6065
 URL: https://issues.apache.org/jira/browse/GERONIMO-6065
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6067) MyFaces 2.0.8-SNAPSHOT

2011-07-11 Thread David Blevins (JIRA)
MyFaces 2.0.8-SNAPSHOT
--

 Key: GERONIMO-6067
 URL: https://issues.apache.org/jira/browse/GERONIMO-6067
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6066) OpenEJB 4.0.0-SNAPSHOT

2011-07-11 Thread David Blevins (JIRA)
OpenEJB 4.0.0-SNAPSHOT
--

 Key: GERONIMO-6066
 URL: https://issues.apache.org/jira/browse/GERONIMO-6066
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6063) Yoko 1.2-SNAPSHOT

2011-07-11 Thread David Blevins (JIRA)
Yoko 1.2-SNAPSHOT
-

 Key: GERONIMO-6063
 URL: https://issues.apache.org/jira/browse/GERONIMO-6063
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6061) Geronimo 3.0 trunk SNAPSHOT dependencies

2011-07-11 Thread David Blevins (JIRA)
Geronimo 3.0 trunk SNAPSHOT dependencies


 Key: GERONIMO-6061
 URL: https://issues.apache.org/jira/browse/GERONIMO-6061
 Project: Geronimo
  Issue Type: New Feature
  Security Level: public (Regular issues)
Reporter: David Blevins
 Fix For: 3.0-M2




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6062) XBean 3.8-SNAPSHOT

2011-07-11 Thread David Blevins (JIRA)
XBean 3.8-SNAPSHOT
--

 Key: GERONIMO-6062
 URL: https://issues.apache.org/jira/browse/GERONIMO-6062
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (GERONIMO-6033) testSettingInjectionTargetReplacesIt(org.jboss.jsr299.tck.tests.extensions.producer.ProducerTest)

2011-07-11 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins resolved GERONIMO-6033.
-

Resolution: Won't Fix

This will go away with the merge of David Jencks' OSGi friendly code that 
always uses OpenEJB with OpenWebBeans and CDI.

> testSettingInjectionTargetReplacesIt(org.jboss.jsr299.tck.tests.extensions.producer.ProducerTest)
> -
>
> Key: GERONIMO-6033
> URL: https://issues.apache.org/jira/browse/GERONIMO-6033
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (GERONIMO-6032) testRequestScopeDestroyedAfterCallToEjbTimeoutMethod(org.jboss.jsr299.tck.tests.context.request.ejb.EJBRequestContextTest)

2011-07-11 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins resolved GERONIMO-6032.
-

Resolution: Fixed

> testRequestScopeDestroyedAfterCallToEjbTimeoutMethod(org.jboss.jsr299.tck.tests.context.request.ejb.EJBRequestContextTest)
> --
>
> Key: GERONIMO-6032
> URL: https://issues.apache.org/jira/browse/GERONIMO-6032
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>Assignee: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Assigned] (GERONIMO-6052) testDestroyingEjbDestroysDependentSimples(org.jboss.jsr299.tck.tests.context.dependent.ejb.DependentContextEjbTest)

2011-07-09 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins reassigned GERONIMO-6052:
---

Assignee: David Blevins

> testDestroyingEjbDestroysDependentSimples(org.jboss.jsr299.tck.tests.context.dependent.ejb.DependentContextEjbTest)
> ---
>
> Key: GERONIMO-6052
> URL: https://issues.apache.org/jira/browse/GERONIMO-6052
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>Assignee: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (GERONIMO-6053) testDestroyingEjbDestroysDependents(org.jboss.jsr299.tck.tests.context.dependent.ejb.DependentContextEjbTest)

2011-07-09 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins resolved GERONIMO-6053.
-

Resolution: Fixed
  Assignee: David Blevins

> testDestroyingEjbDestroysDependents(org.jboss.jsr299.tck.tests.context.dependent.ejb.DependentContextEjbTest)
> -
>
> Key: GERONIMO-6053
> URL: https://issues.apache.org/jira/browse/GERONIMO-6053
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>Assignee: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (GERONIMO-6056) testDestroyRemovesSFSB(org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest)

2011-07-09 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins resolved GERONIMO-6056.
-

Resolution: Fixed
  Assignee: David Blevins

> testDestroyRemovesSFSB(org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest)
> --
>
> Key: GERONIMO-6056
> URL: https://issues.apache.org/jira/browse/GERONIMO-6056
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>Assignee: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (GERONIMO-6052) testDestroyingEjbDestroysDependentSimples(org.jboss.jsr299.tck.tests.context.dependent.ejb.DependentContextEjbTest)

2011-07-09 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins resolved GERONIMO-6052.
-

Resolution: Fixed

> testDestroyingEjbDestroysDependentSimples(org.jboss.jsr299.tck.tests.context.dependent.ejb.DependentContextEjbTest)
> ---
>
> Key: GERONIMO-6052
> URL: https://issues.apache.org/jira/browse/GERONIMO-6052
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>Assignee: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GERONIMO-6056) testDestroyRemovesSFSB(org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest)

2011-07-07 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061762#comment-13061762
 ] 

David Blevins commented on GERONIMO-6056:
-

Regression caused by GERONIMO-6035. The fix for GERONIMO-6035 is very valid so 
these likely fail for legitimate reasons. Will investigate.

> testDestroyRemovesSFSB(org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest)
> --
>
> Key: GERONIMO-6056
> URL: https://issues.apache.org/jira/browse/GERONIMO-6056
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6056) testDestroyRemovesSFSB(org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest)

2011-07-07 Thread David Blevins (JIRA)
testDestroyRemovesSFSB(org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest)
--

 Key: GERONIMO-6056
 URL: https://issues.apache.org/jira/browse/GERONIMO-6056
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (GERONIMO-6053) testDestroyingEjbDestroysDependents(org.jboss.jsr299.tck.tests.context.dependent.ejb.DependentContextEjbTest)

2011-07-07 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins updated GERONIMO-6053:


Comment: was deleted

(was: Regression caused by GERONIMO-6035.  The fix for GERONIMO-6035 is very 
valid so these likely fail for legitimate reasons.  Will investigate.)

> testDestroyingEjbDestroysDependents(org.jboss.jsr299.tck.tests.context.dependent.ejb.DependentContextEjbTest)
> -
>
> Key: GERONIMO-6053
> URL: https://issues.apache.org/jira/browse/GERONIMO-6053
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GERONIMO-6052) testDestroyingEjbDestroysDependentSimples(org.jboss.jsr299.tck.tests.context.dependent.ejb.DependentContextEjbTest)

2011-07-07 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061731#comment-13061731
 ] 

David Blevins commented on GERONIMO-6052:
-

Regression caused by GERONIMO-6035.  The fix for GERONIMO-6035 is very valid so 
these likely fail for legitimate reasons.  Will investigate.

> testDestroyingEjbDestroysDependentSimples(org.jboss.jsr299.tck.tests.context.dependent.ejb.DependentContextEjbTest)
> ---
>
> Key: GERONIMO-6052
> URL: https://issues.apache.org/jira/browse/GERONIMO-6052
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GERONIMO-6053) testDestroyingEjbDestroysDependents(org.jboss.jsr299.tck.tests.context.dependent.ejb.DependentContextEjbTest)

2011-07-07 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061732#comment-13061732
 ] 

David Blevins commented on GERONIMO-6053:
-

Regression caused by GERONIMO-6035.  The fix for GERONIMO-6035 is very valid so 
these likely fail for legitimate reasons.  Will investigate.

> testDestroyingEjbDestroysDependents(org.jboss.jsr299.tck.tests.context.dependent.ejb.DependentContextEjbTest)
> -
>
> Key: GERONIMO-6053
> URL: https://issues.apache.org/jira/browse/GERONIMO-6053
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GERONIMO-6053) testDestroyingEjbDestroysDependents(org.jboss.jsr299.tck.tests.context.dependent.ejb.DependentContextEjbTest)

2011-07-07 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061733#comment-13061733
 ] 

David Blevins commented on GERONIMO-6053:
-

Regression caused by GERONIMO-6035.  The fix for GERONIMO-6035 is very valid so 
these likely fail for legitimate reasons.  Will investigate.

> testDestroyingEjbDestroysDependents(org.jboss.jsr299.tck.tests.context.dependent.ejb.DependentContextEjbTest)
> -
>
> Key: GERONIMO-6053
> URL: https://issues.apache.org/jira/browse/GERONIMO-6053
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6053) testDestroyingEjbDestroysDependents(org.jboss.jsr299.tck.tests.context.dependent.ejb.DependentContextEjbTest)

2011-07-07 Thread David Blevins (JIRA)
testDestroyingEjbDestroysDependents(org.jboss.jsr299.tck.tests.context.dependent.ejb.DependentContextEjbTest)
-

 Key: GERONIMO-6053
 URL: https://issues.apache.org/jira/browse/GERONIMO-6053
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6052) testDestroyingEjbDestroysDependentSimples(org.jboss.jsr299.tck.tests.context.dependent.ejb.DependentContextEjbTest)

2011-07-07 Thread David Blevins (JIRA)
testDestroyingEjbDestroysDependentSimples(org.jboss.jsr299.tck.tests.context.dependent.ejb.DependentContextEjbTest)
---

 Key: GERONIMO-6052
 URL: https://issues.apache.org/jira/browse/GERONIMO-6052
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (GERONIMO-6035) testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean(org.jboss.jsr299.tck.tests.implementation.enterprise.remove.EnterpriseBeanRemoveMethodT

2011-07-07 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins resolved GERONIMO-6035.
-

Resolution: Fixed

> testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean(org.jboss.jsr299.tck.tests.implementation.enterprise.remove.EnterpriseBeanRemoveMethodTest)
> --
>
> Key: GERONIMO-6035
> URL: https://issues.apache.org/jira/browse/GERONIMO-6035
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>Assignee: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (GERONIMO-6036) testNonStaticProducerMethodInheritedBySpecializingSubclass(org.jboss.jsr299.tck.tests.implementation.producer.method.definition.enterprise.EnterpriseProducerMethodDef

2011-07-07 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins resolved GERONIMO-6036.
-

Resolution: Fixed

> testNonStaticProducerMethodInheritedBySpecializingSubclass(org.jboss.jsr299.tck.tests.implementation.producer.method.definition.enterprise.EnterpriseProducerMethodDefinitionTest)
> --
>
> Key: GERONIMO-6036
> URL: https://issues.apache.org/jira/browse/GERONIMO-6036
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>Assignee: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (GERONIMO-6034) testSerializeSFSB(org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest)

2011-07-07 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins resolved GERONIMO-6034.
-

Resolution: Fixed

> testSerializeSFSB(org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest)
> -
>
> Key: GERONIMO-6034
> URL: https://issues.apache.org/jira/browse/GERONIMO-6034
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>Assignee: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (GERONIMO-6037) testPassivationOfEjbs(org.jboss.jsr299.tck.tests.implementation.simple.resource.ejb.EjbInjectionTest)

2011-07-07 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins resolved GERONIMO-6037.
-

Resolution: Fixed

> testPassivationOfEjbs(org.jboss.jsr299.tck.tests.implementation.simple.resource.ejb.EjbInjectionTest)
> -
>
> Key: GERONIMO-6037
> URL: https://issues.apache.org/jira/browse/GERONIMO-6037
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>Assignee: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Assigned] (GERONIMO-6036) testNonStaticProducerMethodInheritedBySpecializingSubclass(org.jboss.jsr299.tck.tests.implementation.producer.method.definition.enterprise.EnterpriseProducerMethodDef

2011-07-06 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins reassigned GERONIMO-6036:
---

Assignee: David Blevins

> testNonStaticProducerMethodInheritedBySpecializingSubclass(org.jboss.jsr299.tck.tests.implementation.producer.method.definition.enterprise.EnterpriseProducerMethodDefinitionTest)
> --
>
> Key: GERONIMO-6036
> URL: https://issues.apache.org/jira/browse/GERONIMO-6036
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>Assignee: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Assigned] (GERONIMO-6034) testSerializeSFSB(org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest)

2011-06-30 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins reassigned GERONIMO-6034:
---

Assignee: David Blevins

> testSerializeSFSB(org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest)
> -
>
> Key: GERONIMO-6034
> URL: https://issues.apache.org/jira/browse/GERONIMO-6034
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>Assignee: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GERONIMO-6034) testSerializeSFSB(org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest)

2011-06-30 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13058165#comment-13058165
 ] 

David Blevins commented on GERONIMO-6034:
-

Passing in OpenEJB, still haven't identified the cause in Geronimo.  Related to 
the testPassivationOfEjbs()

> testSerializeSFSB(org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest)
> -
>
> Key: GERONIMO-6034
> URL: https://issues.apache.org/jira/browse/GERONIMO-6034
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GERONIMO-6037) testPassivationOfEjbs(org.jboss.jsr299.tck.tests.implementation.simple.resource.ejb.EjbInjectionTest)

2011-06-30 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13058162#comment-13058162
 ] 

David Blevins commented on GERONIMO-6037:
-

Passing in OpenEJB, still haven't identified the cause in Geronimo.


> testPassivationOfEjbs(org.jboss.jsr299.tck.tests.implementation.simple.resource.ejb.EjbInjectionTest)
> -
>
> Key: GERONIMO-6037
> URL: https://issues.apache.org/jira/browse/GERONIMO-6037
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Assigned] (GERONIMO-6037) testPassivationOfEjbs(org.jboss.jsr299.tck.tests.implementation.simple.resource.ejb.EjbInjectionTest)

2011-06-30 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins reassigned GERONIMO-6037:
---

Assignee: David Blevins

> testPassivationOfEjbs(org.jboss.jsr299.tck.tests.implementation.simple.resource.ejb.EjbInjectionTest)
> -
>
> Key: GERONIMO-6037
> URL: https://issues.apache.org/jira/browse/GERONIMO-6037
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>Assignee: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Issue Comment Edited] (GERONIMO-6039) testInjectionIntoWebServiceEndpoint(org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.InjectionIntoWebServiceEndPointTest)

2011-06-30 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13058158#comment-13058158
 ] 

David Blevins edited comment on GERONIMO-6039 at 7/1/11 12:54 AM:
--

Fails in both OpenEJB and Geronimo.  Should be an easy fix for Geronimo.  We 
simply need to construct and populate a limited version of ManagedBean -- 
anything that extends AbstractInjectionTargetBean really, populate the 
injection target information, then call:

 - injectFields(..)
 - injectMethods(..)
 - injectSuperFields(..)
 - injectSuperMethods(..)



  was (Author: dblevins):
Fails in both OpenEJB and Geronimo.  Should be an easy fix for Geronimo.
  
> testInjectionIntoWebServiceEndpoint(org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.InjectionIntoWebServiceEndPointTest)
> --
>
> Key: GERONIMO-6039
> URL: https://issues.apache.org/jira/browse/GERONIMO-6039
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GERONIMO-6039) testInjectionIntoWebServiceEndpoint(org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.InjectionIntoWebServiceEndPointTest)

2011-06-30 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13058158#comment-13058158
 ] 

David Blevins commented on GERONIMO-6039:
-

Fails in both OpenEJB and Geronimo.  Should be an easy fix for Geronimo.

> testInjectionIntoWebServiceEndpoint(org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.InjectionIntoWebServiceEndPointTest)
> --
>
> Key: GERONIMO-6039
> URL: https://issues.apache.org/jira/browse/GERONIMO-6039
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GERONIMO-6036) testNonStaticProducerMethodInheritedBySpecializingSubclass(org.jboss.jsr299.tck.tests.implementation.producer.method.definition.enterprise.EnterpriseProducerMethodDe

2011-06-30 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13058157#comment-13058157
 ] 

David Blevins commented on GERONIMO-6036:
-

Fails in both OpenEJB and Geronimo

> testNonStaticProducerMethodInheritedBySpecializingSubclass(org.jboss.jsr299.tck.tests.implementation.producer.method.definition.enterprise.EnterpriseProducerMethodDefinitionTest)
> --
>
> Key: GERONIMO-6036
> URL: https://issues.apache.org/jira/browse/GERONIMO-6036
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GERONIMO-6038) testNonContextualSessionBeanReferenceIsIntercepted(org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.nonContextualReference.SessionBeanInterceptorOnNonCo

2011-06-30 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13058155#comment-13058155
 ] 

David Blevins commented on GERONIMO-6038:
-

This appears to be an issue with scanning CDI beans and the 
GeronimoResourceInjectionService.  It's a bare bean with no other annotations 
other than @EJB.  We currently only scan for beans annotated with @Produces 
then we scan those classes for @Resource and @EJB, etc.  We just need to widen 
our scope.  Not too tricky as the xbean-finder code has been in proved so that 
we can get a list of all the possible CDI beans.  We just need to scan that 
regardless of if @Produces is used.


> testNonContextualSessionBeanReferenceIsIntercepted(org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.nonContextualReference.SessionBeanInterceptorOnNonContextualEjbReferenceTest)
> --
>
> Key: GERONIMO-6038
> URL: https://issues.apache.org/jira/browse/GERONIMO-6038
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>Assignee: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GERONIMO-6032) testRequestScopeDestroyedAfterCallToEjbTimeoutMethod(org.jboss.jsr299.tck.tests.context.request.ejb.EJBRequestContextTest)

2011-06-30 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13058151#comment-13058151
 ] 

David Blevins commented on GERONIMO-6032:
-

Have this working in my copy but results in 4 new failures (was 50+ then 20+ 
now is 4.. still hacking).

> testRequestScopeDestroyedAfterCallToEjbTimeoutMethod(org.jboss.jsr299.tck.tests.context.request.ejb.EJBRequestContextTest)
> --
>
> Key: GERONIMO-6032
> URL: https://issues.apache.org/jira/browse/GERONIMO-6032
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>Assignee: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GERONIMO-6033) testSettingInjectionTargetReplacesIt(org.jboss.jsr299.tck.tests.extensions.producer.ProducerTest)

2011-06-30 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13058150#comment-13058150
 ] 

David Blevins commented on GERONIMO-6033:
-

Works in OpenEJB trunk code with the embedded setup.

> testSettingInjectionTargetReplacesIt(org.jboss.jsr299.tck.tests.extensions.producer.ProducerTest)
> -
>
> Key: GERONIMO-6033
> URL: https://issues.apache.org/jira/browse/GERONIMO-6033
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Assigned] (GERONIMO-6035) testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean(org.jboss.jsr299.tck.tests.implementation.enterprise.remove.EnterpriseBeanRemoveMethodT

2011-06-30 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins reassigned GERONIMO-6035:
---

Assignee: David Blevins

> testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean(org.jboss.jsr299.tck.tests.implementation.enterprise.remove.EnterpriseBeanRemoveMethodTest)
> --
>
> Key: GERONIMO-6035
> URL: https://issues.apache.org/jira/browse/GERONIMO-6035
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>Assignee: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Assigned] (GERONIMO-6032) testRequestScopeDestroyedAfterCallToEjbTimeoutMethod(org.jboss.jsr299.tck.tests.context.request.ejb.EJBRequestContextTest)

2011-06-30 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins reassigned GERONIMO-6032:
---

Assignee: David Blevins

> testRequestScopeDestroyedAfterCallToEjbTimeoutMethod(org.jboss.jsr299.tck.tests.context.request.ejb.EJBRequestContextTest)
> --
>
> Key: GERONIMO-6032
> URL: https://issues.apache.org/jira/browse/GERONIMO-6032
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>Assignee: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6036) testNonStaticProducerMethodInheritedBySpecializingSubclass(org.jboss.jsr299.tck.tests.implementation.producer.method.definition.enterprise.EnterpriseProducerMethodDefi

2011-06-30 Thread David Blevins (JIRA)
testNonStaticProducerMethodInheritedBySpecializingSubclass(org.jboss.jsr299.tck.tests.implementation.producer.method.definition.enterprise.EnterpriseProducerMethodDefinitionTest)
--

 Key: GERONIMO-6036
 URL: https://issues.apache.org/jira/browse/GERONIMO-6036
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6038) testNonContextualSessionBeanReferenceIsIntercepted(org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.nonContextualReference.SessionBeanInterceptorOnNonCont

2011-06-30 Thread David Blevins (JIRA)
testNonContextualSessionBeanReferenceIsIntercepted(org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.nonContextualReference.SessionBeanInterceptorOnNonContextualEjbReferenceTest)
--

 Key: GERONIMO-6038
 URL: https://issues.apache.org/jira/browse/GERONIMO-6038
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Assigned] (GERONIMO-6038) testNonContextualSessionBeanReferenceIsIntercepted(org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.nonContextualReference.SessionBeanInterceptorOnNonCon

2011-06-30 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins reassigned GERONIMO-6038:
---

Assignee: David Blevins

> testNonContextualSessionBeanReferenceIsIntercepted(org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.nonContextualReference.SessionBeanInterceptorOnNonContextualEjbReferenceTest)
> --
>
> Key: GERONIMO-6038
> URL: https://issues.apache.org/jira/browse/GERONIMO-6038
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>Assignee: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6039) testInjectionIntoWebServiceEndpoint(org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.InjectionIntoWebServiceEndPointTest)

2011-06-30 Thread David Blevins (JIRA)
testInjectionIntoWebServiceEndpoint(org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.InjectionIntoWebServiceEndPointTest)
--

 Key: GERONIMO-6039
 URL: https://issues.apache.org/jira/browse/GERONIMO-6039
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6037) testPassivationOfEjbs(org.jboss.jsr299.tck.tests.implementation.simple.resource.ejb.EjbInjectionTest)

2011-06-30 Thread David Blevins (JIRA)
testPassivationOfEjbs(org.jboss.jsr299.tck.tests.implementation.simple.resource.ejb.EjbInjectionTest)
-

 Key: GERONIMO-6037
 URL: https://issues.apache.org/jira/browse/GERONIMO-6037
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6032) testRequestScopeDestroyedAfterCallToEjbTimeoutMethod(org.jboss.jsr299.tck.tests.context.request.ejb.EJBRequestContextTest)

2011-06-30 Thread David Blevins (JIRA)
testRequestScopeDestroyedAfterCallToEjbTimeoutMethod(org.jboss.jsr299.tck.tests.context.request.ejb.EJBRequestContextTest)
--

 Key: GERONIMO-6032
 URL: https://issues.apache.org/jira/browse/GERONIMO-6032
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6033) testSettingInjectionTargetReplacesIt(org.jboss.jsr299.tck.tests.extensions.producer.ProducerTest)

2011-06-30 Thread David Blevins (JIRA)
testSettingInjectionTargetReplacesIt(org.jboss.jsr299.tck.tests.extensions.producer.ProducerTest)
-

 Key: GERONIMO-6033
 URL: https://issues.apache.org/jira/browse/GERONIMO-6033
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6035) testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean(org.jboss.jsr299.tck.tests.implementation.enterprise.remove.EnterpriseBeanRemoveMethodTe

2011-06-30 Thread David Blevins (JIRA)
testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean(org.jboss.jsr299.tck.tests.implementation.enterprise.remove.EnterpriseBeanRemoveMethodTest)
--

 Key: GERONIMO-6035
 URL: https://issues.apache.org/jira/browse/GERONIMO-6035
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6034) testSerializeSFSB(org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest)

2011-06-30 Thread David Blevins (JIRA)
testSerializeSFSB(org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest)
-

 Key: GERONIMO-6034
 URL: https://issues.apache.org/jira/browse/GERONIMO-6034
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6031) Remaining JCDI Failures

2011-06-30 Thread David Blevins (JIRA)
Remaining JCDI Failures
---

 Key: GERONIMO-6031
 URL: https://issues.apache.org/jira/browse/GERONIMO-6031
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
Reporter: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6029) Upgrade slf4j api version to one that correctly does not require the impl

2011-06-29 Thread David Blevins (JIRA)
Upgrade slf4j api version to one that correctly does not require the impl
-

 Key: GERONIMO-6029
 URL: https://issues.apache.org/jira/browse/GERONIMO-6029
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: transaction manager
Reporter: David Blevins
Assignee: David Blevins




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (GERONIMO-5989) CDI EAR deployment issue

2011-06-01 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins updated GERONIMO-5989:


Attachment: EnterpriseQualifierDefinitionTest.ear

As of OpenEJB/OpenWebBeans/XBean r1130358, this test should pass.

> CDI EAR deployment issue
> 
>
> Key: GERONIMO-5989
> URL: https://issues.apache.org/jira/browse/GERONIMO-5989
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: deployment, javaee6
>Reporter: David Blevins
>  Labels: cdi, deployment, ear, ejb, tck
> Attachments: EnterpriseQualifierDefinitionTest.ear
>
>
> Attached is one of many EAR files produced by the CDI TCK that do not deploy. 
>  Both the EJB and WAR modules are found and created, but only the WAR starts 
> and has none of the required jars in the classpath.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (GERONIMO-5989) CDI EAR deployment issue

2011-06-01 Thread David Blevins (JIRA)
CDI EAR deployment issue


 Key: GERONIMO-5989
 URL: https://issues.apache.org/jira/browse/GERONIMO-5989
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: deployment, javaee6
Reporter: David Blevins


Attached is one of many EAR files produced by the CDI TCK that do not deploy.  
Both the EJB and WAR modules are found and created, but only the WAR starts and 
has none of the required jars in the classpath.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (GERONIMO-5855) Simplify EJB Deployment

2011-05-16 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-5855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034099#comment-13034099
 ] 

David Blevins commented on GERONIMO-5855:
-

I know Geronimo has the ability to create an AbstractFinder that can scan all 
the parts of the webapp.  If we maybe yanked the AnnotationFinder being used in 
isEjbModule and replaced it with one of Geronimo's creation, that might work 
better.

Assuming I understand the issue correctly.  Sounds like we simply aren't able 
to identify the war as an EJB module -- hoping the rest of the code which uses 
the proper finder will work.

> Simplify EJB Deployment
> ---
>
> Key: GERONIMO-5855
> URL: https://issues.apache.org/jira/browse/GERONIMO-5855
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: OpenEJB
>Reporter: David Blevins
>Assignee: David Blevins
> Fix For: 3.0
>
> Attachments: SimplifyEjbModuleCreation.diff
>
>
> Seems like we're always having issues due to changes in the OpenEJB 
> DeploymentLoader code, so I've attempted to extract the parts that Geronimo 
> needs.  Hopefully this can provide some stability and maybe even help with 
> tuning deployment to Geronimo's needs in the future.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (GERONIMO-5888) Delete temp directories on exit

2011-04-02 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins resolved GERONIMO-5888.
-

Resolution: Fixed

> Delete temp directories on exit
> ---
>
> Key: GERONIMO-5888
> URL: https://issues.apache.org/jira/browse/GERONIMO-5888
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>Reporter: David Blevins
>Assignee: David Blevins
> Fix For: 3.0
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (GERONIMO-5888) Delete temp directories on exit

2011-04-02 Thread David Blevins (JIRA)
Delete temp directories on exit
---

 Key: GERONIMO-5888
 URL: https://issues.apache.org/jira/browse/GERONIMO-5888
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public (Regular issues)
Reporter: David Blevins
Assignee: David Blevins
 Fix For: 3.0




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-5855) Simplify EJB Deployment

2011-03-09 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins closed GERONIMO-5855.
---

Resolution: Fixed

Thanks, Shawn!

> Simplify EJB Deployment
> ---
>
> Key: GERONIMO-5855
> URL: https://issues.apache.org/jira/browse/GERONIMO-5855
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: OpenEJB
>Reporter: David Blevins
>Assignee: David Blevins
> Fix For: 3.0
>
> Attachments: SimplifyEjbModuleCreation.diff
>
>
> Seems like we're always having issues due to changes in the OpenEJB 
> DeploymentLoader code, so I've attempted to extract the parts that Geronimo 
> needs.  Hopefully this can provide some stability and maybe even help with 
> tuning deployment to Geronimo's needs in the future.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-5853) EJB Module is always created while deploying a web application

2011-03-09 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins closed GERONIMO-5853.
---

Resolution: Fixed

> EJB Module is always created while deploying a web application
> --
>
> Key: GERONIMO-5853
> URL: https://issues.apache.org/jira/browse/GERONIMO-5853
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: deployment
>Affects Versions: 3.0-M1, 3.0
>Reporter: Ivan
>
> With the latest OpenEJB snapshot, it seems that an EJB module is always 
> created even no ejb beans in the deployed web application., and it took a 
> long time to star the EJBModule GBean.
> --->
> 2011-03-07 22:26:00,875 INFO  [GBeanInstance] INFO IVAN 
> default/WSDLTest/1299507925968/car?J2EEApplication=default/WSDLTest/1299507925968/car,WebModule=WSDLTest_web.war,j2eeType=EJBModule,name=WSDLTest_web.war
>  consume 11172
> 2011-03-07 22:26:01,078 INFO  [GBeanInstance] INFO IVAN 
> default/WSDLTest/1299507925968/car?EJBModule=WSDLTest_web.war,J2EEApplication=default/WSDLTest/1299507925968/car,WebModule=WSDLTest_web.war,j2eeType=ValidatorFactory,name=ValidatorFactory
>  consume 203
> 2011-03-07 22:26:12,765 INFO  [GBeanInstance] INFO IVAN 
> default/WSDLTest/1299507925968/car?J2EEApplication=default/WSDLTest/1299507925968/car,j2eeType=ValidatorFactory,name=ValidatorFactory
>  consume 78
> 2011-03-07 22:26:24,203 INFO  [GBeanInstance] INFO IVAN 
> default/WSDLTest/1299507925968/car?j2eeType=J2EEApplication,name=default/WSDLTest/1299507925968/car
>  consume 0
> 2011-03-07 22:26:24,203 INFO  [GBeanInstance] INFO IVAN 
> default/WSDLTest/1299507925968/car?J2EEApplication=default/WSDLTest/1299507925968/car,Servlet=com.sun.ts.tests.jaxws.sharedwebservices.doclithelloservice.HelloImpl,WebModule=WSDLTest_web.war,j2eeType=GBean,name=POJOWebServiceContainerFactoryGBean
>  consume 0
> 2011-03-07 22:26:24,203 INFO  [GBeanInstance] INFO IVAN 
> default/WSDLTest/1299507925968/car?J2EEApplication=default/WSDLTest/1299507925968/car,Servlet=com.sun.ts.tests.jaxws.sharedwebservices.doclithelloservice.Hello2Impl,WebModule=WSDLTest_web.war,j2eeType=GBean,name=POJOWebServiceContainerFactoryGBean
>  consume 0
> 2011-03-07 22:26:24,203 INFO  [GBeanInstance] INFO IVAN 
> default/WSDLTest/1299507925968/car?J2EEApplication=default/WSDLTest/1299507925968/car,Servlet=com.sun.ts.tests.jaxws.sharedwebservices.doclithelloservice.Hello3Impl,WebModule=WSDLTest_web.war,j2eeType=GBean,name=POJOWebServiceContainerFactoryGBean
>  consume 0
> 2011-03-07 22:26:24,203 INFO  [GBeanInstance] INFO IVAN 
> default/WSDLTest/1299507925968/car?J2EEApplication=default/WSDLTest/1299507925968/car,WebModule=WSDLTest_web.war,j2eeType=GBean,name=jspLifecycleProvider
>  consume 0
> 2011-03-07 22:26:24,203 INFO  [GBeanInstance] INFO IVAN 
> default/WSDLTest/1299507925968/car?J2EEApplication=default/WSDLTest/1299507925968/car,j2eeType=ApplicationJndi,name=ApplicationJndi
>  consume 0
> 2011-03-07 22:26:24,203 INFO  [GBeanInstance] INFO IVAN 
> default/WSDLTest/1299507925968/car?J2EEApplication=default/WSDLTest/1299507925968/car,WebModule=WSDLTest_web.war,j2eeType=ContextSource,name=ContextSource
>  consume 0
> 2011-03-07 22:26:38,906 INFO  [GBeanInstance] INFO IVAN 
> default/WSDLTest/1299507925968/car?J2EEApplication=default/WSDLTest/1299507925968/car,j2eeType=WebModule,name=WSDLTest_web.war
>  consume 14703
> <---

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-5855) Simplify EJB Deployment

2011-03-08 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins updated GERONIMO-5855:


Attachment: SimplifyEjbModuleCreation.diff

Seems I have an old TCK version so can't immediately verify this change.  
Attaching the change in the meantime.

> Simplify EJB Deployment
> ---
>
> Key: GERONIMO-5855
> URL: https://issues.apache.org/jira/browse/GERONIMO-5855
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: OpenEJB
>Reporter: David Blevins
>Assignee: David Blevins
> Fix For: 3.0
>
> Attachments: SimplifyEjbModuleCreation.diff
>
>
> Seems like we're always having issues due to changes in the OpenEJB 
> DeploymentLoader code, so I've attempted to extract the parts that Geronimo 
> needs.  Hopefully this can provide some stability and maybe even help with 
> tuning deployment to Geronimo's needs in the future.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-5855) Simplify EJB Deployment

2011-03-08 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins updated GERONIMO-5855:


  Component/s: OpenEJB
Fix Version/s: 3.0

> Simplify EJB Deployment
> ---
>
> Key: GERONIMO-5855
> URL: https://issues.apache.org/jira/browse/GERONIMO-5855
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: OpenEJB
>Reporter: David Blevins
>Assignee: David Blevins
> Fix For: 3.0
>
>
> Seems like we're always having issues due to changes in the OpenEJB 
> DeploymentLoader code, so I've attempted to extract the parts that Geronimo 
> needs.  Hopefully this can provide some stability and maybe even help with 
> tuning deployment to Geronimo's needs in the future.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] Created: (GERONIMO-5855) Simplify EJB Deployment

2011-03-08 Thread David Blevins (JIRA)
Simplify EJB Deployment
---

 Key: GERONIMO-5855
 URL: https://issues.apache.org/jira/browse/GERONIMO-5855
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public (Regular issues)
Reporter: David Blevins
Assignee: David Blevins


Seems like we're always having issues due to changes in the OpenEJB 
DeploymentLoader code, so I've attempted to extract the parts that Geronimo 
needs.  Hopefully this can provide some stability and maybe even help with 
tuning deployment to Geronimo's needs in the future.



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-5309) Invalid signature for org.apache.geronimo.genesis:genesis:pom:1.2 at central

2010-12-03 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins updated GERONIMO-5309:


Attachment: genesis-1.2.tar.gz

Resigned genesis-1.2-site.xml genesis-1.2.pom attached

> Invalid signature for  org.apache.geronimo.genesis:genesis:pom:1.2 at central
> -
>
> Key: GERONIMO-5309
> URL: https://issues.apache.org/jira/browse/GERONIMO-5309
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>Reporter: Anders Hammar
>Assignee: Matt Hogstrom
> Attachments: genesis-1.2.tar.gz
>
>
> The signature of org.apache.geronimo.genesis:genesis:pom:1.2 
> (http://repo1.maven.org/maven2/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom)
>  at Maven central is invalid. This is most likely because that the signature 
> att the Apache repo is invalid. Using signature procurement will then block 
> this making, for example the JMS spec implementation of Geronimo not usable 
> in Maven.
> Suggested action:
> 1. Verify the pom at the Apache repo (against the one in svn)
> 2. Resign and deploy to the Apache repo
> 3. It should now be synced to central
> You will most likely need help handling the repo in Apache's Nexus instance. 
> Try contacting Brian Fox (Apache Maven PMC) and he should be able to help.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-5061) Servlet 3.0 enhancements

2010-02-10 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins updated GERONIMO-5061:


Component/s: javaee6

> Servlet 3.0 enhancements
> 
>
> Key: GERONIMO-5061
> URL: https://issues.apache.org/jira/browse/GERONIMO-5061
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: javaee6, Web Profile
>Affects Versions: 3.0
>Reporter: Rick McGuire
> Fix For: 3.0
>
>
> Upgrade Geronimo to support the servlet 3.0 (JSR 315) specification.  This 
> item includes both Tomcat and Jetty subtasks. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (GERONIMO-5007) Moving javax.interceptor.* from CDI Project to Interceptor_1.1 Project

2010-01-15 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins closed GERONIMO-5007.
---

Resolution: Fixed
  Assignee: David Blevins

> Moving javax.interceptor.* from CDI Project to Interceptor_1.1 Project
> --
>
> Key: GERONIMO-5007
> URL: https://issues.apache.org/jira/browse/GERONIMO-5007
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: specs
>Reporter: Gurkan Erdogdu
>Assignee: David Blevins
> Attachments: interceptor.patch
>
>
> javax.interceptor.Interceptor and javax.interceptor.InterceptorBinding 
> classes have moved from CDI Specification to Interceptor 1.1 Specification.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (GERONIMO-4918) EJB 3.1 Singleton Support

2009-10-29 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins closed GERONIMO-4918.
---

Resolution: Fixed

> EJB 3.1 Singleton Support
> -
>
> Key: GERONIMO-4918
> URL: https://issues.apache.org/jira/browse/GERONIMO-4918
> Project: Geronimo
>  Issue Type: New Feature
>  Security Level: public(Regular issues) 
>  Components: OpenEJB
>Affects Versions: 2.2
>Reporter: Quintin Beukes
> Fix For: 2.2, 3.0
>
> Attachments: GERONIMO-4918.patch, 
> geronimo-singleton-support-geronimo.patch, LoadOnStartupGBean.java, 
> singleton-deploy-type.patch, SingletonDeploymentGBean.java
>
>
> The singleton support hasn't been completely implemented, so it's impossible 
> to deploy an singleton session bean (EJB).
> I added the support, recompiled + tested and it's working.
> The patch requires creating a new file, so both need to be applied.
> The patch was made from the root of the svn checkout of branches/2.2. 
> The new files path from the same root is: 
> plugins/openejb/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/SingletonDeploymentGBean.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-4918) EJB 3.1 Singleton Support

2009-10-29 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins updated GERONIMO-4918:


Issue Type: New Feature  (was: Bug)
   Summary: EJB 3.1 Singleton Support  (was: Incomplete, not working 
support for singleton EJBs even though OpenEJB 3.1.2 is used)

Relabeling this as a new feature as this is the way it should show up in the 
release notes.

> EJB 3.1 Singleton Support
> -
>
> Key: GERONIMO-4918
> URL: https://issues.apache.org/jira/browse/GERONIMO-4918
> Project: Geronimo
>  Issue Type: New Feature
>  Security Level: public(Regular issues) 
>  Components: OpenEJB
>Affects Versions: 2.2
>Reporter: Quintin Beukes
> Fix For: 2.2, 3.0
>
> Attachments: GERONIMO-4918.patch, 
> geronimo-singleton-support-geronimo.patch, LoadOnStartupGBean.java, 
> singleton-deploy-type.patch, SingletonDeploymentGBean.java
>
>
> The singleton support hasn't been completely implemented, so it's impossible 
> to deploy an singleton session bean (EJB).
> I added the support, recompiled + tested and it's working.
> The patch requires creating a new file, so both need to be applied.
> The patch was made from the root of the svn checkout of branches/2.2. 
> The new files path from the same root is: 
> plugins/openejb/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/SingletonDeploymentGBean.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (XBEAN-134) If you have a package-info.java in a package, then ClassFinder throws a ClassCastException when calling the findInheritedAnnotatedClasses

2009-09-03 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/XBEAN-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins closed XBEAN-134.
---

Resolution: Fixed
  Assignee: karan singh malhi

$ svn ci 
Sending
xbean-finder/src/main/java/org/apache/xbean/finder/ClassFinder.java
Transmitting file data .
Committed revision 811210.


> If you have a package-info.java in a package, then ClassFinder throws a 
> ClassCastException when calling the findInheritedAnnotatedClasses
> -
>
> Key: XBEAN-134
> URL: https://issues.apache.org/jira/browse/XBEAN-134
> Project: XBean
>  Issue Type: Bug
>  Components: finder
>Affects Versions: 3.6
>Reporter: karan singh malhi
>Assignee: karan singh malhi
> Attachments: ClassFinder_Patch.txt
>
>
> Running com.abc.xbean.ClassFinderTest
> java.lang.ClassCastException: org.apache.xbean.finder.ClassFinder$PackageInfo 
> cannot be cast to org.apache.xbean.finder.ClassFinder$ClassInfo
>   at 
> org.apache.xbean.finder.ClassFinder.findInheritedAnnotatedClasses(ClassFinder.java:264)
>   at 
> com.abc.xbean.ClassFinderTest.testFindInheritedAnnotatedClasses(ClassFinderTest.java:67)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   at java.lang.reflect.Method.invoke(Method.java:597)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
>   at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
>   at 
> org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
>   at 
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
>   at 
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
>   at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   at java.lang.reflect.Method.invoke(Method.java:597)
>   at 
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
>   at 
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (GERONIMO-4237) Elements , and ignored in openejb-jar.xml

2009-03-03 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins closed GERONIMO-4237.
---

Resolution: Fixed

Fixed in 2.1.4 branch and 2.2 trunk.

> Elements ,  and  ignored in openejb-jar.xml
> -
>
> Key: GERONIMO-4237
> URL: https://issues.apache.org/jira/browse/GERONIMO-4237
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: naming, OpenEJB
>Affects Versions: 2.0, 2.0.1, 2.0.2, 2.1, 2.1.1, 2.1.2, 2.1.3
>Reporter: David Blevins
>Assignee: David Blevins
> Fix For: 2.1.4, 2.2
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (GERONIMO-4237) Elements , and ignored in openejb-jar.xml

2008-09-05 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins reassigned GERONIMO-4237:
---

Assignee: Manu T George  (was: David Blevins)

> Elements ,  and  ignored in openejb-jar.xml
> -
>
> Key: GERONIMO-4237
> URL: https://issues.apache.org/jira/browse/GERONIMO-4237
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: naming, OpenEJB
>Affects Versions: 2.0, 2.0.1, 2.0.2, 2.1, 2.1.1, 2.1.2
>Reporter: David Blevins
>Assignee: Manu T George
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-4237) Elements , and ignored in openejb-jar.xml

2008-09-05 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628692#action_12628692
 ] 

David Blevins commented on GERONIMO-4237:
-

That would explain why this didn't come up in the openejb build as there the 
deploymentId defaults to the ejbName, so these two are functionally the same:

EjbDeployment deployment = ejbds.get(info.ejbName);
EjbDeployment deployment = ejbds.get(info.ejbDeploymentId);

So theoretically there is a workaround for any 2.1.x Geronimo release.  The 
user can set the "openejb.deploymentId.format" system property to the value 
"{ejbName}".

  -Dopenejb.deploymentId.format={ejbName}

This will have other limitations as the deploymentId is required to be globally 
unique in the entire server, so no two beans will be able to share the same 
ejbName.

Manu, assigning this to you as you did all the foot work on it.  Open up 
another jira issue in the OpenEJB jira, to make sure it gets in the release 
notes, titled "Element  possibly ignored in openejb-jar.xml"  and link it 
to this one.



> Elements ,  and  ignored in openejb-jar.xml
> -
>
> Key: GERONIMO-4237
> URL: https://issues.apache.org/jira/browse/GERONIMO-4237
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: naming, OpenEJB
>Affects Versions: 2.0, 2.0.1, 2.0.2, 2.1, 2.1.1, 2.1.2
>Reporter: David Blevins
>Assignee: David Blevins
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (GERONIMO-4237) Elements , and ignored in openejb-jar.xml

2008-08-11 Thread David Blevins (JIRA)
Elements ,  and  ignored in openejb-jar.xml
-

 Key: GERONIMO-4237
 URL: https://issues.apache.org/jira/browse/GERONIMO-4237
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: naming, OpenEJB
Affects Versions: 2.1.2, 2.1.1, 2.1, 2.0.2, 2.0.1, 2.0
Reporter: David Blevins
Assignee: David Blevins




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3199) Prefix ear name in deployment-id to make it unique

2007-10-03 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532189
 ] 

David Blevins commented on GERONIMO-3199:
-

Attempted to fix this but tck issues ensued and had to revert it in revision 
581680.

> Prefix ear name in deployment-id to make it unique
> --
>
> Key: GERONIMO-3199
> URL: https://issues.apache.org/jira/browse/GERONIMO-3199
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: OpenEJB
>Affects Versions: 2.0-M5, 2.0-M6
>Reporter: Prasad Kashyap
>Assignee: David Blevins
> Fix For: 2.0.x
>
>
> In 2.0-M3, when a bean was deployed, it's deployment-id was prefixed with 
> geronimo-deploymentUtil9638.tmpdir
> Eg: deployment-id=geronimo-deploymentUtil9638.tmpdir/SimpleStatelessSession
> This ensured a unique ID even if beans from across apps had the same name.
> Now, the deployment-id is prefixed with the name of the jar to which the bean 
> belongs to.
> Eg: deployment-id=ejb.jar/SimpleStatelessSession
> This eliminates the deployment of another app having a bean with the same 
> name packaged in a same named jar.
> http://www.nabble.com/Naming-conflict-when-deploying-testsupport-EARs-tf3834600s134.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (GERONIMO-2884) JNDI Name Not Correct

2007-10-02 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-2884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins closed GERONIMO-2884.
---

   Resolution: Fixed
Fix Version/s: (was: 2.0.x)
   2.0.2

This appears to have been fixed in 2.0.2

> JNDI Name Not Correct
> -
>
> Key: GERONIMO-2884
> URL: https://issues.apache.org/jira/browse/GERONIMO-2884
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: OpenEJB
> Environment: Linux
>Reporter: Tom Purcell
>Assignee: David Blevins
> Fix For: 2.0.2
>
>
> I was asked to open this issue by David Blevins following this Nabble 
> exchange: http://www.nabble.com/InitialContext-JNDI-Lookup-tf3273209s2756.html
> The issue is that the JNDI entry under which an ejb's remote business 
> interface is registered is constructed as:
> deploymentId/BussinessRemote
> instead of
> /BussinessRemote
> this results in an entry that looks like this:
> geronimo-deploymentUtil5840.tmpdir/ConferenceCallSchedulerBeanBusinessRemote
> The main problem with this is that the number part of the deployment id (5840 
> in the above) will be different on each redeploy making it difficult for a 
> client app to find.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (GERONIMO-3423) Ensure that users can change the ejb jndi name format

2007-09-24 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins closed GERONIMO-3423.
---

Resolution: Fixed

> Ensure that users can change the ejb jndi name format
> -
>
> Key: GERONIMO-3423
> URL: https://issues.apache.org/jira/browse/GERONIMO-3423
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: OpenEJB
>Affects Versions: 2.0, 2.0.x
>Reporter: David Blevins
>Assignee: David Blevins
> Fix For: 2.0.x, 2.1
>
>
> Right now OpenEjbSystemGBean is hard coded to always set a value for 
> "openejb.jndiname.format".  We should check to see if it's set first and if 
> so, not reset it.  We should log a warning message if it's changed that 
> javaee app client's will not work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3445) Verify log levels can be changed for openejb related log categories

2007-09-06 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525537
 ] 

David Blevins commented on GERONIMO-3445:
-

Added this patch to branches/2.0 and trunk.

Index: src/main/java/org/apache/geronimo/openejb/OpenEjbSystemGBean.java
===
--- src/main/java/org/apache/geronimo/openejb/OpenEjbSystemGBean.java   
(revision 570242)
+++ src/main/java/org/apache/geronimo/openejb/OpenEjbSystemGBean.java   
(working copy)
@@ -104,7 +104,8 @@
 }
 System.setProperty("duct tape","");
 System.setProperty("admin.disabled", "true");
-
+System.setProperty("openejb.logger.external", "true");
+
 setDefaultProperty("openejb.deploymentId.format", 
"{moduleId}/{ejbName}");
 setDefaultProperty("openejb.jndiname.strategy.class", 
"org.apache.openejb.assembler.classic.JndiBuilder$TemplatedStrategy");
 setDefaultProperty("openejb.jndiname.format", 
"{deploymentId}/{interfaceClass}");


> Verify log levels can be changed for openejb related log categories
> ---
>
> Key: GERONIMO-3445
> URL: https://issues.apache.org/jira/browse/GERONIMO-3445
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>Affects Versions: 2.0
>Reporter: David Blevins
>
> Some users have reported inability to change log levels for log categories 
> pertaining to OpenEJB.  This needs to be investigated, verified and fixed if 
> found to be an issue or better documented if found not to be an issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (XBEAN-92) UrlSet excludePaths() method throws a nullpointer exception if the pathString argument is null

2007-09-06 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/XBEAN-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins reassigned XBEAN-92:
--

Assignee: David Blevins

> UrlSet excludePaths() method throws a nullpointer exception if the pathString 
> argument is null
> --
>
> Key: XBEAN-92
> URL: https://issues.apache.org/jira/browse/XBEAN-92
> Project: XBean
>  Issue Type: Bug
> Environment: IBM JDK 5
>Reporter: karan singh malhi
>Assignee: David Blevins
>Priority: Blocker
>
> With IBM JDK 5, when we try to get the system property java.endorsed.dirs, it 
> returns null.  This is a critical issue as it prevents OpenEjb from starting 
> In UrlSet, the following method will lead to a NullPointerException:
> public UrlSet excludeJavaEndorsedDirs() throws MalformedURLException {
> return excludePaths(System.getProperty("java.endorsed.dirs"));
> }
> This is because the excludePaths() method assumes that the pathString 
> argument is always non-null.
>public UrlSet excludePaths(String pathString) throws MalformedURLException 
> {
> String[] paths = pathString.split(File.pathSeparator);
> UrlSet urlSet = this;
> for (String path : paths) {
> File file = new File(path);
> urlSet = urlSet.exclude(file);
> }
> return urlSet;
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (GERONIMO-3459) Build break due to OpenEJB Rev572863 changes

2007-09-06 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-3459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins closed GERONIMO-3459.
---

   Resolution: Fixed
Fix Version/s: 2.1
   2.0.x
   2.0.2

Fixed in branches/2.0
Adding src/main/java/org/apache/geronimo/corba/util/ClassLoading.java
Adding 
src/main/java/org/apache/geronimo/corba/util/ObjectInputStreamExt.java
Sendingsrc/main/java/org/apache/geronimo/corba/util/Util.java
Transmitting file data ...
Committed revision 573346.


Fixed in trunk
Adding src/main/java/org/apache/geronimo/corba/util/ClassLoading.java
Adding 
src/main/java/org/apache/geronimo/corba/util/ObjectInputStreamExt.java
Sendingsrc/main/java/org/apache/geronimo/corba/util/Util.java
Transmitting file data ...
Committed revision 573356.


> Build break due to OpenEJB Rev572863 changes
> 
>
> Key: GERONIMO-3459
> URL: https://issues.apache.org/jira/browse/GERONIMO-3459
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: OpenEJB
>Affects Versions: 2.0.2, 2.0.x, 2.1
>Reporter: Donald Woods
>Assignee: David Blevins
>Priority: Blocker
> Fix For: 2.0.2, 2.0.x, 2.1
>
>
> Trunk and 2.0.2-SNAPSHOT builds are failing due to changes in OpenEJB 
> Rev572863 to removed some "unused" code.
> [INFO] 
> 
> [INFO] Building Geronimo :: CORBA
> [INFO]task-segment: [install]
> [INFO] 
> 
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [tools:copy-legal-files {execution: install-legal-files}]
> [INFO] Created dir: 
> /home/prasad/geronimo/2.0/modules/geronimo-corba/target/classes/META-INF
> [INFO] Copying 2 files to 
> /home/prasad/geronimo/2.0/modules/geronimo-corba/target/classes/META-INF
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Compiling 123 source files to 
> /home/prasad/geronimo/2.0/modules/geronimo-corba/target/classes
> [INFO] 
> 
> [ERROR] BUILD FAILURE
> [INFO] 
> 
> [INFO] Compilation failure
> /home/prasad/geronimo/2.0/modules/geronimo-corba/src/main/java/org/apache/geronimo/corba/util/Util.java:[73,31]
>  cannot find symbol
> symbol  : class ObjectInputStreamExt
> location: package org.apache.openejb.util
> /home/prasad/geronimo/2.0/modules/geronimo-corba/src/main/java/org/apache/geronimo/corba/util/Util.java:[557,8]
>  cannot find symbol
> symbol  : class ObjectInputStreamExt
> location: class org.apache.geronimo.corba.util.Util
> /home/prasad/geronimo/2.0/modules/geronimo-corba/src/main/java/org/apache/geronimo/corba/util/Util.java:[557,39]
>  cannot find symbol
> symbol  : class ObjectInputStreamExt
> location: class org.apache.geronimo.corba.util.Util

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (GERONIMO-3445) Verify log levels can be changed for openejb related log categories

2007-08-27 Thread David Blevins (JIRA)
Verify log levels can be changed for openejb related log categories
---

 Key: GERONIMO-3445
 URL: https://issues.apache.org/jira/browse/GERONIMO-3445
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
Affects Versions: 2.0
Reporter: David Blevins


Some users have reported inability to change log levels for log categories 
pertaining to OpenEJB.  This needs to be investigated, verified and fixed if 
found to be an issue or better documented if found not to be an issue.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3423) Ensure that users can change the ejb jndi name format

2007-08-27 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523124
 ] 

David Blevins commented on GERONIMO-3423:
-

Fixed in 2.1 trunk.


> Ensure that users can change the ejb jndi name format
> -
>
> Key: GERONIMO-3423
> URL: https://issues.apache.org/jira/browse/GERONIMO-3423
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: OpenEJB
>Affects Versions: 2.0, 2.0.x
>Reporter: David Blevins
>Assignee: David Blevins
> Fix For: 2.0.x, 2.1
>
>
> Right now OpenEjbSystemGBean is hard coded to always set a value for 
> "openejb.jndiname.format".  We should check to see if it's set first and if 
> so, not reset it.  We should log a warning message if it's changed that 
> javaee app client's will not work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (GERONIMO-3423) Ensure that users can change the ejb jndi name format

2007-08-20 Thread David Blevins (JIRA)
Ensure that users can change the ejb jndi name format
-

 Key: GERONIMO-3423
 URL: https://issues.apache.org/jira/browse/GERONIMO-3423
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public (Regular issues)
  Components: OpenEJB
Affects Versions: 2.0, 2.0.x
Reporter: David Blevins
Assignee: David Blevins
 Fix For: 2.0.x, 2.1


Right now OpenEjbSystemGBean is hard coded to always set a value for 
"openejb.jndiname.format".  We should check to see if it's set first and if so, 
not reset it.  We should log a warning message if it's changed that javaee app 
client's will not work.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-3344) Split out non-kernel-dependent transaction and connector classes for use by openejb, jencks, etc etc.

2007-07-26 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-3344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins updated GERONIMO-3344:


Attachment: openejb-deps.patch.txt

> Split out non-kernel-dependent transaction and connector classes for use by 
> openejb, jencks, etc etc.
> -
>
> Key: GERONIMO-3344
> URL: https://issues.apache.org/jira/browse/GERONIMO-3344
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: connector, transaction manager
>Affects Versions: 2.0-M6
>Reporter: David Jencks
>Assignee: David Jencks
> Attachments: openejb-deps.patch.txt
>
>
> People have been asking for this for years wny not now.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3344) Split out non-kernel-dependent transaction and connector classes for use by openejb, jencks, etc etc.

2007-07-26 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515929
 ] 

David Blevins commented on GERONIMO-3344:
-

Heh. Love the description on the issue :)

I gave the new jars a try with components built from r560047 (about 06:09 PM, 
PDT).  Getting this compile issue:

/Users/dblevins/work/openejb3/container/openejb-core/src/main/java/org/apache/openejb/resource/GeronimoConnectionManagerFactory.java:[158,53]
 cannot find symbol
symbol  : constructor 
GenericConnectionManager(org.apache.geronimo.connector.outbound.connectionmanagerconfig.TransactionSupport,org.apache.geronimo.connector.outbo
und.connectionmanagerconfig.PoolingSupport,boolean,org.apache.geronimo.connector.outbound.connectiontracking.ConnectionTrackingCoordinator,org.apache.geronimo.trans
action.manager.RecoverableTransactionManager,java.lang.String,java.lang.ClassLoader)
location: class org.apache.geronimo.connector.outbound.GenericConnectionManager

Strange how we can get this now as I was certain we were running from trunk.  
Will attach a pom.xml diff for openejb for convenience.

> Split out non-kernel-dependent transaction and connector classes for use by 
> openejb, jencks, etc etc.
> -
>
> Key: GERONIMO-3344
> URL: https://issues.apache.org/jira/browse/GERONIMO-3344
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: connector, transaction manager
>Affects Versions: 2.0-M6
>Reporter: David Jencks
>Assignee: David Jencks
> Attachments: openejb-deps.patch.txt
>
>
> People have been asking for this for years wny not now.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (GERONIMO-3138) @Resource refs to ORBs doesn't seem to work

2007-05-03 Thread David Blevins (JIRA)
@Resource refs to ORBs doesn't seem to work
---

 Key: GERONIMO-3138
 URL: https://issues.apache.org/jira/browse/GERONIMO-3138
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: deployment
Reporter: David Blevins
 Assigned To: David Jencks


@Resource to an ORB should work without any mapping in the plan, but currently 
do not.  These result in resource-ref xml which is currently happening 
correctly, we just expect it to be linked to something in the 
ResourceRefBuilder.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (XBEAN-74) ClassFinder NullPointerException

2007-02-26 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/XBEAN-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476010
 ] 

David Blevins commented on XBEAN-74:


http://svn.apache.org/viewvc?view=rev&rev=507771

> ClassFinder NullPointerException
> 
>
> Key: XBEAN-74
> URL: https://issues.apache.org/jira/browse/XBEAN-74
> Project: XBean
>  Issue Type: Bug
>Affects Versions: 2.8
>Reporter: Tim McConnell
> Assigned To: Tim McConnell
>Priority: Minor
> Fix For: 3.0
>
> Attachments: GERONIMO-2833.patch
>
>
> Classes which are not part of a package will result in a null from the 
> class.getPackage() method, ultimately causing a NullPointerException

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (XBEAN-74) ClassFinder NullPointerException

2007-02-14 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/XBEAN-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins closed XBEAN-74.
--

Resolution: Fixed

Applied an altered version of this patch (didn't need the extra if statement).  
Thanks Tim!

> ClassFinder NullPointerException
> 
>
> Key: XBEAN-74
> URL: https://issues.apache.org/jira/browse/XBEAN-74
> Project: XBean
>  Issue Type: Bug
>Affects Versions: 2.8
>Reporter: Tim McConnell
> Assigned To: Tim McConnell
>Priority: Minor
> Fix For: 3.0
>
> Attachments: GERONIMO-2833.patch
>
>
> Classes which are not part of a package will result in a null from the 
> class.getPackage() method, ultimately causing a NullPointerException

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (GERONIMO-2819) openejb client ejb ref lookup don't use the right classloader.

2007-02-11 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-2819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins closed GERONIMO-2819.
---

Resolution: Fixed

Just moved the class we use on the server side into the client side, should fix 
the issue.

> openejb client ejb ref lookup don't use the right classloader.
> --
>
> Key: GERONIMO-2819
> URL: https://issues.apache.org/jira/browse/GERONIMO-2819
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: application client, OpenEJB
>Affects Versions: 2.0-M2
>Reporter: David Jencks
> Assigned To: David Blevins
> Fix For: 2.0-beta1
>
> Attachments: GERONIMO-2819.diff
>
>
> App clients can't look up ejbs because the Reference object doesn't use the 
> right classloader to deserialize stuff from the server.  IMO they should use 
> a ClassloaderAwareReference like they did with openejb2.  However, the 
> attached code that uses the TCCL works.  It would probably fail if the app 
> client started more threads, so I don't regard it as a final solution.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (GERONIMO-2819) openejb client ejb ref lookup don't use the right classloader.

2007-02-11 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-2819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins reassigned GERONIMO-2819:
---

Assignee: David Blevins

> openejb client ejb ref lookup don't use the right classloader.
> --
>
> Key: GERONIMO-2819
> URL: https://issues.apache.org/jira/browse/GERONIMO-2819
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: application client, OpenEJB
>Affects Versions: 2.0-M2
>Reporter: David Jencks
> Assigned To: David Blevins
> Fix For: 2.0-beta1
>
> Attachments: GERONIMO-2819.diff
>
>
> App clients can't look up ejbs because the Reference object doesn't use the 
> right classloader to deserialize stuff from the server.  IMO they should use 
> a ClassloaderAwareReference like they did with openejb2.  However, the 
> attached code that uses the TCCL works.  It would probably fail if the app 
> client started more threads, so I don't regard it as a final solution.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-2815) javax.persistence.Persistence.PERSISTENCE_PROVIDER needs to be declared final

2007-02-08 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-2815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471556
 ] 

David Blevins commented on GERONIMO-2815:
-

Is this the JPA only tck (don't know if there is one)?  It's definitely 
non-final in the copy of the javaee5 tck I have.   I hope there aren't 
discrepancies between the javaee5 tck and a jpa only tck.

> javax.persistence.Persistence.PERSISTENCE_PROVIDER needs to be declared final
> -
>
> Key: GERONIMO-2815
> URL: https://issues.apache.org/jira/browse/GERONIMO-2815
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: specs
>Reporter: Marc Prud'hommeaux
> Attachments: geronimo-jpa_3.0_spec-1.0.Persistence.sig.change.patch
>
>
> In order to be compliant with the signatures in the latest compatibility 
> test, the javax.persistence.Persistence.PERSISTENCE_PROVIDER field needs to 
> be declared final. See the attached patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (XBEAN-50) Strategy to ignore properties that are not in the object

2007-02-02 Thread David Blevins (JIRA)

 [ 
https://issues.apache.org/jira/browse/XBEAN-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins closed XBEAN-50.
--

   Resolution: Fixed
Fix Version/s: 2.8

this was done in 2.8 if i recall

> Strategy to ignore properties that are not in the object
> 
>
> Key: XBEAN-50
> URL: https://issues.apache.org/jira/browse/XBEAN-50
> Project: XBean
>  Issue Type: New Feature
>  Components: reflect
>Affects Versions: 2.0, 2.1, 2.2, 2.3, 2.4, 2.5
>Reporter: David Blevins
> Fix For: 2.8
>
>
> Should be possible to put properties into the ObjectRecipe without prior 
> knowledge if the class actually has that property.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



  1   2   3   >