[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread svadu
"[EMAIL PROTECTED]" wrote : Seam 2.0.1.GA is the only one that actually works with JBoss Tools. 2.0.0.GA had other issues like the embedded test container not working well from within eclipse with WTP projects. | | "However I see that the deployer first created a directory jboss-seam-2.0.1.

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread [EMAIL PROTECTED]
As for the started / starting issue, that's a well documented use case. You probably have your server password protected and the piece of code which is checking to see if the server is up or down is not getting the answer it needs because of this. The poller uses JMX. You must set the user / pa

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread [EMAIL PROTECTED]
anonymous wrote : 1: With the patch | It creates the seam folder and puts the seam jar in that folder (Which I then just manually move to the ear root) confirmed. feh. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155375#4155375 Reply to the post : htt

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread whitty69
Sorry if I was vague, as I said I didn't know whether to post here or elsewhere. This all occured whilst fighting with the jboss-seam.jar deployment problem , so I may have missed a few details. I start my server instance from eclipse using either the standard server or the JBoss 'servers' view

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread [EMAIL PROTECTED]
Clicking stop in the console window and terminating the process should automatically set the server's state to "stopped". There is a process listener on the jboss process and once it is terminated the server state should fix itself. View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread [EMAIL PROTECTED]
anonymous wrote : If I use stop from the console and remove the ear from the server, it deletes the contents of the deploy folder apart from my project ear.. what?! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155364#4155364 Reply to the post : htt

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread whitty69
I was struggling with this all day aswell. Decided to do an eclipse update, it offered me wst and after that it seemed to work as expected. I did remove the ear first. I wrote some more info about the eclipse update versions at : http://www.jboss.com/index.html?module=bb&op=viewtopic&t=131331&p

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread paradigmza
I have tried both ways... 1: With the patch It creates the seam folder and puts the seam jar in that folder (Which I then just manually move to the ear root) 2: Without the patch It does not put the Seam Jar into the ear at all. Also, if you look at the "Add and Remove projects" on the Jboss

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread [EMAIL PROTECTED]
Is this with or without the WTP patch ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155260#4155260 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4155260 ___ jboss-user mail

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread paradigmza
Ye, something is still not working with the deployment (I have been following the previos Eclipse Web Tools Bug) 1 : Fresh EE eclipse (winter) 2 : Jboss Tools 2.1.0.GA 3 : Seam 2.0.2SP1 3 : http://in.relation.to/8932.lace It creates a seam folder in the ear and adds the jar there... this of cour

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread [EMAIL PROTECTED]
Seam 2.0.1.GA is the only one that actually works with JBoss Tools. 2.0.0.GA had other issues like the embedded test container not working well from within eclipse with WTP projects. "However I see that the deployer first created a directory jboss-seam-2.0.1.GA.jar and then puts jboss-seam-2.0.

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-02 Thread svadu
Just FYI, the problem with WTP is valid for maven Seam 2.0.0 projects since this version of seam jar doesn't have the descriptors. Mavenized Seam 2.0.1.GA works O.K.! However I see that the deployer first created a directory jboss-seam-2.0.1.GA.jar and then puts jboss-seam-2.0.1.GA.jar in it!