-1
votes
1answer
75 views
java 6 web services share domain specific classes between server and client
Hi all,
Context:
Considering below defined Engine class being parameter of some webservice method. As we have both server and client in java we may have some benefits (???) in …
0
votes
0answers
47 views
Webservice Read Timeout
All,
I am calling a web service deployed on jboss using java annotations (javax.jws.web*) exposing a single method. In my web.xml I have the following code appended before the end …
0
votes
1answer
45 views
Java Web Start: unsigned cglib
I am using hibernate on the server side with a client application started via Java Web Start.
I can't sign the jars (I'd like to but I can't). I get a permission exception when I g …
0
votes
4answers
500 views
How to embed Java Web Start (with jnlp) application on google?
Hey All.
I have created some simple app in Java, and 'deployed' it using Java Web Start (and jnlp) on my local machine. Now I would like to put it on the web, to have some feedback …
0
votes
1answer
41 views
Possible to launch JWS applet within browser instead of standalone?
Is it possible to embed an applet in HTML so that it will be displayed within the browser window yet launched through Java Web Start via a JNLP file instead of using the browser's …
1
vote
1answer
35 views
Authenticating a Java Web Start Client App
I have a Java Web Start Application which communicates against my server via a web service (over https).
I want to restrict the usage of the webservice to my app only, so that 3rd …
0
votes
1answer
41 views
JavaWebStart app randomly fails
Hi
I have a JAR signed with a self-signed certificate and deployed by JWS.
It usually runs ok (most of the times) but sometimes fails which is quite annoying, It shows the splashs …
0
votes
3answers
88 views
Invalid byte 1 of 1 utf-8 sequence in vb.net
From my Windows Service I am passing a well-formed XML string to a Java Web Service.
The Java Web Service will process the data and return me a status code. Though I am passing a …
1
vote
0answers
153 views
JWS JNLP no Desktop Icon on Mac
I seem to be having a problem getting the icon for a Java Web Start program to appear on the Mac desktop, or under "Applications". The icon's and menu's are created and work proper …
0
votes
1answer
122 views
Using Netbeans to design GUIs and the ability to start with Web Start.
I designed a GUI program using Netbeans 6.5 on a computer running Vista. I uploaded it to my server and tested out the web start. It worked fine.
Later when using a Mac, it was …
2
votes
5answers
2k views
Problem using JConsole remotely with JBoss 4.2.2 with app that uses JWS
I am trying to set up JBoss 4.2.2 and JConsole for remote monitoring. As per many of the how-to's I have found on the web to do this you need to enable jmxremote by setting the fo …
1
vote
1answer
85 views
How can I access the classes loaded by Java Web Start when dynamically compiling code?
I am dynamically compiling code in my client application. When I start the application with Java Web Start I get an exception. The exception only occurs when it is run through Java …
