2 Replies Latest reply on Sep 23, 2009 2:21 AM by jaikiran

    Is web application client context useable?

      I have followed http://www.jboss.org/community/wiki/HowtouseanapplicationclientinJBoss-5 and succeed to make my C/S application client boot from JBoss ENC, but we met a big problem:

      1. All jars in Meta.inf is loaded every time from server, no local cache. Less efficient than web start
      2. the Jar loaders report OutOfMemory Excpetion for big JARS

      Must I have to fall back to web start?

        • 1. Re: Is web application client context useable?

          nobody using this feature? :'(

          I afraid that I have to give up

          • 2. Re: Is web application client context useable?
            jaikiran

            Your first post did not contain enough details about the issue, so probably got ignored :)

            Please post the entire exception stacktraces and also the relevant piece of code.

            Also more details on what this means:

            1. All jars in Meta.inf is loaded every time from server, no local cache



            the Jar loaders report OutOfMemory Excpetion for big JARS


            Where? On server or on client? And entire exception stacktrace please.

            Also which exact version of JBossAS and which vendor and version of JDK?


            While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button in the message editor window. Please use the Preview button to ensure that your post is correctly formatted.