Obsolete
Status Update
Comments
he...@gmail.com <he...@gmail.com> #2
I need imageio to use the geotiff-jai library for extracting GeoTIFF tags so I can
create a KML server.
create a KML server.
he...@gmail.com <he...@gmail.com> #3
Also the native implementation of javax.imageio and the associated Sun jai-imageio
stuff eg com.sun.media.imageio.plugins.*.
This will significantly speed up image processing and will reduce used CPU hours/load
(which will be beneficial to Google too)
stuff eg com.sun.media.imageio.plugins.*.
This will significantly speed up image processing and will reduce used CPU hours/load
(which will be beneficial to Google too)
ad...@google.com <ad...@google.com>
ad...@google.com <ad...@google.com> #4
How about using a pure Java imaging library? For example, is anybody willing to try
Sanselan and see if it meets their needs?
http://incubator.apache.org/sanselan/site/index.html
Sanselan and see if it meets their needs?
lb...@gmail.com <lb...@gmail.com> #5
Thanks for that link sounds interesting.
It's amazing what you can find on Apache these days!
Hmm, it could be very usefull for people after a pure Java replacement for ImageIO.
Pnly problem I have is that it doesn't have a GeoTIFF wrapper, but I'm sure that
won't be too hard.
May I suggest a wiki page be created with a list of alternative class libraries for
the blacklisted java.* classes?
I would still prefer the ImageIO classes be accessible (along with the other
blacklisted standard java.* packages...) as ImageIO allows for a speedy native
implementation of the core algorithims. And is generally more compatible with a lot
of existing software.
Only reason I can see this being blacklisted is because you want to force us to user
your imaging API which is billable (per call).
It's amazing what you can find on Apache these days!
Hmm, it could be very usefull for people after a pure Java replacement for ImageIO.
Pnly problem I have is that it doesn't have a GeoTIFF wrapper, but I'm sure that
won't be too hard.
May I suggest a wiki page be created with a list of alternative class libraries for
the blacklisted java.* classes?
I would still prefer the ImageIO classes be accessible (along with the other
blacklisted standard java.* packages...) as ImageIO allows for a speedy native
implementation of the core algorithims. And is generally more compatible with a lot
of existing software.
Only reason I can see this being blacklisted is because you want to force us to user
your imaging API which is billable (per call).
jg...@google.com <jg...@google.com>
sp...@google.com <sp...@google.com> #6
lb...@gmail.com <lb...@gmail.com> #7
Would richfaces works ?
I need an answer please
I need an answer please
sp...@google.com <sp...@google.com> #8
I got the same error coming from Spring framework 3.0:
Caused by: java.lang.NoClassDefFoundError: javax.imageio.ImageIO is a restricted class. Please see the
Google App Engine developer's guide for more details.
at com.google.apphosting.runtime.security.shared.stub.javax.imageio.ImageIO.<clinit>(ImageIO.java)
at
org.springframework.http.converter.BufferedImageHttpMessageConverter.<init>(BufferedImageHttpMessageC
onverter.java:70)
at
org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.<init>(AnnotationMethod
HandlerAdapter.java:166)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at
com.google.apphosting.runtime.security.shared.intercept.java.lang.reflect.Constructor_.newInstance(Construc
tor_.java:60)
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:127)
Caused by: java.lang.NoClassDefFoundError: javax.imageio.ImageIO is a restricted class. Please see the
Google App Engine developer's guide for more details.
at com.google.apphosting.runtime.security.shared.stub.javax.imageio.ImageIO.<clinit>(ImageIO.java)
at
org.springframework.http.converter.BufferedImageHttpMessageConverter.<init>(BufferedImageHttpMessageC
onverter.java:70)
at
org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.<init>(AnnotationMethod
HandlerAdapter.java:166)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at
com.google.apphosting.runtime.security.shared.intercept.java.lang.reflect.Constructor_.newInstance(Construc
tor_.java:60)
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:127)
lb...@gmail.com <lb...@gmail.com> #9
Please add rich faces support on GAE
aa...@google.com <aa...@google.com> #10
Yes... please add RichFaces support!
lb...@gmail.com <lb...@gmail.com> #11
please add richfaces support
Description
- Steps to reproduce the problem (including sample code if appropriate).
1. Import the attached project, and run it with and without some logs. Try re-run it too. Basically it's based on a different issue I've found recently:
Let Logcat be filtered by the log-tag I've chosen ("applog").
- What happened.
On some cases, it misses some logs that should have been there.
It might miss the "start" and "end" that I've added before and after calling a function, and it might even miss one that is in the loop of 3 items.
- What you think the correct behavior should be.
Shouldn't miss any log, and even if it does, it should write something about it.
IDE information, if needed:
Android Studio Arctic Fox | 2020.3.1 Canary 12
Build #AI-203.7148.57.2031.7226969, built on March 22, 2021
Runtime version: 11.0.8+10-b944.6842174 amd64
VM: OpenJDK 64-Bit Server VM by N/A
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 4000M
Cores: 12
Registry: external.system.auto.import.disabled=true, ide.settings.move.mouse.on.default.button=true, debugger.watches.in.variables=false
Non-Bundled Plugins: Show As ..., String Manipulation, com.dubreuia, com.intellij.marketplace, org.jetbrains.kotlin, com.google.mad-scorecard, org.intellij.plugins.markdown