Tagged Questions
0
votes
0answers
13 views
Web Service unavailable after restart Glassfish
now I have this new problem. I´m using Glassfish 3.1.2.2 to host an application that has a Web Service to communicate with another application outside the server, mainly a swing desktop application. ...
0
votes
1answer
42 views
web service test ejb3 passing as Date parameter
My web service looks like
import entities.Expense;
import java.math.BigDecimal;
import java.util.Date;
import javax.ejb.EJB;
import javax.jws.WebService;
import javax.ejb.Stateless;
import ...
0
votes
0answers
112 views
jax-ws servlet client error while accessing jax-ws web service. Both are on localhost Glassfish 3.1.2.2
I am trying to access jax-ws web service through jax-ws servlet client. Both are on localhost Glassfish.
Getting some errors:
User [] from host 127.0.0.1 does not have administration access
And
...
0
votes
1answer
129 views
Cannot Deploy JAX-WS webservice on Glassfish
I have a problem running JAX_WS Webservices with Glassfish application server. Previously, i used to use Apache tomcat which works fine with it. But now, having Glassfish, this problem is preventing ...
2
votes
0answers
80 views
How to know which web service method has been throwing an exception in GlassFish?
The following error message appears in the log file. My web service publishes many methods and this stack trace doesn't show which one was invoked when this exception occurred. There are too many ...
0
votes
1answer
71 views
Glassfish v3 + SOAP, Existing WebService not launching
I didn't make the code, I'm just being asked to help find the problem. I know nothing of SOAP.
A WebService, generated from a WSDL, is running on an old Glassfish v2.
No problem, the service is ...
0
votes
1answer
297 views
Configuring Glassfish 3.1.2 Server to allow PUT, DELETE
I am having a problem configuring my Glassfish 3.1.2 Server to allow PUT, DELETE request for a RESTful webservice created with the Netbeans "Create new RESTful webservice from Database" wizard. ...
0
votes
0answers
74 views
Web services using Axis 2 and jpa
I create a web service with axis 2 and Jpa running on glassfish server 3.1 , the web service is published and i get the wsdl through web browser without any problem , but when i try to invoke a ...
1
vote
1answer
547 views
Getting data through REST webservice gives exception
I'm trying to create a webservice which uses REST to pass on data to a client. I'm now stuck on 2 problems, one on the client side, and one on the server side. I've been trying a lot of things and I ...
1
vote
0answers
206 views
Web Service calls fail with Invalid chunk header on Glassfish 3.1.2.2 + Apache2 + proxy_ajp
I have set up Apache 2.2.16 in front of Glassfish 3.1.2.2 server to provide HTTPS on TCP 443. I am using Apache proxy_http and proxy_ajp modules to relay the requests to Glassfish which is listening ...
0
votes
1answer
190 views
How do you test a Jersey Web Service with Spring using the Jersey Test Framework
I am trying to test my web service using the Jersey Test Framework but what test container factory do you use to test Spring web services? I tried the EmbeddedGlassfishContainerFactory but it keeps ...
1
vote
1answer
97 views
How to count the invocation of Webservices deployed on Glassfish 3.1
How to count the invocation of Webservices deployed on Glassfish 3.1?
Actually I can get what I want at console commands? as following
asadmin get -m "server.applications.hello-jaxws2*" ...
0
votes
1answer
285 views
Glassfish Log4j JNDI: Cannot find appender
I am using Glassfish and I created a JNDI custom resource called log4j that has these properties:
Name: log4j.appender.LOG Value: org.apache.log4j.RollingFileAppender
Name: log4j.appender.LOG.layout ...
0
votes
0answers
45 views
JAXWSBindingExtensionHandler Error
I have simple Webservice1 with one webmethod which will return a String. I added this WSDL Url in another Webservice2 and with one webmethod which will return a String from webservice1.
But its ...
0
votes
2answers
400 views
JAX-WS implementation supporting java.util.List and Collections
I'm looking for an implementation of JAX-WS that supports java.util.List and java.Util.Collections. I need my web service to return and manage collections: I tried Apache Axis2, but it seems to non ...
1
vote
0answers
184 views
Secure SSL Webservices under Glassfish
Hello I'm deploying a webservice (ejb) under Glassfish, I just follow this steps without any result ...
0
votes
0answers
244 views
WebServiceContext injection with JSF is null
I know that is not the first time with a similar issue, anyway even though i have read the related posts the my issue still reamin.
Here my metro webservice
(environment: JAX-WS RI Metro/2.2.0-1, ...
1
vote
0answers
77 views
What windows user does glassfish 3.1 runs as?
I'm trying to execute this from a webservice running on netbeans 7.2 prepackaged glassfish:
void correrMotor() throws InterruptedException {
try {
// Runtime rt = Runtime.getRuntime();
...
0
votes
1answer
51 views
How to reuse/extend closed java webapp (.ear)?
I've got webapp project written in java (.ear).
It is running under glassfish-3 server.
I really have to extend its functonality. but there is no way to change even a line of it.
Is it possible to ...
0
votes
1answer
119 views
Error while deploying several inherited web services on glassfish v3
I try to deploy several web services on glassfish v3. Unfortunatly I get in 6 of 8 tries an error that the bundle doesn't contains an bean.
The strange is that it will work when i try it several ...
0
votes
2answers
472 views
Glassfish webservice high concurrency
When i send about 100 users to my webservice
i get response and web service performs good,but when i check for 1000 concurrent users none of the requests get reply
Am using jmeter for testing.
When ...
2
votes
1answer
188 views
Securing jax-ws service on glassfish 3. Good approaches
I have a jax-ws soap web service (implemented NOT like Session bean) generated in NetBeans from wsdl. Deployed on Glassfish 3.1.2. I want to secure access to it using mutual certificate authentication ...
1
vote
0answers
210 views
Java secure https web service and Transport Security (SSL)
I'm trying web sevice security with Java and Glassfish 3.1: I configured an Hello World web service to run on https listener of Glassfish (on port 8181) by setting "Transport Guarantee" of endpoint of ...
0
votes
0answers
281 views
Deploy web service on Glassfish 3.1.2
I'm trying to deploy a .war archive to Glassfish 3.1.2. The application was developed and built using NetBeans 7.1.2. It contains a web service.
But I face the exception:
...
0
votes
1answer
1k views
How to deploy war file to production glass fish server
I am using eclipse and axis 2 framework. I made a webs service. The service is running fine but it is on local host. Now i have installed glass fish 3.1.2 on my server. And i want to deploy my web ...
2
votes
1answer
151 views
How to count webservice calls?
I would like to know how many times a webservice is invoked (called), which is deployed on glassfish AS 3.1?
Is it possible to know it using JMX interface? if so, what is the ObjectName?
Besides that ...
0
votes
1answer
645 views
Java - glassfish - web service - local file access
I am running a webservice using glassfish server on Ubuntu. The problem is - it is required to access a directory outside of its shared resource. Presently it is giving an error saying "Permission ...
0
votes
1answer
1k views
Invalid Security Header when adding SSL to Web Service
We have a web application that is comprised of various web services that are exposed to our front end development team. We are a small shop so security has never been a concern for us, but we still ...
-1
votes
1answer
120 views
should we always use a EJB to implement a webservice? are there any other ways?
I was going through a Jax-ws sample tutorial, my question is why we should use a EJB to implement a webservice? are there any other ways?
0
votes
0answers
306 views
EntityManager is not injected in WebService
I would like to use the Persistence Manager provided by Glassfish.
The persistence unit works there are log entries with _pu1 login successful when the server starts.
The web service works. I can ...
2
votes
3answers
9k views
Invoke soap webservice returning list of objects from java client with axis
I'm getting mad with webservices.
I have a very simple soap webservice :
@Remote
public interface StudentService
{
public String sayHello();
public List<Student> getStudents();
}
And
...
1
vote
3answers
261 views
How to access a directory in maven web application (java)
I'm working in a Maven web application (Java), Glassfish as web server. I have a directory for example path = Application_name/src/main/webapp. But I need to access the directory as ...
0
votes
0answers
243 views
Thread safety on JAX-WS Web service (metro on glassfish3)
My business tier is impleted on glassfish3 with webservices ontop metro stack.
To handle easily transacations we using a logicalhandler that get's called everytime a single request is made, closed or ...
0
votes
1answer
163 views
Glassfish ClassCastException WebBundleContext and EjbContext
I have been having a hard time getting a simple web service deployed to GlassFish 3.1.1 I keep getting the following exception on deploy:
Caused by: java.lang.ClassCastException: ...
4
votes
3answers
3k views
Java web service method receiving null argument from C# client
I'm working on a Java 6 application server which has a web service for receiving a SOAP messages containing an HL7 message. The Java application runs on Glassfish 3.1. The client is a third-party ...
2
votes
1answer
1k views
JAX-WS Maven and NetBeans
I am using netbeans 7 very successfully with JDK6. I need to add a JAX-WS webservice[ws] interface to my application to consume EJB service already created in the app. Since I moved to maven2 I had no ...
5
votes
1answer
531 views
How do I bind web service to a particular glassfish port?
I have Glassfish 3.1.1 (Metro JAX-WS stack) installation with several http listeners in my domain's virtual server.
When I deploy my EAR, web application and soap services are all bound to all ...
-1
votes
1answer
155 views
glassfish authenticating @Webservice calls
We have a java ee 6 application deployed in glassfish v3.01, we would like to expose some of our EJB's as webservices but we are having trouble securing and authenticating the webservice endpoints. We ...
1
vote
1answer
303 views
Is it possible to publish the original WSDL in the Glassfish 3.1 WebServices?
I started with a WSDL and used wsimport to generate the Java artificats. Then I implemented the WebService and deployed it to a glassfish 3.1. The glassfish takes the java elements and regenerates a ...
0
votes
1answer
1k views
how to deploy web application and web service in glassfish server
I want to deploy web application and web service in a glassfish server . How can I do it?
can I deploy two applications on different port? I can't combine the web application and RESTful web service.
...
1
vote
1answer
511 views
Glassfish 3.1: Cannot find 'View Endpoint' link after deploying a WebService
I wrote a web service and deployed it on Glassfish 3.1 but I am not able to see the link 'View Endpoint' link under 'Action' column. I am using the 'Glassfish 3. 1 Administration Tool' at ...
1
vote
2answers
590 views
store variable in application scope java glassfish
i'm trying to store a number in the applicationscope of a glassfish webservice
the webservice:
@WebService()
public class datacheck {
//TODO 080 disable sql_log in the settings of hibernate
...
1
vote
1answer
573 views
Get Web Service Context Listner in JAX-WS?
When Web Service in loaded for the first time i need it to send a message(it contains the url to access this service) to one of my installed web applications. This web application is keeping track of ...
0
votes
1answer
216 views
What is the point of web services? [closed]
I really don't see the point of making EJB's into web services. The first thing that comes to mind is security. How do I keep the entire world from using my business methods? How would you ...
1
vote
2answers
753 views
Java Web Service under Glassfish 3.0.1 not inserting Chinese characters into MySQL database
I created a web service using NetBeans 6.9.1 running on the Mac OS under Glassfish 3.0.1 app server. It's method takes a String arg of Chinese characters. It inserts the String into a MySQL database ...
0
votes
1answer
1k views
Deploying WAR with CXF in Glassfish V3
I'm trying to deploy a WAR in GF V3 that has CXF as a dependency and I get the following exception:
...
0
votes
1answer
599 views
Java Web Services with GlassFish and Remote Connections
Currently I have a Windows 2008 R2 server. On this server I have installed Glassfish 3.1. On my server, I also have a copy of Netbeans installed. I use Netbeans to develop a web service. I can get ...
1
vote
1answer
574 views
Web Service won't connect to database
I have a java web service which i deploy on glassfish 3. I set up a MySQL DB connection pool to my database which is located on the same server as the glassfish.
If I ping the DB from admin console ...
2
votes
2answers
413 views
“Web Services” Node is absent in GlassFish Server Open Source Edition 3.0.1
I can't see the "Web Services" Node (Menu Item in the Tree-like menu that GF admin console has on its left side) in glassfish's admin console.
Is there a way to enable it in glassfish? Should I ...
0
votes
2answers
584 views
web service with glassfish v3
I am using JSF 2.0, Spring, Hibernate and GlassFish v3 server and I need to make webservice and I am totally new to webservice can anyone suggest what kind of webservice I should go for...



