jboss-test-harness.properties in both -tck and -porting?

2010-08-18 Thread Eric Covener
Why do we have two copies of jboss-test-harness.properties, one in
-tck and one in -porting?   Should they always have the same contents?

It seems like the harness blows up if these are out of synch.

-- 
Eric Covener
cove...@gmail.com


[jira] Created: (OWB-442) our EJB proxies are broken when multiple local interfaces are used on a single class

2010-08-18 Thread Eric Covener (JIRA)
our EJB proxies are broken when multiple local interfaces are used on a single 
class


 Key: OWB-442
 URL: https://issues.apache.org/jira/browse/OWB-442
 Project: OpenWebBeans
  Issue Type: Bug
  Components: Java EE Integration
Affects Versions: 1.0.0-alpha-1
Reporter: Eric Covener
Assignee: Eric Covener


our javassist proxies for EJB beans only implement the single injected type, 
but they are stored in a cache keyed solely off the managed bean class.  

We need either another dimension for the type, or to set all local interfaces 
on the proxy.

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