Re: When Struct 2.3.34 update Struct 2.5.30,the original interface cannot be accessed

2022-09-11 Thread wwyyzz_001
No,I used struts.convention.action.mapallmatches because some people say that 
with this configuration can solve problem.But it doesn't work.
My original struts.xml file (see attachment).


Regards
Mark Wang





----
??: 
   "Struts Users Mailing List"  
  
https://struts.apache.org/plugins/convention/


Regards
-- 
?0?9ukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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

Re: When Struct 2.3.34 update Struct 2.5.30,the original interface cannot be accessed

2022-09-11 Thread wwyyzz_001
 Have you tried to use earlier version of 2.5 and then switch version by 
version?
No,I'll try it later.
 Also do you use the Convention plugin?

Yes,I have defined the followinginxwork-conversion.properties:
wisdom.common.DataTablesInput=wisdom.common.DataTablesConvert


See attachment for source code.


Regards
Mark Wang


----
??: 
   "Struts Users Mailing List"  
  
http://www.lenart.org.pl/

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

Re:When Struct 2.3.34 update Struct 2.5.30,the original interface cannot be accessed

2022-09-09 Thread wwyyzz_001
Thread.java:748) [?:1.8.0_181]
 
  --nbsp;nbsp;--
  
??:
 "Struts Users Mailing 
List"
 https://issues.apache.org/jira/secure/attachment/13049087/struts.xml
  https://issues.apache.org/jira/browse/WW-5222
 
 
  Regards
  --
  ?0?9ukasz
  + 48 606 323 122 http://www.lenart.org.pl/
 
  pt., 9 wrz 2022 o 04:06 wwyyzz_001 <517654...@qq.com.invalidgt; 
napisa?0?0(a):
  gt;
  gt; Dear all:
  gt;
  gt; Use Struct 2.3.34,one interface can invoke by two 
ways,example:
  gt;
  gt; http://localhost:8080/wisdomcampus-gs/loginamp;nbsp; 
can invoke, the interface can also be called under the subdirectory,
  gt;
  gt; 
http://localhost:8080/wisdomcampus-gs/user/loginamp;nbsp;can invoke,result 
is same.
  gt;
  gt; Use Struct 2.5.30,one interface only invoke by one way, 
example:
  gt;
  gt; http://localhost:8080/wisdomcampus-gs/loginamp;nbsp; 
can invoke, the interface can'tamp;nbsp; be called under the subdirectory,
  gt;
  gt; 
http://localhost:8080/wisdomcampus-gs/user/loginamp;nbsp;can't 
amp;nbsp;invoke, return error: No result defined for action 
wisdom.user.action.LoginAction and result success.
  gt;
  gt;
  gt;
  gt;
  gt; Why? How to config in Struct 2.5.30, can realization same 
resultamp;nbsp; in Struct 2.3.34?amp;nbsp; amp;nbsp;
  gt;
  gt; Look forward to your reply,amp;nbsp; 
amp;nbsp;thank you!
  gt;
  gt;
  gt;
  gt;
  gt; Mark wang
 
  -
  To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
  For additional commands, e-mail: user-h...@struts.apache.org

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

?????? When Struct 2.3.34 update Struct 2.5.30,the original interface cannot be accessed

2022-09-09 Thread wwyyzz_001
icationFilterChain.java:166)
 [catalina.jar:8.5.61]
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
 [catalina.jar:8.5.61]
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
 [catalina.jar:8.5.61]
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:544)
 [catalina.jar:8.5.61]
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) 
[catalina.jar:8.5.61]
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) 
[catalina.jar:8.5.61]
at 
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:690)
 [catalina.jar:8.5.61]
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
 [catalina.jar:8.5.61]
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) 
[catalina.jar:8.5.61]
at 
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:616) 
[tomcat-coyote.jar:8.5.61]
at 
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
 [tomcat-coyote.jar:8.5.61]
at 
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:831)
 [tomcat-coyote.jar:8.5.61]
at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1634)
 [tomcat-coyote.jar:8.5.61]
at 
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) 
[tomcat-coyote.jar:8.5.61]
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_181]
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_181]
at 
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
 [tomcat-util.jar:8.5.61]
at java.lang.Thread.run(Thread.java:748) 
[?:1.8.0_181]

----
??: 
   "Struts Users Mailing List"  
  
https://issues.apache.org/jira/secure/attachment/13049087/struts.xml
https://issues.apache.org/jira/browse/WW-5222


Regards
--
?0?9ukasz
+ 48 606 323 122 http://www.lenart.org.pl/

pt., 9 wrz 2022 o 04:06 wwyyzz_001 <517654...@qq.com.invalid napisa?0?0(a):

 Dear all:

 Use Struct 2.3.34,one interface can invoke by two ways,example:

 http://localhost:8080/wisdomcampus-gs/loginnbsp; can invoke, the 
interface can also be called under the subdirectory,

 http://localhost:8080/wisdomcampus-gs/user/loginnbsp;can 
invoke,result is same.

 Use Struct 2.5.30,one interface only invoke by one way, example:

 http://localhost:8080/wisdomcampus-gs/loginnbsp; can invoke, the 
interface can'tnbsp; be called under the subdirectory,

 http://localhost:8080/wisdomcampus-gs/user/loginnbsp;can't 
nbsp;invoke, return error: No result defined for action 
wisdom.user.action.LoginAction and result success.




 Why? How to config in Struct 2.5.30, can realization same resultnbsp; 
in Struct 2.3.34?nbsp; nbsp;

 Look forward to your reply,nbsp; nbsp;thank you!




 Mark wang

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

When Struct 2.3.34 update Struct 2.5.30,the original interface cannot be accessed

2022-09-08 Thread wwyyzz_001
Dear all:

Use Struct 2.3.34,one interface can invoke by two ways,example:

http://localhost:8080/wisdomcampus-gs/login; can invoke, the interface can 
also be called under the subdirectory,

http://localhost:8080/wisdomcampus-gs/user/logincan invoke,result is same.

Use Struct 2.5.30,one interface only invoke by one way, example:

http://localhost:8080/wisdomcampus-gs/login; can invoke, the interface 
can't be called under the subdirectory,

http://localhost:8080/wisdomcampus-gs/user/logincan't invoke, 
return error: No result defined for action wisdom.user.action.LoginAction and 
result success.




Why? How to config in Struct 2.5.30, can realization same result in 
Struct 2.3.34? 

Look forward to your reply, thank you!




Mark wang