[java ee programming] Re: GlassFish start problem

2009-09-08 Thread Andreas Johansson
Hi Adem, The error is in the RMI server initialization and it's default port are 1099. Your particular problem seems to be the same as: http://forums.java.net/jive/message.jspa?messageID=346514 Kind Regards Andreas 2009/9/6 Adem Çayır > I try to make some web application. I open a simple web

[java ee programming] Re: Error: Bbookstore1.filters.OrderFilter has unsupported major or minor version numbers...

2009-09-08 Thread miga
On 3 sep, 22:21, "p. stephen wille" wrote: > Anyone else having this prob? > I open the Bookstore1 project, deploy then run, and get the following error > message.  DB is installed,and I can successfully execute SQL statements in > Netbeans. > > Error message from running Bookstore1 > > Deplo

[java ee programming] Re: Build Failed

2009-09-08 Thread miga
On 9 sep, 03:41, Dhwani Patel wrote: > Hello all, > > I was working with Netbeans nicely but i dont know what did i changed [ > think not anything :(  ] that leads now to build failed error while running > any project. I can build it successfully, test it also. But when i hit Run > for any proj

[java ee programming] Re: Populating the Example Dat abase needs password file‏

2009-09-08 Thread miga
On 8 sep, 11:41, peeter brunch wrote: > During the build of Example Database for Bookstore1 project, the build > process requires a password file and to specify it in the > \nbproject\project.properties file. > > Could someone provide the steps to accomplish these requirements for > popuplat

[java ee programming] Build Failed

2009-09-08 Thread Dhwani Patel
Hello all, I was working with Netbeans nicely but i dont know what did i changed [ think not anything :( ] that leads now to build failed error while running any project. I can build it successfully, test it also. But when i hit Run for any project it gives me following error message : deploy?pa

[java ee programming] Net Beans 6.7.1

2009-09-08 Thread charles boyd
I am not sure about your http problem, I am still trying to get the same login for a new project as what is shown. I have deleted and re-installed several times and am now going to try and check if I can get to the web app of Net Beans. This is how it ALWAYS is to begin with do not get discourag

[java ee programming] HTTP Monitor problem

2009-09-08 Thread Henry Ramos
Hello everybody: I need help with using the HTTP Monitor in the "NetBeans IDE Quick Start Guide for Web Applications II". I've turn it on at Window>Debugging>HTTP Server Monitor, and enabled it at Tools>Servers>Enable HTTP Monitor, but when I run the application, it doesn't work. It just appears

[java ee programming] Re: What is resourcebundle?

2009-09-08 Thread Victor
More info on ResourceBundle here 2009/9/8 p. stephen wille > >> Does anyone know what [ResourceBundle] is, such as a data type, object, >> class, or other, and how to identify it? Aside from a brief explanation, >> I'd like to know the correct way

[java ee programming] Re: WAR vs. EAR vs. JAR

2009-09-08 Thread jitesh dundas
Hi, http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Overview4.html http://en.wikipedia.org/wiki/EAR_%28file_format%29 Hope this helps.. Regards, Jitesh Dundas On Sun, Sep 6, 2009 at 5:58 PM, Martin Skurla wrote: > > Hello, > > > I just start with JavaEE but i dont understand the difference betw

[java ee programming] Re: Failure in populating the Example Database

2009-09-08 Thread peeter brunch
Hi Piotr, Thanks for the response. I have search throught my PC but could not find where is the java.exe file. Where does this file resides and if I don't have one, how can I obtain such file? Date: Tue, 8 Sep 2009 09:47:15 +0200 Subject: Re: [java ee programming] Failure in populatin

[java ee programming] Re: WAR vs. EAR vs. JAR

2009-09-08 Thread tebogo...@yahoo.com
the difference is (WAR)-puts your servelets,jsp,html,or xml file that are contained in your web application (EAR)-puts the same and archives both the EJBs and War files in the Enterprice archive. (JAR)-is just a collection of java applications and their classess either created using NetBeans or JG

[java ee programming] Failure in populating the Example Database

2009-09-08 Thread peeter brunch
After typing ant create-tables from the window vista DOS window terminal, I have received the following message: 'java.exe' is not recognize as an internal or external command,operable program or batch file. What have I done wrong? Thanks you. The instruction from the course manual is as