Re: Spark rede externa
Estou reabrindo esse post porque eu tinha a mesma duvida e abriu muito a minha mente isso, so que no meu caso nao e usando spark, é usando um aplicativo para celular android, chamado ChatSecure... no...
View ArticleSpark 2.6.3 and VideoViewer 0.1.9.9 conflict
Hello Everybody, OS: Windows 7 Enterprise (64bit) I have come through a strange issue. Spark was working fine untill I installed Video Viewer 0.1.9.9. After a reboot spark crashed saying "The JVM found...
View ArticleRe: Spark 2.6.3 and VideoViewer 0.1.9.9 conflict
Maybe Video Viewer is based on Java and installs some sort of its own java jre. If it's 1.6 version, when Spark tries to use it and probably that's why it fails. Check you system for any other java...
View ArticleGtalk or other XMPP (Jabber) settings
Hello, after many trials i have working Gojara with Spectrum2. I am using Openfire with Spark. ICQ transport is working well for me, but i need help with Gtalk or other XMPP (Jabber connections). I...
View ArticleRe: Registration reCAPTCHA is always wrong
Solved! After try everything I choose to allow the server to access internet without proxy, and now works.
View ArticleSwitch to JDK7 for install4j in Bamboo?
Daryl says Bamboo is still using Java 6 for building Spark with Install4j. We can try switching to Java 7, as Spark is already bundled with Java 7. Maybe it will even fix the issue that Spark still...
View ArticleRe: Let's make aSmack obsolete! The future of Smack development
Or create a new interface that implements the interesection of the methods between the two interfaces. That is the option I would go with. I wouldn't take this approach as it forces users of Smack to...
View ArticleRe: Let's make aSmack obsolete! The future of Smack development
I wouldn't take this approach as it forces users of Smack to learn a custom pull parsing API instead of using one of the existing standardized ones. … If we were to wrap the Android pull parser...
View ArticleAjuda com celulares + openfire
Eu gostaria de saber por que meu celular nao se conecta a meu servidor openfire, uma vez consegui que se conectasse e depois não quer conectar... e não estou usando a mesma conexão que o servidor...
View ArticleRe: Switch to JDK7 for install4j in Bamboo?
I build with Java 7 at my company with no discovered issues. I had to update the build script to get ant/compiler to quit complaining. Also install4j script file needs to be updated. The compilation...
View ArticleRe: Let's make aSmack obsolete! The future of Smack development
it would depend on the use inside of Smack too, since you can't "pause/resume" a sax parser I don't think, nor write xml from it. was just curious on the stax use... I tend to reach for sax or jaxb...
View ArticleRe: Let's make aSmack obsolete! The future of Smack development
just curious, is Smack stuck using StAX / XMLPullParser because Android does not come with a SAX implementation? Android does come with a SAX implementation. But using it for Smack would mean that...
View ArticleClient Session Info Cache diagnosis
I'm running a 2 node Openfire 3.8.2 cluster using the Hazelcast plugin. Watching the caches I noticed that the "Client Session Info Cache" has jumped up over 100% quite a few times, getting up to...
View ArticleRe: Possible resource leak?
Sorry, I meant event-dispatch thread. SwingWorker is a good choice for executing scheduled tasks but it is usually recommended to be used for long running tasks. For UI things that you want executed...
View ArticleActiveDirectory password length restricted?
Hello, I try to setup a openfire and always receive a Ldap Authentification error. After activating the debug to stdout I was able to see that the password which is used for query got 31 characters,...
View ArticleRe: Update Openfire bouncycastle library from 1.46 to 1.49
There are a lot of other external out-of-date libs, I like the bountycastle update.
View ArticleRe: Let's make aSmack obsolete! The future of Smack development
I did some research. Mainly I read http://www.ibm.com/developerworks/library/x-android/ Android supports SAX parser (as Flow already mentioned), DOM parsing and XmlPullParser. The article says a StAX...
View ArticleRe: Let's make aSmack obsolete! The future of Smack development
I wasn't trying to suggest Smack switch to another parser, I was only curious as-to why StAX was chosen (xml parsing can easily turn into a flame war lol) You are correct, once SAX parser gets going,...
View ArticleUnable to connect to database
So I'm attempting to get openfire running using a non-intergrated database. When attempting to connect to the database, I get this error:A connection to the database could not be made. View the error...
View Article