I have a interesting problem. When I started glassfish server, everythings work fine. But, I changed some code and published the server, and I run my client (SistemGirisClientKullaniciDogrula). The a
I\'m writing a server and I\'m using an ObjectInputStream to handle proprietary packets. I\'ve recently been sometimes getting some unexpected ClassCastExceptions when I want call objectInputStream.re
I am trying to incorporate ScoreNinja into my little game: http://scoreninja.appspot.com/ However, a runtime exception is thrown every time:
I get the following exception running my program: 05-12 08:29:06.907: ERROR/AndroidRuntime(460): FATAL EXCEPTION: main
The following code (run in android) always gives me a ClassCastException in the 3rd line: final String[] v1 = i18nCategory.translation.get(id);
I have the following code: Object backingBean = facesContextHandler.getBackingBean(\"UserCredentialsBean\");
I\'ve got an app, that uses custom title feature. I\'m trying to migrate it to fragments api. Resulting code, I\'ve got, is like this:
In the following code, I\'m trying to combine some 1024*1024 png into several larger pngs.The code fails with this exception:
I\'m trying to build a client jar file to access a webservice.I\'m including the jar in a servlet/war that makes the client webservice calls.I\'m getting the following error:
I get a ClassCastException when assigning an object from JPA to an attribute of a ManagedBean: Object r = query.getSingle开发者_Go百科Result(); // javax.persistence.Query