jedai prana version

0 views
Skip to first unread message

Trevor Burton

unread,
Sep 17, 2008, 10:21:39 AM9/17/08
to je...@googlegroups.com
Is it me or is jedai using an older version of prana? - it would be nice to update to the latest version (0.5?) as it has some nice touches and wouldn't take too much work to upgrade.

--
Trevor Burton
http://www.paperworld3d.com

Dominick Accattato

unread,
Sep 17, 2008, 11:17:14 AM9/17/08
to je...@googlegroups.com
I spoke to Christophe Herrman about the latest prana.  There were cairngorm errors being produced.  I'll check back with him to see if he ever got those fixed.  If so, we can upgrade!
--
Dominick Accattato, CTO
Infrared5 Inc.
www.infrared5.com

Trevor Burton

unread,
Sep 17, 2008, 11:19:13 AM9/17/08
to je...@googlegroups.com
thanks Dom, i never use that side of things so that'll be why i never see them!

cool :)

Christophe Herreman

unread,
Sep 19, 2008, 12:44:44 AM9/19/08
to Jedai
Hi guys,

the latest release is 0.6 and I think the errors should be gone.
However it might be worth knowing that we are thinking about removing
the Cairngorm and PureMVC extensions from the core so we can get to a
1.0 release earlier. We will then release the extensions as separate
projects/swc's.

regards,
Christophe

On Sep 17, 5:17 pm, "Dominick Accattato" <daccatt...@gmail.com> wrote:
> I spoke to Christophe Herrman about the latest prana.  There were cairngorm
> errors being produced.  I'll check back with him to see if he ever got those
> fixed.  If so, we can upgrade!
>
> On Wed, Sep 17, 2008 at 10:21 AM, Trevor Burton <worldofpa...@googlemail.com

Jonathan Valliere

unread,
Sep 19, 2008, 7:46:35 PM9/19/08
to je...@googlegroups.com
Maybe two libraries, Prana and Prana Support.( for Cairngorm, PureMVC, etc )

Dominick Accattato

unread,
Sep 20, 2008, 3:12:29 PM9/20/08
to je...@googlegroups.com
Thanks Christophe, and welcome to the jedai group! 

Pierre Augier

unread,
Oct 8, 2008, 12:55:12 PM10/8/08
to Jedai
Hi Jon

dis you succeed to fix this problem ? I'm getting mad ...

I've tryed with the original bundled prana version (0.4 ?), also with
a genuine 0.4 from prana official website ... but i'm still getting
error at lauch, and then "nullpointer" error on object _connection in
Red5Bootstrapper.as ...

here is the debugger trace :

***** at flash client "load"

method not implemented flash.events::IEventDispatcher/
flash.events:IEventDispatcher::dispatchEvent()
over-binding 0 in org.pranaframework.ioc.factory::ObjectFactory

method not implemented flash.events::IEventDispatcher/
flash.events:IEventDispatcher::addEventListener()
over-binding 0 in org.pranaframework.ioc.factory::ObjectFactory

method not implemented flash.events::IEventDispatcher/
flash.events:IEventDispatcher::removeEventListener()
over-binding 0 in org.pranaframework.ioc.factory::ObjectFactory

method not implemented flash.events::IEventDispatcher/
flash.events:IEventDispatcher::hasEventListener()
over-binding 0 in org.pranaframework.ioc.factory::ObjectFactory

method not implemented flash.events::IEventDispatcher/
flash.events:IEventDispatcher::willTrigger()
over-binding 0 in org.pranaframework.ioc.factory::ObjectFactory

method not implemented org.pranaframework.ioc.factory::IObjectFactory/
org.pranaframework.ioc.factory:IObjectFactory::isPrototype()
over-binding 0 in org.pranaframework.ioc.factory::ObjectFactory

method not implemented org.pranaframework.ioc.factory::IObjectFactory/
org.pranaframework.ioc.factory:IObjectFactory::containsObject()
over-binding 0 in org.pranaframework.ioc.factory::ObjectFactory

method not implemented org.pranaframework.ioc.factory::IObjectFactory/
org.pranaframework.ioc.factory:IObjectFactory::isSingleton()
over-binding 0 in org.pranaframework.ioc.factory::ObjectFactory

method not implemented org.pranaframework.ioc.factory::IObjectFactory/
org.pranaframework.ioc.factory:IObjectFactory::getType()
over-binding 0 in org.pranaframework.ioc.factory::ObjectFactory

method not implemented org.pranaframework.ioc.factory::IObjectFactory/
org.pranaframework.ioc.factory:IObjectFactory::getObject()
over-binding 0 in org.pranaframework.ioc.factory::ObjectFactory
VerifyError: Error #1053: Remplacement illégal de ObjectFactory dans
org.pranaframework.ioc.factory.ObjectFactory.

at global$init()
at org.pranaframework.ioc::ObjectContainer/getObject()[C:\Users
\herremanc\workspace\prana\main\src\org\pranaframework\ioc
\ObjectContainer.as:122]
at org.pranaframework.ioc.parser::XmlObjectDefinitionsParser/
parseObjectNode()[C:\Users\herremanc\workspace\prana\main\src\org
\pranaframework\ioc\parser\XmlObjectDefinitionsParser.as:150]
at org.pranaframework.ioc.parser::XmlObjectDefinitionsParser/parse()
[C:\Users\herremanc\workspace\prana\main\src\org\pranaframework\ioc
\parser\XmlObjectDefinitionsParser.as:125]
at org.pranaframework.ioc.loader::XmlObjectDefinitionsLoader/
onLoaderComplete()[C:\Users\herremanc\workspace\prana\main\src\org
\pranaframework\ioc\loader\XmlObjectDefinitionsLoader.as:84]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()

*********** then when i try to connect with the login component :

TypeError: Error #1009: Il est impossible d'accéder à la propriété ou
à la méthode d'une référence d'objet nul.
at jedai::Red5BootStrapper/connect()[/Users/Pierre/Documents/
workspace/akiora/ThirdParty/Jedai/trunk/client/src/jedai/
Red5BootStrapper.as:121]
at jedai.controls.flex.data::Login/onLoginButtonClick()[/Users/Pierre/
Documents/workspace/akiora/ThirdParty/Jedai/trunk/client/src/jedai/
controls/flex/data/Login.as:160]

*************************************


The fact is that "onObjectDefinitionsLoaderComplete() (that initialize
_connection in Red5Bootstrapper.as) is never called and that why
_connection is null. I guess it's because of the prana problem.

The "worst" is that i've succed to fix that few weeks ago during my
jedai test, but i've restarted using a clean Jedai install and i can't
remember the "patch" ... i'm a redfish :)

thks for help

regards,

Pierre


On 20 sep, 01:46, "Jonathan Valliere" <sybersn...@gmail.com> wrote:
> Maybe two libraries, Prana and Prana Support.( for Cairngorm, PureMVC, etc )
>
> On Fri, Sep 19, 2008 at 12:44 AM, Christophe Herreman <
>

Pierre Augier

unread,
Oct 9, 2008, 8:42:09 AM10/9/08
to Jedai
I've succeeded to solve the problem, by importing in eclipse prana04
sources (http://sourceforge.net/project/downloading.php?
group_id=194107&use_mirror=surfnet&filename=prana-framework-0.4-with-
dependencies.zip&23660149) and linkink jedaiLib to it ... but i still
don't understand the previous error.

Could it be a compiler option error ? Maybe i'm missing something that
make all the pre-packaged Prana lib not working on my system

sorry for the noise btw

Pierre
Reply all
Reply to author
Forward
0 new messages