Where is the plugin source code? I cound not find fastpath source in SVN

where is the openfire plugin source code? I cound not find fastpath source in SVN. It has fastpath/webchat trunk only.

I installed fastpath in openfire, but could not create workgroup.

java.lang.NullPointerException

at org.jivesoftware.util.StringUtils.dateToMillis(StringUtils.java:)

at org.jivesoftware.xmpp.workgroup.Workgroup.updateWorkgroup(Workgroup.java:1351)

at org.jivesoftware.xmpp.workgroup.Workgroup.setDescription(Workgroup.java:981)

at org.jivesoftware.openfire.fastpath.util.WorkgroupUtils.createWorkgroup(Workgrou pUtils.java:226)

at org.jivesoftware.openfire.plugin.fastpath.workgroup_002dcreate_jsp._jspService( workgroup_002dcreate_jsp.java:80)

at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)

public static final String dateToMillis(Date date) {

return Long.toString(date.getTime());

}

the date passed in is null.

Anyone knows this problem? or where to download fastpath source, I need to debug it.

Thanks

Dave

Well, in Fisheye there is such path. Isn’t it the source of fastpath?

http://www.igniterealtime.org/fisheye/browse/svn-org/openfire/trunk/src/plugins/ fastpath