Log in to follow, share, and participate in this community.
Thread Nukes and Hibernate
Nukes and HibernateI would to deploy a module in Nukes and use Hibernate to manage persistence... There is my xml file (jboss-service) of my module :
<server>
<mbean
code="org.jboss.nukes.addons.modules.essaiHibernate.Modul...
Problem when I deploy my moduleHi ! I have a problem when I deploy my module. I try to install an already registered mbean, how to do unistall the mbean to aim at deploying my module? Someone can help me? Thanks !
09:45:41,279 INFO [MainDeploye...
Template Module updateWhen i started looking at Nukes a few months ago and wanted to quickly see how to create my own module, the template module was very helpful. It gives a quick & easy introduction to .tpl template files, basic modu...
EJB archives structure and ro/rwHi! When building let's say bb I see, that the nukes-bb-ejb-ro.jar / nukes-bb-ejb-rw.jar only contains the .xml files but not the compiled bean classes. Is the assumption correct, that these are in the lib.jar becaus...
and also this problem10:50:41,784 ERROR [quotes] Cannot retrieve quotes javax.ejb.FinderException: Find failed: java.sql.SQLException: null, message fr om server: "Unknown column 't0_s.pn_id' in 'field list'" at org.jboss.ejb.plugins.cmp...
Anybody going to JavaOne? Want to meet up?While I am not going to the conference itself, I am staying in San Francisco that week and was going to try and go to the JBoss cocktail party. Are other folks in the community going to be there? Sherman
Problem in module when I deployHi ! I have a bug when I deploy my module :
10:07:36,046 WARN [ServiceConfigurator] Failed to complete install
java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.nukes.addons.modules.essaiModule...
forums code updatedthe upgrade to xdoclet 1.2.1 broke the forums code (it didn't like the value "True"), and this has now been fixed. the forums have also been coverted over to the "pure" cmp solution and i'd appricate it ppl could tes...
FAQ - READ ME FIRST!this forum is for questions reguarding development of nukes. more information can be found on the nukes wiki page, located here: http://www.jboss.org/wiki/Wiki.jsp?page=NukesForJBoss please be sure to use the search...
postgres and cmp issuesi've tracked down the postgres problem, and it stems from the fact that the db does not support "auto-increment" in the same way that hsqldb (and i'm assuming mysql does) - rather then repost past disucssions, use the...
xdoclet librariesare any of the xdoclet libs in the tools directory "jboss specific" or is it safe to upgrade to version 1.2.1? according to the author of this post (http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38...
Project Management + Calendar Modules?Hi, folks -- Are Calendaring and Project Management modules are in the works? I'm about ready to start working on a Project Management site for a non-Profit in Boston. It'll support general purpose (primarily non-te...
How to use resource_xx_XX.propertiesI put some Resource_xx_XX.properties files in the each module's language directory before compile. But the Nukes always use the Resource_en_US.properties. I checked the the value of "requestedLanguage" in the CoreModu...
i18nYesterday I posted a reply in an i18n topic of mine with a patch. These messages are dissapeared or something. The search doesn't work either. What's wrong with this forum? Ok the patch again. I've been working on a ...
Thread Problem updating my code with latest CVS, news module
Problem updating my code with latest CVS, news moduleHi Guys, I got my website running with a CVS snapshot I got a few weeks after Nukes 1.0 (in order to have the news module). I am trying to update my code to the current CVS to be 1.1 compatible. The main changes we ...
News Component Deploy ErrorWhen I use snapshot deploy the news module,always get this message: 18:38:48,394 WARN [ServiceController] Problem starting service nukes.modules:na
me=news
org.jboss.nukes.common.template.BuildException: Template /n...
can nukes support chinese nowyesterday i download one version of nukes from cvs.and compiled then deployed at jboss,but still i found it can't support chinese(that is can't use chinese in the forum).
Modules under GPL?I've worked with some open source stuff in the past but never really took time to understand the licensing terms until the last few weeks. I started wondering about JBoss and Nukes and how those fit into open source l...
Nukes DatabaseHi, Just a question... Do the database use foreign keys? What is the type of the tables (MyIsam or InnoDB)? How the transactions are managed? Thanks a lot !