1 2 Previous Next 19 Replies Latest reply on Jun 20, 2007 12:57 AM by aditsu Go to original post
      • 15. Re: JBossCacheIDE 1.0 Released
        xavierpayne2

        Where can I get my hands on the documentation for the 2.0 release? I downloaded the beta 2 release from sourceforge.

        • 16. Re: JBossCacheIDE 1.0 Released
          aditsu

          I installed JBossIDE-JBossCacheIDE-nodeps-2.0.0.Beta2 but I can't seem to do anything with it. I tried setting up a local cache with my own configuration, but it failed with an NPE (and NO stack trace), and the remote cache config seems to require JNDI, but I'm not using anything like that (it's just a standalone app).
          How can I use this plugin?!

          • 17. Re: JBossCacheIDE 1.0 Released
            gurkanerdogdu

            You downloaded no dependency plugin so you got NPE because of library dependency of the plugin.You have to manually put all the libraries that ide requires into the lib folder of the plugin.

            Another solution is that you go downloaded page and download standalone version with dependency.

            IDE supports two use cases:

            1- Viewing of the remote cache in the JBoss AS via jndi name
            2- Managing cache configuration file via creating local cache instance in IDE .

            If you want to view your local cache(not in JBoss AS) in IDE, you have to create new local cache instance in IDE with same group that you wish to inspect.

            I will update IDE according to the final version of the JBoss Cache soon...

            • 18. Re: JBossCacheIDE 1.0 Released
              aditsu

              Thanks for the reply. I downloaded the version with dependencies, and I'm still getting NPE with no stack trace. I'd like to clarify that I'm doing "import new local configuration", and adding some "registered jars" that it may need.
              Why is there no stack trace? How can I possibly tell what's the problem if the only error information is NPE?

              • 19. Re: JBossCacheIDE 1.0 Released
                aditsu

                Oops, I ran eclipse from the command line and I can see the full stack trace in the console now. It's from my code, I'll find a way to fix it.

                1 2 Previous Next