[JBoss-user] [JBoss Getting Started Documentation] - Web services : Class not found com.jboss.ebank.ArrayOf_xsd_s

2004-10-22 Thread Cugnonr
I have followed your tutorial about Web services in your "Getting started" guide for 
JBoss 4.0.0

When I start the Web service client, I receive this error message on the first line :

[java] 2004-10-22 08:00:23,765 WARN 
org.jboss.webservice.deployment.TypeMappingDescription[main] - Class not found: 
com.jboss.ebank.ArrayOf_xsd_string.

Except this error message, I receive the output mentionned in you tutorial.

This seems to be a mapping problem betwen XML type and Java type.
How can I resolve this problem?
I it a problem in the jaxrpc libraries?

I work with JDK 1.4 and JBoss 4.0.0.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852296#3852296

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852296


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: dukebank throws RunTime Exception after deployment (Solu

2004-10-20 Thread Cugnonr
Go to topic 

http://www.jboss.org/index.html?module=bb&op=viewtopic&t=55468

for one possible solution.

Rudy CUGNON

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852119#3852119

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852119


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: problem on connection /bank/main : Solution

2004-10-20 Thread Cugnonr
Go to topic 

http://www.jboss.org/index.html?module=bb&op=viewtopic&t=55468

for one possible solution.

Rudy CUGNON

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852118#3852118

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852118


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: Getting started with JBoss 4.0 : Jasper Exception on ope

2004-10-20 Thread Cugnonr
Found the source of this problem : wrong version of JSTL installed (1.0 instead of 
1.1).

JBoss 4.0.0 comes with Tomcat 5.x and requires JSTL library version 1.1.

Download JSTL from 

http://apache.scarlet.be/jakarta/taglibs/standard/

NOT FROM 
http://apache.scarlet.be/jakarta/taglibs/standard-1.0/

I think that a bad link was put on the JSTL library 1.1 on Jakarta site...

Install the two jars as mentionned in the tutorial. 
Rebuild your application (compile + packaging).
Redeploy (JBoss will automaticaly reload the new version of application).

Everything should work now.

Rudy CUGNON



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852116#3852116

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852116


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Getting started with JBoss 4.0 : Jasper Exception on opening

2004-10-19 Thread Cugnonr
I followed your tutorial "Getting started" for JBoss 4 and everything goes ok until 
the access to the page localhost:8080/bank/main.

I receive a blank page in my browser and this exception from Jasper :

07:23:21,862 ERROR [Engine] ApplicationDispatcher[/bank] Servlet.service() for servlet 
jsp threw exception
org.apache.jasper.JasperException: /logon2.jsp(1,1) L'uri absolue: 
http://java.sun.com/jsp/jstl/core ne peut ÃÂtre rÃÂsolu
hier web.xml ou dans les fichiers jar dÃÂployÃÂs avec cette application

I have seen two other topics in this forum decribing the same problem without solution:

http://www.jboss.org/index.html?module=bb&op=viewtopic&t=55089
http://jboss.org/index.html?module=bb&op=viewtopic&t=54861 

I have installed the last version of JSTL files jstl.jar and standard.jar
These two files are well deployed and they are in the 
jboss-4.0.0/server/default/tmp/deploy/tmp...JBoss-DukeBank.ear-contents/web-client-exp.war/WEB-INF/lib
 after deployment.

I'm using JDK 1.4 and jboss 4.0.0 + the patch for Tomcat
I have done the same tutorial with JBoss 3.2.x a few weeks ago without problems. 

Could you help us to understand what is the problem?
Thanks!  Rudy CUGNON

Here is the full logging of the server (one part of my environment is in french. This 
is the reason of french messages in the logging) :

07:23:05,639 INFO  [EARDeployer] Init J2EE application: 
file:/C:/jboss-4.0.0/server/default/deploy/JBossDukesBank.ear
07:23:12,859 INFO  [EjbModule] Deploying CustomerBean
07:23:13,200 INFO  [EjbModule] Deploying AccountBean
07:23:13,220 INFO  [EjbModule] Deploying TxBean
07:23:13,240 INFO  [EjbModule] Deploying AccountControllerBean
07:23:13,350 INFO  [EjbModule] Deploying CustomerControllerBean
07:23:13,370 INFO  [EjbModule] Deploying TxControllerBean
07:23:14,381 INFO  [EJBDeployer] Deployed: 
file:/C:/jboss-4.0.0/server/default/tmp/deploy/tmp45748JBossDukesBank.ear-con
jb.jar
07:23:14,592 INFO  [TomcatDeployer] deploy, ctxPath=/bank, 
warUrl=file:/C:/jboss-4.0.0/server/default/tmp/deploy/tmp4574
ank.ear-contents/web-client-exp.war/
07:23:16,925 INFO  [EARDeployer] Started J2EE application: 
file:/C:/jboss-4.0.0/server/default/deploy/JBossDukesBank.ear
07:23:17,346 INFO  [Http11Protocol] DÃÂmarrage de Coyote HTTP/1.1 sur 
http-0.0.0.0-8080
07:23:17,726 INFO  [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009
07:23:17,736 INFO  [JkMain] Jk running ID=0 time=0/110  config=null
07:23:17,806 INFO  [Server] JBoss (MX MicroKernel) [4.0.0 (build: CVSTag=JBoss_4_0_0 
date=200409200418)] Started in 1m:1
07:23:21,862 ERROR [Engine] ApplicationDispatcher[/bank] Servlet.service() for servlet 
jsp threw exception
org.apache.jasper.JasperException: /logon2.jsp(1,1) L'uri absolue: 
http://java.sun.com/jsp/jstl/core ne peut ÃÂtre rÃÂsolu
hier web.xml ou dans les fichiers jar dÃÂployÃÂs avec cette application
at 
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39)
at 
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:409)
at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:90)
at org.apache.jasper.compiler.Parser.processIncludeDirective(Parser.java:339)
at org.apache.jasper.compiler.Parser.addInclude(Parser.java:390)
at org.apache.jasper.compiler.Parser.parse(Parser.java:123)
at 
org.apache.jasper.compiler.ParserController.doParse(ParserController.java:220)
at org.apache.jasper.compiler.ParserController.parse(ParserController.java:101)
at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:203)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:470)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
at 
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:704)
at 
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:474)
at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:409)
at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312)
at 
org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:220)
at 
org.apache.c

[JBoss-user] [JBoss Getting Started Documentation] - JBoss shutdown when exiting HSql database manager.

2004-10-13 Thread Cugnonr
I was busy with your tutorial "Getting started" about JBoss 4.0
Something strange happens : I can start HSql Database manager tool but when I leave 
this program, the server shutdown...

I have installed a new JBoss 4.0 from Zip file in another directory, started the 
server and then tried to start Hsql Database Manager without changing anything at the 
original configuration files. Again, JBoss shutdown when leaving HSql database manager.

1) Unzip JBoss in c:\JBoss-4.x.x directory
2) Starting JBoss by "Run" command (waiting startup completion).
3) Starting HSql database manager (til now everything is OK).
4) Leaving HSql database Manager -> JBoss shutdown without reason.

Do you have an explanation for this? 
Do I have missed something in the guide?
I'm running with the last version of Sun J2EE SDK 1.4.

Thanks for your answer.

Rudy CUGNON

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851339#3851339

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851339


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user