[jboss-user] [EJB 3.0 Users] - Question regarding PersistenceContext propagation

2009-10-01 Thread rmz
Hi everyone, I have a secenario similar to the following. There are different persistent entity classes, "a", "b" and "c". Entity a contains one ore more of b, and b contains one or more of c. Also, there are three different stateful session beans that wrap the three entities for client access

[jboss-user] [EJB/JBoss] - Interface inheritence / SessionContext.getInvokedBusinessInt

2009-06-16 Thread rmz
Hi everyone, I'm encountering the following problem. I have six interfaces in order to access a Stateful Session Bean, say a bean named "Person". The interface inheritence structure is: IPerson | | | --- IPersonInt | || | | IPersonIntRemote | || | | IPersonI

[jboss-user] [EJB/JBoss] - Re: Interface inheritence / SessionContext.getInvokedBusines

2009-06-17 Thread rmz
well, actually there is some context about this. I have constructed a simplifed example for which I'll list all relevant code. Please substitute the bean name "Person" --> "ErstesBean". The following are the interface definitions: | public interface IErstesBean | { | public String ge

[jboss-user] [EJB/JBoss] - Re: Interface inheritence / SessionContext.getInvokedBusines

2009-06-29 Thread rmz
Is there really noone who experienced such problems? Is there a forum better suited for this problem? Thanks, -Rainer View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4240597#4240597 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[jboss-user] [EJB/JBoss] - Re: Interface inheritence / SessionContext.getInvokedBusines

2009-07-01 Thread rmz
Thanks a lot, this solves the problem, the failure was on my side. But still I do not understand this fully. It is true that the beans do not explicitly implement the default business interface, so I thought since the server says it registered that interface it would provide some kind of automa