Headlines block for GoJust.orgI'm using Nukes for a non-profit site -- http://www.gojust.org I created a news headlines block to display the topic picture (in my case, a columnist) along with the title. I could make it available to others if anyo...
Search blockI added a simple search block. (more features will come later) It is in the nukes 1 HEAD. (You will need to update the thirdparty directory to get the latest lucene.jar) It looks by default into the main text of a fo...
Module won't deploy / runHi everyone, I spent the last couple of hours with a rather simple question: how do I deploy and run my own "hello world" module in nukes? When I deploy my .sar-file (compressed with the JDK's jar.exe) into the nuke...
Unique pkey constraint problems w/PostgreSQLHello, I've run into a problem trying out nukes 1.1 RC3 with PostgreSQL. It looks like some entities aren't getting unique primary keys. If I attempt to update and save an HTML page using the HTML module I consistent...
build.sh failing on nukehi i am trying to follow the directions to build nukes to support oracle and when i run build.sh after modifying the local.properties file i get the below error, [root@dev-test build]# build.sh build.sh: Executing: /...
KnownBugsAdding or Editing a HTML page with the HTMLModule causes extra linefeeds Problem When using the HTMLModule's form to create or edit HTML pages the content appears to have a blank line added on every othe...
Design strategyI want to have a section in my Nukes where companies can register themselves, by entering their name, url and description. That information would then be rendered using a table in html. For that, i thought i should us...
Module throw exception...Hi everybody, I've got a problem that disturb me a bit...! I've code a nuke's module which deploy well on jboss 3.2.3 (tomcat 4.1) when i run manually the server. But when i run the service with the command 'jboss_ini...
Class LocationI can't find the jar file where the class javax.management.NotificationBroadcaster is, which is needed for the ModuleSupport class. Can someone help me? Thanks, Pedro Martins
Module accessI have a jboss-service.xml file that runs as follows:
<?xml version="1.0" encoding="UTF-8"?>
<server>
<mbean
code="org.jboss.nukes.addons.modules.empresas.EmpresasModule"
name="nukes.modules:name=em...
News Module Null Pointer ErrorIn the 1.1 release candidate 3 version of Nukes, deleting one of the default news articles results in a null pointer exception and the module is unusable at that point.
User management via admin accountIs there a way for the nukes admin to reset passwords & do general maintenance? I have a user that forgot his password, and claims that the "retrieve password" is not working, although I have confirmed it is. I wo...
EJB/Database accessI am trying to develop a module which collects information about enterprises and stores them in the database (i am using Mysql). I use a form which has three fields: name, url and description. In order to send the ent...
DeployWhy do people teach on this forum that we should use only two folders(the classes folder has several subfolders, and then there's the META-INF folder) packaged into a sar file for deployment? In the nukes source there...
default themeis it possible to set a default theme? I mean NOT the one the users/admin see once logged, but the default theme shown to guests when the portal's home page is loaded. I tried to set in the jboss-service.xml (as seen ...