Hey, I'm still trying to do a web service on JBoss 5.1.
I installed(set JBOSS_HOME, run run.bat) now a fresh copy of JBoss-5.1.0-GA-jdk6 (windows xp). In the log I see:
09:00:49,770 INFO [NativeServerConfig] JBoss Web Services - Stack Native Core
09:00:49,770 INFO [NativeServerConfig] 3.1.2.GA
And after it is started:
org.jboss.deployers.spi.DeploymentException: Exception determining structure: AbstractVFSDeployment(WebServiceProjectEAR.ear)
Caused by: java.lang.RuntimeException: Error determining structure: WebServiceProjectEAR.ear
aused by: java.lang.RuntimeException: WebServiceProject.war module listed in application.xml does not exist within
........
And when I stop the server:
09:08:18,222 ERROR [ProfileDeployAction] Error when uninstalling profile: org.jboss.system.tools.ProfileServiceDeploymentRepositoryAdapter$DeploymentScannerProfile@12561dc
java.lang.IllegalStateException: Deployers are shutdown
....
When I try to make a Web Service in Eclipse - bottom up java bean :
There is a project name and a EAR project name. The EAR project name is set to a old web service project, which I shouldn't exist anymore.
Could this be a problem ? And I don't know where it gets the WebServiceProject -- EAR ?
Error: Could not generate. (use --show-traces to see full traces)
Error: org/jboss/wsf/spi/deployment/UnifiedVirtualFile
Any idea ?
I was reading http://community.jboss.org/message/548723#548723. Should i delete the jbossws-deployer&co files ?
Somewhere is read about a class-loader problem ?!
I tried the http://docs.jboss.org/jbossas/docs/Server_Configuration_Guide/beta500/html/ch05s25s01.html approach too. I get just:
09:01:40,490 INFO [TomcatDeployment] deploy, ctxPath=/echo
09:01:40,537 WARNING [config] Unable to process deployment descriptor for context '/echo'
09:01:40,537 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/echo'
And nothing works ...
PLEASE HELP!