JBoss : error deploy webApp Struts2 + Jquery plugin

2012-07-09 Thread ngald
Hi 
apps struts 2.12 in Jboss5.10/4.2.3  with JQuery plugin ---> error deploy

If I add the plugin Jar in Web-inf/lib (struts2-jquery-plugin-3.3.1.jar ) I
get erre in deploy.
That's ok if I remove the Jar.
The server wait many seconds in the parsing struts-default.xml, it is
visible in the log time.

16:19:42,485 INFO [TomcatDeployment] deploy, ctxPath=/WebApplication1
16:19:42,688 INFO [XmlConfigurationProvider] Parsing configuration file
[struts-default.xml]
...
16:20:03,814 ERROR [[/WebApplication1]] Exception starting filter struts2
Unable to load configuration. - [unknown location]
at
com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:58)
at
org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguration(Dispatcher.java:360)
at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:403)




Caused by: Unable to load
vfszip:/C:/Programmi/EnterprisePlatform-5.1.0/jboss-eap-5.1/jboss-as/server/all/deploy/WebApplication1.war/WEB-INF/lib/struts2-jquery-plugin-3.3.1.jar/struts-plugin.xml
- [unknown location]
at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadConfigurationFiles(XmlConfigurationProvider.java:890)




Caused by: Connection timed out: connect - [unknown location]
at com.opensymphony.xwork2.util.DomHelper.parse(DomHelper.java:115)





Hav you  got some ideas ? 

It's correct in the theory  adding the plugin JAR or is it needed other 
operations  ?

Thank you very much-ngald-


--
View this message in context: 
http://struts.1045723.n5.nabble.com/JBoss-error-deploy-webApp-Struts2-Jquery-plugin-tp5710190.html
Sent from the Struts - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Struts2_Jquery:_plugin : result definition for asynch.

2012-07-11 Thread ngald
Hi

I have a web application maden with struts2.2.x

I'm adding asynchronous function for refresh only 2 fields (says F1, F2) of
the main jsp. The total fields are 50. 
Even F1 F1 are inside a larger FORM for total submit after.
I Use  the plugin for jquery 3.3.1.
The F1 F2  fields are inside a DIV tag, who is the TARGET for the asynch
submit.
The asynch. submit is ok, with tags jquery  or 
the problem is that in the asynch. jsp answer  the fields F1 F2 are added to
the main, so are double and not refreshed.


The questions :
-- how is the struts result definition for "asynch" part ?  the same main
jsp ? Or a new jwp wiht the two field only ?
-- is it possibile annidate form sync (total submit, 50 fields)  with inner
form async.(for refresh F1 F2) ?

thanks  Nicola




--
View this message in context: 
http://struts.1045723.n5.nabble.com/Struts2-Jquery-plugin-result-definition-for-asynch-tp5710211.html
Sent from the Struts - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org