[Mav-user] q: multiple config files

2002-11-09 Thread Yurii Urazlin
greetings, i develop a big application and its functionality may be partitioned into several weekly coupled components. it would be great to have several configuration files - one for each component, containing commands and views necessary for a particular component to function. is there a way to

Re: [Mav-user] additional configuration for commands

2003-02-12 Thread Yurii Urazlin
I have no problem with this. As for me, though behaviour isn't what is expected, the case is too uncommon to introduce new methods. Maybe there is a way to change behaiviour to what it should be without changing API? I don't see it, but maybe it's possible... Cheers, Yura. - Original

Re: [Mav-user] Specifying external maverick.xml

2003-02-13 Thread Yurii Urazlin
I'm interested in specifying config, config-transform and XSLs outside of war/ear file, i.e. in ability to have them unpacked in a file system under project root and updating of maverick without rebuilding of war/ear file during development. I think that the best solution to the problem is

[Mav-user] weblogic: change from *.m to *.mav w/o changing code

2003-06-18 Thread Yurii Urazlin
Greetings, I've got a problem with deployment of mav based apps on wls. The reason is that wls doesn't understand servlet mapping servlet-mapping servlet-namedispatcher/servlet-name url-pattern*.m/url-pattern /servlet-mapping and wants to see longer extensions such

[Mav-user] xslt+fop+utf-8

2003-09-19 Thread Yurii Urazlin
Hi there, I have problems with encoding when using xslt and fop transforms together. The problem is that in resulting pdf some characters are missing (see attachment test.pdf) they change to box and '?'. Maybe I did something wrong. Has anyone experienced similar problems? If so, could you

RE: [Mav-user] Eclipse, log4j, etc.

2004-02-10 Thread Yurii Urazlin
AFAICS, Tomcat (at least 4.1.18) has its own commons-beanutils.jar in its server/lib. It could conflict with the one you added to Tomcat classpath. The jars in Tomcat's server/lib directory are not visible from webapps. However, the jars in common/lib and shared/lib are. That's it. But

RE: [Mav-user] Eclipse plugin

2004-06-12 Thread Yurii Urazlin
Greetings, Sorry, but I don't think that it should be in plug-in. 1. With IDEA you can click class name in XML files and it will open its source. Probably, Eclipse itself should provide this functionality? 2. If you use unpacked web-app and disabled caching in XSLTransformFactory, than you do

RE: [Mav-user] Eclipse plugin

2004-06-26 Thread Yurii Urazlin
considered proposing a patch. Eelco - Original Message - From: Yurii Urazlin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 10:59 AM Subject: RE: [Mav-user] Eclipse plugin Greetings, Sorry, but I don't think that it should be in plug-in. 1. With IDEA you can click

RE: [Mav-user] Eclipse plugin

2004-08-09 Thread Yurii Urazlin
:[EMAIL PROTECTED] On Behalf Of Yurii Urazlin Sent: zondag 13 juni 2004 18:05 To: [EMAIL PROTECTED] Subject: RE: [Mav-user] Eclipse plugin If you could change controller (say, add another getXxx method), compile it, and see changes on-the-fly without need to reload anything, then, I think, your