Log in to follow, share, and participate in this community.
Thread Global breadcrumb
Global breadcrumbHi! I see breadcrumbs in several modules but there is no global one. Wouldn't it make sense to have one? With breadcrumb I mean the path for a user from the start page i.e. in Forums the line JBoss -> Nukes on J...
Problem of anchor in moduleHi !! I want to put anchor in my module. But I don't know what URL I have to put in and in . The URL of my module is : http://localhost:8080/nukes/index.html?module=myModule&op=main. There is an example of what...
Thread Seeking vendors-developers for building web site
Seeking vendors-developers for building web siteHello, We started a non-profit this past fall with the mission of bringing high quality news and information from around the web to the public, and are seeking proposals from vendors interested in developing the site...
Nukes Installer OptionsIt seems like I came across an attribute in the entities that made the installer deploy nukes in an exploded state (i.e. the nukes.ear as a directory instead of jar, nukes-lib.jar as a dir... etc.). I haven't been ab...
core cmp conversion issuegrr - just when i thought i had this licked, another issue comes up. we're not going to be able to support the "pure" cmp solution in the core until the following bug is fixed: http://sourceforge.net/tracker/index.p...
Girl in stress deploying NukesWhen i'm deploying Nukes the left menu (blocks) go away. This is what i'm doing: cd ../nukes/nukes/ ./build.sh ./build.sh deploy Some suggestion
any schedule for i18n?hi all! is there any plans for supporting i18n? i found nukes useful and wanna use it for my site under construction. but, all the korean characters were broken. so, i added a locale ko(korean) in CoreModule.java, tra...
How to have access to a html pageHi !! I would to have access, in my theme (mytheme.sar), when I click on a link, via a javascript (with function window.open) to a html page. Where I have to put this page and what URL I have to use? I'm sorry for t...
thoughts on downloads module, 1.1 releasei'm 90% confident that i've nailed all the bugs for the 1.1 release (this doesn't include any of the recent postings to sf.net) - i have taken care of every one reported in the forums. [previous plan was WAY incorrec...
Deploy orderThere is my problem : I deploy a module (module 1) which need a .class in another module (module 2). However when I start JBoss my module 1 is deploied before the other. How can I do to deploy module 2 before module 1...
Problem when I deploy my themeHi !! I have just one question.. When I deploy my theme I have this error :
16:31:45,593 ERROR [MainDeployer] could not create deployment: file:/C:/Jboss-3.2.3/server/default/nukes/themeHibernate.sar
org.jboss.depl...
Problem with news backendHi guys, I am translating the 1.0 news scheme into the current one. There is a problem concerning the size of the text in the new scheme: everything is limited to 250 char. it would be preferable to use a "text" ty...
Encoding of Request/ReponseHello, I moved the topic about german umlauts from the user space to the development space because I think there is something wrong how the encoding is handled inside of Nukes/JBoss: 1. You do not set an HTTP-Header...
Thread A small change in the Page code, a big step towards i18n :-)
A small change in the Page code, a big step towards i18n :-)Hi! To help a module operation to know about the request locale I'd suggest to add the following to org.jboss.nukes.html.Page
public Locale getLocale(){
return fragment.getRequest().getLocale();
}
public Enum...
Bean ManagementI am currently working on getting Nukes to support Microsoft SQL Server, as required for my project, and am down to (hopefully) one final problem. It doesn't have a data type for longblob which the file content is sto...
Nukes in FrenchWe are interresting to translate Nukes messages and some module in French. We have seen some echange with this subject. How work the language selection in Nukes (user information, browser selected,...) ? what are the ...
downloads module - request for testinglooks like the forums were restored, but today's messages were lost. in any case, here it is again.... the downloads module as been converted to a pure cmp solution. i'd appricate it if any mysql and postgres users c...
Error when I want to reach to NukesHi ! There is my error :
16:02:55,656 ERROR [Engine] StandardWrapperValve[NukeServlet]: "Servlet.service()" pour la servlet NukeServlet a gÚnÚrÚ une exception
javax.servlet.ServletException: L'...
JBoss 3.2.4 and Nukes statusWith JBoss 3.2.4 final just out, I thought I would try my Nukes module against it. It looks like there will need to be some changes to the code to make Nukes work in the new release. On startup, when the Nukes.ear is...
still chinese display problembecause my time format is chinese format(including chinese word in the date and time string).so it's can't display normally. here time and date string is Sat May 29, 2004 00:00 AM and then if i choose the gb2312 encod...