Help

I'm happy to say we (finally) released Weld 1.1.2.Final.

It includes a bunch of implemented tasks and fixed issues:

Big thanks to Stuart for stepping up and fixing some pesky bugs and providing cool thread local performance boost.

We'll make sure this version is included in our super cool JBossAS7, as well as upcoming JBossAS6.1 and latest GlassFish.

Please give it a spin and let us know. The same means as usual: forum, JIRA, github + pull-requests.

5 comments:
 
27. Jul 2011, 14:24 CET | Link

I was not able to run 1.1 on GAE. Is it fixed?

ReplyQuote
 
27. Jul 2011, 19:30 CET | Link
I was not able to run 1.1 on GAE. Is it fixed?

The answer is NOT. It works fine local but does not deployed. java.lang.NoClassDefFoundError: sun.reflect.ReflectionFactory is a restricted class.

Guys. Are you sure that GAE is truly supported?

 
28. Jul 2011, 01:58 CET | Link

Well done :)

 
28. Jul 2011, 15:27 CET | Link
java.lang.NoClassDefFoundError: sun.reflect.ReflectionFactory is a restricted class. Are you sure that GAE is truly supported?

This just means you're using some bean that requires reflection hack to be proxyable. This would never work on GAE anyway, we could only ignore the error, hence it's better to avoid such beans if possible.

But I'll see if ignoring (providing just big warn log) is doable; e.g. doesn't break expected behavior.

 
28. Jul 2011, 16:18 CET | Link
Ara
This just means...

No Ales. That means 1.0 is ok and next versions does not support GAE.

Post Comment