Gabriel Smith

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

Recent posts by Gabriel Smith

AnyOne integrated jboss with jetty?? follow instructions from the jetty oficial page i have an incomplete deploy of the server.
17 years ago
Hi, i'm tring to update de tomcat version in a jboss 4.0.0 but i have problems with a few stuff, for example on the deploy of the archive webserver-xmbean.xml in META-INF and the jsf-libs.

Can any one help me with this??

Thanks
17 years ago
Hi, i'm tring to startup my jboss server but in the end of the process an exception appear...

2007-03-14 15:26:06,170 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing:

--- MBeans waiting for other MBeans ---
ObjectName: jboss.ws:service=WebServiceDeployerJSE
State: FAILED
Reason: java.lang.IllegalArgumentException: Unable to find operation addOperationInterceptor(org.jboss.mx.interceptor.Interceptor)
I Depend On:
jboss.web:service=WebServer
Depends On Me:
jboss.ws:service=WebServiceDeployerNestedJSE

ObjectName: jboss.ws:service=WebServiceDeployerNestedJSE
State: CONFIGURED
I Depend On:
jboss.system:service=MainDeployer
jboss.ws:service=WebServiceDeployerJSE

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.ws:service=WebServiceDeployerJSE
State: FAILED
Reason: java.lang.IllegalArgumentException: Unable to find operation addOperationInterceptor(org.jboss.mx.interceptor.Interceptor)
I Depend On:
jboss.web:service=WebServer
Depends On Me:
jboss.ws:service=WebServiceDeployerNestedJSE
er with jetty but i have the following exception:

I'm using jboss-4.0.4.GA and jetty-5.1.12-jboss-4.0.2.sar with jdk1.4/jdk1.5/jdk1.6 (various test) ... when the server startup the exception appear in the log file but if i look the manager page of jboss it's apper even the jetty manager page (without any images or well form).

Can anyone help me with this problem?
[ March 14, 2007: Message edited by: Gabriel Smith ]
17 years ago
I'm tring to connect to a web services how are published in a web server (tomcat) which need to use an SSL connection... i don't know how to set up the certificate for make the connection in the java code of my client class... thanks for any help.
18 years ago
I'm using axis to create my web services but i don't know how to use the ant tag for axis... can anyone help with that?....maybe an build.xml example???
I'm using JBOss and i trying to invoca an EJB from a client houses on eclipse but an error occurr...

javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial

Why this could be???....

I have setting all the client jar's of jboss in my project properties...

Please any body can help me???

Thanks you...
Hi guys...

I have a problem with the techologies that i'm using to develop my project....

- Axis: i'm using axis to make Web Services but i have a throble, i want that the web sevice get to response an java object but in that point i have an exception, because the class doesn't be serializer, i don't know how to make this class serializer (there are two methods that i don't know configure), is that no enougth if the class is serializable???...