I have developed a web application in the weblogic sever in java 1.4 version but we are getting below error messages.
Please any body help me out the issue.
java.net.MalformedURLException: unknown protocol: https
at java.net.URL.<init>(URL.java:475)
at java.net.URL.<init>(URL.java:371)
at java.net.URL.<init>(URL.java:325)
at __jspPage3_Login3_jsp._jspService(__jspPage3_Login3_jsp.java:73)
at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:54)
at com.evermind.server.http.HttpApplication.serviceJSP(HttpApplication.java:5459)
at com.evermind.server.http.JSPServlet.service(JSPServlet.java:31)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:508)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:177)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:576)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:189)
at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:62)
I very new in Tapestry framework.I don't know how to plugin Jetty,jamstar and maven in eclipse.I am using eclipse 3.3.2 and tapesrty 5.
Is it necessary to plugin in jamstar,Jetty and maven in eclipse to run Tapestry program.Can anybody help to do this.
Sorry for this ,But this is not mean i am forcefully saying you have to solve it .I wrote please anybody solve it .So please don't take wrong meaning.I know we don't pay at all .anyway If you are hurted by my words i saying sorry for that.
hi James Sabre
Actually that code is runing fine its not giving any error .Only its giving error when i try to connect with database.Simple i checked that code in java class its encrypt/decrypt perfectlly.
I thing whole code is not wrong may be some where else i am doing some mistake.please don't say whole program is wrong.Please try to solve and where i am doing wrong.
below that code is runnig fine..
Hi All,
I have one primary key and two foreign key fields in my table. .My question is how to map or write primary key and foreign key fields in hbm.xml file. As per i know in one hbm.xml class having only one id that is primary key or foreign key.