[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-12 Thread samwan808
Hi, I tried to build the bean example CaculatorBean, but there is no build.xml in the directory. twp1:stateless # pwd /usr/java-source/ejb3-tutorial/source/stateless/src/org/jboss/tutorial/stateless twp1:stateless # ls ./ ../ bean/ client/ twp1:stateless # ant Buildfile: build.xml

[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-12 Thread jaikiran
anonymous wrote : /usr/java-source/ejb3-tutorial/source/stateless/src/org/jboss/tutorial/stateless You are in the wrong folder. You should be in: /usr/java-source/ejb3-tutorial/source/stateless/ anonymous wrote : The tutorial page doesn't say anything about how to setup the build process

[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-12 Thread samwan808
jaikiran wrote : anonymous wrote : /usr/java-source/ejb3-tutorial/source/stateless/src/org/jboss/tutorial/stateless | | You are in the wrong folder. You should be in: | | /usr/java-source/ejb3-tutorial/source/stateless/ | | | anonymous wrote : The tutorial page doesn't say

[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-12 Thread jaikiran
anonymous wrote : BUILD FAILED | /usr/java-source/ejb3-tutorial/source/stateless/build.xml:33: /usr/java-source/ejb3-tutorial/source/stateless/${env.JBOSS_HOME}/client not found. See this

[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-12 Thread samwan808
jaikiran wrote : anonymous wrote : BUILD FAILED | | /usr/java-source/ejb3-tutorial/source/stateless/build.xml:33: /usr/java-source/ejb3-tutorial/source/stateless/${env.JBOSS_HOME}/client not found. | | See this

[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-12 Thread samwan808
I found out a problem. Initially I started Jboss5.0 GA with the following command /usr/local/jboss5/bin/run.sh -b 192.168.1.246 After I restart jboss with /usr/local/jboss5/bin/run.sh (without any argument), it listen to localhost 1099. Then the command ant run was executed successfully. May I

[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-12 Thread jaikiran
Make sure your JBossAS-5.x is running View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237237#4237237 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4237237 ___ jboss-user mailing

[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-11 Thread jaikiran
Here http://www.jboss.org/ejb3/docs/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236902#4236902 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236902 ___ jboss-user mailing

[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-11 Thread samwan808
jaikiran wrote : Here http://www.jboss.org/ejb3/docs/ Hi, thanks for the link. Is there a similar tutorial but in eclipse base JBOSS EJB3? I have my JBOSS 5.0 installed in FreeBSD and I want to start a JBoss EJB project from Windows Eclipse 3.4.2. Thus, I may need to IMPORT some files from

[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-11 Thread samwan808
Hi, I take an easy step. I tried to following the EJB3.0 tutorial here: [url] http://www.jboss.org/file-access/default/members/jbossejb3/freezone/docs/tutorial/1.0.7/html_single/index.html#EJB3_TUTORIAL_HOME [/url] but I couldn't find source for org.jboss.tutorial in my JBOSS 5.0 installation

[jboss-user] [EJB/JBoss] - Re: EJB tutorial

2009-06-11 Thread jaikiran
samwan808 wrote : | but I couldn't find source for org.jboss.tutorial in my JBOSS 5.0 installation directory. | | Can anyone tell me where can I download org.jboss.tutorial (with svn co to check)? | | | The source is available at the same location that i pointed earlier