RE: Scanning for annotated classes in MyFaces 2

2009-01-11 Thread Mario Ivankovits
Hi! not sure on the PERF, but if it is really (proven) the case, I am with you. Well... startup time isn't really a big problem, right? :-) Is that ironic? In projects with 3000 classes and 60 jar files you are up to 30 seconds, or even more, scanning time. Under load, with shale, I saw

[jira] Commented: (VFS-106) VFS Truezip provider

2009-01-07 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12661856#action_12661856 ] Mario Ivankovits commented on VFS-106: -- commons-compress is on the way of providing

RE: Scanning for annotated classes in MyFaces 2

2009-01-06 Thread Mario Ivankovits
Hi! But there are some issues with this: First, what paths to scan? AFAIK the spec doesn't state the classpaths to scan. I suppose only /WEB-INF/lib and /WEB-INF/classes need to be checked, but I can't find it in the spec. What ever the spec says, we definitely should provide a configuration

RE: Scanning for annotated classes in MyFaces 2

2009-01-06 Thread Mario Ivankovits
-Original Message- From: Jan-Kees van Andel [mailto:jankeesvanan...@gmail.com] Sent: Wednesday, January 07, 2009 8:15 AM To: dev@myfaces.apache.org Subject: Re: Scanning for annotated classes in MyFaces 2 It might be smart to put this Shale code in a separate project. For example

RE: [VFS] tests and project status

2009-01-05 Thread Mario Ivankovits
Great to see that there is some development with VFS again! It's more motivating to work in a team :-) Thanks. I just set myself back a little bit though. It must be getting late. I have been trying to get the checkstyle reports to work and I somehow managed to remove trunk instead of

RE: [VFS] tests and project status

2009-01-04 Thread Mario Ivankovits
Hi! From: tcu...@vafer.org [mailto:tcu...@vafer.org] On Behalf Of Torsten Curdt Sent: Monday, January 05, 2009 1:41 AM To: Commons Developers List Subject: Re: [VFS] tests and project status On Mon, Jan 5, 2009 at 00:43, Ralph Goers ralph.go...@dslextreme.com wrote: Is anyone actively

[OT] Mesir

2008-12-30 Thread Mario Ivankovits
Hi! Just wanted to post a link to mesir [1]. Mainly a pom.xml and a few examples, but I like the idea of bundling all this together and state this a full stack. From the pom.xml I can say that we use many of these libraries already in our application and they turned out to be very stable. I

RE: VFS - Could not load VFS configuration

2008-12-10 Thread Mario Ivankovits
Hi! org.apache.commons.vfs.provider.local.DefaultLocalFileProvider is a class in vfs core. For me it seems there is something wrong with your vfs core jar. Please check if the class is in there. Did you build the jar by yourself? Probably something went wrong during the build process. Ciao,

RE: VFS - Could not load VFS configuration

2008-12-10 Thread Mario Ivankovits
verified that the class file is actually in the jar file. This problem might not be related to VFS but I can't understand what is causing it. Per Mario Ivankovits wrote: Hi! org.apache.commons.vfs.provider.local.DefaultLocalFileProvider is a class in vfs core. For me it seems

RE: VFS - Could not load VFS configuration

2008-12-10 Thread Mario Ivankovits
classloader). Reverting rev 537717 seems to solve my issue. Should I open an issue about this? Per Mario Ivankovits wrote: Me too. Probaby try it with Sun's JDK, or enable some sort of class loading debug (there might be a command-line switch to do so) with OpenJDK, probably you can

RE: [VOTE] Release of Extensions Validator 1.1.1

2008-12-04 Thread Mario Ivankovits
+0 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gerhard Petracek Sent: Thursday, December 04, 2008 12:01 PM To: MyFaces Development Subject: [VOTE] Release of Extensions Validator 1.1.1 Hi, I was running the needed tasks to get the 1.1.1 release of Apache MyFaces Extensions

RE: [OT] Babs Books

2008-11-28 Thread Mario Ivankovits
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Are there also MyFaces diapers available, that would be the perfect present for my newborn child this year ;-) cool. congrats! is is a wernER or wernSIE ? ROFL Werner, whats up? Why haven't you

RE: New MyFaces PMC chair

2008-11-20 Thread Mario Ivankovits
Welcome Mr. President! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Manfred Geiler Sent: Thursday, November 20, 2008 10:08 AM To: MyFaces Development Subject: New MyFaces PMC chair Please welcome our new MyFaces PMC chair Matthias Wessendorf!

RE: New MyFaces PMC chair

2008-11-20 Thread Mario Ivankovits
] Congratulations! On Thu, Nov 20, 2008 at 11:42 AM, Mario Ivankovits [EMAIL PROTECTED]mailto:[EMAIL PROTECTED] wrote: Welcome Mr. President! -Original Message- From: [EMAIL PROTECTED]mailto:[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]mailto:[EMAIL PROTECTED]] On Behalf Of Manfred Geiler

RE: [Continuum] up? or down?

2008-11-20 Thread Mario Ivankovits
At least, I can't access it either. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Thursday, November 20, 2008 1:33 PM To: MyFaces Development Subject: Re: [Continuum] up? or down? http://myfaces.zones.apache.org:8080/

RE: SVN question

2008-11-11 Thread Mario Ivankovits
Probably something went wrong during the copy process and you have old .svn directories in the structure. Check the content of the files in the .svn directory in trinidad-1.0.10/trinidad-api and check if the url points to the correct svn path and not to the trunk or any other tag path. Ciao,

RE: Defining and Adding a new provider to the apache VFS api

2008-11-07 Thread Mario Ivankovits
Hi! I need to know how to define and add a new provider to the api? I mean which classes do I need to extend and implement to create a new provider? Have a look at the VFS sandbox and e.g. the mime or webdav provider. Base directory: vfs\sandbox\src\main\java\org\apache\commons\vfs\provider

RE: [orchestra flow] support JSF1.2 only?

2008-11-04 Thread Mario Ivankovits
+1 -Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 12:15 PM To: MyFaces Development Subject: [orchestra flow] support JSF1.2 only? Hi, Currently orchestra-flow 0.0.1 supports JSF1.1. However in order to allow pages that

RE: [configuration] Interface vs class

2008-10-31 Thread Mario Ivankovits
Hi! Look through the archives, the discussion with pros and cons went on promoting commons-proxy. Yes they did! I remember it well and I hated using a class rather than an interface. However, I can see the merit in the decision when it comes to maintenance and backward compatibility.

RE: [Orchestra] Drawbacks of Orchestra I'd like to discuss

2008-10-28 Thread Mario Ivankovits
Hi! The problem is, that it is hard to ensure having a stopConversation for each startConversation, and what about reloading the page where possibly the startConversation gets called twice. Well, if I'm not completely mistaken, you also have to invalidate all Orchestra conversations

RE: [orchestra] [VOTE] Orchestra Core 1.3 Release

2008-10-28 Thread Mario Ivankovits
+1 -Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2008 11:27 AM To: MyFaces Development Cc: MyFaces Discussion Subject: [orchestra] [VOTE] Orchestra Core 1.3 Release Hi All, A release-candidate has been prepared for Orchestra Core

AW: [Orchestra] Drawbacks of Orchestra I'd like to discuss

2008-10-27 Thread Mario Ivankovits
Hi! Example 1) I've developed some views for a search dialog that I wanted to use in at least two different conversations. Everything worked fine for the first conversation. The following code listing should give you an idea of the problem. Simon developed Orchestra Flow which might solve

Re: [Orchestra] Drawbacks of Orchestra I'd like to discuss

2008-10-27 Thread Mario Ivankovits
Hi! Example 1) I've developed some views for a search dialog that I wanted to use in at least two different conversations. Everything worked fine for the first conversation. The following code listing should give you an idea of the problem. However (as noted in my other email) flow

RE: [Orchestra] Drawbacks of Orchestra I'd like to discuss

2008-10-27 Thread Mario Ivankovits
Hi! Well, basically I'd refactor the ConversationContext so that it's actually the main conversation of Orchestra. The conversation itself is almost independent of Spring (of course, there's still an according implementation of the Scope interface, but it will be implemented way easier).

Re: [orchestra] release orchestra-core version 1.3?

2008-10-14 Thread Mario Ivankovits
Hi! Great! I think it is a good time to make another Orchestra Core release. There is nothing radical in this new version, Yep, the radical stuff is kept for the next version ;-) Ciao, Mario

Re: tomahawk examples design proposal

2008-10-10 Thread Mario Ivankovits
Hi! +1 to number one. Ciao, Mario

RE: [Orchestra] SpringSingleConversationScope

2008-10-09 Thread Mario Ivankovits
Hi! A while ago you added class SpringSingleConversationScope to orchestra with the comment Mostly useful for dialog/flow frameworks. The idea was that a dialog can have only one conversation. I can't remember why we/I thought that we require that. Now that it works without this limitation I

Re: Bug in ApplicationImpl

2008-09-29 Thread Mario Ivankovits
Hi! This used to work in MyFaces 1.1, but in 1.2 it looks like the fact that my type is an enum takes precedence over the fact that it implements EnumCoded interface, so I end up with the built-in EnumConverter instead of my GenericEnumTypeConverter. Of course this issue was not relevant in

Re: Tomahawk sandbox release (was Re: [ANNOUNCE] Release of Tomahawk 1.1.7)

2008-09-15 Thread Mario Ivankovits
Hi! If people are happy with adding a note to the tomahawk sandbox page as described above then I'll do it. I'd prefer this mark buoy. Ciao, Mario

[jira] Resolved: (VFS-218) .skip() always returns the same number as given as parameter while the stream itself may or may not skip to given position

2008-09-04 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-218. -- Resolution: Invalid Hi! ... and so does this code snippet {code

[orchestra] Re: a4j:commandButton break orchetra conversation?

2008-09-03 Thread Mario Ivankovits
Hi! I use richfaces 3.1.4, myfaces orchestra 1.2,myfaces 1.1.5, We use RichFaces 3.2.1 with Orchestra without any problems, even with ajax. I can't say much about 3.1.4, though. To mask sure a a4j request will break orchestra conversation, I build a demo project, here are the code segment.

Re: [VOTE] Orchestra core 1.2 release candidate 1 available

2008-07-23 Thread Mario Ivankovits
+0 No chance to look at it for me now, but I trust that you did a good job again :-) Ciao, Mario On Tue, 2008-07-15 at 23:03 +0200, simon wrote: Hi All, The release candidate for MyFaces Orchestra Core 1.2 can be found in the following places: Download bundles:

Re: [VFS] How to use operations

2008-07-21 Thread Mario Ivankovits
Hi! 1. Do you have any mechanism in mind to give feedback on the result of the operation? Not yet, this is all work in progress. But probably changing the FileOperation interface to ProcessReturn process() and add a new ProcessReturn interface with. boolean isCorrect(); int

Re: [Orchestra] javax.faces.application.ViewExpiredException after session timeout

2008-07-16 Thread Mario Ivankovits
Hi! I am using MyFaces+RichFaces+Orchestra When I update from Orchestra 1.0 to 1.1, I am getting javax.faces.application.ViewExpiredException: /pages/dms/dms_overview.jsfThe expected view was not returned for the view identifier: /pages/dms/dms_overview.jsf I guess you are using MyFaces

Re: [Orchestra] javax.faces.application.ViewExpiredException after session timeout

2008-07-16 Thread Mario Ivankovits
Hi! I am absolutely sure, that it works with myfaces-orchestra-core-1.0.jar - I need only to replace the .jar to see the difference! Nothing else changes! Strange, I have no clue why Orchestra 1.0 will avoid this problem. Unfortuantly, we can not allow the user to stay online all the time.

Re: Orchestra core 1.2 release candidate 1 available

2008-07-15 Thread Mario Ivankovits
Hi! Note that I will be on holiday until Monday 15 July, so there is no hurry :-) Monday OR 15 July, both together will not be possible ;-) Well, and even 15 July might be a VERY short vacation. *hehe* Thanks or the work, I'll look at the artifacts in the next few days, before my vacation

Re: [VFS] How to use operations

2008-07-14 Thread Mario Ivankovits
Hi! I am just curious if anyone else has ever used them and how they did it. I am not sure, this is some of the last things I added (with the help of a contributor) but didn't finished it, nor documented it :-( *help* Is the only use of them when you create your own client that knows

Re: [VFS] How to use operations

2008-07-14 Thread Mario Ivankovits
Hi! As long as you use a standard set of annotations, that would be great. I only mentioned the Javabeans method because there are already components out there that can edit a Javabean given its BeanInfo object. Its fine! Probably using BeanInfo would be a good first step, afterwards we can

Re: [VOTE] release orchestra parent pom version 1.2

2008-07-13 Thread Mario Ivankovits
at the new version before they pick up any of these changes. +1 from me of course Regards, Simon -- mit freundlichen Grüßen Mario Ivankovits Software Engineering OPS EDV VertriebsgesmbH A-1120 Wien, Michael-Bernhard-Gasse 10 Firmenbuch Nr.: FN51233v, Handelsgericht Wien Tel.: +43-1

Re: Dojo discussion - opensourcing the jsf dojo components project

2008-07-10 Thread Mario Ivankovits
Hi! Werner Punz schrieb: Martin Marinschek schrieb: In any case, I remain -1 to add a new component library - I am sorry. Ok I am going to postpone this discussion until I can showcase something then we can start it over... Hmm ... was Martin's -1 a veto or did he just express his opinion.

Re: [tomahawk] Is there any task left to make a release of tomahawk?

2008-07-09 Thread Mario Ivankovits
much more work. Ciao, Mario Thank you. On Wed, Jul 9, 2008 at 1:39 AM, Mario Ivankovits [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi! s:xmlTemplate Dont know much, not to say nothing, about that. s:pprPanelGroup (is this component ready? it could be good

Re: proposal: new Orchestra Flow subproject

2008-07-08 Thread Mario Ivankovits
Hi! (a) create a sub-project myfaces/orchestra/trunk/flow, publish to snapshot-repo and main myfaces website as normel, but make sure that the welcome page for the website says SANDBOX in big letters and the version number is something like 0.0.1 +1 Often even the sandbox will be used also

Re: [tomahawk] Is there any task left to make a release of tomahawk?

2008-07-08 Thread Mario Ivankovits
Hi! s:xmlTemplate Dont know much, not to say nothing, about that. s:pprPanelGroup (is this component ready? it could be good but I don't know if there is any objection). I do not think that pprPanelGroup is ready for a release, there are some things still missing and sometimes it stopps

Re: current state of MYFACES-434

2008-07-07 Thread Mario Ivankovits
Hi Leonardo, I tried to upgrade to the latest Tomahawk+Sandbox and now the application fails to run properly as the TomahawkFacesContextWrapper does the AddResource processing AND the ExtensionsFilter does the AddResource processing. The code in extension filter that do

Re: [myfaces core] Redirect to a JSF page when Throwable exception or error occur

2008-07-07 Thread Mario Ivankovits
Hi! the use-case is that people want the same type of functionality they have in their web.xml (specifying an error-page per exception) in the JSF-world as well. Just doing it in the web.xml is not sufficient, as then the faces-context is already closed and not available anymore, so important

Re: Dojo discussion - opensourcing the jsf dojo components project

2008-07-07 Thread Mario Ivankovits
Hi! Ok then those things are cleared up, now back to the original question sandbox or own subproject? +1 for own subproject. Any further influence with tomahawk/sandbox needs to be avoided. These two projects are still waiting for a overhaul themself. Ciao, Mario

current state of MYFACES-434

2008-07-06 Thread Mario Ivankovits
Hi! What is the current state of MYFACES-434? I tried to upgrade to the latest Tomahawk+Sandbox and now the application fails to run properly as the TomahawkFacesContextWrapper does the AddResource processing AND the ExtensionsFilter does the AddResource processing. This results in having

Re: [myfaces core] Redirect to a JSF page when Throwable exception or error occur

2008-07-05 Thread Mario Ivankovits
Hi! One possible enhancement to the error handling feature of myfaces could be the capability of redirect to a jsf page. Any concrete use-case for this, or just yet another cool-we-can-make-it thingy? ;-) Seriously, what's wrong with the error page capabilities of the webapp container?

Re: t:graphicImage doesnot generate XHTML complaint code

2008-06-30 Thread Mario Ivankovits
Hi! Ok, just to say something here too. If you are going to create an accessibility application you have to put more work into it than just adding an ALT text to your images. Since a meaningful default text is not easy to find, if not impossible, my vote is: that means: - log a nag warning

Re: svn commit: r671015 - in /myfaces/tomahawk/trunk: core/src/main/java/org/apache/myfaces/custom/aliasbean/AliasBeanTag.java examples/simple/src/main/webapp/aliasBean.jsp

2008-06-24 Thread Mario Ivankovits
Hi! Doesn't this change break backward compatibility completley? The value of the alias= attribute now has to be defined differently, instead of the el-expressesion just the name needs to be set. Even if this change is logical to me, a new tomahawk release will break any existing application

[jira] Commented: (TOMAHAWK-1014) HTMLInputDate ignores custom converters

2008-06-23 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12607465#action_12607465 ] Mario Ivankovits commented on TOMAHAWK-1014: at least t:inputCalendar allows

[jira] Reopened: (TOMAHAWK-1014) HTMLInputDate ignores custom converters

2008-06-23 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits reopened TOMAHAWK-1014: HTMLInputDate ignores custom converters

Re: [VOTE] layout for myfaces-commons project

2008-06-20 Thread Mario Ivankovits
simon schrieb: In other words, keeping one line of code makes sense (less maintenance) even if we lose some JSF1.2/JSF2.0-specific features or performance boosts. While I second the rest of your mail, I wont do so with the sentence above. We are developers, and, at least in your younger years

Re: [vfs] SFTP Provider and Daemon Threads?

2008-06-13 Thread Mario Ivankovits
Hi! Since this change requires a newer version of jsch then the one used to build the project, will it be updated as well (0.1.39 is the latest)? I'm trying to build a snapshot and it fails with: For the current VFS trunk we can do this. James, could you update the pom and build.xml

Re: [trinidad] Why input type=hidden name=javax.faces.ViewState ... does not render its id?

2008-06-12 Thread Mario Ivankovits
Hi! why not getElementsByName[0] ? Well, in general document.getElementById is both faster and more elegant. So in this case, rendering this component with id=clientId seems reasonable. Hmm..but it is possible that there are multiple view state fields in the page, one per form.

Re: [trinidad] Why input type=hidden name=javax.faces.ViewState ... does not render its id?

2008-06-12 Thread Mario Ivankovits
Hi! And also ensure that every ViewState will be replaced and not only the first [0] one. When you do have multiple JSF forms (which is valid) each ViewState needs to be replaced. Yes, but only when they came from the same view! I don't know much about JSF portal bridge stuff. Can this

Re: [trinidad] Why input type=hidden name=javax.faces.ViewState ... does not render its id?

2008-06-12 Thread Mario Ivankovits
Hi! I ignore what happens when use multiple jsf portlets in the same page, or when the page is using multiple forms on the same page (normal submits should work on both environmets, but ajaxified components?). With I ignore you mean you will not replace the ViewState for each form having a

Re: [lang] Java 5

2008-06-12 Thread Mario Ivankovits
Hi! +1 on generics +99 on package-name change. +100 The ASM project (org.objectweb.asm) changes their API significantly with major releases, but do not change the package name. And it causes major pain. For example, the following libs all require specific versions of ASM: * hibernate *

Re: [vfs] Why doesn't AbstractFileObject override equals?

2008-06-12 Thread Mario Ivankovits
Hi! I'd go that way: 1. in AbstractFileObject.getParent(): replace if (this == fs.getRoot()) { ... }; with FileObject root = fs.getRoot(); if (root instanceof DecoratedFileObject) { root = ((DecoratedFileObject) root).getDecoratedFileObject(); } if (this == root) { ... } But

Re: VFS problem with StaticUserAuthenticator

2008-06-12 Thread Mario Ivankovits
added myself as a developer. If you want me to change it to contributor, then I can do that also. On Wed, Jun 11, 2008 at 9:07 AM, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi James! I might be able to spend a few cycles getting it set up. And probably you should add yourself to VFS's project

Re: VFS problem with StaticUserAuthenticator

2008-06-11 Thread Mario Ivankovits
Hi! Are there thoughts on doing a new release. We really need webdav working in VFS and the core VFS code in the sandbox just doesn't work. One simple test it would be great if you as a commons-vfs-comitter could replace slide with webdavclient4j and make it part of the core instead of

Re: VFS problem with StaticUserAuthenticator

2008-06-11 Thread Mario Ivankovits
Hi! so what i meant (and i hope this is in line with jason harrop, the project leader) is, that webdavclient4j should be the default library (as it is slide at the moment) used for vfs' webdav providers. therefore it would be necessary to take over webdavclient4j's vfs providers (webdav and

Re: VFS problem with StaticUserAuthenticator

2008-06-11 Thread Mario Ivankovits
Hi James! I might be able to spend a few cycles getting it set up. And probably you should add yourself to VFS's project-team :-) Ciao, Mario [1] http://commons.apache.org/vfs/team-list.html - To unsubscribe, e-mail:

Re: VFS problem with StaticUserAuthenticator

2008-06-11 Thread Mario Ivankovits
James Carman schrieb: Done. I added myself as a developer. If you want me to change it to contributor, then I can do that also. No, developer was exactly what I had in mind :-) Thanks! - and - Welcome! Ciao, Mario On Wed, Jun 11, 2008 at 9:07 AM, Mario Ivankovits [EMAIL PROTECTED

Re: [vfs] Why doesn't AbstractFileObject override equals?

2008-06-11 Thread Mario Ivankovits
Hi! on the first glimpse i don't understand why AbstractFileObject doesn't override equals() and hashCode(). The current VFS implementation (if you do not use anything else then the only-working SoftRefFilesCache) ensures that two resolveFile will return the same object if you ask for the same

Re: [vfs] SFTP Provider and Daemon Threads?

2008-06-10 Thread Mario Ivankovits
PROTECTED] wrote: It's on the Session API (since 0.1.31 I believe). There's a new setDaemonThread() method. On Tue, Jun 10, 2008 at 8:40 AM, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! Shouldn't the SFTP provider be calling setDaemon(true) on the JSch session? I am

Re: [TOMAHAWK] modalWindow

2008-06-05 Thread Mario Ivankovits
Hi Kito! Two questions: (1) How well does the Tomahawk sandbox modalWindow work, and (2) has anyone tried using it with RichFaces? (Their modal window is pretty buggy.) Well, I use modalWindow and ... let's say, it works. I use in the special mode where another view will be rendered within

Re: [Orchestra] How to annotate conversation scope bean

2008-06-02 Thread Mario Ivankovits
wrote: Hello, I would like to use spring 2.5.x to annotate my backing bean with conversation. So here is what have so far @Component @Scope( conversation.access ) what about conversation' name? big thanks ahead. -D -- mit freundlichen Grüßen Mario Ivankovits Software

Re: VFS FTP AbstractFileObject.isWriteable() Causes NullPointerException

2008-05-30 Thread Mario Ivankovits
Hi Richard! Could you please try the latest VFS (aka 2.0) nightly build, there a lot of stuff in this area has been changed. Hi! No luck. Ok, no worries, at least we have a stacktrace matching the current source-base. I'll see what I can do to fix this. Thanks! Ciao, Mario

Re: VFS FTP AbstractFileObject.isWriteable() Causes NullPointerException

2008-05-28 Thread Mario Ivankovits
Hi! 1. I receive a NullPointerException from AbstractFileObject.isWriteable() when I attempt to copy VFSFTPTest.class from a local directory to one on a FTP server: Could you please try the latest VFS (aka 2.0) nightly build, there a lot of stuff in this area has been changed. It seems the

Re: [VOTE] Orchestra core15 version 1.0 release

2008-05-25 Thread Mario Ivankovits
Hi! [X] +1 for community members who have reviewed the bits Thanks for being the release-manager again! Ciao, Mario

[jira] Commented: (VFS-210) Wrapper-Mode VFS

2008-05-24 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12599578#action_12599578 ] Mario Ivankovits commented on VFS-210: -- Yes! I haven't changed the API so far and I do

[jira] Commented: (VFS-196) FTP Provider Does Not Support Symbolic Links Correctly

2008-05-24 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12599580#action_12599580 ] Mario Ivankovits commented on VFS-196: -- Go on an commit it please! Thanks! FTP

[jira] Commented: (VFS-196) FTP Provider Does Not Support Symbolic Links Correctly

2008-05-24 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12599589#action_12599589 ] Mario Ivankovits commented on VFS-196: -- In VFS 2 we need the first version where nul

[jira] Commented: (VFS-196) FTP Provider Does Not Support Symbolic Links Correctly

2008-05-24 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12599590#action_12599590 ] Mario Ivankovits commented on VFS-196: -- Just in case it is not clear, with first version

[vote][vfs] set minimum java version to 1.5

2008-05-23 Thread Mario Ivankovits
Hi! Since it is not that easy to get in touch with a jdk 1.3 (or I tried not hard enough ;-) ) I'd like to ask if everyone is fine to start VFS 2 with jdk1.5? As long as no other development need requires it to enhance the VFS 2 api I do not plan to introduce generics yet (I don't see that

Re: [vote][vfs] set minimum java version to 1.5

2008-05-23 Thread Mario Ivankovits
Hi! It's easy enough to get 1.3 from java.sun.com ... I also got 1.2 and 1.1 from there recently. Ah, yes, now I found it too, it's in archive. Since the API might not drastically change it should not be required to rename the package to vfs5 or vfs2 or whatever. Not sure I

[jira] Created: (VFS-210) Wrapper-Mode VFS

2008-05-23 Thread Mario Ivankovits (JIRA)
Wrapper-Mode VFS Key: VFS-210 URL: https://issues.apache.org/jira/browse/VFS-210 Project: Commons VFS Issue Type: Improvement Affects Versions: 1.0 Reporter: Mario Ivankovits Assignee: Mario

[vfs] vfs2 or plain wrapper mode

2008-05-21 Thread Mario Ivankovits
Hi! Probably I find some time during the next weekend to fix a long standig bug in VFS regarding dealing with hidden or special files. The main problem I see is that VFS tries to act more like a real filesystem than a simple wrapper. VFS tries to determine the filetype (FILE, DIR, VIRTUAL) and

Re: [vfs] vfs2 or plain wrapper mode

2008-05-21 Thread Mario Ivankovits
Hi Martin! Just wondering, how would a client of VFS enumerate Just the folders in a directory e.g. in order to Render a tree of files? As today. Disabling the file-type determination should be optional only and isn't something I'd change during the first development iteration. The

Re: [vfs] vfs2 or plain wrapper mode

2008-05-21 Thread Mario Ivankovits
Hi! Sounds like your solution would work for directories as well, if VFS didn't attempt to enumerate all the files in all the directories along the path? Yes, that is the plan :-) What I wrote about files count for directories too, for me this attribute is just a different value ;-) Ciao,

Re: [Orchestra] Session is closed

2008-05-21 Thread Mario Ivankovits
Hi Cagatay! I'm trying to convert an existing application to use Orchestra. Followed the installation documentation but I'm getting org.hibernate.SessionException: Session is closed! exception after I add Orchestra. Just cant make it work so far. Unfortunately I can't see anything obviously

Re: svn commit: r656086 [2/2] - in /myfaces/tomahawk/trunk/core: ./ src/main/java/org/apache/myfaces/component/html/util/ src/main/java/org/apache/myfaces/custom/jslistener/ src/main/java/org/apache/m

2008-05-16 Thread Mario Ivankovits
Hi! Simon and me had to spend 5 hours today to track down a problem which in the end uncovered a nasty bug in TomahawkFacesContextWrapper. In .release() the delegation was broken (due to a return in the try block). Bad stuff :-( Also I found some questionable stuff: * Some important todos like

Re: [VOTE] To create a subproject alchemy under MyFaces for the contribution that integrates Adobe Flex components as MyFaces JSF components

2008-05-15 Thread Mario Ivankovits
Hi! Reason #3: The development community is not (so far) very large. Jihoon Kim's initial code looks nicely written, but it was written as a hobby project rather than being driven by any long-term goal. Shouldn't the project go through the incubator for this reason? MyFaces can be the sponsor

log and throw exception [was: Re: svn commit: r656124 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java]

2008-05-14 Thread Mario Ivankovits
Hi! } catch (FileNotFoundException fnfe) { log.error(sm.getString(jsse.keystore_load_failed, type, path, -fnfe.getMessage())); +fnfe.getMessage()), fnfe); throw fnfe; } catch (IOException ioe) {

Re: [Orchestra] Disabling Persistence Conversation Feature

2008-05-05 Thread Mario Ivankovits
Hi! I tried deleting the part regardless to persistence from spring configuration (application-context.xml) but no success. I encountered exceptions thrown by the Orchestra Conversation Interceptor. Not configuring the persistence related advice (e.g the

Re: [Orchestra] Explicit conversation starting and nested conversations

2008-04-24 Thread Mario Ivankovits
Hi! The user is inserting data for a Claim reading from a paper, receive a call and start to insert a new Claim in a new browser window (or tab). At the moment I have two browser using the same HttpSession, the same function and same shared data and my application does not work! For this,

Re: [Orchestra] Explicit conversation starting and nested conversations

2008-04-24 Thread Mario Ivankovits
Hi! I don't know if I understood very well, but I'm going to fix Shale to store data in the current conversationContext. So I can have same dialog in differents windows. Do you think I have a chance of success? ( :) ) Yep, sounds very good! Don't know if Shale allows this easily, though.

Re: [VOTE] Add MyfacesBuilderPlugin to buildtools branch and use it on myfaces 1.1

2008-04-23 Thread Mario Ivankovits
://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/branches/builder_plugin/bigtest/core_trunk_11/ So please vote if you want to see this feature included on myfaces 1.x and tomahawk regards Leonardo Uribe -- mit freundlichen Grüßen Mario Ivankovits Software Engineering OPS EDV VertriebsgesmbH

Re: possible replacement for our kupu based html editor

2008-04-22 Thread Mario Ivankovits
at this amazing editor http://www.cdolivet.net/editarea/editarea/exemples/exemple_full.html the best, the code is under apache license!!! Werner Check your browser settings FF2 is exactly what I am using to view it :-) -- mit freundlichen Grüßen Mario Ivankovits

Re: MyfacesBuilderPlugin work now against myfaces core 1.1

2008-04-22 Thread Mario Ivankovits
Hi! MyfacesBuilderPlugin is almost complete. Actually works for 1.1 and all interested people could see the example here: Cool work guys. Great job! Thanks for all the hard work! Ciao, Mario

[jira] Commented: (ORCHESTRA-23) Incorrect initialization of OrchestraFacesContextFactory

2008-04-18 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/ORCHESTRA-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12590607#action_12590607 ] Mario Ivankovits commented on ORCHESTRA-23: --- *shocked* Really?! All due

[jira] Commented: (MYFACES-1855) hidden fields created when using h:commandLink and f:param should be created and removed using javascript

2008-04-11 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12587862#action_12587862 ] Mario Ivankovits commented on MYFACES-1855: --- It would be really great if you

[jira] Resolved: (TOMAHAWK-1214) allow to process form submits in a queue for high-speed input handling

2008-04-11 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved TOMAHAWK-1214. Resolution: Later Immediate need for this feature is no longer existent

Re: [proposal] jsf validation with annotations

2008-04-09 Thread Mario Ivankovits
Hi! my position on this is we could make sev-en part of orchestra, if the orchestra crew really, really wants it. If not, this should just be a separate sub-module in MyFaces. It is interesting enough to stand on its own. First, Orchestra is part of the MyFaces community, so it really,

[jira] Commented: (ORCHESTRA-21) URLs are always encoded

2008-04-08 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/ORCHESTRA-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12587058#action_12587058 ] Mario Ivankovits commented on ORCHESTRA-21: --- Ouch ... good catch. Will do so

[jira] Commented: (ORCHESTRA-21) URLs are always encoded

2008-04-08 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/ORCHESTRA-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12587059#action_12587059 ] Mario Ivankovits commented on ORCHESTRA-21: --- done URLs are always encoded

Re: [configuration] JSON format

2008-04-08 Thread Mario Ivankovits
Hi! JSON is a subset of Javascript, so we can use a simple call eval() to parse the configuration file. Wouldn't that be dangerous for something like script injection? One might be able to pass in a faked JSON string with some code in there which will be executed on eval() then, no? Ciao, Mario

[jira] Resolved: (ORCHESTRA-21) URLs are always encoded

2008-04-07 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/ORCHESTRA-21?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved ORCHESTRA-21. --- Resolution: Fixed Fix Version/s: 2.0 Assignee: Mario Ivankovits We

[jira] Commented: (ORCHESTRA-20) single conversation

2008-04-05 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/ORCHESTRA-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12585939#action_12585939 ] Mario Ivankovits commented on ORCHESTRA-20: --- Currently, the viewController

<    1   2   3   4   5   6   7   8   9   10   >