Ready for 3.0

hi everybody after much work I believe all is complete for releasing
3.0 next week. Please try to verify as much as possible on github all
your apps. So if there is still something serious we can try and fix
it. All else will be deferred to 3.1 or 3.0.1.

Thanks again for such an amazing journey spanning over a year of
research, testing and hard work. This is indeed such a community
project!

Thanks

Does this mean you have fixed the DI of

  property name="calendar"
inject="javaloader:java.util.GregorianCalendar";

From not throwing the error I reported earlier? I see this as a major
problem and here is why.

1) I develop this application, locally here on my machine and it works.
Reason because another application I am working on has loaded the
javaloader.
2) I then upload the site to a shared server, or production machine. Now if
the JavaLoader hasn't been loaded it will throw the error I reported
earlier, this can be achieved by resetting server by restarting it, or by
killing the javaloader information from the server scope.

So if I then upload the other application that loads the javaloader, run it
on the production/shared server. I am then able to run the problem
application without any problem.

I really hope you can find a way to fix this as quickly as possible.

Regards,
Andrew Scott
http://www.andyscott.id.au/

From: coldbox@googlegroups.com [mailto:coldbox@googlegroups.com] On
Behalf Of Luis Majano
Sent: Sunday, 27 March 2011 4:10 AM
To: coldbox
Subject: [coldbox:8956] Ready for 3.0

hi everybody after much work I believe all is complete for releasing
3.0 next week. Please try to verify as much as possible on github all your
apps. So if there is still something serious we can try and fix it. All

else will be

Andrew,

If you’d like a fix right now, try this:

function init () {
variables.calendar = createObject(‘java’,‘java.util.GregorianCalendar’);
return this;
}

You will have full access to your calendar.

Aaron Greenlee
http://aarongreenlee.com/

See my next post on this, I fixed the problem. Well it works anyway.

Regards,

Andrew Scott

http://www.andyscott.id.au/