[jboss-user] [JBoss Tools (users)] - Re: JBoss aren't getting the newest files

2008-06-25 Thread hvasoares
More information: - Windows vista basic edition - JBoss 4.2.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160704#4160704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160704

[jboss-user] [JBoss Tools (users)] - Re: JBoss aren't getting the newest files

2008-06-25 Thread hvasoares
I'm using jboss tools 2.1.1 GA, I upgraded because the same problems appeared in the last version. I just download the jboss tools zip file, and unpacked it in the eclipse directory, only this, the eclipse edition is europa 3.3.2. To publish I'm type alt+x,r (Run on a server). Of course, the jbos

[jboss-user] [JBoss Tools (users)] - JBoss aren't getting the newest files

2008-06-24 Thread hvasoares
I have, one class, this class has one proprerty: data. I'm writing this for uploading imagens. Local interface import javax.ejb.Local; | | @Local | public interface Upload { | | //seam-gen method | public void upload(); | | public byte[] getData(); |