- 
        1. Re: Jboss AS 7 and JDK 5jaikiran Mar 23, 2013 12:01 AM (in response to sammie88)You'll need Java 6 on the client too. EJB client and various other libraries that are used, all require Java 6 
- 
        2. Re: Jboss AS 7 and JDK 5sammie88 Mar 23, 2013 1:53 AM (in response to jaikiran)Thanks Jaikiran. I was afraid of this- my client is on sun webserver 6.1 which at best uses jdk5. Is there any other workaround other than upgrading the sun webserver to one that uses kdk6? Thanks! 
- 
        3. Re: Jboss AS 7 and JDK 5ctomc Mar 23, 2013 1:37 PM (in response to sammie88)1 of 1 people found this helpfulsammie88 wrote: Thanks Jaikiran. I was afraid of this- my client is on sun webserver 6.1 which at best uses jdk5. Is there any other workaround other than upgrading the sun webserver to one that uses kdk6? Thanks! I think only other way would be to expose your ejb via webservices (@WebService) and then consume them on your jdk6 server. -- tomaz 
- 
        4. Re: Jboss AS 7 and JDK 5sammie88 Mar 24, 2013 12:08 PM (in response to ctomc)thanks tomaz-ii havent tried doing a webservice yet but would this eliminate the use of jboss- client. jar on d client side? thanks! 
- 
        5. Re: Jboss AS 7 and JDK 5wdfink Mar 24, 2013 12:49 PM (in response to sammie88)1 of 1 people found this helpfulIf you use webservice for communication you do not need the JBoss client API. There is no need to have the jboss-client.jar in this case. 
- 
        
 
     
     
    