Title: [JBoss-dev] jboss container calls query
Hi
Scott
Thanks
for your response.
I had
this doubt because i added this line to the
StatelessSessionContainer.java
protected double
randomNumber=1000*Math.random();
and
when i run the server i always get the same number for a particular dep
Hi,
I had posted this query on the jboss forum but did not get a response so I
thought I'll try here.
Am not sure if my question is clear.
I wanted to know if jboss serializes all calls to an ejb container. Consider
an EJB x with methods a() and b() and two clients c1 and c2.
x could be a deployed