Pavel,

If, on production, you will be running web container on another box, 
you're right that you can't use local interfaces, and you will need 
those remote interfaces in your war.

Until this 3.0 bug is resolved
http://sourceforge.net/tracker/index.php?func=detail&aid=548668&group_id=22866&atid=376685

you will have to either:
1) develop withOUT the remote interfaces in your war, OR
2) develop with war deployed in one jvm instance and ejb's in another 
(kind of a pain but models your production environment more closely)

David

--

Pavel Kolesnikov wrote:
> On Thu, 25 Apr 2002, David Ward wrote:
> 
> 
>>I'm assuming your using the jbossrc1-tomcat4 bundle, and further 
>>guessing your hitting a bug I and others have found but I have yet to 
>>report at sourceforge (will today, I promise!).
>>
>>If my guess is correct, you have your home and remote interface classes 
> 
> 
> Your guess is excellent, thanks a lot.
> 
> 
>>As a side note, if in fact you are using 3.0, why aren't you using local 
>>interfaces?
> 
> 
> Two reasons:
> 
> 1, I've started to write my beans under 2.4, I'm just switching
>    to 3.0 and I haven't done all changes I want to 
> 2, web container is supposed to run on another machine than JBoss
>    in production environment
> 
> I hope it makes sense.
> 
> Pavel
> 



-- 

---------------------
David Ward
[EMAIL PROTECTED]
http://www.dotech.com


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to