[jboss-user] [JBoss Seam] - Re: Questions about injection and outjection

2007-06-13 Thread [EMAIL PROTECTED]
1 - yes 2 - don't understand the question 3 - We've talked about that, but as I recall the problem is that java doesn't store the parameter names (it does, but only as debug information). That means we can't get to the names to do injection in a way that is both simple and consistent with the

[jboss-user] [JBoss Seam] - Re: Questions about injection and outjection

2007-06-13 Thread y_zl
1) If the answer to question one is Yes, does it mean that it will inject non-relevant variables as well? Does it affect performance ? 2) For question 2, If I have two session beans A and B. B is used as a session facade. | @Stateless | @Name(a) | public Class A ...{