-- 
Weinan Li



On Friday, January 4, 2013 at 10:37 AM, Skriloff, Nicholas wrote:

> Resteasy folks, 
>                I am converting a J2EE application that runs on JBOss 4.0.5 to 
> run on JBOSS 7.1.1 OR EAP6. 
>                Our EJBS are presently from J2ee version 1.3.1. J2EE 1.3  was 
> released September 24, 2001. So our EJBs are 1.1 or 2.0 .  Below is a segment 
> from our properties file.  THEY ARE ALL STATELESS SESSION BEANS.  
> j2ee.version=1.3.1
> j2ee.dir=${lib.dir}/j2sdkee${j2ee.version}
> #j2ee.jar=${j2ee.dir}/lib/j2ee.jar
>                I would rather not do the work of converting all the EJBS to 
> 3.1-- even though it is a good idea-- if I do not have to.  I have already 
> begun some of the work.  However, based on the resteasy examples from 
> http://sourceforge.net/projects/resteasy/files/Resteasy%20JAX-RS/2.3.3.Final/resteasy-jaxrs-2.3.3.Final-all.zip
>   IT LOOKS like all the examples are EJB 3.0 and 3.1.  
>                Will RestEasy 2.3.3 or 2.3.5 even work with EJB 1.1 or 2.0? If 
> so, if you were in my shoes would you bite the bullet and convert all the 
> ejbs or would you try to get RestEasy to work with the present EJB 1.1/2.0 
> environment?
> 
> 
> 

If you are planning to deploy your project on JBoss AS7, then it's more a 
compatible issue of EJB and AS7. I've googled a little bit and see there are 
some migrating issues of using EJB 2.x on AS7. And I didn't find much useful 
information on using EJB1.x on AS7.

I'm not sure if anyone has verified EJB1.x + 2.x + RESTEasy will work on AS7. 
My suggestion is that you can try to build up a small project with older 
version of EJB and RESTEasy and deploy it to AS7 to see if you could manage it 
to work.
 
> 
>  
>  
>  
> Sincerely,
> Nick Skriloff , ME , MCP, SCJP
> Information Technology Specialist
> Darden Information Services
> Voice 434 243 5025  Fax 434 243 2279
> skrilo...@darden.virginia.edu (mailto:skrilo...@darden.virginia.edu)
>  
> 
> 
> ------------------------------------------------------------------------------
> Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
> much more. Get web development skills now with LearnDevNow -
> 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
> SALE $99.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122812
> 
> _______________________________________________
> Resteasy-users mailing list
> Resteasy-users@lists.sourceforge.net 
> (mailto:Resteasy-users@lists.sourceforge.net)
> https://lists.sourceforge.net/lists/listinfo/resteasy-users
> 
> 


------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users

Reply via email to