Re: Problem with MyEclipse+JDBC Driver

2009-02-13 Thread Eduardo Dela Rosa
Also, check for libraries that you're referencing. You might be having the same libraries with different versions (libx-1.0 and libx-1.1) lying around your build path. Eduardo Dela Rosa On Fri, Feb 13, 2009 at 3:21 PM, Narasimha Raju Naidu wrote: > Hi to all, > > I am ne

Re: Can you set parameters in using in the tag body?

2008-05-08 Thread Eduardo Dela Rosa
rs. Embedding an arbitrary number of params into > the name/value of the submit would not be as elegant. > > > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Eduardo Dela Rosa

Can you set parameters in using in the tag body?

2008-05-07 Thread Eduardo Dela Rosa
plementing ServletRequestAware interface, by the way. Thanks. -- Eduardo Dela Rosa

Re: Why do parameters get applied to all hyperlinks generated by & even after the request is processes?

2008-04-22 Thread Eduardo Dela Rosa
... > > ... > > > in your configuration. > > Have a look here: http://struts.apache.org/2.x/docs/url.html > > I'm pretty certain that will sort you out. > > > On 4/23/08, Eduardo Dela Rosa <[EMAIL PROTECTED]> wrote: > > Hi, > &g

Why do parameters get applied to all hyperlinks generated by & even after the request is processes?

2008-04-22 Thread Eduardo Dela Rosa
main/[EMAIL PROTECTED] This is apparent even when I don't set params in my *logout.action* link. Can someone explain this behavior? Thanks. -- Eduardo Dela Rosa "Make things simple, but not simpler - E=mc2"

Re: java.util.ConcurrentModificationException at IteratorComponent

2008-02-26 Thread Eduardo Dela Rosa
UT will preserve the integrity of the content of the list. On Wed, Feb 27, 2008 at 9:50 AM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- Eduardo Dela Rosa <[EMAIL PROTECTED]> wrote: > > Also, you must be removing or updating object directly inside your list > > object whi

Re: java.util.ConcurrentModificationException at IteratorComponent

2008-02-26 Thread Eduardo Dela Rosa
ruts2.dispatcher.FilterDispatcher.doFilter( > > > FilterDispatcher.java:419) > > >> at > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter( > > > ApplicationFilterChain.java:215) > > >> at org.apache.catalina.core.ApplicationFilterChain.doFilter( > > > ApplicationFilterChain.java:188) > > >> at org.apache.catalina.core.StandardWrapperValve.invoke( > > > StandardWrapperValve.java:210) > > >> at org.apache.catalina.core.StandardContextValve.invoke( > > > StandardContextValve.java:174) > > >> at org.apache.catalina.core.StandardHostValve.invoke( > > > StandardHostValve.java:127) > > >> at org.apache.catalina.valves.ErrorReportValve.invoke( > > > ErrorReportValve.java:117) > > >> at org.apache.catalina.core.StandardEngineValve.invoke( > > > StandardEngineValve.java:108) > > >> at org.apache.catalina.connector.CoyoteAdapter.service( > > > CoyoteAdapter.java:151) > > >> at org.apache.coyote.http11.Http11Processor.process( > > > Http11Processor.java:870) > > >> at > > > > > > org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processCon > > > nection > > > (Http11BaseProtocol.java:665) > > >> at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket( > > > PoolTcpEndpoint.java:528) > > >> at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt( > > > LeaderFollowerWorkerThread.java:81) > > >> at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run( > > > ThreadPool.java:685) > > >> at java.lang.Thread.run(Unknown Source) > > >> I tried with different test plans and with different number of > > > threads/users in my test but basically i get this exception since 50 > > users. > > >> I do the following in my test paln: > > >> Enter to the page > > >> Lookup for some data with an autocompleter > > >> Input another data in a textbox > > >> insert the previous information in a list that is a property of the > > action > > > related to the page( in my code ia have an action per page) > > >> The list is displayed in a in my page using > > >> Delete the item recently added to the list. > > >> By the way my action is in the session. > > >> Maybe the problem is my code, so please i want your opinion about > this > > > situation. I have made another stress test in webapps without struts2 > > and i > > > never had this exception. > > > > > > > > This email and any attachments ("Message") may contain legally > privileged > > and/or confidential information. If you are not the addressee, or if > this > > Message has been addressed to you in error, you are not authorized to > read, > > copy, or distribute it, and we ask that you please delete it (including > all > > copies) and notify the sender by return email. Delivery of this Message > to > > any person other than the intended recipient(s) shall not be deemed a > waiver > > of confidentiality and/or a privilege. > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- Eduardo Dela Rosa