1 2 Previous Next 20 Replies Latest reply on Sep 11, 2003 3:19 PM by rshahinian Go to original post
      • 15. Re: Problem building template example
        rogera

        I meant QuickStart-3.x.pdf of course. And no offence to those volunteers that wrote it.

        • 16. Re: Problem building template example
          rp0428

          The stack trace indicates that the line
          'import test.interfaces.TestBMPEntity' is failing because there is no TestBMPEntity.java file in the test\interfaces directory.

          The only 'template' project I can find to download (as mentioned in the getting started) is 'JBoss.3.0TemplateAndExamples.zip' on the download page at 'http://sourceforge.net/project/showfiles.php?group_id=22866'

          This zip file is missing the TestBMPEntity.java file and is also missing several other class files which are needed to build this example.

          Unless someone knows where to obtain these missing files you will not be able to build this example.

          • 17. Re: Problem building template example
            ubccsdm

            i guess the author was bought by M$ or IBM, so he intensionally misled new starters. :)

            yes, the files are missing. maybe we should write the files by ourselves or cut copy from the book. Any body bought some docs? are they good or just the same?

            • 18. Re: Problem building template example
              hhernandez

              I am having the same problem, The QuickStart.pdf doesn't match with the template examples. I purchased the documentation but it goes to the internals and it doesn't show you how to get started.
              I am considering looking for another product. I had heard a lot about JBOSS but I am starting to get doubts.

              • 19. Re: Problem building template example
                kierone

                Hi,

                If you see the following exception when using the template web-client :-

                Caugth exception: EJBException:; nested exception is: javax.ejb.EJBException: Invalid Value found: user.already.exists

                It is due to a user already having been added once to the db table. Subsequent adds will fail because the same username and password are used and the code throws an exception if a user already exists in the database.

                Restarting jboss will recreate the table - hence why it seems to work first time appserver is started.

                But other than that congrats you are on your way now !

                • 20. Re: Problem building template example
                  rshahinian

                  It means that JBoss 3.0.x versions don't properly implement CMP 2.0 mixing it with previous JAWS persistence.

                  Therefore original (without CMP 2.0 fixes) template project exposed wrong behavior running on that versions. I had JBoss 3.0.7 running before.

                  We got a good luck!

                  1 2 Previous Next