[jboss-user] [Installation, Configuration Deployment] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-11-17 Thread arunarun
remove xml api jar and xceres jar from webinf.it should work if not then remove servlet api also from webinfi folder then it will work View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266201#4266201 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-27 Thread jaikiran
anonymous wrote : I searched for userValidation in all xml files It's not userValidation. It's useValidation. In my other post i have also mentioned the file and its location : anonymous wrote : For example, in the %JBOSS_HOME%/server/ serverName/deployers/ear-deployer-jboss-beans.xml you

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-27 Thread jboss_user200
Thanks for your reply. I changed it.. but now I get following exception , any help? | 10:57:10,470 INFO [NativeServerConfig] 3.0.5.GA | 10:57:15,236 ERROR [AbstractKernelController] Error installing to Parse: name=vfsfile:/C:/software/jboss-5.0.1.GA/server/default/deploy/petclinic.war/

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-27 Thread jboss_user200
in ApplicationContext-hibernate.xml the line# 18 is context:property-placeholder location=classpath:jdbc.properties/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221590#4221590 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-27 Thread jboss_user200
jdbc.properties include | # Common Settings | | hibernate.generate_statistics=true | hibernate.show_sql=true | jpa.showSql=true | | # MySQL Settings -- remote mysql db connection properties | | jdbc.driverClassName=com.mysql.jdbc.Driver |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-27 Thread jboss_user200
I found following link but did not help... http://www.jboss.com/index.html?module=bbop=viewtopicp=4161073#4161073[/url] View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221600#4221600 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-26 Thread jboss_user200
http://forum.springframework.org/showthread.php?p=233520posted=1 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221365#4221365 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221365

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-26 Thread jaikiran
jboss_user200 wrote : http://forum.springframework.org/showthread.php?p=233520posted=1 | ... | The problem is that JBoss deployer sometimes tries to parse xml files even if it makes no sense at all (why should JBoss ever try to parse Spring contexts?). For example - I noticed that he tries

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-26 Thread jaikiran
But do note that the reason you are seeing the exception is because there's something wrong with the xml in your application (as Wolfgang already mentioned). So disabling validation is just a workaround. The actual fix is to fix the xml. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-26 Thread jboss_user200
Thank you for your reply. I will try suggested solution. But if Spring is the problem, then why the EXACT same war file work with tomcat 5.x ? why doesn't tomcat also generate that error. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221391#4221391 Reply

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-26 Thread jboss_user200
thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221392#4221392 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221392 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-26 Thread jboss_user200
ok, got it after reading your other post View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221393#4221393 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221393 ___ jboss-user mailing

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-26 Thread jboss_user200
sorry for flooding, I can't edit or delete post! I am using jboss 5.0.1.GA. and I searched for userValidation in all xml files I have under jboss home, and find no results. still the same problem View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221396#4221396

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-12 Thread Wolfgang Knauf
Hi, it seems that http://www.springframework.org/dtd/spring-beans.dtd is actually invalid/not well formed, and thus JBoss cannot parse/validate the file. I think the DTD is missing the XML header: ?xml version='1.0' encoding='UTF-8' ? So you should post your question in the spring forums. Or

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-11 Thread dannyatpolonious
I got a same problem. I'm using jboss-5.0.1.GA, my war file includes spring framework 2.0.7. but I can deploy this war file to tomcat 5/6 or jboss-4.2.3.GA. here is the error message: | 14:53:03,450 WARN [JBossEntityResolver] Trying to resolve systemId as a non-file URL:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-03 Thread charliebarjel
Here is the exception stacktrace: | 2009-03-03 08:44:06,404 WARN [org.jboss.util.xml.JBossEntityResolver] (main) Trying to resolve systemId as a non-file URL: http://www.springframework.org/schema/beans/spring-beans-2.5.xsd | 2009-03-03 08:44:18,419 DEBUG

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-02 Thread jaikiran
Please post the entire exception stacktrace. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4214387#4214387 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4214387 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-02 Thread jaikiran
While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button in the message editor window. Please use the Preview button to ensure that your post is correctly formatted. View the original post :