Log in to follow, share, and participate in this community.
Thread Permissions Module Not Building Properly in CVS Head
Permissions Module Not Building Properly in CVS HeadHi, There was a section added to the permsion module build.xml file that doesn't seem to be building properly. The section <!-- nukes-permission.ear --> results in the build error ...\persmission\ou...
Thread Latest Nukes 2.0 source: Problems w/ setup.ddl for MySQL
Latest Nukes 2.0 source: Problems w/ setup.ddl for MySQLI am trying to get Nukes 2.0 working on MySQL. I got the latest source from CVS. I built nukes. When I try to generate the setup.ddl file in the ./core directory, I get the following error: UILD FAILED file:/home/chr...
windows platformI tried installing the new nukes-1.1 version today on my windows platform and I think I am running into that pesky new-line problem. The mysql statements are failing and I saw the unix new-line charater in them. What ...
Thread RFC on source replacements at compile time in cvs head
RFC on source replacements at compile time in cvs headIn brief, I need to switch the xdoclet tag for "auto-increment" to false from true when building Nukes for Oracle. I'm thinking the best way is to use an Ant filter/replace to achieve this with a token like @autoincre...
Thread www.osdev.org is now a Nukes 1.1 RC3+ test site
www.osdev.org is now a Nukes 1.1 RC3+ test siteI've setup a site I run as a Nukes 1.1 RC3+ site. It's still very much a work in progress but I figured that the BBModule was stable enough to provide something good to the visitors of my site. The really good thing a...
EJB and postgresql : pk typeOk, here's what I've done: - Added the boolean prop "nukes.pk-auto-increment" for each database conf in: /build/etc/* - Added the prop "build.gen.src" to set the filter copy destination directory in: /tools/etc/bu...
Thread How are non-HTML/Binary/Link files handled on JBoss.org
How are non-HTML/Binary/Link files handled on JBoss.orgI assumed that I could upload all my files to a Nukes website with the HTMLModule but now it doesn't seem that way. For instance I want to upload a text/plain type document that some can download but it doesn't seem t...
Are 404's desirable for anyone else?I came across the need to have the HTMLModule generate 404's for pages that aren't present. In my case I wanted to specify my error pages in my Apache frontend that'll be connecting to JBoss through mod_jk2. It's a re...
Nukes On Jboss, and Eclipse problemHello: I´m from Spain.I´m new in this forum. I´m beginning to work with Nukes on JBoss. I need to use Nukes on Eclipse for my applications. My problem is when I try configure Nuk...
BBModule, 1.1.0-RC3Hi. I do not know whether there is a bug tracking system set up for nukes, so I post the bug here: BBModule.java, Revision: 1.67.2.3, line # 2882: if (posterIcq == null && posterIcq.length() > 0) since ...
Thread JBMail And Auto Execute of Executable Service Method
JBMail And Auto Execute of Executable Service MethodHi, I would like to have the container execute an execute method in the jbmail MBean every x minutes. How do you configure an MBean so an executable method is executed after a certain time interval? I tried adding a ...
Non-SQL92 SQL Statement StrategyOk, some SQL statements used in the EJB xdoclet defs extend beyond SQL92 causing portability issues. To cite a particular example, from org.jboss.nukes.core.ejb.FileEJB: SELECT DISTINCT SUBSTRING(f.fileId, 1, LOCATE(...
Thread Feature requests, improvement: Where to ask?
Feature requests, improvement: Where to ask?Hi there, I've setup 1.1RC3 as our developer community site. Where can we propose and discuss features and improvements? In this forum, in the Nukes Users forum or in the bug tracker database? Here are some ideas: ...
JBMAIL Build and Deploy ErrorsHi, I've grabbed the daily snapshot of nukes and done a build and deploy. I want to test receiving e-mail replies in the forums so I included jbmail in my build and deploy. jbmail gets a build error however and fails...
Thread BBModule Editing and Deleting & Status list
BBModule Editing and Deleting & Status listI've commited some bug fixes that should enable both user and moderator editing and deleting of messages. Moderators can edit and delete any message. And for anyone else who had trouble figuring it out, Moderators ar...
Problems with new module and resourcesHi all, I am creating a new module, patterned from "template", but I cannot seem to get the languages files in the right place in my application archive for them to be picked up. I created a class "com.foo.module.foo...
Thread Snapshot and nukes-installer.war not building
Snapshot and nukes-installer.war not buildingHI, I am grabbing the latest snapshot from CVS so I can test sending and receiving e-mail with forums. I'm following the wiki for building nukes. After I do the build and then do the deploy-installer, the deploy fail...
Nukes 2.0 build errorHi all, Firstly I am new to jboss and nukes so please forgive me for asking a daft question. Firstly, I am trying to build nukes 2.0 against jboss 4.0 source and get java build errors. So, what jboss source version ...
Thread Problem in database connection (using Hibernate)
Problem in database connection (using Hibernate)These fixes should have been applied to head first then backported to 1.1 Now you have to port them to head or they will be lost. Maintaining several branch is not easy all the time, nevertheless it is the responsab...