[jboss-user] [JBossWS] - resteasy-maven-import not found

2009-07-08 Thread samwan808
Sorry everyone, since there is no REST group in this forum. And REST is kind of Web Service, therefore I think here is the best place I ask for help. I am trying to install an resteasy example called spring-hibernate, but I encountered the following errors (can't download

[jboss-user] [Installation, Configuration DEPLOYMENT] - resteasy-maven-import not found

2009-07-08 Thread samwan808
Hi, I was trying to install an RESTeasy example, but got some errors. This example I want to install: /usr/resteasy-jaxrs-1.1.GA/examples/spring-hibernate Getting the following errors: spring-hibernate # !mv mvn clean install [INFO] Scanning for projects... Downloading:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: resteasy-maven-import not found

2009-07-08 Thread samwan808
In the link http://www.jboss.org/file-access/default/members/resteasy/freezone/docs/1.1.GA/userguide/html/Maven_and_RESTEasy.html, it said that: | There is also a pom that can be imported so the versions of the individual modules do not have to be specified. Note that maven 2.0.9 is

[jboss-user] [EJB/JBoss] - Communicate between WAR and EJB in separate servers.

2009-06-13 Thread samwan808
Hi, I don't know whether anybody knows in what way how to code WAR application (eg. struts) in Tomcat in one server to communicate with EJB beans in JBOSS which is located in another server? Any links/example is very much appreciated. Thanks View the original post :

[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 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 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] [JNDI/Naming/Network] - Communicate between WAR and EJB in separate servers.

2009-06-12 Thread samwan808
Hi, I don't know whether anybody knows in what way how to code WAR application (eg. struts) in Tomcat in one server to communicate with EJB beans in JBOSS which is located in another server? Any links/example is very much appreciated. Thanks View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Communicate between WAR and EJB in separate servers.

2009-06-12 Thread samwan808
Hi, I don't know whether anybody knows in what way how to code WAR application (eg. struts) in Tomcat in one server to communicate with EJB beans in JBOSS which is located in another server? Any links/example is very much appreciated. Thanks View the original post :

[jboss-user] [JNDI/Naming/Network] - Re: Communicate between WAR and EJB in separate servers.

2009-06-12 Thread samwan808
PeterJ wrote : What version of JBoss AS? | | You will need to include some of the JAR files from the client directory in the WAR file. Which ones you include depends on the AS version, and on what exactly your web app needs. Of course, you could just include all of the JARs from the client

[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] [Installation, Configuration DEPLOYMENT] - Can't install Hibernate tools into Eclipse 3.4.1

2009-06-10 Thread samwan808
Hi, With eclipse 3.4.1, I tried to install Hibernate Tools from JBoss Tools 3.1.0M1-N200906090001-H244 (Development Release) to the eclipse IDE, but it failed with the following errors: Cannot complete the request. See the details. Unsatisfied dependency:

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

2009-06-10 Thread samwan808
Hi, I am new to EJB development for JBOSS (5.0) Can anyone point me to a site that contains EJB tutorial for JBOSS 5? Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236639#4236639 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Remove embedded tomcat from JBoss 5.0

2009-06-10 Thread samwan808
Hi, Can anyone tell me how to disable embedded tomcat in JBoss 5.0? I want to start up a separate tomcat server or service. Your help is much appreciated. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236638#4236638 Reply to the post :

[jboss-user] [EJB 3.0] - Re: EJB3 unit tests, how?

2009-06-10 Thread samwan808
wolfc wrote : You can find the latest stuff here: http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/embedded/ | | You may want to checkout all of trunk and build it. How to check it out? I tried: svn anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk . but got errors: error: