5 Replies Latest reply on Mar 15, 2004 2:53 AM by beva

    a newbie question

    boyetp

      Hi there,

      I'm a newbie in jboss. Currently I'm using tomcat. I've started looking at jboss because we have a need for EJB and Webservices.

      I just installed the jboss-3.2.1_tomcat-4.1.24 version. But I don't know how ran the examples.
      I tried running http://localhost:8080 but it does seem that there;s an example applicattion that comes with it.

      Can anyone please guide me to a right direction and recommend a good book for JBOSS?

      Do you know where to find a good example for Jboss?
      where I can create simple JSP's and deploy it. I don't know how to do this in JBOSS which is very simple in tomcat.

      And after that, I need to create EJB's and WebServices to be called from a JSP or a servlet.


      I hope somebody can give me some enlightenment.

      Thanks in advance,

        • 1. Re: a newbie question
          ejbnewbie

          check this link out

          http://www.jboss.org/index.html?module=bb&op=viewtopic&t=34561

          hope this helps and is not too late :)

          -peace

          -Fazal.

          • 2. Re: a newbie question
            boyetp

            Thanks Fazal.

            Now at least I have some Idea.

            Can you recomend some books or site where I can look more.
            Because, I have enable the ldap authentication for my web.

            Henry

            • 3. Re: a newbie question
              beva

              I also have a problem. When i install jboss for mysql, and i follow al the steps, i still get an error an my sql. SQL ERROR: SELECT TXID FROM JMS_TRANSITIONS) AND TXOP='A'. I created the table jms_transitions manually, and also the table jms_message. How can i solve this problem

              • 4. Re: a newbie question
                beva

                Sorry, i ment JMS_TRANSACTIONS IN in the previous post

                • 5. Re: a newbie question
                  beva

                  More specific this is the error:

                  Could not resolve uncommited transactions. Message recovery may not be accurate; - nested throwable: (java.sql.SQLException: Syntax error or access violation, message from server: "You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT TXID FROM JMS_TRANSACTIONS) AND TXOP='A'' at line 1")
                  at org.jboss.mq.pm.jdbc2.PersistenceManager.resolveAllUncommitedTXs(PersistenceMan

                  Please help me out