[jboss-user] [Installation, Configuration Deployment] - Deploy without building archives

2007-06-18 Thread Schludi
Hello, i am trying to deploy an application without building an archive. When I copy a packed WAR-archive to the deploy-directory, the hot deployment service is creating a directory tmp/deploy. I've deployed a running archive to the deploy directory and copied the created TMP-Directory from

[jboss-user] [Installation, Configuration Deployment] - Re: Unable to set JBoss server from within Eclipse.

2007-06-18 Thread Schludi
Hello i am using Eclipse WTP (Web Toolkit Project) with JBoss 4.0.5.GA, that works great. Maybe that would help you? Best regards View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055145#4055145 Reply to the post :

[jboss-user] [Beginners Corner] - Context an Deployment of uncompiled apps (only dir)

2007-06-18 Thread Schludi
Hello! I am trying to deploy an old Tomcat application to JBoss and have some problems. The first problem is, that i have no archives but an directory which needs to be copied. That leads to a hot deployment error - is the /deploy dir only accepting compiled archives? The second problem

[jboss-user] [Installation, Configuration Deployment] - Re: Deploy without building archives

2007-06-18 Thread Schludi
Okay i have forgotten to add the extension application.war to the directory View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055210#4055210 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055210

[jboss-user] [Installation, Configuration Deployment] - Re: JBossIDE and XDoclet

2007-06-18 Thread Schludi
Hello i had the same problems too. Some sales-persons on the CeBIT told me that XDoclet ist depricated and replaced by annotations. So when you are going to develop a new Web Application you better should use this kind. If you need XDoclet for older application there are some IDE-independent

[jboss-user] [JBossWS] - No service endpoint generated?

2007-04-17 Thread Schludi
Hello i have the following maven-Script added to my pom.xml which starts wstools with an ANT-Task: | | artifactIdmaven-antrun-plugin/artifactId | executions | execution | idantTask/id |

[jboss-user] [JBossWS] - Maven2, XDoclet and JBossWS (no webservices shown)

2007-04-11 Thread Schludi
Hello I have a question. I only want to deploy an EJB written in XDoclet (i know about annotations, but need to publish webservices of an existing project written with XDoclet) which is displayed under http://localhost:8080/jbossws/services I am using Maven2 and XDoclet. I will post the