[jira] Resolved: (VFS-81) QueryString is lost after resolveFile(http://...?queryString).

2006-10-02 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-81?page=all ] Mario Ivankovits resolved VFS-81. - Resolution: Fixed Should be fixed now. I slightly changed your patch. Please give it a try. Thanks for reporting it! QueryString is lost after resolveFile

[jira] Resolved: (VFS-82) ClassCastException in AbstractFileObject when using OnCall caching

2006-10-02 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-82?page=all ] Mario Ivankovits resolved VFS-82. - Resolution: Fixed Applied. Thanks for the patches! ClassCastException in AbstractFileObject when using OnCall caching

[jira] Resolved: (VFS-83) SFTP - FileSystemOption 'compression' is set to value of 'strictHostKeyChecking'

2006-10-02 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-83?page=all ] Mario Ivankovits resolved VFS-83. - Resolution: Fixed Fixed. Thanks for reporting it! SFTP - FileSystemOption 'compression' is set to value of 'strictHostKeyChecking

[jira] Resolved: (VFS-36) [vfs] J2EE JAR format files support

2006-10-02 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-36?page=all ] Mario Ivankovits resolved VFS-36. - Resolution: Fixed Added to list of known schemes. Thanks for reporting it. [vfs] J2EE JAR format files support

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

2006-10-02 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-84?page=comments#action_12439300 ] Mario Ivankovits commented on VFS-84: - JFYI, there is no work in progress for this, so you are welcom to submit a patch :-) SFTP: proxy support

Re: What is the state of commons-vfs?

2006-10-02 Thread Mario Ivankovits
Hi Dmitry! Don't see any updates in commons-vfs project, and the latest news is dated 2005-09-26. The last commit is from 28-Aug-2006 and some new features have been implemented during the last year. We whould like to use it in our project. What is the development state of commons-vfs?

Re: [VFS] unexpected http connect

2006-10-02 Thread Mario Ivankovits
Hi! when I try to create a file object with http://www.somehost.com/;, VFS fails when the host is unreachable (e.g. when not connected to internet) this is because org.apache.commons.vfs.provider.http.HttpFileSystem has a constructor that has an argument HttpClient, whereas it should be an

Re: [VFS] unexpected http connect

2006-10-02 Thread Mario Ivankovits
Hi Philippe! BTW: Could you please open a JIRA with this enhancement request, so we wont miss it. Thanks! Ciao, Mario - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VFS] unexpected http connect

2006-10-02 Thread Mario Ivankovits
Hi Dmitry! when I try to create a file object with http://www.somehost.com/;, VFS fails when the host is unreachable (e.g. when not connected to internet) this is because org.apache.commons.vfs.provider.http.HttpFileSystem has a constructor that has an argument HttpClient, whereas it should

Re: [VFS] unexpected http connect

2006-10-02 Thread Mario Ivankovits
Hi! Question. How can I specify proxy username/password for vfs? Hehe, now its getting interesting ;-) Well, please file an enhancement request at http://issues.apache.org/jira Once this has been implemented you can pass in an o.a.c.vfs.UserAuthenticator which will be asked for credentials on

Re: OutOfMemoryError with VFS

2006-10-02 Thread Mario Ivankovits
Hi! i would like to copy big big file (10G or 20G) with vfs. snip but i've got an OutOfMemoryError with IOUtils.copy. Which filesystems do you use (sftp, http, ftp, .) ? Ciao, Mario - To unsubscribe, e-mail:

Re: OutOfMemoryError with VFS

2006-10-02 Thread Mario Ivankovits
Hi! i use sftp... Yea, this explains it. For performance reasons it loaded the whole file into memory. Please open a jira at http://issues.apache.org/jira so I'll have a look at it if this is still necessary. Thanks! Ciao, Mario

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

2006-10-01 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-301?page=all ] Mario Ivankovits updated SHALE-301: --- Attachment: DumpScanPackages.java Please ignore the DumpScanPackages.diff, there the new file in question is missing. I've directly added

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

2006-09-30 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-301?page=comments#action_38315 ] Mario Ivankovits commented on SHALE-301: The next idea comming into my mind is a tool which will scan the classpath and prints all packages containing

Re: [net] Using FTPClient [was: Re: commons-vfs - Using FTPClient]

2006-09-29 Thread Mario Ivankovits
Hi! This is what the output displays message 425 takes about 20 seconds to display... Can anyone help me with this? Thanks //OUTPUT 230 Login successful. Have fun. 425 Failed to establish connection. 221 Goodbye. For me this is a problem with your (or the other side)

Re: [tiger] speedup of startup and extension to view annotation

2006-09-29 Thread Mario Ivankovits
Hi Craig! 1) Speedup of startup ... because it expects the developer to have a fairly complete understanding of all the classes in every jar, even if you got it from a third party. oh yes, right you are So the syntax of the configuration should be somehow different:

Re: [tiger] speedup of startup and extension to view annotation

2006-09-29 Thread Mario Ivankovits
Hi Craig! 1) Speedup of startup See my response on your JIRA issue ... The JIRA issue and this topic are two completely different things. Please take a look at the patch and you'll see. if the developer *does* include this context init parameter, then it seem that we would have to analyze

Re: [tiger] speedup of startup and extension to view annotation

2006-09-29 Thread Mario Ivankovits
Hi Craig! I wont leave this mailing list ;-) For the speedup thing (with a new context parameter) I'll try to implement my thoughts in LifecycleListener2 and create a simple benchmark. Then we will see if its worth it. Ciao, Mario

[tiger] speedup of startup [was: [tiger] speedup of startup and extension to view annotation]

2006-09-29 Thread Mario Ivankovits
Hi! For the speedup thing (with a new context parameter) I'll try to implement my thoughts in LifecycleListener2 and create a simple benchmark. Then we will see if its worth it. I created https://issues.apache.org/struts/browse/SHALE-301 with a first try to speedup startup times, so

[jira] Commented: (SHALE-295) collect web archives with explicit configured faces-config.xml pointing to them

2006-09-29 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-295?page=comments#action_38296 ] Mario Ivankovits commented on SHALE-295: Well, call it wrongly packed or simply somehow different, but not all jar files contain a META-INF/faces-config.xml

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

2006-09-29 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-301?page=all ] Mario Ivankovits updated SHALE-301: --- Attachment: configurable_scan_packages.diff scan configures packages or jar files only

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

2006-09-29 Thread Mario Ivankovits (JIRA)
Reporter: Mario Ivankovits Attachments: configurable_scan_packages.diff Attached you will find a patch which allows to configure which packages or jar files shale-tiger should scan during startup. The idea behind this patch is to improve the startup times of shale-tiger, though

[jira] Updated: (SHALE-295) collect web archives with explicit configured faces-config.xml pointing to them

2006-09-28 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-295?page=all ] Mario Ivankovits updated SHALE-295: --- Attachment: explicit_jars.diff collect web archives with explicit configured faces-config.xml pointing to them

Re: VERY VERY VERY VERY strange behavior!!!

2006-09-28 Thread Mario Ivankovits
Hi Angelo! h:panelGroup rendered= #{consulta.id http://consulta.id != null} h:commandButton id=newButton1 action=marcacaoConsulta value=New style=margin-top: 5px; immediate=true/ /h:panelGroup

Re: VERY VERY VERY VERY strange behavior!!!

2006-09-28 Thread Mario Ivankovits
maybe marcacaoConsulta vs ? marcacaoConsulta Hehe - good catch :-D Ciao, Mario

Re: VERY VERY VERY VERY strange behavior!!!

2006-09-28 Thread Mario Ivankovits
Hi Angelo! i think that's the problem , but i cannot make a solution... i think that t:saveState is conflict with Seam... and when the button is rendered the conversation is End, so when i press the button the consulta dont exist... Yes, I think there should be no need for saveState with seam.

[jira] Commented: (VFS-82) ClassCastException in AbstractFileObject when using OnCall caching

2006-09-27 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-82?page=comments#action_12438042 ] Mario Ivankovits commented on VFS-82: - Thanks, just, could you please rework you patch to use AbstractFileObject afo = FileObjectUtils.getAbstractFileObject(fo

Re: quick questions on VFS

2006-09-27 Thread Mario Ivankovits
Hi Brian! Is there a gold release somewhere? I can't find it. What version is recommended for production use? I still didnt find the time to cut a release. So the best will be to use the latest snapshot. There is no dangerous development currently, so you should be safe. Also, I notice

[jira] Commented: (TOMAHAWK-706) body onload does not exist

2006-09-27 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-706?page=comments#action_12438041 ] Mario Ivankovits commented on TOMAHAWK-706: --- Yea, I had the same experience, but wasnt sure if the body onload is still broken. For what I

[jira] Commented: (TOMAHAWK-706) body onload does not exist

2006-09-27 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-706?page=comments#action_12438047 ] Mario Ivankovits commented on TOMAHAWK-706: --- yea - hopefully the contributor will collect all html attributes :-) body onload does not exist

[jira] Commented: (TOMAHAWK-706) body onload does not exist

2006-09-27 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-706?page=comments#action_12438049 ] Mario Ivankovits commented on TOMAHAWK-706: --- But just to be fair, you dont have to use dojo to simulate the onload, you can use the setTimeout(, 0

Re: managed-beans, spring references, and serializable

2006-09-26 Thread Mario Ivankovits
Hi! We are just shaking down some big improvements and bugfixes in the Dialog stuff ... if you want to try it, grab the shale-dialog2 and shale-dialog2-legacy modules from the sandbox directory under the nightly builds. This will likely get pushed back into the main codeline (replacing the

Re: jsf myfaces wizard

2006-09-25 Thread Mario Ivankovits
Hi! My approach to use a session scoped Managed bean caused some issues in refresh data and persistence (I'm using hibernate). Take a look a the conversationTag in myfaces sandbox. (http://wiki.apache.org/myfaces/ConversationTag) This will also help with persistence, it allows you to request a

Re: Developing in Intellij IDEA and the idea:idea maven plugin

2006-09-22 Thread Mario Ivankovits
Hi Martin! It would be nice to have a script (be it Ant, be it a Maven plugin or whatever) which changes the shared_tomahawk / _impl imports back to shared while developing. Or being able to configure maven in a way that it will NOT refactor the sources, instead it should simply create a shared

Re: Developing in Intellij IDEA and the idea:idea maven plugin

2006-09-22 Thread Mario Ivankovits
Hey. Or being able to configure maven in a way that it will NOT refactor the sources, instead it should simply create a shared and shared-source jar. said that, wouldn't it be possible to revert the shared_ stuff in svn at all? And refactor tomahawk and impl itself only for the release

Re: Thanks to Sean and Wendy for 1.1.4 Core!

2006-09-21 Thread Mario Ivankovits
Hey! I would also like to thank Matthias, who also put a fair amount of time into getting this release out of the door. I don't normally like to waste bandwidth thanking people, but Sean and Wendy put in a tremendous amount of work getting 1.1.4 out the door over the course of several months.

Re: How to have dojo dialog functions in popup JSF component?

2006-09-20 Thread Mario Ivankovits
Hi Gerald! Have a look at current sandbox nightly! - s:modalDialog I clicked search and then cancel and the following will be logged by the firefox (1.5.0.6) javascript console Fehler: document.forms.linkDummyForm has no properties Quelldatei: javascript:alert('TODO: FIXME') Zeile: 0 Ciao,

[jira] Commented: (TOMAHAWK-623) RedirectTracker and RedirectTrackerRequestMapWrapper remove implementation

2006-09-19 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-623?page=comments#action_12435680 ] Mario Ivankovits commented on TOMAHAWK-623: --- Using the latest sandbox snapshot its removed by default, you have to reenable it by setting a specific

[jira] Resolved: (TOMAHAWK-623) RedirectTracker and RedirectTrackerRequestMapWrapper remove implementation

2006-09-19 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-623?page=all ] Mario Ivankovits resolved TOMAHAWK-623. --- Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed RedirectTracker and RedirectTrackerRequestMapWrapper remove implementation

[jira] Commented: (TOMAHAWK-503) Capture and restore saveState Beans and messages when using redirect navigation rule

2006-09-19 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-503?page=comments#action_12435682 ] Mario Ivankovits commented on TOMAHAWK-503: --- Yes, for the entire app as it is a context parameter, though, you can create whatever policy you want

Re: Don't commit massive format changes with other changes

2006-09-19 Thread Mario Ivankovits
Hi! Mike, I am with you, though, (another question about this topic) do you know, do we have a wiki page which defines which codestyle we have to use? Currently, we really have a mixture, which isnt good too. Also I propose to create a codestyle file for at least IDEA and Eclipse - as far as I

Re: Don't commit massive format changes with other changes

2006-09-19 Thread Mario Ivankovits
Hi Martin! Oh my, I'm going under cover! This has started the single longest discussion on the mailing-list the last time ;) I hoped you already discussed it :-), and regarding to http://wiki.apache.org/myfaces/MyFaces_Developer_Notes this is the case. The decision was to use Suns Java Code

[jira] Resolved: (TOMAHAWK-672) RedirectTrackerManager behavior must be disabled by default

2006-09-18 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-672?page=all ] Mario Ivankovits resolved TOMAHAWK-672. --- Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed Hi! I added a policy configuration to customize the data being saved between

[jira] Resolved: (TOMAHAWK-503) Capture and restore saveState Beans and messages when using redirect navigation rule

2006-09-18 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-503?page=all ] Mario Ivankovits resolved TOMAHAWK-503. --- Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed Hi! I added a policy configuration to customize the data being saved between

Re: RedirectTracker -- per-request configuration?

2006-09-18 Thread Mario Ivankovits
Hi Mike! What about the possiblity of a per-request override for the behavior? Sure, one can do this by implementing its own e.g PerRequestRedirectTrackerPolicy which itself holds the ThreadLocal and delegates to the real policy then. I am not sure if we should provide every possible Policy, but

Re: Redirect after post (PRG pattern) JSF messages

2006-09-18 Thread Mario Ivankovits
Hi! I'd like to know if one could save not only FacesMessages in this way, but also saveState Beans that should be preserved via a redirect?! In tomahawk-sandbox there is the RedirectTracker which is able to save: * request beans * messages * locale For now, please see the last comment of

[jira] Commented: (TOMAHAWK-653) WebXmlParser.java doesn't appear to find entities declaired in web.xml correctly

2006-09-12 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-653?page=comments#action_12434098 ] Mario Ivankovits commented on TOMAHAWK-653: --- No, in your case it should fail anyway. t:document is required for the StreamingAddResource. Could you

[jira] Commented: (TOMAHAWK-502) HtmlBufferResponseWriterWrapper NoClassDefFoundError

2006-09-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-502?page=comments#action_12433340 ] Mario Ivankovits commented on TOMAHAWK-502: --- Please do not mix your problems in one jira issue, instead post on the user mailinglist. The both

[jira] Resolved: (TOMAHAWK-502) HtmlBufferResponseWriterWrapper NoClassDefFoundError

2006-09-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-502?page=all ] Mario Ivankovits resolved TOMAHAWK-502. --- Resolution: Invalid HtmlBufferResponseWriterWrapper NoClassDefFoundError

naming of dojo components

2006-09-08 Thread Mario Ivankovits
Hi! Today I saw a new component coming in called DojoDialog and I thought: Is it really required - or the best idea - to prefix the dojo components with dojo? What if we change the technique used within an dojo component to something else (say superWebFlex - just a synonym), sure, one solution

Re: naming of dojo components

2006-09-08 Thread Mario Ivankovits
Hi Gerald! I just accepted the stuff from Thomas. You know, I dont wanted to point to a special person, just a general discussion. Sorry, that it was your committed component I used as sample ;-) So, let`s change the name to dynamicDialog? If it sufficiently describes it, sure, though, it was

Re: naming of dojo components

2006-09-08 Thread Mario Ivankovits
Hi! +1 on modal dialog As I said, my dynamic was just a wild guess, if the dialog is meant to be modal, then I am +1 on modal too. Ciao, Mario

Re: Table Captions

2006-09-06 Thread Mario Ivankovits
Hi Mike! Dennis stated earlier that this has already been implemented for MyFaces 1.2. Not sure why the issue wasn't closed. From the bug description: but it is needed to be supported by myfaces as soon as possible for accessibility reasons So the main intention from the reporter was to have

Re: Weblets and AddResource

2006-09-06 Thread Mario Ivankovits
Hi Aleksei! Scripts are currently managed a bit differently, but I think this is also gonna change. No, there is no need to render scripts in the head, so for StreamingAddResource this will not be changed. In my opinion, this is rather a tricky way to shut yourself in the head. Well, I am

Re: Weblets and AddResource

2006-09-06 Thread Mario Ivankovits
Hi Aleksei! 1. In the document renderer, look for documentHead and documentBody children of the document component. 2. document renderer overtakes rendering of the children. 3. We create a new ResponseWriter which writes into a buffer. 4. document renderer renders document body with the

Re: What about header.css?

2006-09-06 Thread Mario Ivankovits
Hi Jane! I added one JSF frame to my existing JSP/Servlet application running on JBoss. 14:05:00,909 WARN [StreamingResourceLoader] No streamable resources found for request: 5 resourceUri: 5/header.css Please, can you tell a little bit more in detail what you mean with added on JSF

[beanutils] little bug with indexed primitive types and null values

2006-09-05 Thread Mario Ivankovits
Hi! I've found a little bug in beanutils where, in case of indexed primitive types (e.g. boolean array) a null value gets not correctly converterd. If nobody minds I'll commit the following patch for beanuilts: Index: src/java/org/apache/commons/beanutils/BeanUtilsBean.java

Re: [vfs] newbie - extract zip files

2006-09-04 Thread Mario Ivankovits
Hi Monica! I need to extract the files contained in a zip after a web upload. If you have a InputStream only you can feed this stream to the tmp: filesystem with something like this: FileObject foZip = VFS.getManager().resolveFile(tmp:/xml-rpc.net.0.9.2.zip); OutputStream os =

Re: Table Captions

2006-09-04 Thread Mario Ivankovits
hi! On 9/3/06, Dennis Byrne [EMAIL PROTECTED] wrote: Backporting may be more than just a quick commit. I seem to remember the code for printing the table element to be in the shared module. This means if you add it to t:dataTable, it ends up in h:dataTable also. If h:dataTable is to remain

Re: RequestParamServltFilter Bug

2006-09-01 Thread Mario Ivankovits
Hi Ben! First, my apologies for the premature WIKI entry concerning the Conversation Tag. I'll be more discerning about my entries in the future. Oh - that was no problem. I just didnt know how to reach you so I thought I try through the wiki page itself. :-) I use the conversationTag with

[jira] Commented: (TOMAHAWK-653) WebXmlParser.java doesn't appear to find entities declaired in web.xml correctly

2006-09-01 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-653?page=comments#action_12432272 ] Mario Ivankovits commented on TOMAHAWK-653: --- Hi! But then it will fail with e.g. inputCalendar or any other component which requires javascript

HtmlFocusRenderer questions

2006-08-31 Thread Mario Ivankovits
Hi! *) Any reason why the HtmlFocusRenderer imports dojo? DojoUtils.addMainInclude(facesContext, uiComponent, javascriptLocation, new DojoConfig()); DojoUtils.addRequire(facesContext, uiComponent, dojo.event.*); The only thing it do afterwards is something like

[jira] Commented: (MYFACES-1310) IllegalStateException:Strict Servlet api:cannot call getOutputSteam() after getWriter() on Weblogic 8.1 sp 5

2006-08-31 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1310?page=comments#action_12431871 ] Mario Ivankovits commented on MYFACES-1310: --- sure, and there are good reasons to use the OutputStream at this place, else you cant deliver a binary

[jira] Commented: (MYFACES-1396) Too much escaping

2006-08-31 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1396?page=comments#action_12431881 ] Mario Ivankovits commented on MYFACES-1396: --- Is it possible to deliver the content as UTF-8? As far as I remember then no escaping of german umlauts

Re: RedirectTracker usage

2006-08-30 Thread Mario Ivankovits
Hi! http://issues.apache.org/jira/browse/TOMAHAWK-503 This patch is really meant to start discussions about ideas rather than be the actual implementation. But, again, it works. I plan to allow to add a REDIRECT_POLICY parameter which accepts a FQN-classname and two implementations for it:

Re: VFS smb bug

2006-08-28 Thread Mario Ivankovits
Hi Gabriele! I think I found a very simple bug inside the VFS code implementation for SMB. Yea! And you did a VERY good work in locating where the problem is. Thanks alot! I had hard times finding documentations about it, but after a bit of hacking inside the source code I could find how to

Re: Myfaces Wiki ComponentMaintainers

2006-08-25 Thread Mario Ivankovits
Ok, Mike told me that I was wrong to move this discussion to pmc@ and I should repost it at [EMAIL PROTECTED] Now, I dont want to rewarm this discussion, but when I reread my own post I think there are still valid points within. So - here we go: On 8/22/06, Mario Ivankovits [EMAIL PROTECTED

Re: Excel Export for Extended Datatable

2006-08-24 Thread Mario Ivankovits
Hi! Yeah, right. I wouldn't mind a separate module either - it's not too big an overhead. Not a big overhead? Yet another directory in our current thingy, yet another entry in our pom.xml and maybe another couple of poms for the module itself. Not to speak about the release process and testing

Re: [commons-vfs] vfs - copy ant task - http

2006-08-23 Thread Mario Ivankovits
Hi Anjana! Is it possible to use vfs-copy ant task to do a http post? No, the http filesystem implementation do not support write operations yet, sorry. Maybe you'll contribute *hint hint* ;-) Ciao, Mario - To unsubscribe,

Re: Partial Page Rendering for tomahawk

2006-08-23 Thread Mario Ivankovits
Hi all! This is a initial commit so it is not yet well tested and there are still a lot of things to do, but if anyone wants to start playing around with it and making suggestions for improvements I would be thankful for some feedback. JFYI - I've started to try to use it in our application,

Re: clientId tag

2006-08-23 Thread Mario Ivankovits
Hi Martin! Wait a minute - will this work if the script itself is embedded in a panelGrid? I think so also dataTable you know with indexed clientId ... thats the plan, bad? Ciao, Mario

Re: clientId tag

2006-08-23 Thread Mario Ivankovits
Hi! Maybe I'm lost off track here - but panelGrid has render-Children set to true, so it will render the children itself, and the content in the script tag might show up somewhere totally different, out of sync with the other components? The f:verbatim tag works too within an panelGrid, no?

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

2006-08-22 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-78?page=comments#action_12429632 ] Mario Ivankovits commented on VFS-78: - I'll have a look at it. Regarding the order of events. I think we never can guarantee the order of them. And you should

Re: [vfs] Re: unknown protocol: sftp

2006-08-22 Thread Mario Ivankovits
Hi! FileObject fo = fsm.resolveFile(sftp://domain/user:[EMAIL PROTECTED] mailto:sftp://domain/user:[EMAIL PROTECTED]); Please try: FileObject fo = fsm.resolveFile(sftp://domain\\user:[EMAIL PROTECTED] mailto:sftp://domain/user:[EMAIL PROTECTED]); Ciao, Mario

Re: [commons-net] FTP – missing folder / directory

2006-08-22 Thread Mario Ivankovits
Hi! Of this 50 array elements there is one element that is null, and this is where the missing directory should be. This means that [net] cant parse the directory listing at this line. Maybe you have to configure another date format. Please see here

Re: [vfs] Re: unknown protocol: sftp

2006-08-22 Thread Mario Ivankovits
Hi Puneet! Please ensure you responde to the commons-user mailinglist too - to say the truth, its sufficient to answer there, I'll pick it up from there too. org.apache.commons.vfs.FileSystemException: Invalid absolute URI sftp://domain\ user:[EMAIL PROTECTED] mailto:user:[EMAIL PROTECTED]

Re: Partial Page Rendering for tomahawk

2006-08-22 Thread Mario Ivankovits
Hi Matthias! The sort of offline development. Sending offline a patch to a committer for letting him commit the stuff is to me a -1. Looks like a bypass. Do you propose to use jira as mini-incubator? I am not sure this is what it is meant for. In this case it was committed to the sandbox, no?

Re: [CODEC] Base64 vs. sun.misc.BASE64Decode

2006-08-19 Thread Mario Ivankovits
Hi! char[] msgChars = new String(decoder.decode(b)).toCharArray(); I'm not sure the problem is really here, though. It just looks strange to me. Yep, java puts ? in places where it cant convert the binary data to the correct character. Ciao, Mario

[jira] Deleted: (VFS-79) Cannot list children of HTTP folders

2006-08-18 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-79?page=all ] Mario Ivankovits deleted VFS-79: Cannot list children of HTTP folders Key: VFS-79 URL: http://issues.apache.org/jira/browse

[jira] Deleted: (VFS-77) VFS cannot determine file type of root for FTP, prevents listing of children at root

2006-08-18 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-77?page=all ] Mario Ivankovits deleted VFS-77: VFS cannot determine file type of root for FTP, prevents listing of children at root

[jira] Commented: (TOMAHAWK-610) convertNumberAsBigDecimal converter

2006-08-18 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-610?page=comments#action_12429107 ] Mario Ivankovits commented on TOMAHAWK-610: --- In the sandbox there is a numberconverter which will automatically detect the required destination type

Re: TOMAHAWK-610 / TypedNumberConverter

2006-08-18 Thread Mario Ivankovits
Hi Mike! I hadn't noticed this before -- You added it while I was on vacation. Sneaky. :-) And after you'd already +1'd my implementation in the currencyConverter - BigDecimal storage thread. Hmmm, yes, sorry. If I remember correctly, I had a bad need for this and thought no one else already

Re: TOMAHAWK-610 / TypedNumberConverter

2006-08-18 Thread Mario Ivankovits
Hi Mike! Sounds good. I'm probably not going to get to it for another couple of weeks in any case. Ok, so maybe I manage to do it. I'll start work on tomahawk-610 before I start so that you know I am working on it. Ciao, Mario

Re: More than one org.apache.myfaces.ADD_RESOURCE_CLASS ?

2006-08-18 Thread Mario Ivankovits
Hi! Can i have more than org.apache.myfaces.ADD_RESOURCE_CLASS registered on web.xml? No. Why would you need this? Ciao, Mario

[jira] Closed: (VFS-79) Cannot list children of HTTP folders

2006-08-17 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-79?page=all ] Mario Ivankovits closed VFS-79. --- Resolution: Won't Fix Yep, unhappily the http filesystem do not support the getChildren method. System.err.println(can list children= + f.getFileSystem

Re: [commons-net ftp] how to ftp a zipped file and unzip it at the other end?

2006-08-17 Thread Mario Ivankovits
Hi Anil! Thank you - I think the ssh option is interesting. I could be mistaken but it strikes me that it would have the downside of allowing the user to wander all over the machine if he decided to manually try it Yep, if you have the login for an account which allows ssh the user can explore

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

2006-08-16 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-78?page=comments#action_12428346 ] Mario Ivankovits commented on VFS-78: - The DefaultFileMonitor do not report renamings as renamings but as delete/create events. This is due to the polling nature

[jira] Resolved: (VFS-77) VFS cannot determine file type of root for FTP, prevents listing of children at root

2006-08-16 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-77?page=all ] Mario Ivankovits resolved VFS-77. - Fix Version/s: Nightly Builds Resolution: Fixed should be fixed now, please check it. Thanks! Ciao, Mario VFS cannot determine file type of root

[jira] Closed: (VFS-77) VFS cannot determine file type of root for FTP, prevents listing of children at root

2006-08-16 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-77?page=all ] Mario Ivankovits closed VFS-77. --- VFS cannot determine file type of root for FTP, prevents listing of children at root

Re: [commons vfs] - Issues while trying to ftp to a remote server

2006-08-16 Thread Mario Ivankovits
Hi Anjana! jarFile = (FtpFileObject) fsManager.resolveFile(ftp://pulsar007:[EMAIL PROTECTED]/,opts); But when i try to list the children, i get an error. i tried getting the latest vfs version, commons-vfs-20060815.jar. when i do ftp manually to this host, i dont have any issues.

Re: [commons-net ftp] how to ftp a zipped file and unzip it at the other end?

2006-08-16 Thread Mario Ivankovits
Hi Anil! Thank you for replying. How do I upload and unzip? As far as I know there is no way to unzip on the remote server through ftp. But you have some options: 1) install a crontab/daemon (on the remote server) which looks for new zip files and unpack them (A marker file might help here

Re: [commons vfs] - Issues while trying to ftp to a remote server

2006-08-16 Thread Mario Ivankovits
Hi Anjana! Thanks a lot for responding quickly. i tried running FtpCheck and was able to see the remote folders. i didnt get any null entries. i also tried sftp yesterday and that seems to be working. i should be able to manage with sftp. Thanks a lot for looking in to this! Thanks for your

Re: s:secure

2006-08-16 Thread Mario Ivankovits
Hi! h:panelGroup rendered=#{pageBean.isLoggedIn} h:panelGroup rendered=#{securityBean.isManager or securityBean.isAdmin} I know, that this will work, though, it looks like a hack (one I often used ;-) ). Having a simple secure tag will also reflect what the designer/developer wanted to do -

[jira] Commented: (TOMAHAWK-593) When i use StreamingAddResource and put calendar componente in tabbed panel, the css styles is not added

2006-08-11 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-593?page=comments#action_12427554 ] Mario Ivankovits commented on TOMAHAWK-593: --- I'll have a look at it after my vacation (which ends soon), though, I can do it only in an JSP

Re: [VFS] 1.0 roadmap (was: Recent changes)

2006-08-08 Thread Mario Ivankovits
Hi! Therefore IMO, the way to think of this is as if there were two components, vfs and vfs-sandbox, the latter depending on the former for the core API Yes, I see it the same way. I am fine with this. Ciao, Mario - To

[jira] Commented: (VFS-77) VFS cannot determine file type of root for FTP, prevents listing of children at root

2006-08-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-77?page=comments#action_12426836 ] Mario Ivankovits commented on VFS-77: - Could you please try the next nightly, then the message Object didnt extend from AbstractFileObject. Object {0} should

Re: [VFS] 1.0 roadmap (was: Recent changes)

2006-08-07 Thread Mario Ivankovits
Hi Rahul! We can continue building (like we have been, in the nightlies for many months), but we can't release those Yes, I am aware of. Just a ready made jar for download would be great. (including a source jar - if we only could use m2 for this ;-) ) Yup, for m1 primarily. extras/ is often

Re: [VOTE] Andrew Shirley as committer?

2006-08-07 Thread Mario Ivankovits
: [EMAIL PROTECTED] -- mfg Mario Ivankovits - OPS EDV Vertriebsges.m.b.H. Software Engineering Michael-Bernhard-Gasse 10, A-1120 Wien Tel.: +43-1-8938810 Fax: +43-1-8938810/3700 E-Mail: [EMAIL PROTECTED] Skype: mario_ivankovits

Re: [VOTE] Kris Nuttycombe as committer?

2006-08-07 Thread Mario Ivankovits
: [EMAIL PROTECTED] -- mfg Mario Ivankovits - OPS EDV Vertriebsges.m.b.H. Software Engineering Michael-Bernhard-Gasse 10, A-1120 Wien Tel.: +43-1-8938810 Fax: +43-1-8938810/3700 E-Mail: [EMAIL PROTECTED] Skype: mario_ivankovits

Re: [VFS] 1.0 roadmap (was: Recent changes)

2006-08-07 Thread Mario Ivankovits
Hi Rahul! m2 would be convenient, but it would also be a distraction. ;-) Its just with m2 I did this kind of stuff already, no clue with m1 - but yea, its time to learn again. Torsten pointed out a project where we can borrow this stuff, or are you familiar enough with m1? So, depends how soon

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