[jboss-user] [Beginner's Corner] - Re: Please! PLEASE! PLEASE! Just ONE Getting-started exa

2009-09-03 Thread m...@t4p.com
Hmmm. so maybe one more chance for Eclipse then? So I guess I should upgrade Eclipse to 3.5, agreed? If I can roll in a few Eclipse 3.3 projects, it might be worth trying. I have a hard time finding stuff to download in the JBoss sites, can you guyz please guide me to A) the latest stable

[jboss-user] [Beginner's Corner] - Re: Please! PLEASE! PLEASE! Just ONE Getting-started exa

2009-09-03 Thread m...@t4p.com
Just to be clear, is JBoss Tools the open-source stuff or the pay-to-play stuff? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4253221#4253221 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4253221

[jboss-user] [Beginner's Corner] - Re: Please! PLEASE! PLEASE! Just ONE Getting-started exa

2009-09-02 Thread m...@t4p.com
Oh, there is no need to apologize about assuming something :-) I am just letting you know that the example I am trying to run is simple enough that there is not much to do wrong. Your idea about the conflicts sounds very possible. The deployed WAR file is at

[jboss-user] [Beginner's Corner] - Re: Please! PLEASE! PLEASE! Just ONE Getting-started exa

2009-09-02 Thread m...@t4p.com
I have tried using JBoss/J2EE development under Eclipse, and had many many problems. I don't have the buckets of money to pay for JBoss Tools subscriptions. Do you know of any open-source options under Eclipse? The stuff I tried to use about a year back was very unusable (the open-source

[jboss-user] [Beginner's Corner] - Re: Please! PLEASE! PLEASE! Just ONE Getting-started exa

2009-09-02 Thread m...@t4p.com
Wolfgang Knauf wrote : Hi, | | I think you should remove all three files from WEB-INF\lib of the WAR. | | The JBoss ones are found at those locations: | -ejb3-persistence.jar = common\lib | -el-api.jar = common\lib | , jsf-api.jar = server\default\deploy\jbossweb.sar\jsf-libs |

[jboss-user] [Beginner's Corner] - Re: Please! PLEASE! PLEASE! Just ONE Getting-started exa

2009-09-01 Thread m...@t4p.com
I added them to resolve missing symbols. I'll try to get them excluded from the build. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252734#4252734 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252734

[jboss-user] [Beginner's Corner] - Re: Please! PLEASE! PLEASE! Just ONE Getting-started exa

2009-09-01 Thread m...@t4p.com
I removed the offending JARs, but then the project does not build. But this time I found JAR files that satisfy the build which are actually a part of the JBoss 5.1 installation, so I hope they are correct ones to use. However, I still get deploy errors. The new code, including the WAR file

[jboss-user] [Beginner's Corner] - Re: Please! PLEASE! PLEASE! Just ONE Getting-started exa

2009-09-01 Thread m...@t4p.com
Yes, it is there View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252771#4252771 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252771 ___ jboss-user mailing list

[jboss-user] [Beginner's Corner] - Re: Please! PLEASE! PLEASE! Just ONE Getting-started exa

2009-09-01 Thread m...@t4p.com
The only libraries included are... A) the JBoss runtime libraries which are automatically included by selecting JBoss when the project is first created, and B) the bare minimum extra jar files needed to make build errors go away, all chosen from the jar files in the JBoss installation itself.