RE: [SCXML] Eclipse plugin available ?

2009-10-26 Thread Renaud, Martin
Ok, thanks for the information.

-Original Message-
From: Rahul Akolkar [mailto:rahul.akol...@gmail.com] 
Sent: Friday, October 23, 2009 6:32 PM
To: Commons Users List
Subject: Re: [SCXML] Eclipse plugin available ?

On Fri, Oct 23, 2009 at 12:46 PM, Renaud, Martin
martin.ren...@nuance.com wrote:
 Hi Rahul,

 We've managed to use scxml very successfully in our application.
Thanks
 a lot for the framework!

snip/

Good to know.


 I have an after the fact question: on the main scxml page, the is a
 picture of what seems to be an eclipse plugin that can transform a
state
 diagram to an .scxml file and vice-versa. I didn't find such a
beast...
 doest it really exists and if it does, where can we find it?

snap/

Its not for vanilla Eclipse, the screenshot is from a plugin available
on alphaWorks [1] for the Rational Software Architect (or Modeler will
do too). The alphaWorks plugin is not actively maintained. Another
approach discussed (you'll find a thread or two in the email archives)
is to use Eclipse MDT UML2 Tools and style the XMI into SCXML -- a
simple stylesheet that anyone can begin building on to something more
usable is here [2].

-Rahul

[1] http://www.alphaworks.ibm.com/tech/scxml
[2]
http://svn.apache.org/repos/asf/commons/proper/scxml/branches/J6/extras/


 Thanks,

 Martin




-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org


-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



[Commons-VFS] development activity

2009-10-26 Thread Kirill Safonov
Hi,

What is the current status of the Commons VFS project? Is it under
development? In particular, should one expect any response on the reported
(major!) issues or even fixes? Are there any plans on 2.0 release?

Regards,
 Kirill


-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



[CODEC] Migrate issue from 1.3 to 1.4

2009-10-26 Thread Murat Yücel
Hi All

We are currently using commons-codec in our project. We have used this
version for about one year.
This means that we have a lot of users in our database with encrypted
password. We have used the Base64
class to encode the passwords.
The problem is that after upgrading to 1.4 none of the users can
login, so we have made a rollback.

Is this a known issue? I havent find anything on your website.

Regards

/Murat

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



RE: [CODEC] Migrate issue from 1.3 to 1.4

2009-10-26 Thread Gary Gregory
Can you please be more specific? Can you supply a test case?

Thank you,
Gary

 -Original Message-
 From: Murat Yücel [mailto:kodeperke...@gmail.com]
 Sent: Monday, October 26, 2009 13:09
 To: user
 Subject: [CODEC] Migrate issue from 1.3 to 1.4
 
 Hi All
 
 We are currently using commons-codec in our project. We have used this
 version for about one year.
 This means that we have a lot of users in our database with encrypted
 password. We have used the Base64
 class to encode the passwords.
 The problem is that after upgrading to 1.4 none of the users can
 login, so we have made a rollback.
 
 Is this a known issue? I havent find anything on your website.
 
 Regards
 
 /Murat
 
 -
 To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
 For additional commands, e-mail: user-h...@commons.apache.org


-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: [Commons-VFS] development activity

2009-10-26 Thread Ralph Goers


On Oct 26, 2009, at 11:09 AM, Kirill Safonov wrote:


Hi,

What is the current status of the Commons VFS project? Is it under
development? In particular, should one expect any response on the  
reported

(major!) issues or even fixes? Are there any plans on 2.0 release?



There are a small number of committers working on Commons VFS.  
However, we work on it mostly in our spare time. I would like to get a  
2.0 release done very soon. I hope to spend some time at ApacheCon  
next week working towards that.  I will be looking at the issues that  
have been recently reported as part of that activity. Having said  
that, several of the issues have to do with FTP or SFTP which I don't  
happen to use.  I'll look at those and see what I can do but I make no  
promises.


Ralph

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: [SCXML] Eclipse plugin available ?

2009-10-26 Thread Rahul Akolkar
On Mon, Oct 26, 2009 at 4:54 PM, Cedric NICOLAS
cedric.nico...@villefluide.fr wrote:
 Rahul (and others),

 We are also making big progress using SCXML, as the core tool for our
 service (see http://www.villefluide.fr). For your information we are using
 SCXML as well on server side (commons Java implementation) and client sides
snip/

Cool.

On that note, if any Commons SCXML users want to be listed in the Who
is using it? section at the bottom of the home page (
http://commons.apache.org/scxml/ ) please provide a suitable link with
a sentence on how Commons SCXML is used and we'll add it to that
section.


 (mobile phones with Qt SCXML implementation now in standard in Qt 4.6) in
 order to have a single representation of our business logic, and SCXML is
 fantastic as it allows business logic to be completely non-programmatic and
 perfectly adapted to MVC pattern. So we are particularly interested in a UI
 Design tool being able to parse and generate back and forth SCXML files from
 a graphical representation, without going through the heavy XMI standard.
 Apart from the two solutions that you mention (Rational plugins that seems
 not to be maintained and light xslt template), is there any project to
 provide this somewhere ? We are ready to contribute, as our states machines
 is becoming quite complex to maintain on a simple XML editor.

snap/

It is the need of the hour. I'm not aware of any other open source
solution. Perhaps those with interest in the community can get
something started. I'd be happy to help, but don't have time to
initiate such an effort right now.


 Note that we regret that SCXML specification is quite weak on language
 mapping, and we have quite different interaction with language between Java
 (server side) and Qt/C++ (client-side). It would be much better to include
 in SCXML core W3C spec minimum mandatory mapping features for all languages,
 like SM data context management, events triggering, SM internal scripting,
 and call backs to native code.
snip/

True, we simply haven't reached that point yet. I can envision some
IDL definitions that will make the APIs seem familiar across
implementations, but I think that will take a while longer (there are
issues to discuss about the existing bits first).


 But at least states/transitions
 representations are the same, and this is essential.

snap/

Yup, one step at a time :-)

-Rahul



 Regards,


 Cédric NICOLAS

 CEO Ville Fluide S.A.S.

 Siège social : 73 Bd Richelieu, 92500 RUEIL-MALMAISON, FRANCE

 Bureaux : 11-13 rue du Colonel Pierre Avia, 75015 PARIS

 +33 1 55 92 59 08

 cedric.nico...@villefluide.com

 -Message d'origine-
 De : Rahul Akolkar [mailto:rahul.akol...@gmail.com]
 Envoyé : samedi 24 octobre 2009 00:32
 À : Commons Users List
 Objet : Re: [SCXML] Eclipse plugin available ?

 On Fri, Oct 23, 2009 at 12:46 PM, Renaud, Martin
 martin.ren...@nuance.com wrote:
 Hi Rahul,

 We've managed to use scxml very successfully in our application. Thanks
 a lot for the framework!

 snip/

 Good to know.


 I have an after the fact question: on the main scxml page, the is a
 picture of what seems to be an eclipse plugin that can transform a state
 diagram to an .scxml file and vice-versa. I didn't find such a beast...
 doest it really exists and if it does, where can we find it?

 snap/

 Its not for vanilla Eclipse, the screenshot is from a plugin available
 on alphaWorks [1] for the Rational Software Architect (or Modeler will
 do too). The alphaWorks plugin is not actively maintained. Another
 approach discussed (you'll find a thread or two in the email archives)
 is to use Eclipse MDT UML2 Tools and style the XMI into SCXML -- a
 simple stylesheet that anyone can begin building on to something more
 usable is here [2].

 -Rahul

 [1] http://www.alphaworks.ibm.com/tech/scxml
 [2] http://svn.apache.org/repos/asf/commons/proper/scxml/branches/J6/extras/


 Thanks,

 Martin



-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org