Re: commons VFS

2006-11-07 Thread Mario Ivankovits
Hi Anjana! As far as I know there is something bad with our build machine, but I don't know what happened and how long it might take to get it up again. Sorry for the inconvenience! Ciao, Mario - To unsubscribe, e-mail:

Re: commons vfs SFTP outofmemory

2006-11-07 Thread Mario Ivankovits
Hi Anjana! i am getting an outofmemory exception while trying to do VFS SFTP for a 20 mb file. One way to workaround the problem with SFTP and large files is to add the -Xmx256M (or appropriate) to your java start command to allow the jvm to reserve more memory, but for sure, the OOM exception

[jira] Commented: (VFS-98) VFS causes deadlocks or is not thread-safe

2006-10-31 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-98?page=comments#action_12445918 ] Mario Ivankovits commented on VFS-98: - I dont know why, but everytime when I'll go on vacation there is something happening around vfs ;-) First, please stick

Re: Option for NavigationHandler to support viewIds as outcome

2006-10-31 Thread Mario Ivankovits
Hi! 1.) Seperate NavigationHandlerImpl IMHO, this is a must! I think we should *not* implement stuff which silently changes/enhances the behaviour - especially in myfaces-impl!! The TCK might forbid this change anyway ... 2.) Configurable Option not required, as everyone can configure this NH

Re: vfs sftp fails restablishing the connection after sftp server restart service

2006-10-30 Thread Mario Ivankovits
Hi José! If instead of sftp we did the same process with ftp, vfs restablish the connection succesfuly Hmmm looks like there is no reestablishing connection stuff in sftp - or its broken. Please open a jira ticket at http://issues.apache.org/jira, I'll have a look at it then, though,

Re: Option for NavigationHandler to support viewIds as outcome

2006-10-30 Thread Mario Ivankovits
Hi! 1) I have a managed-bean action-method which returns overview and this means, I'll go to overview.jsp As long as you placed all your jsps in the root of your webapp this works nicely, you can check if there is a navigation rule and - if not, simply add .jsp and move to this view. But if you

Re: Conversation - Message on ensureConversation and Conflict with PRG Pattern

2006-10-27 Thread Mario Ivankovits
Hi Tom! I am trying to get the Conversation functionality working. When I use ensureConversation and the user is redirected to another page, I would like to have the user notified via a message. I have added the MESSAGER context Parameter and yet the message is not displayed. For right now

Re: Problems with popup calendar

2006-10-26 Thread Mario Ivankovits
Hi! My website is run securely using https. The popup javascript of the calendar component seems to use http for retrieving some resources. I get a security warning by the IE that the website tries to load data via the insecure http protocol. Which version of tomahawk do you use? This

Re: AW: Problems with popup calendar

2006-10-26 Thread Mario Ivankovits
Hi! I am using 1.1.3. I use t:inputCalendar (t=Tomahawk). Are there others? Don't know how long it might take, but tomahawk 1.1.4 should be on the why, though, you can try to use the nightlies too, if this is possible in your environment. Ciao, Mario

Re: AW: Problems with popup calendar

2006-10-26 Thread Mario Ivankovits
Hi Fred! Between the head and /head tag, there should be some script src=... instructions. I need to know what they are. We already solved this problem https://issues.apache.org/jira/browse/TOMAHAWK-402 The fix was to add a src=javascript:false; to the iframe created in popcalendar.js

Re: [collections] Generifying Collections

2006-10-25 Thread Mario Ivankovits
Well, the number is dependent on the strategy we are trying to achieve: a) using '4' would indicate that every major version will have a new package name, but then you can't use a major version to just remove deprections (a compatible major version change) b) using '5' would indicate the

Re: [collections] Generifying Collections

2006-10-25 Thread Mario Ivankovits
Perhaps you could expand on what the issues are with the JDK approach and why they're not desirable in Commons Collections - when I look at the differences for example between the generified and non-generified versions of java.util.List, I don't see the mess you describe. Yes, this is

Re: Conversation Component with Facelets

2006-10-25 Thread Mario Ivankovits
Hi Tom! I am attaching all three changed classes in the hopes that you would consider this change for the component. Could you please send a svn diff format, or even better, attach it to a jira ticket at http://issues.apache.org/jira I'll have a look at it then, though, as I know myself ;-)

Re: [MyFaces 1.2] f:view, myfaces functionality not maintained anymore

2006-10-24 Thread Mario Ivankovits
Hi Martin! We will move this code into the view-handler. That's one of my tasks that I still not found the time for. I still don't get why this dummyForm stuff is that important, however, moving it to the view-handler wont work with a pre JSF 1.2, will it? Ciao, Mario

[jira] Commented: (VFS-39) [VFS] read/write XML support

2006-10-21 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-39?page=comments#action_12444016 ] Mario Ivankovits commented on VFS-39: - I've tried to apply this patch but didnt manage to get the thing working. On the one hand there are some internal in VFS

[jira] Resolved: (VFS-39) [VFS] read/write XML support

2006-10-21 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-39?page=all ] Mario Ivankovits resolved VFS-39. - Resolution: Later Awaiting fixed version ... [VFS] read/write XML support Key: VFS-39 URL

[jira] Resolved: (VFS-95) Wrong TEM Directory Logged

2006-10-21 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-95?page=all ] Mario Ivankovits resolved VFS-95. - Resolution: Fixed Fixed! Due to the internal workflow you'll now see two message, the default one and then again after resetting the TemporaryFileStore

[jira] Closed: (VFS-94) Provide support for the FISH protocol

2006-10-21 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-94?page=all ] Mario Ivankovits closed VFS-94. --- Resolution: Won't Fix :-) Provide support for the FISH protocol - Key: VFS-94 URL: http

[jira] Commented: (VFS-90) RandomAccessFile backed by a RandomAccessContent instance

2006-10-21 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-90?page=comments#action_12444021 ] Mario Ivankovits commented on VFS-90: - Same comment as on your other patch: Usage of org.ecc.base.* package names and too much other stuff you do at once. I think

Re: [collections] Generifying Collections

2006-10-20 Thread Mario Ivankovits
Hi! collections5 ? (don't like collgenerics) I think we should try not to put the technology into the name, nor the target jvm version number. Think about something like collections5 4.0 somehow strange, no? - like java2 1.3.0 ;-) Personally I'd simply create a new branch, maybe call it 5.0

Re: [collections] Generifying Collections

2006-10-20 Thread Mario Ivankovits
Hi! That said, the advantage with using the name collections5 is that we could use the same naming style for other projects - lang5, io5 etc. Yea, thats true. Hmmm ... But then we can do it like java does in the past - we go the collections2 way, though, wouldn't be against collections5 any

Re: JSF and Java 5.0 Enums

2006-10-20 Thread Mario Ivankovits
Hi Yee! Where else could the converter be used? You can use the converter for output fields too, think about a date converter which you can use to format the date accordingly, even for output. Or a number converter to limit the number of decimals, sign, etc. So its pretty valid to use the

Re: Overriding FacesIO

2006-10-20 Thread Mario Ivankovits
Hi Venia! With FacesIO, did you mean the stuff we can find as dojo requirement? Ciao, Mario

[jira] Commented: (SHALE-301) scan configures packages or jar files only

2006-10-19 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-301?page=comments#action_38441 ] Mario Ivankovits commented on SHALE-301: Hi! Great, thanks! The files to pay attention to are: * configurable_scan_packages.diff - this is the core

Re: [announcement] new sandbox component: submitOnEvent

2006-10-19 Thread Mario Ivankovits
Hi Jeff! I believe I have answered my own question. Sorry, I've missed your last mail :-( If I first test to ensure the more complicated use-case works as expected, do you mind if I update that wiki page with this additional detail about the options for use of the for attribute? No, please go

Re: Conversation Component Servlet Filter Issue

2006-10-19 Thread Mario Ivankovits
Hi Tom! Unhappily I do not use facelet, so I don't konw if there is something special we have to take care of. If I manage to get a free hour or two I'll try to setup a environment here and give it a try, though, if you have a simple - nearly empty - webapp I would be glad when you send it over

Re: Conversation Component Servlet Filter Issue

2006-10-19 Thread Mario Ivankovits
Oh, and you don't need to map the ConversationFilter and RequestParameterProvider to the /faces/* if this space is for the ExtensionsFilter only, I assume you access your views using the *.jsf extension, no? Ciao, Mario

Re: JSF and Java 5.0 Enums

2006-10-19 Thread Mario Ivankovits
Hi Yee! Qestion - what is the purpose of th e following test? if (component instanceof UIInput || UIInput.COMPONENT_FAMILY.equals(component.getFamily())) { The idea behind this converter is, that in case of an input component the conversion has to be reversible (or symmetric),

maven build error on continuum

2006-10-18 Thread Mario Ivankovits
Hi! Anyone has an idea why this is failing on continuum? [INFO] Building jar: /export/home/mrmaven/myfaces-nightly/tomahawk/sandbox15/core/target/tomahawk-sandbox15-1.1.5-SNAPSHOT-javadoc.jar [INFO] Preparing taglib:taglibdocjar [INFO] [taglib:taglibdoc] [INFO]

Re: JSF and Java 5.0 Enums

2006-10-18 Thread Mario Ivankovits
Hi Yee! Also why use ordinal? hehe, maybe I am an old school developer, in the past nearly everything was a number ;-) even on the GUI side, so, maybe I still feel more comfortable to use numbers, no longer on the GUI for sure, but for things like this one. For now I moved the EnumConverter to

Re: JSF and Java 5.0 Enums

2006-10-18 Thread Mario Ivankovits
Hi Michael! Instead of ordinalToEnum() you could do: return (Enum) enumType.getEnumConstants()[ordinal]; Thanks for the tip, I changed our converter to use getEnumConstants() now, though, did you have a look at its implementation? I'd say butt ugly ;-) Ciao, Mario

[jira] Commented: (VFS-91) Provide random access to gzip files.

2006-10-17 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-91?page=comments#action_12442892 ] Mario Ivankovits commented on VFS-91: - Hi! There are a couple of issues: 1) Its not possible to embedd the org.ecc package, all has to be prefixed

Re: [vfs] How to *not* create directories if the don't exist?

2006-10-17 Thread Mario Ivankovits
Hi Jeffrey! Is there a way in VFS to not create directories if they appear to not exist? ftp://some.vms_server.com/my$device/path1/path2/filename I guess my$device is a virtual folder which wont show up in a directory listing? Is it possible to change this behavior programmitcally or through

Re: [vfs] How to *not* create directories if the don't exist?

2006-10-17 Thread Mario Ivankovits
Hi Jeffrey! If its virtual, then no, it's not possible yet. Hmmm ... with some thoughts it should be possible, though. When we find a way how to solve this, it might be also a solution for the hidden file bug/enhancement. I just don't know how to do it best. One way could be that we open the

Re: commons-vfs and bandwidth

2006-10-16 Thread Mario Ivankovits
Hi! ok thanks. And you know how i can know the bandwidth speed with java? The only way I am aware of is to create a counting input/output stream and calculate the bytes per seconds then. This is why I think such a calculation wont be very accurate. Ciao, Mario

Re: commons-vfs and bandwidth

2006-10-16 Thread Mario Ivankovits
Hi zizou77! how you can couting input/ouput stream. it's with commons-vfs? No, you just create your own CountingInputStream, maybe best by inherit from FilterInputStream, override the read(...) methods and add the number of bytes read to a counter. On the first read(...) you store the

Re: [continuum] BUILD FAILURE: Myfaces Nighly Build Script

2006-10-16 Thread Mario Ivankovits
Hi! [INFO] Building jar: /export/home/mrmaven/myfaces-nightly/tomahawk/sandbox15/core/target/tomahawk-sandbox15-1.1.5-SNAPSHOT-javadoc.jar [INFO] Preparing taglib:taglibdocjar [INFO] [taglib:taglibdoc] [INFO]

Re: Logging: SimpleLog not thread-safe

2006-10-15 Thread Mario Ivankovits
Hi Simon! I think the best choice is instead to use a synchronized block: This: (a) Avoids any binary-compatibility issues, as the member is still present and still used. Maybe you would like to deprecate the member too, so this can be cleaned up any time later.Though, its not that

[jira] Resolved: (TOMAHAWK-730) create a component which will submit a form on a specific event

2006-10-15 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-730?page=all ] Mario Ivankovits resolved TOMAHAWK-730. --- Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed added to sandbox create a component which will submit a form on a specific event

[jira] Created: (TOMAHAWK-740) create a component which creates the JSF tree based on beans and its annotations

2006-10-15 Thread Mario Ivankovits (JIRA)
: MyFaces Tomahawk Issue Type: New Feature Components: New Component Reporter: Mario Ivankovits Assigned To: Mario Ivankovits Priority: Minor The component I'll going to add to the sandbox is the GUI Builder stuff I developed for FacesFreeway

[jira] Created: (TOMAHAWK-741) create a component which creates the JSF tree based on beans and its annotations

2006-10-15 Thread Mario Ivankovits (JIRA)
: MyFaces Tomahawk Issue Type: New Feature Components: New Component Reporter: Mario Ivankovits Assigned To: Mario Ivankovits Priority: Minor The component I'll going to add to the sandbox is the GUI Builder stuff I developed for FacesFreeway

sandbox15 - nightly build, continuum, examples

2006-10-15 Thread Mario Ivankovits
Hi! I've finished setting up the sandbox15 stuff. We now have working pom.xml things in there so that anyone who would like to check out the stuff is able to do a simple mvn install in there, though, I didn't add it to our main pom.xml file in tomahawk as then it is a requirement to use Java 5.0

Re: sandbox15 - nightly build, continuum, examples

2006-10-15 Thread Mario Ivankovits
Hi Wendy! I didn't add it to our main pom.xml file in tomahawk as then it is a requirement to use Java 5.0 for the whole build, which shouldn't be, should it? Profiles can be activated by JDK version. For example, from the Shale Apps pom: Ah yes, great idea! Works like a charm. Now I

Re: [jira] Created: (TOMAHAWK-741) create a component which creates the JSF tree based on beans and its annotations

2006-10-15 Thread Mario Ivankovits
Hi Arash! hey Mario, these gui builder components are great I think they may gain lots of attention is there any way I can read more about them? Nope, there is only the source and a simple example yet. If you checkout myfaces using the url [1] you'll get the sandbox15 module of tomahawk too.

Re: [jira] Created: (TOMAHAWK-741) create a component which creates the JSF tree based on beans and its annotations

2006-10-15 Thread Mario Ivankovits
Hi Arash! sorry for being impatient hehe :-) I had an argument with a rubby developer about how java can be as easy as ruby and I saw your component at same day! I find it very useful for that argument. Let's see how far we can go. For now I removed the persistence stuff, the master plan is

Extend HtmlInputCalendar with time input

2006-10-15 Thread Mario Ivankovits
Hi! Someone willing to extend our HtmlInputCalendar to allow to input a time? Additional attributes like: inputTime=true|false timePrecision=hours|minutes|seconds would be great! timePrecision will define the pattern: hours: HH minutes: HH:MM seconds: HH:MM:SS The missing part should be

Re: [vfs][all] move vfs to maven 2 to setup a vfs-sandbox

2006-10-14 Thread Mario Ivankovits
Hi Torsten! ...so the real question is is it ok to have a proper component use maven2 ...right? hehe didn't I ask this? Yes, thats the real question! As a compromise I can maintain the maven 1 build for the core only (using the maven 2 directory layout), and a maven 2 build for the

[jira] Reopened: (VFS-41) [VFS] New provider: iso9660

2006-10-13 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-41?page=all ] Mario Ivankovits reopened VFS-41: - Assignee: Mario Ivankovits Put this link to a to be done plugin page [VFS] New provider: iso9660

[vfs][all] move vfs to maven 2 to setup a vfs-sandbox

2006-10-13 Thread Mario Ivankovits
Hi! OK, again the VFS release. To finally come to a VFS release some of us thought it would be best to move non-releasable code to a VFS sandbox. That is: *) The jcifs due to their license *) slide due to to dependency on a non release component Thorsten pointed out that we can take JCI as a

Re: commons-vfs and bandwidth

2006-10-13 Thread Mario Ivankovits
Hi zizou77! do you hnow if it's possible to know the bandwidth speed of a server where i download or upload files with commons-VFS? No, there is no such information available within or through VFS - and this information is hard to gather as it also depends on the overhead of the protocol ,

Re: commons-vfs and bandwidth

2006-10-13 Thread Mario Ivankovits
Hi zizou7, and with jcsh you think that it's not possible too? If jsch didn't provide this information through its API then no. Also, the same restrictions pointed out in my last mail apply to jsch too. Ciao, Mario - To

Re: Combine Hibernate and JSF, but how?

2006-10-13 Thread Mario Ivankovits
Hi Matthias! If you would like to work with your beans as before you can also have a look at the tomahawk sandbox conversationTag. In short, this just introduce a new scope which is able to span multiple requests and views and allows you to synchronize this scope with the database session.

Re: I18n + t:dokumentHead + Webpage title gets not displayed

2006-10-13 Thread Mario Ivankovits
Hi Jan! Using the following code snippet the title of the web page does not get rendered in the browser title bar as expected but at the top of the page! Could you please post the generated html too. Thanks! Ciao, Mario

Re: dynamic table columns et al

2006-10-12 Thread Mario Ivankovits
I'm not sure about the name for the component - you want to reuse the logo for the component? Just an idea. We don't need to. I think it should only express what the component is about, not what it's for... Ok, so what about: dynaForm In fact, thats the class name of the component already.

dynamic table columns et al

2006-10-11 Thread Mario Ivankovits
Hi! As some of you might know I've developed Faces Freeway [1]. Well, I don't want to say that this project failed, but - beside - its hard to maintain a documentation, it is also hard to provide a nice looking, always working fully fledged simple way to the persistence framework e.g. hibernate.

Re: dynamic table columns et al

2006-10-11 Thread Mario Ivankovits
Hi! Well, I don't want to say that this project failed Forgot to mention: We already use it in our application. --- Mario

Re: dynamic table columns et al

2006-10-11 Thread Mario Ivankovits
Hi Martin! So Faces Freeway is officially declared dead? What a pity... Na, I don't think so. As I said, we use it and my boss is happy with it as it allows him to do some simple table-editing-data pages. But I often want to use just the GUI Builder without any automatic persistence in the

Re: dynamic table columns et al

2006-10-11 Thread Mario Ivankovits
Hi! So Faces Freeway is officially declared dead? What a pity... Na, I don't think so. The name of the component could also be: freewayGui Then we can reuse the logo we already have. Ciao, Mario

Re: [announcement] new sandbox component: submitOnEvent

2006-10-11 Thread Mario Ivankovits
Hi Jeff! I notice you didn't need to forceID the submit buttons on the example. Do we run into any ID trouble with subviews, forms, subforms, etc? Shouldn't be a problem. I use the JSF computed client-id, and if there isn't a bug in this computation (there were in the past ;-) ) it should work.

Re: [announcement] new sandbox component: submitOnEvent

2006-10-11 Thread Mario Ivankovits
Hi! A wiki page should follow soon, though, maybe some of you are willing to donate a page? *hinthint* ;-) And here it is: http://wiki.apache.org/myfaces/SubmitOnEvent Ciao, Mario

[jira] Commented: (MYFACES-1447) @EmbeddedId/@Embeddable PK static inner class bug ?

2006-10-10 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1447?page=comments#action_12441058 ] Mario Ivankovits commented on MYFACES-1447: --- JSF will not initialize your unitialized members. Discussions were that a custom VariableResolver

Re: svn commit: r454834 - /myfaces/core/trunk/api/src/main/java/javax/faces/convert/NumberConverter.java

2006-10-10 Thread Mario Ivankovits
Hi Matze! Author: matzew Date: Tue Oct 10 10:15:40 2006 New Revision: 454834 URL: http://svn.apache.org/viewvc?view=revrev=454834 Log: renamed German restaurants(lokale)... to locale Are you drunken again - You renamed all our restaurants ?! ;-) :-D --- Mario

[announcement] new sandbox component: submitOnEvent

2006-10-10 Thread Mario Ivankovits
Hi! I am proud to announce a new sandbox component named submitOnEvent This components aims to do whats described in [1] and [2] For examples please have a look at http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/submitOnEventInput.jsp?view=markup

[jira] Commented: (VFS-45) [VFS] New provider: crypt

2006-10-09 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-45?page=comments#action_12440812 ] Mario Ivankovits commented on VFS-45: - Thats not true, its sufficient to simply USE the crypto things. See [1] to get an impression of what needs to be done

new component submitOnEnter

2006-10-09 Thread Mario Ivankovits
Hi! What do you think about a new component which aims to do whats described here [1] It should operate in three modes: 1) as a child of an input* component (direct child) In this mode submitOnEnter will add a onkeypress handler to the input component and fires the button/link pointed to with

Re: new component submitOnEnter

2006-10-09 Thread Mario Ivankovits
Hi Bruno! and would something like submitOnKeyPress (including enter) be more general and with broader possibilities? Do you think about something which allows to configure which keyPress triggers the submit? How can such a configuration look like? 1) triggerKeys s:submitOnKeyPress

Re: Technically possible to merge a servlet/jsp environment with JSF

2006-10-09 Thread Mario Ivankovits
Hi Torsten! Is it technically possible to merge an existing application which use Servlet+JSP and JSF together. Yes, it is. This is what we did with our application too. We also wrapped the old pages in an JSF view so that we have a FacesContext available for the whole application. Even the

[jira] Commented: (VFS-94) Provide support for the FISH protocol

2006-10-06 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-94?page=comments#action_12440459 ] Mario Ivankovits commented on VFS-94: - ... but all you have at your disposal is SSH access. What do you mean with *BUT*? I dont know if you know, but we use sftp

[jira] Resolved: (VFS-92) FUSE integration

2006-10-05 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-92?page=all ] Mario Ivankovits resolved VFS-92. - Resolution: Won't Fix I think this is totally out of scope of VFS. The reasons are: 1) FUSE is GPL/LGPL which is a nono for ASF projects. In this case we have

[jira] Resolved: (VFS-93) Problem with default password field null when SFTPClientFactory creates a connection

2006-10-05 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-93?page=all ] Mario Ivankovits resolved VFS-93. - Resolution: Fixed Fixed! Thanks for pointint it out. Next time please send a svn diff, this makes it much easier for me to handle. Thanks! Problem

[jira] Commented: (VFS-91) Provide random access to gzip files.

2006-10-05 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-91?page=comments#action_12440339 ] Mario Ivankovits commented on VFS-91: - Hi! VFS transparently compress/decompress the file on the fly. To make the random access stuff work you have to write

Re: OutOfMemoryError with VFS

2006-10-05 Thread Mario Ivankovits
Hi! My OutOfMemoryError is because it's reading the entire file into memory. So i want to modify VFS code but i don't seestream-based methodes in ChannelSftp class Can you help me please? The stream based method for channel.get(filename, outputStream) is simply inputStream =

[jira] Created: (TOMAHAWK-727) tree2 do not work with clientSideToggle=true and preserveToggle=false

2006-10-05 Thread Mario Ivankovits (JIRA)
Issue Type: Bug Components: Tree Affects Versions: 1.1.5-SNAPSHOT Reporter: Mario Ivankovits The reason is that the server side treeModel do not know which nodes are expanded and so do not call decode on them. 1) In HtmlTreeRenderer.decode If a node is expanded

[jira] Commented: (TOMAHAWK-727) tree2 do not work with clientSideToggle=true and preserveToggle=false

2006-10-05 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-727?page=comments#action_12440099 ] Mario Ivankovits commented on TOMAHAWK-727: --- IMHO the correct solution is to transfer the tree state through a hidden field. The problem one might

[jira] Resolved: (VFS-86) Proxy username/password

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-86?page=all ] Mario Ivankovits resolved VFS-86. - Resolution: Fixed http and webdav should be fixed. For ftp there is no standard how to deal with proxies, so I think there isnt much I can do now. https

[jira] Resolved: (VFS-87) No way to pass http cookie (required for form-based authentication)

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-87?page=all ] Mario Ivankovits resolved VFS-87. - Resolution: Fixed Through the HttpFileSystemConfigBuilder you are now able to set the cookies which will be added to the request. Please give it a try. Thanks

[jira] Resolved: (VFS-89) Simple misleading documentation

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-89?page=all ] Mario Ivankovits resolved VFS-89. - Resolution: Fixed Fixed. Thanks for reporting it! Simple misleading documentation --- Key: VFS-89

[jira] Resolved: (VFS-88) HostFileNameParser fails extracting user info

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-88?page=all ] Mario Ivankovits resolved VFS-88. - Resolution: Won't Fix You have to - or you can - encode the @ character with %40 It should work then. HostFileNameParser fails extracting user info

[jira] Commented: (VFS-39) [VFS] read/write XML support

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-39?page=comments#action_12439595 ] Mario Ivankovits commented on VFS-39: - Its a long time back, I know - so - do you have (or can you create) a patch for the current VFS svn head? And two notes: 1

[jira] Resolved: (VFS-72) UriParser can't handle '#' in file names

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-72?page=all ] Mario Ivankovits resolved VFS-72. - Resolution: Cannot Reproduce I think you have to encode the # as %23 to make it work. If this is not the case, please drop me a note and we reopen this issue

[jira] Resolved: (VFS-42) [vfs] Display safe and user friendly VFS URLs

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-42?page=all ] Mario Ivankovits resolved VFS-42. - Resolution: Fixed added getFriendlyURI() to FileName Hope it'll do the trick [vfs] Display safe and user friendly VFS URLs

[jira] Resolved: (VFS-84) SFTP: proxy support

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-84?page=all ] Mario Ivankovits resolved VFS-84. - Resolution: Fixed Should be fixed. With the following example it should be possible to use a proxy server with sftp, though, I couldnt test it as I have

[jira] Resolved: (VFS-41) [VFS] New provider: iso9660

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-41?page=all ] Mario Ivankovits resolved VFS-41. - Resolution: Later Unhappily, it seems it is still not that easily possible to use LGPL code in apache, so I'll fix it at Later. Though, I think its fine

[jira] Commented: (VFS-45) [VFS] New provider: crypt

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-45?page=comments#action_12439617 ] Mario Ivankovits commented on VFS-45: - John, it seems you havent faxed a http://www.apache.org/licenses/software-grant.txt Are you still interested in having your

[jira] Commented: (VFS-45) [VFS] New provider: crypt

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-45?page=comments#action_12439618 ] Mario Ivankovits commented on VFS-45: - Though, if I think about crypt it comes into my mind that there again are some oddities with amercian export laws

[jira] Resolved: (VFS-78) DefaultFileMonitor does not register changes made on FTP FileObjects

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-78?page=all ] Mario Ivankovits resolved VFS-78. - Resolution: Fixed Could reporduce the behavior you described, though, I found that the DefaultFileMonitor had some problems detecting the removal of children

[jira] Resolved: (VFS-80) HTTPS protocol should use Commons HTTP Client, not URL provider

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-80?page=all ] Mario Ivankovits resolved VFS-80. - Resolution: Fixed Fixed! Sorry, I didnt use your patch, though, the same idea just with inheritance instead of copying. Please give it a try. HTTPS protocol

[jira] Resolved: (VFS-76) Timing Issues With Multiple Open Files and WebDav

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-76?page=all ] Mario Ivankovits resolved VFS-76. - Resolution: Fixed Should be fixed. httpclient knows a restart operation mode which I enabled yet, though, due to the limitation of the used webdavlib only

[jira] Closed: (VFS-19) [vfs] Cannot used base root with FTP

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-19?page=all ] Mario Ivankovits closed VFS-19. --- [vfs] Cannot used base root with FTP Key: VFS-19 URL: http://issues.apache.org/jira/browse/VFS

[jira] Resolved: (VFS-28) [vfs] Exception using ftp when copying to a directory with a tab in its name

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-28?page=all ] Mario Ivankovits resolved VFS-28. - Resolution: Cannot Reproduce [vfs] Exception using ftp when copying to a directory with a tab in its name

[jira] Reopened: (VFS-19) [vfs] Cannot used base root with FTP

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-19?page=all ] Mario Ivankovits reopened VFS-19: - [vfs] Cannot used base root with FTP Key: VFS-19 URL: http

[jira] Resolved: (VFS-19) [vfs] Cannot used base root with FTP

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-19?page=all ] Mario Ivankovits resolved VFS-19. - Resolution: Fixed [vfs] Cannot used base root with FTP Key: VFS-19 URL: http

[jira] Closed: (VFS-19) [vfs] Cannot used base root with FTP

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-19?page=all ] Mario Ivankovits closed VFS-19. --- [vfs] Cannot used base root with FTP Key: VFS-19 URL: http://issues.apache.org/jira/browse/VFS

[jira] Commented: (SHALE-301) scan configures packages or jar files only

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-301?page=comments#action_38322 ] Mario Ivankovits commented on SHALE-301: Sometimes I have up to 12-15 seconds of startup time of shale-tiger - looks like it depends on the load

[jira] Commented: (VFS-85) unexpected http connect

2006-10-02 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-85?page=comments#action_12439067 ] Mario Ivankovits commented on VFS-85: - Yea, the main intention was to have a fail fast behavior. Today I tend to change this, though, we have to think about first

[jira] Updated: (VFS-85) unexpected http connect

2006-10-02 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-85?page=all ] Mario Ivankovits updated VFS-85: Priority: Major (was: Blocker) Even if its critical for you, the change might be much more critical for others depending on the current behavior. Thus I changed

[jira] Resolved: (VFS-73) FileObject.moveTo() destroys data when changing case

2006-10-02 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-73?page=all ] Mario Ivankovits resolved VFS-73. - Resolution: Fixed Should be fixed now. If you find some time, please test it. Thanks! FileObject.moveTo() destroys data when changing case

[jira] Resolved: (VFS-7) [VFS] ram provider. Autocreate root folder

2006-10-02 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-7?page=all ] Mario Ivankovits resolved VFS-7. Resolution: Fixed Thanks for the patch! And - sorry again that it took so long. Please, do not hesitate to drop me a mail in the future if it seems I ignore

[jira] Resolved: (VFS-22) [vfs] VFS is not able to rename or move read-only files

2006-10-02 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-22?page=all ] Mario Ivankovits resolved VFS-22. - Resolution: Cannot Reproduce Maybe some other change already fixed it. If its still a problem, please drop me a note. Thanks! [vfs] VFS is not able to rename

[jira] Resolved: (VFS-75) Impossible to pass test cases

2006-10-02 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-75?page=all ] Mario Ivankovits resolved VFS-75. - Resolution: Fixed Did you manage to start the tests from within Eclipse? Impossible to pass test cases - Key

<    6   7   8   9   10   11   12   13   14   15   >