[JBoss-user] [EJB/JBoss] - Transactions with session facade

2005-03-28 Thread beeby
Hi I have a session facade for my entity bean (and MySql DB) and I'm not sure about where to specify my transaction behavior, which will be container managed. Presumably I apply the transaction tags (e.g. RequiresNew) to the method in the Stateless SB (i.e. the session facade) that accesses the

[JBoss-user] [EJB/JBoss] - Re: Ant warning: file modified in the future

2005-02-26 Thread beeby
It turns out my wife has been on my computer (gggrr) and I think the date was set to 26th March instead of 26th February. So even when I modify the JSP files it has no effect because ant is not running them. I created a new directory (with all the same file and sub-directory) names hoping th

[JBoss-user] [EJB/JBoss] - Re: Ant warning: file modified in the future

2005-02-26 Thread beeby
Hi, thanks for replying. I'm on one computer. How do I find the modified time of my files? One other thing, on my antu-virus software it says it was last run on 26 MARCH 2005 i.e. one month out. But its been one month out for a long time even though my computer's time and date is correct (un

[JBoss-user] [EJB/JBoss] - Ant warning: file modified in the future

2005-02-26 Thread beeby
Hi I got these strange message "warning: file 'name of file' modified in the future' for each of my files whilst compiling in Ant. I changed each file and saved (made white space then deleted) and the error messages went away. However, when I make a real change to my JSP or servlet files, it ha

[JBoss-user] [HTTPD, Servlets & JSP] - JSP page can't find servlet

2005-02-14 Thread beeby
Hi I'm building a simple login web app with EJBs, but my initial login page cannot find the loginservlet. As a newbie I'm also not sure where the loginservlet directory is that the login.jsp should be looking for. Do I specify the directory that the loginservlet.java file is in, or the director

[JBoss-user] [Beginners Corner] - Re: eBank error message: ejb.account doesn't exist

2005-02-07 Thread beeby
"khoa" wrote : I have a similar error as well.Could you elaborate on what you did.Thank You. Sure, When you save the Getting Started documentation to your hard drive, you will see that it comes with a folder of additional files. These files need to be dropped into the same directories that your

[JBoss-user] [Persistence & CMP/JBoss] - SQL syntax error: interval bigint etc

2005-01-28 Thread beeby
Ok, I've downloaded the latest Jboss and I'm learning how to move from Hypersonic to Mysql, but I have an SQL syntax error relating to interval bigint etc when I deploy using Mysql. It relates to the fact that interval is a reserved word for Mysql. After searching the forums I saw that some of

[JBoss-user] [Installation & Configuration] - Connecting to Mysql using Getting Started Doc.

2005-01-25 Thread beeby
Hi, I am going through the Getting Started documentation, and am now trying to get MySql to work with cmproster. But I just can't seem to get a connection to MySql. I'm a newbie and don't fully understand how Jboss finds MySql. MySql is set-up in my Program Files directory, so how does JBoss kn

[JBoss-user] [Beginners Corner] - Re: eBank error message: ejb.account doesn't exist

2005-01-13 Thread beeby
ok solved it. Made the stupid error of not unpacking the jboss zip files into the correct directory. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862050#3862050 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862050

[JBoss-user] [Beginners Corner] - eBank error message: ejb.account doesn't exist

2005-01-13 Thread beeby
Hi I'm trying to work through the Duke's Bank application but I'm getting the following error message: package com.sun.ebank.ejb.account does not exist, and many similar error messages follow. Can someone explain where I'm going wrong? Also says see the compiler error output for details. Is th