Re: [OT] Re: Overwriting convention plugin classes (2.1.6)

2009-06-07 Thread Jerome ROBERT
Musachy, The example was already there, but i failed making it work. My custom ActionConfigBuilder class is simply ignored, and looking at the code i failed in finding where "struts.convention.actionConfigBuilder" is injected. (bad day, way too much failure for one man.) That's why i began to think

Overwriting convention plugin classes (2.1.6)

2009-06-07 Thread Jerome ROBERT
ntation. I tried to do so but it seems it has not effect, the value is simply ignored (i could not find references to this constant in the source code either.) am I missing something ? Jerome.

Re: Problem with Jboss 4.2.3.GA and convention plug-in 2.1.6

2009-02-21 Thread Jerome ROBERT
rkup > > The methods getPackageLocatorTest, getPackageFinderTest create some > anonymous classes, that are the ones that define if a class will be > treated as an action or not. Put breakpoints there, and see why the > jboss classes are getting accepted. > > musachy > >

Re: Problem with Jboss 4.2.3.GA and convention plug-in 2.1.6

2009-02-21 Thread Jerome ROBERT
ssity to "hide" stack traces. Best regards Jérôme ROBERT 2009/2/20 Vogel,Chris > Jerome, > > I found your thread about this in one of the various mail archive sites. I > was wondering if you had come to any resolution of this. We are > experiencing the same exception in

Re: Problem with Jboss 4.2.3.GA and convention plug-in 2.1.6

2009-02-08 Thread Jerome ROBERT
Jar scanning is disabled (at least i haven't enabled it...). I'm gonna try some debuging on the server. I think i should put a breakpoint in the struts filter in order to see what's going on. As far as you know is there something i should look at more specifically ?

Re: Problem with Jboss 4.2.3.GA and convention plug-in 2.1.6

2009-02-08 Thread Jerome ROBERT
@Musachy In fact, no error appears in the "TRACE", by simply looking at the traces you asked me to activate... everything seems Ok ! and it probably is, beacause what I did not see at first is that in spite of the bunch of exceptions that rise my "helloWorld" application is working ! The problem

Re: Problem with Jboss 4.2.3.GA and convention plug-in 2.1.6

2009-02-08 Thread Jerome ROBERT
rverILServlet.class ???) which are default jboss elements since the server is "out of the box". I have also tried to use the "struts.convention.package.locators.basePackage" parameter hoping that it would prevent the plugin from trying to load classes from packages not located in my application... but it still does not work. Jerome.

Re: Problem with Jboss 4.2.3.GA and convention plug-in 2.1.6

2009-02-08 Thread Jerome ROBERT
I turned logging level to "TRACE" but it does not tell me much... 16:45:19,977 DEBUG [XmlConfigurationProvider] Loading action configurations from: struts-default.xml 16:45:20,387 DEBUG [XmlConfigurationProvider] Loaded action configuration from: struts-default.xml 16:45:20,407 INFO [XmlConfigu

Re: Problem with Jboss 4.2.3.GA and convention plug-in 2.1.6

2009-02-08 Thread Jerome ROBERT
Hello, just as you suggested i tried to enable debug information by setting (in jboss-log4j.xml) : and then i deployed a tiny application with a single HelloWorld (how original!) action and the convention plug-in in it. I still get this weird exception (see below) a

Problem with Jboss 4.2.3.GA and convention plug-in 2.1.6

2009-02-07 Thread Jerome ROBERT
below just by deploying an unmodifided struts blank application (struts2-blank-2.1.6.war) in which i just dropped the convention plug-in... any ideas of what's going on ? Thank you in advance. (I apologize for my terrible english) Jerome. 22:31:28,260 INFO [XmlConfigurationProvider] Pa

How to show html generated files?

2008-04-10 Thread Jerome
Hi all i'm using Struts to make a web interface for a bioinformatic application developed here. With Struts i can check out the validity of the input data, control the job running on our cluster, and get back the result. Here is my problem: the result are made of various html files. How can i

Réf. : Search on file contents using struts

2007-03-30 Thread Jerome Delamare
Hi Saranya, Use a specific API like lucene http://lucene.apache.org/ jerome.

Re: Application Modules

2006-12-13 Thread Jerome Gagner
Don't need to include the .do in html:link On 12/13/06, Jon Wynacht <[EMAIL PROTECTED]> wrote: Hi, I am implementing modules in my application and I want to know the best way to do that in terms of how I want the application to behave. This may or may not be possible but bear with me... My app

Re: Performance of my code

2006-10-24 Thread Jerome Gagner
Unused variables: Use and IDE like Eclipse or IDEA. They both have rule checking. Maven also has a plugin for this. In terms of performance, I'd look for a Java profiler. I've personally had very good experiences with Yourkit (www.yourkit.com) On 10/24/06, Daniel Chacón Sánchez <[EMAIL PROTECTE

Re: why hardcode the path of web.xml?

2006-10-18 Thread Jerome Gagner
If you are using the resin-specific configuration options, you should just separate that out into a resin-conf.xml. What larry said, why do you want to do that? On 10/18/06, Christopher Cheng <[EMAIL PROTECTED]> wrote: I am using version 1.3.5 and found out that that path of web.xml is hard co

Re: Sort of OT

2006-09-24 Thread Jerome Gagner
It's probably because you're using an rt tag (ignores EL I believe) . On 9/24/06, Monkeyden <[EMAIL PROTECTED]> wrote: Nevermind. As it turns out, it works with a nested tag, but not inline. I'm pretty sure this has something to do with the way struts exposes variables vs. the way JSTL does

Re: Code generation using hibernatetools-3.1.0.beta5 in MyEclipse4.1.1

2006-09-22 Thread Jerome Gagner
http://andromda.org/ DISCLAIMER: I do not endorse MDA. I just know _of_ the technology and have used it. So don't bite my head off thanks. On 9/22/06, SrinivasaReddy <[EMAIL PROTECTED]> wrote: HI All.., I want to generate hibernate code by using hibernatetools-3.1.0.beta5. but i dont know ho

Re: about struts.

2006-09-07 Thread Jerome Gagner
WoW. On 9/6/06, amit fulambarkar <[EMAIL PROTECTED]> wrote: How can i implement connection pooling in struts. What will be the server.xml? and what the things i would have to do.Give the code. - To unsubscribe, e-mail: [EMAI

Re: Re: converting \n to with bean:write tag

2006-08-25 Thread Jerome Gagner
${fn:replace(variable,"\n",""} may do what you want. On 8/25/06, Laurie Harper <[EMAIL PROTECTED]> wrote: temp temp wrote: > I am using struts bean tag bean:write .Is there any option in the tag which converts \n character to No, there isn't. What's the use case you want this for?

Re: What am I missing here?

2006-05-15 Thread Jerome Gagner
I saw very similar results: This is on a Dual Core Intel iMac, running Resin. The command is ab -c 50 -n 1000 (Do 1000 requests 50 at a time) and the DAO is in memory (hashmap essentially). Two separate pages, but doing the exact same operations: But this time, not with JSTL, but with Quercus (

Re: Conditional Statements (if/else) Using logic tag

2006-05-13 Thread Jerome Gagner
use On 5/13/06, J Gotsch <[EMAIL PROTECTED]> wrote: Hello All, How do I perform an If/else with ? In the below logic:iterate tag, If my collection contains both ROLE1 AND ROLE2, Then both statements will be displayed. And that's now what I want. I want to implement something like thi

Problems with JBoss 3.2.5, Struts and Tomcat 5.0.26

2004-09-21 Thread Jerome Ernsberger
$1el_table_0(_jspx_th_wpms$1style$1el_body_0, _jspx_page_context)) [javac] ^ . I hope it`s a known problem and you can help me! Thx Jerome -- Using Opera's revolutionary e-mail client: http://www.opera.c