Hello everyone,
i try to let my agent Echoey to create a new Wave on startup, but get
a java.lang.NullPointerException. These two modifications i've done:
import
org.waveprotocol.wave.examples.fedone.waveclient.common.ClientWaveView;
private Echoey(String username, String hostname, int port) {
...
ClientWaveView waveView = newWave();
}
So if i put newWave(); somewhere else e.g. onSelfAdded(..) it's
working fine. Any suggestions how I should solve my problem?
Thanks in advance
--
You received this message because you are subscribed to the Google Groups "Wave
Protocol" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/wave-protocol?hl=en.