Arshad Ali

Greenhorn
+ Follow
since Nov 29, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Arshad Ali

That's works, thanks for reply
14 years ago
Hi All,

I am totally frustrated with the parsing error

MissingFieldException[ The following required field is missing from the launch file: <jnlp>]
at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)


why it is coming when every thing is fine. When i run the application in localhost it worked, but when i change to IP it is giving parsing error.
I tried saving the file through NetBeans , JEdit and also through notepad coshing Unicode UTF 8. here is my jnlp file.




I do not know why is it happening but it is really pissed me off , Or it is bug in web start that poorly process the xml file.
Any help will be appreciated.

14 years ago
Thank for your effort, but that was not my solution , i know how can i configure hibernate shard, but do not know how to configure with spring and did not get any example too. Is it possible or not?
15 years ago
but here only one hibernate xml file is passed , i think i suppose to pass multiple file because each file will be having configuration of different database. if you have any example then please share.
15 years ago
Hi all,
can any one tell me how can i configure spring with hibernate shard? please reply.

cheers
Arshad
15 years ago
the problem is i try to convert from PDT to PST but no result , so i think i need to check if date is in daylight time then perform calculation. let's see.
15 years ago
ok, i am using long numeric date in application and performing calculation. now i want to convert date fron PDT to PST format but it is not working.

Regards,
Arshad
15 years ago
Steve, actually i am using long date in date calculation and passing to mysql DB but i also have to display it properly.
have you any idea?
15 years ago
1.6 update 10 so what shall i use
15 years ago
i tried this and other thing too but no result



any help
15 years ago
give me solution in proper code my friend
15 years ago
so wat is the solution my friend
15 years ago
it is not working
take this example

i set the time Sunday, March 08, 2009 1:00:00 AM and add 1800 seconds it gave me
Sun Mar 08 01:30:00 PST 2009 , but when i set date to Sunday, March 08, 2009 1:30:00 AM
and add 1800 seconds it gave me Sun Mar 08 03:00:00 PDT 2009 . i need help really.

15 years ago
i am surprise to see it .



the output is Sun Mar 08 01:30:00 PST 2009 , but when i try this



the output is Sun Mar 08 03:00:00 PDT 2009

WHY this is happening when i am adding only 30 minute .
I need help. It's urgent

Regards
Arshad
15 years ago