[Design of JBoss Wiki] - JBoss Wiki Beta2 Released
by szimano
We've released today JBoss Wiki Beta2. It has number of bugfixes, new features and works with Portal 2.2.
Downloads (both binaries and sources) are available here: http://labs.jboss.com/portal/jbosswiki/downloads
Enjoy !
Remember to read this page before installing it: http://labs.jboss.com/wiki/InstallingJBossWiki
Release Notes - JBoss Wiki - Version 1.0 beta2
Bug
[JBWIKI-78] - Fix not working utf-8 in JBPortal 2.2
[JBWIKI-82] - Fix attaching files under MS Windows
[JBWIKI-88] - RDF Feed in JBoss Wiki Broken in Labs 1.1
Feature Request
[JBWIKI-3] - Give Roles Abilities to Make Page Editable or Not
[JBWIKI-7] - Multilanguage support
[JBWIKI-18] - Spell Check Plugin
[JBWIKI-19] - Support WikiPage Metadata
[JBWIKI-22] - WikiPage Diff Tool
[JBWIKI-23] - View List of Versions of a WikiPage
[JBWIKI-70] - Create IndexPlugin inside plugin
[JBWIKI-71] - InsidePlugins: make it compatible with JSPWiki inside plugins
[JBWIKI-72] - write all build-in jspwiki plugins
[JBWIKI-73] - Temp and permanent variables for wikipages
[JBWIKI-79] - Create plugin for linking pages
[JBWIKI-81] - backport current changes to portal 2.0
[JBWIKI-86] - Allow page names to contain UTF8 chars
[JBWIKI-87] - Add MDB for email notifications
[JBWIKI-92] - Propare binaries and source for beta2
Task
[JBWIKI-49] - Image Links Border=0 Please
[JBWIKI-69] - Update the jboss.com wiki test content, again
[JBWIKI-75] - Port JBoss Wiki to Portal 2.2
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957509#3957509
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957509
19 years, 9 months
[Design of JCA on JBoss] - Re: Quartz, timer unification, message inflow RAR
by weston.price@jboss.com
anonymous wrote :
| As far as package/module goes:
|
| We already discussed this a long time ago. You said you'd move it to the appropriate place.
|
You have an interesting memory :-) What we discussed was the adapter itself. Not where it would end up in CVS, and we most certainly didn't discuss in what version of JBoss it would be released. I don't mind keeping it in connector, just as long as it's not deployed into AS by default which is where the whole issue came from in the first place.
anonymous wrote :
| ...it does need to be deployed so that the tests can run.
|
I see the following in ejb3
org.jboss.ejb3.test.jca.inflowmdb
QuartzMDBean (the listener)
QuartzTest (SLSB remote interface)
QuartzTestBean (the bean itself)
and the following test case:
| public void testQuartz() throws Exception
| {
| QuartzTest test = (QuartzTest)InitialContextFactory.getInitialContext().lookup("QuartzTestBean/remote");
| Thread.sleep(5000); // sleep so that quartz mdb runs.
| assertTrue(test.wasCalled());
| }
|
|
Doing a basic validation that a Job was excecuted and the MDB received the message. Is this it, or is there something else in the tutorial or in testsuite? I don't see any Quartz RAR related doc in the EJB3 project or in the EJB tutorial, did I miss something?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957485#3957485
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957485
19 years, 9 months