[jira] Created: (VFS-104) throw exception if setLastModified did not work

2006-12-20 Thread Mario Ivankovits (JIRA)
Reporter: Mario Ivankovits Assigned To: Mario Ivankovits Priority: Minor Fix For: 1.1 Final see summary Keep backward compatibility, add a new doSetLastModifiedTime (doSetLastModTime) with a boolean return code, deprecate the old method

[jira] Resolved: (VFS-104) throw exception if setLastModified did not work

2006-12-20 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-104?page=all ] Mario Ivankovits resolved VFS-104. -- Resolution: Fixed throw exception if setLastModified did not work --- Key: VFS-104

[jira] Closed: (VFS-104) throw exception if setLastModified did not work

2006-12-20 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-104?page=all ] Mario Ivankovits closed VFS-104. throw exception if setLastModified did not work --- Key: VFS-104 URL: http

Re: [VOTE][VFS] release commons-vfs 1.0 based on RC9

2006-12-19 Thread Mario Ivankovits
Hi Oliver! The ant build succeeded, but in the resulting jar the LICENSE.txt was missing (only NOTICE.txt is copied to META-INF). This has been fixed now. Ciao, Mario - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[VOTE][VFS] release commons-vfs 1.0 based on RC10

2006-12-19 Thread Mario Ivankovits
Hi! Please don't laugh ... I don't know if there ever was a to be released Jakarta project with so many RCs. Be patient with me, I hope in the future we can go more straight forward. Changed: * The ant build succeeded, but in the resulting jar the LICENSE.txt was missing (only NOTICE.txt is

[jira] Commented: (VFS-103) Add support for Local File System reserved directories

2006-12-19 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-103?page=comments#action_12459758 ] Mario Ivankovits commented on VFS-103: -- I see what you have done and I am pretty sure it works for you. But (IMHO) for a library this approach is not sufficient

Re: [VOTE][VFS] release commons-vfs 1.0 based on RC10

2006-12-19 Thread Mario Ivankovits
Hi Jörg! first a question to all: Is it consensus that we use groupId commons-vfs? I just wondered that it was taken for the first release, since we'll switch to org.apache.commons ... It's already changed for the m2 build. I don't know if its worth to relocate the m1. But since we have

Re: [VFS] File System Roots

2006-12-19 Thread Mario Ivankovits
Hi Mark! Is there any easy way to get file system roots? Not yet, but this is planned to implement somehow, it would be great if you could open a JIRA ticket with it to not forget it. The same API could/should be used to browse the network with SMB/JCIFS. Also, is there a way to get the

[news] MyFaces and Spring goes conversational

2006-12-19 Thread Mario Ivankovits
Hi! Yesterday we had a meeting with Jürgen Höller and it turned out that it would make very sense to integrate our ConversationTag [1] with Spring [2]. The plan is to create a custom Spring scope which uses our ConversationManager. Together with Spring's powerful bean management facility this

spring conversation start (@manfred)

2006-12-19 Thread Mario Ivankovits
Hi! Our plan was to implicit start a conversation as soon as a conversation been will be created through spring. Well, to know which conversationContext we are currently working in (this context is required for multiple window awareness) we have to add a request parameter to every rendered url.

Re: [news] MyFaces and Spring goes conversational

2006-12-19 Thread Mario Ivankovits
Hi Matthias! The plan is to create a custom Spring scope which uses our ConversationManager. Together with Spring's powerful bean management facility this should now you are using it ? Well, sometimes good things need time ;-). Yes, now I've seen what it can do for us and I can't wait to give

Re: spring conversation start (@manfred)

2006-12-19 Thread Mario Ivankovits
Hi Jacob! how's JSF 1.2 coming along btw? What do you mean? As far as I can see JSF 1.2. do not introduce any new (flash or conversation) scope. So (IMHO) our solution works with JSF 1.2 too. If you mean how far our (MyFaces) JSF 1.2 implementation is ... well ... then I have to say there

Re: spring conversation start (@manfred)

2006-12-19 Thread Mario Ivankovits
Hi Craig! One of the architectural approaches that MyFaces developers seem to do pretty often, even when they don't have to, is think of everything as needing a component. Hehe, yes indeed. But I'll try to move away from such approaches, the Spring Conversation integration should no longer need

Re: spring conversation start (@manfred)

2006-12-19 Thread Mario Ivankovits
Hi Jacob! I might be biased too from the Seam side, but writing this, even in small steps may grow into a monster :-) Yep, and thats why we have no plans to do so ... and there are numerous implementations out there dealing with it, I don't plan to gather new enemies ;-) I can see

[VOTE][VFS] release commons-vfs 1.0 based on RC9

2006-12-18 Thread Mario Ivankovits
Hi! Here we go again - please vote if we can push this RC to a release, finally: Please find the RC at http://people.apache.org/~imario/vfs The site can be reviewed at http://people.apache.org/~imario/vfs-1.0/site [ ] +1 I support this release [ ] +0 [ ] -0 [ ] -1 I do not

Re: [ANNOUNCE][VFS] commons-vfs 1.0 RC9

2006-12-18 Thread Mario Ivankovits
Hi Niall! Release looks good to me. Thanks for looking at it! I've started the vote a suggested. Thanks! Ciao, Mario - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE][VFS] release commons-vfs 1.0 based on RC9

2006-12-18 Thread Mario Ivankovits
Hi! Shouldn't failing test cases be ignored by default because of the complicated test setup? Hmmm maybe ... we can discuss this for the next release, no? The ant build succeeded, but in the resulting jar the LICENSE.txt was missing (only NOTICE.txt is copied to META-INF). This is odd,

Re: t:document tags and xhtml

2006-12-18 Thread Mario Ivankovits
Hi Brad! I have seen recommendations on the myfaces wiki that performance of JSF can be improved if t:document tags are used. Will these tags produce valid and well formed xhtml? Or can they be configured to do so? They are just replacements for html's html, head, body. So if a page

Re: t:document tags and xhtml

2006-12-18 Thread Mario Ivankovits
Hi Brad! !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml; lang=en xml:lang=en Yep, these attributes are missing, as far as a know. Please open a JIRA at [1]. body id='some id'

[ANNOUNCE][VFS] commons-vfs 1.0 RC9

2006-12-17 Thread Mario Ivankovits
Hi! The commons vfs community is happy to announce the availability of a new commons-vfs 1.0 RC. Please find the RC at http://people.apache.org/~imario/vfs The site can be reviewed at http://people.apache.org/~imario/vfs-1.0/site This is the first RC which uses the new naming style. Means:

Re: Tomahawk and JBoss

2006-12-14 Thread Mario Ivankovits
Hi! Well I just wanted to know if anyone else had come across issues here. Sorry if it is off-topic. no, it's fine. I am now also interested in *deep* details. Yeah, me too. It would be better to help getting things better instead of ranting around. I am not aware that tomahawk do some

Re: Tomahawk and JBoss

2006-12-14 Thread Mario Ivankovits
Hi! Thanks for the links. [1] http://www.jboss.com/index.html?module=bbop=viewtopict=85212 http://www.jboss.com/index.html?module=bbop=viewtopict=85212 [2] http://www.jboss.com/index.html?module=bbop=viewtopict=89231 http://www.jboss.com/index.html?module=bbop=viewtopict=89231 I've answered

Re: Tomahawk and JBoss

2006-12-14 Thread Mario Ivankovits
Hi! Honestly, Tomahawk has many very good components, and now ICEfaces also plan to integrate them into ICEfaces program. Hear, hear! Now that Trinidad is very mature, why cannot we integrate the Tomahawk into Trinidad? I like this idea, though, unhappily it might not be that simple. I was

Re: [OT] RE: JSF is the answer? I don't think so...

2006-12-13 Thread Mario Ivankovits
Hey. -) I saw in [1] that usage of Tomahawk components is not recommended - does it pose some (serious) problems? Is it possible at all to use them? How about dojo? [1] http://docs.jboss.com/seam/1.1BETA2/reference/en/html/controls.html We recommend the Ajax4JSF and ADF faces (now

Re: [VOTE] Release Commons Betwixt 0.8

2006-12-12 Thread Mario Ivankovits
Hey! release candidate 4 is available @ http://people.apache.org/~rdonkin/commons-betwixt/ and the site @ http://people.apache.org/~rdonkin/commons-betwixt/site/ gpg: BAD signature from Robert Burrell Donkin (CODE SIGNING KEY) [EMAIL PROTECTED] Any idea why its BAD? Haven't had

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

2006-12-12 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-90?page=all ] Mario Ivankovits reopened VFS-90: - Assignee: Mario Ivankovits Thanks! Will give it a try. RandomAccessFile backed by a RandomAccessContent instance

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

2006-12-12 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-90?page=all ] Mario Ivankovits updated VFS-90: Fix Version/s: 1.1 Final RandomAccessFile backed by a RandomAccessContent instance

Re: Shale Tiger Annotations with large projects

2006-12-12 Thread Mario Ivankovits
Hi! Try out the current support by setting context init parameter org.apache.shale.tiger.SCAN_PACKAGES. The value is a comma delimited list of individual JAR filenames (shale-tiger.jar) and package prefixes ( org.apache.shale.foo). As far as I remember I just implemented the package prefix

[jira] Commented: (TOMAHAWK-819) Re-enabled autogeneration of components code, fixed bug in commandButton/commandLink, adding several valueBindings to components

2006-12-12 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-819?page=comments#action_12457625 ] Mario Ivankovits commented on TOMAHAWK-819: --- Hmmm ... I am not sure what other MyFaces developer think about it, but I think the enableOnUserRole

[jira] Commented: (TOMAHAWK-819) Re-enabled autogeneration of components code, fixed bug in commandButton/commandLink, adding several valueBindings to components

2006-12-12 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-819?page=comments#action_12457638 ] Mario Ivankovits commented on TOMAHAWK-819: --- We wont remove them from tomahawk without a sufficient dependency period, no worry

[jira] Commented: (TOMAHAWK-819) Re-enabled autogeneration of components code, fixed bug in commandButton/commandLink, adding several valueBindings to components

2006-12-12 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-819?page=comments#action_12457646 ] Mario Ivankovits commented on TOMAHAWK-819: --- I admit, I've not used it till today, but you'll be able to provide your own SecurityContext

Re: StreamingAddResource - How to disable log messages

2006-12-12 Thread Mario Ivankovits
Hi Dominik! I don’t know how to disable the log entries: I enhanced StreamingAddResource in this area now, not sure if its the best of all solutions I've done two things: * catch any IOException * catch the IllegalStateException when doing sendError both log messages are routed to a

Re: [VOTE] Release Commons Betwixt 0.8

2006-12-11 Thread Mario Ivankovits
Hi Robert! release candidate 4 is available @ http://people.apache.org/~rdonkin/commons-betwixt/ and the site @ http://people.apache.org/~rdonkin/commons-betwixt/site/ I've updated my gpg key store using gpg ---refresh-keys and got your now key (at least it looks like). Then I tried to

Re: [VOTE][VFS] release commons-vfs 1.0 based on RC8

2006-12-11 Thread Mario Ivankovits
Hi Rahul! Ofcourse its upto you, but I'd suggest making the (new) RC available for a few days before calling the vote, especially since there has been quite a gap between the last RC and now. Hehe, for sure, I was just too enthusiastic ;-) On the other hand, more often than not things came up

Re: [VOTE][VFS] release commons-vfs 1.0 based on RC8

2006-12-11 Thread Mario Ivankovits
Hi Niall! 1) Theres a failing test - does it matter? http://tinyurl.com/ymh763 No, I've documented it in the release notes ... though ... hmmm ... maybe I found a way to make it run too 2) The dependencies are mis-leading since they include slide and jcifs which are in the vfs

Re: [VOTE][VFS] release commons-vfs 1.0 based on RC8

2006-12-11 Thread Mario Ivankovits
Hi Rahul! No, tag remains VFS_1_0_RC9. Hmmm ... I don't understand why we still need the RC tags, if something is dangerous, than that we have artifacts with a release version numbering even if its not the real final release. If we need a pre stage in svn, wouldn't it be sufficient to simply tag

[jira] Commented: (VFS-99) Changes in interface RandomAccessContent.

2006-12-09 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-99?page=comments#action_12457049 ] Mario Ivankovits commented on VFS-99: - Instead of changing the interface I decided to provide a new base class for all stream based random access content

[jira] Resolved: (VFS-99) Changes in interface RandomAccessContent.

2006-12-09 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-99?page=all ] Mario Ivankovits resolved VFS-99. - Resolution: Fixed Changes in interface RandomAccessContent. - Key: VFS-99 URL: http

[jira] Closed: (VFS-99) Changes in interface RandomAccessContent.

2006-12-09 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-99?page=all ] Mario Ivankovits closed VFS-99. --- Changes in interface RandomAccessContent. - Key: VFS-99 URL: http://issues.apache.org/jira

[VOTE][VFS] release commons-vfs 1.0 based on RC8

2006-12-09 Thread Mario Ivankovits
Hi! After an eventful year and some help from others I managed to cut a new RC. Please find the RC at http://people.apache.org/~imario/vfs The site can be reviewed at http://people.apache.org/~imario/vfs-1.0-RC8/site *) imported commons-compress into vfs codebase to get rid of snapshot

[ANNOUNCE][VFS] commons-vfs 1.0 RC8

2006-12-09 Thread Mario Ivankovits
Hi! The commons vfs community is happy to announce the availability of commons-vfs 1.0 RC8. Please find the RC at http://people.apache.org/~imario/vfs The site can be reviewed at http://people.apache.org/~imario/vfs-1.0-RC8/site *) imported commons-compress into vfs codebase to get rid of

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

2006-12-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-90?page=comments#action_12456852 ] Mario Ivankovits commented on VFS-90: - I had a look at this patch now, but I dont like the way how this needs to be done. I am aware why you need the temporary

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

2006-12-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-41?page=all ] Mario Ivankovits resolved VFS-41. - Resolution: Fixed Created plugins pages: http://jakarta.apache.org/commons/vfs/3rdparty.html [VFS] New provider: iso9660

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

2006-12-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-41?page=all ] Mario Ivankovits closed VFS-41. --- [VFS] New provider: iso9660 --- Key: VFS-41 URL: http://issues.apache.org/jira/browse/VFS-41

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

2006-12-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-45?page=all ] Mario Ivankovits closed VFS-45. --- Resolution: Fixed homepage added to our plugins page [VFS] New provider: crypt - Key: VFS-45 URL: http

[jira] Updated: (VFS-33) [vfs] ftp-access a directory failed

2006-12-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-33?page=all ] Mario Ivankovits updated VFS-33: Bugzilla Id: (was: 38181) Fix Version/s: later [vfs] ftp-access a directory failed --- Key: VFS-33

[jira] Commented: (VFS-96) Performance: FtpFileObject.getChildFile() without call to doGetChildren()

2006-12-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-96?page=comments#action_12456861 ] Mario Ivankovits commented on VFS-96: - If it is a performance bottleneck depends on the use case. Loading of the directory should happen only once, so if you

[jira] Updated: (VFS-96) Performance: FtpFileObject.getChildFile() without call to doGetChildren()

2006-12-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-96?page=all ] Mario Ivankovits updated VFS-96: Affects Version/s: later Performance: FtpFileObject.getChildFile() without call to doGetChildren

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

2006-12-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-85?page=all ] Mario Ivankovits updated VFS-85: Fix Version/s: later unexpected http connect --- Key: VFS-85 URL: http://issues.apache.org/jira/browse/VFS

[jira] Updated: (VFS-96) Performance: FtpFileObject.getChildFile() without call to doGetChildren()

2006-12-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-96?page=all ] Mario Ivankovits updated VFS-96: Fix Version/s: later Affects Version/s: (was: later) Performance: FtpFileObject.getChildFile() without call to doGetChildren

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

2006-12-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-91?page=all ] Mario Ivankovits updated VFS-91: Fix Version/s: later Provide random access to gzip files. Key: VFS-91 URL: http

[jira] Updated: (VFS-43) [vfs] Services

2006-12-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-43?page=all ] Mario Ivankovits updated VFS-43: Bugzilla Id: (was: 36047) Fix Version/s: 1.1 Final Affects Version/s: (was: 1.1 Final) [vfs] Services

[jira] Commented: (VFS-74) AbstractMethodError when using httpclient v3.0.1

2006-12-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-74?page=comments#action_12456874 ] Mario Ivankovits commented on VFS-74: - It looks there are still incompatibilities between httpclient 3.0.1 and webdav. Something with the url encoding seems

[jira] Updated: (VFS-74) AbstractMethodError when using httpclient v3.0.1

2006-12-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-74?page=all ] Mario Ivankovits updated VFS-74: Fix Version/s: later AbstractMethodError when using httpclient v3.0.1 Key: VFS-74

[jira] Commented: (VFS-68) Extraction process is unefficient with large packages

2006-12-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-68?page=comments#action_12456900 ] Mario Ivankovits commented on VFS-68: - I am not 100% sure, but maybe I found the problem. Would be great if you could find some time to test it again. Still, due

[jira] Resolved: (VFS-68) Extraction process is unefficient with large packages

2006-12-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-68?page=all ] Mario Ivankovits resolved VFS-68. - Fix Version/s: Nightly Builds Resolution: Fixed Extraction process is unefficient with large packages

[jira] Closed: (VFS-68) Extraction process is unefficient with large packages

2006-12-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-68?page=all ] Mario Ivankovits closed VFS-68. --- Extraction process is unefficient with large packages - Key: VFS-68 URL: http

[jira] Updated: (VFS-49) [VFS] Default VFS cache behavior

2006-12-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-49?page=all ] Mario Ivankovits updated VFS-49: Bugzilla Id: (was: 38686) Fix Version/s: later [VFS] Default VFS cache behavior Key: VFS-49

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

2006-12-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-90?page=all ] Mario Ivankovits resolved VFS-90. - Resolution: Won't Fix As in preparation for a VFS release I close this issue as Won't Fix for now, but feel free to reopen/ping me if you've found another

[jira] Updated: (VFS-97) M$ FTP Virtual Folder support

2006-12-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-97?page=all ] Mario Ivankovits updated VFS-97: Fix Version/s: 1.1 Final Affects Version/s: (was: 1.1 Final) M$ FTP Virtual Folder support - Key: VFS

[jira] Resolved: (VFS-69) FTPFileObject monitor doesn't retrieve lastModifiedTime

2006-12-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-69?page=all ] Mario Ivankovits resolved VFS-69. - Resolution: Fixed Should be fixed now, though, it looks not very performant as we have to refetch the whole parent listing. Maybe there is room for improvement

[jira] Closed: (VFS-69) FTPFileObject monitor doesn't retrieve lastModifiedTime

2006-12-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-69?page=all ] Mario Ivankovits closed VFS-69. --- FTPFileObject monitor doesn't retrieve lastModifiedTime --- Key: VFS-69 URL

Re: conversation-tag

2006-12-05 Thread Mario Ivankovits
Hi Martin! java.lang.IllegalStateException: Null request object org.apache.catalina.connector.RequestFacade.getAttribute(RequestFacade.java:256) org.apache.myfaces.context.servlet.RequestMap.getAttribute(RequestMap.java:44)

[jira] Updated: (TOMAHAWK-813) submitOnEvent doesn't recognize image commandButtons

2006-12-04 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-813?page=all ] Mario Ivankovits updated TOMAHAWK-813: -- Status: Resolved (was: Patch Available) Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed Applied. Thanks for the patch

Re: ENTER key with a single form but multiple actions

2006-12-04 Thread Mario Ivankovits
Hi Mick! I have a form with multiple actions and I want a default action to happen when I click the enter key. Have a look at our sandbox component submitOnEvent. It has various modes to determine which action to trigger. The simplest might be to add it as child to the commandButton which should

Re: inputCalendar validator

2006-12-01 Thread Mario Ivankovits
Hi! I have a user who loves to enter the date as MM/dd/YY ignoring the help text But the expected is MM/dd/ So when he enters 12/01/06 …. Might not be much of help, but I implemented a rather complicated converter ... well not that complicated, just uses tons of simple date formats ...

[jira] Created: (MYFACES-1504) oamSetHiddenInput function missing if ...

2006-11-29 Thread Mario Ivankovits (JIRA)
Environment: latest myfaces svn head Reporter: Mario Ivankovits a) ... there is only a commandButton on the form (not commandLinks) ... which is not necessarily a problem as normally such a form do not require these functions, BUT when you have enabled the auto_scroll feature things

Re: [VOTE] s:selectItems to tomahawk

2006-11-27 Thread Mario Ivankovits
Hi! I'm planning to promote s:selectItems to tomahawk. Component satisfies all of the requirements needed for promotion. +1 Ciao, Mario

Re: Great!! But no release?

2006-11-26 Thread Mario Ivankovits
Hi! So is this no release policy something that could be changed? Or is it final? I thought this too. Maybe the lab could allow zero-dot (0.1, 0.2, etc) releases with an explanation why the lab cant create a major release? Ciao, Mario

Re: Progress bar?

2006-11-25 Thread Mario Ivankovits
Hi Werner! h:form t:saveState value=#{progressor.percentage}/t:saveState h:commandLink/h:commandLink s:pprPanelGroup id=pprmain periodicalUpdate=500 t:div id=process_done rendered=#{progressor.percentage == 100} forceId=true/ t:div id=progressbar

[hibernate-dev] HibernateSearch DocumentBuilder questions

2006-11-25 Thread Mario Ivankovits
Hi! Is [1] the actual version of the DocumentBuilder? If so, I think we miss something like a converter on fields. As far as I remember to allow range queries (from, to value) you have to create a special string which allows this for numeric values and dates. You have to ensure ordering for

Re: [hibernate-dev] HibernateSearch DocumentBuilder questions

2006-11-25 Thread Mario Ivankovits
Hi Emmanuel! No it's http://fisheye.labs.jboss.com/browse/Hibernate/branches/Branch_3_2/HibernateExt/metadata/src/java/org/hibernate/search/engine/DocumentBuilder.java?r=10867 I have merged everything back to the 3.2 version and the version you point to is a very old one :-) Oh ...ok .. I

Re: [hibernate-dev] Hibernate search(lucene) update question opinion.

2006-11-24 Thread Mario Ivankovits
Hi Emmanuel! Remember that while you can use the same index for your whole domain model, One index per entity is the recommended approach. Do you expect a finer grained model? Under which partition strategy? First, I hadn't had the time till now to have a look at Hibernate Search, so sorry if

Re: Very important JSF issue

2006-11-23 Thread Mario Ivankovits
Hi Dominik, a href=#

Re: [vfs] DefaultFileMonitor doesn't signal when a file is created.

2006-11-22 Thread Mario Ivankovits
Hi Steven! I put a monitor on a configuration file (not a folder). During testing I noticed that the monitoring doesn't recognize when the file is created. I get changed and deleted events but never a created event. As far as I remember this is the same with all those native file system

Re: svn commit: r478073 - in /myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared: renderkit/RendererUtils.java util/_ComponentUtils.java

2006-11-22 Thread Mario Ivankovits
Hi Matze! First step for MYFACES-1496. Making _ComponentUtils deprecated! and modifying RendererUtils. Maybe you can not only deprecate it, but also delegate them to the RendererUtils. That way we do not have to maintain two pieces of code. Ciao, Mario

Re: findNestingForm

2006-11-22 Thread Mario Ivankovits
Hi! _ComponentUtils to RendererUtils ? Also why is the name starting with _ ? I think that was to express the fact that this is an internal utils class. Not for public use. You know, one of the major oddities in java, you can't have package and sub-package private methods. Ciao, Mario

Re: svn commit: r478073 - in /myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared: renderkit/RendererUtils.java util/_ComponentUtils.java

2006-11-22 Thread Mario Ivankovits
Hi! see my other comment on that; I didn't got feedback on my first email, so I only started on that. Well, I am fine with what you do, nothing bad :-) Deprecation is good and remove all callers is super, still, delegating the deprecated methods to the supported one is just another wish from my

Re: svn commit: r478073 - in /myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared: renderkit/RendererUtils.java util/_ComponentUtils.java

2006-11-22 Thread Mario Ivankovits
Hi! done for findNestingForm ;) (not getValie... Great! Thanks! I'll drink a beer for your tonight :-D Ciao, Mario

Re: findNestingForm

2006-11-22 Thread Mario Ivankovits
Hi! in myfaces-api we have the same; but nobody outside of myfaces-api uses them ;) so same should be true for shared as well... I think those _ thingies were introduces before the shared comes to live, so thats why we have them all around. If we think this breaks our naming convention we

Re: [announcement] new security extensions

2006-11-21 Thread Mario Ivankovits
Hi Bernd! Bohmann schrieb: http://mail-archives.apache.org/mod_mbox/myfaces-dev/200610.mbox/[EMAIL PROTECTED] Sorry, I've read it in the past, but my brain didn't jump up at this time :-( I like the idea to share more code with each other project. Great! The FileUpload stuff is somewhat

Re: [announcement] new security extensions

2006-11-18 Thread Mario Ivankovits
Hi Matthias! http://svn.apache.org/viewvc/myfaces/tobago/trunk/contrib/security/ This one is really interesting, though, instead of a simple error message I'd prefer something like invoking a navigation, or even better delegating the action to be taken to the user defined security context

[compress] Re: VFS jar files

2006-11-16 Thread Mario Ivankovits
Hi Will! If folks are interested in code that can write to Zip Files, I've offered code to do this before. Hmmm, looks like I really missed it, sorry! I was thinking it would make sense to put it in compress, and then VFS could use as well. I don't know the status of commons-compress, there

Re: VFS jar files

2006-11-15 Thread Mario Ivankovits
Nadim Murr schrieb: My problem is the following; when dealing with jar or zip files, I'm not able to write, and more specifically I can't create a new folder inside. VFS is not yet able to write to e.g. jar files, please see the capabilities matrix [1] Another question is: Is there a way

[jira] Commented: (TOMAHAWK-780) DojoInitializer fails on IE

2006-11-15 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-780?page=comments#action_12450237 ] Mario Ivankovits commented on TOMAHAWK-780: --- Ok, content-length added. Ariel, could you please try the latest svn head. Thanks! DojoInitializer

Re: Problem with f:convertNumber

2006-11-14 Thread Mario Ivankovits
Hi Adrian! Hi all! I`m using myfaces 1.1.5 nightly build. I've created my own convertor for BigDecimal to show error message that is oriented to the big decimal object. I have form with input field that is binded to big decimal. Everything works fine. Now i want to put a convertor that will

[jira] Created: (SHALE-332) NPE if javax.faces.CONFIG_FILES points to nonexistent file

2006-11-13 Thread Mario Ivankovits (JIRA)
Components: Tiger Affects Versions: 1.0.4-SNAPSHOT Reporter: Mario Ivankovits Attachments: npe_prevention.diff LifecycleListener2 will fail with a NPE if javax.faces.CONFIG_FILES points to a nonexistent file. Assumed that the JSF implementation should complain about

[jira] Updated: (SHALE-332) NPE if javax.faces.CONFIG_FILES points to nonexistent file

2006-11-13 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-332?page=all ] Mario Ivankovits updated SHALE-332: --- Attachment: npe_prevention.diff NPE if javax.faces.CONFIG_FILES points to nonexistent file

[jira] Updated: (SHALE-332) NPE if javax.faces.CONFIG_FILES points to nonexistent file

2006-11-13 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-332?page=all ] Mario Ivankovits updated SHALE-332: --- Priority: Minor (was: Major) NPE if javax.faces.CONFIG_FILES points to nonexistent file

[jira] Commented: (MYFACES-1492) valueChangeListener is being called before the setters, even with immediate=true

2006-11-13 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1492?page=comments#action_12449356 ] Mario Ivankovits commented on MYFACES-1492: --- Now, please, let us try not to heat up this situation any more. We're all nice guys, stressed by our day

[jira] Commented: (MYFACES-1492) valueChangeListener is being called before the setters, even with immediate=true

2006-11-13 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1492?page=comments#action_12449377 ] Mario Ivankovits commented on MYFACES-1492: --- Martin, it looks like the not called getter is a known feature http://forum.java.sun.com/thread.jspa

[jira] Commented: (MYFACES-1492) valueChangeListener is being called before the setters, even with immediate=true

2006-11-13 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1492?page=comments#action_12449384 ] Mario Ivankovits commented on MYFACES-1492: --- I too find its strange that they fire the event before the update_model phase ... I'll say thats

[jira] Commented: (MYFACES-1492) valueChangeListener is being called before the setters, even with immediate=true

2006-11-13 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1492?page=comments#action_12449390 ] Mario Ivankovits commented on MYFACES-1492: --- Well, you know, there is a JSF spec, we cant do anything which makes our implementation behave different

[jira] Commented: (MYFACES-1492) valueChangeListener is being called before the setters, even with immediate=true

2006-11-12 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1492?page=comments#action_12449262 ] Mario Ivankovits commented on MYFACES-1492: --- I've never seen valueChangeEvents fired during the invoke application phase, and yes, I too think

Re: AW: VFS FTP Problem with Text data

2006-11-08 Thread Mario Ivankovits
Hi! Do you think that could be a feature for VFS to take care about conversion on heterogenous networks? I am not sure. VFS can't do it easily automatically. As far as I can see it is hard to determine the target OS through the filesystem layer. e.g. a smb connection do not necessarily mean

[jira] Commented: (TOMAHAWK-774) Browser does not cache resources

2006-11-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-774?page=comments#action_12448135 ] Mario Ivankovits commented on TOMAHAWK-774: --- I found the same behavior, but its the AuthenticatorBase in Tomcat which tries to workaround a security

Re: Core Release 1.1.5

2006-11-08 Thread Mario Ivankovits
Hi Wendy! If not, Core 1.1.5 can stay at Shared 2.0.4 and can use the same Shared branch as Tomahawk 1.1.4. Hmmm ... but shared will be copied into the core (or tomahawk) distribution - there is no shared.jar, so I see no advantage of *not* upgrading to the latest shared. This should not

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

2006-11-07 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-98?page=comments#action_12447937 ] Mario Ivankovits commented on VFS-98: - Hi! I committed a fix for this hopefully. Could you please try it again. In case it hangs again please attach

Re: VFS FTP Problem with Text data

2006-11-07 Thread Mario Ivankovits
Hi Moerk! I tried to use vfs to get some textfiles from a unix host to a windows network drive on a regular basis. The problem is that the transfer program doesn't take care aobout the different CR (0x0A--0x0D 0x0A) commands between Unix and Windows I found that the FTP Conection is alwyas

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

2006-11-07 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-98?page=all ] Mario Ivankovits resolved VFS-98. - Resolution: Fixed You are welcome :-) VFS causes deadlocks or is not thread-safe -- Key: VFS-98

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