[JBoss-user] [JBoss Portal] - Re: NullPointerException at getPortletMode()

2006-01-12 Thread sgwood
See: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74705 Sherman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917240#3917240 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917240 -

[JBoss-user] [JBoss Portal] - Re: Need help regarding jboss portal development

2005-12-31 Thread sgwood
I think you are running into some differences between JBPortal 2.0 and 2.2, which is what I am working with. There are still some problems with Spring 2.0 HEAD + JBPortal 2.2 - I am getting a NPE on getPortletMode still. Sherman JasperSoft View the original post : http://www.jboss.com/index

[JBoss-user] [JBoss Portal] - Re: Need help regarding jboss portal development with Spring

2005-12-30 Thread sgwood
Spring 2.0 M1 includes a Spring Portal MVC component. I have been trying to get is working under JBPortal 2.2, but there are a few issues: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914627 and http://jira.jboss.com/jira/browse/JBPORTAL-539 Attached to the JIRA issue is a zip th

[JBoss-user] [JBoss Portal] - FYI: log4j in portlet WAR

2005-05-26 Thread sgwood
Don't include a log4j.jar in your portlet WAR. The error message you will see is: | 2005-05-24 13:55:54,919 INFO [STDOUT] log4j:ERROR A "org.apache.log4j.xml.DOMConfigurator" object is not assignable to a "org.apache.log4j.spi.Configurator" variable. | 2005-05-24 13:55:54,919 INFO [STDOUT

[JBoss-user] [JBoss Portal] - Resource related exception deploying helloworld

2005-05-26 Thread sgwood
In the portlet.xml for helloworld, if you include: | en | Resource | An exception is thrown during the portal initialization. | 2005-05-24 13:55:54,929 DEBUG [org.jboss.portal.portlet.plugins.language.InfoBundle] Creates the parent bundle | 2005-05-24 13:55:54,929 DEBUG [

[JBoss-user] [JBoss Portal] - Re: Bridge Interceptor

2005-05-26 Thread sgwood
But I am still getting the same behavior when I access the portlet: a theme only screen and the doView method on my portlet class is not called. I put some logging in to see what invocations were happening | [org.jboss.portal.server.impl.invocation.InvocationImpl] Incoming request with id pa

[JBoss-user] [JBoss Portal] - Re: Bridge Interceptor

2005-05-26 Thread sgwood
Ahhh, I see the following when the portlet deploys: ERROR [org.jboss.portal.core.deployment.jboss.PortletAppDeployment] No config for the name JPivotPortlet will use the default configuration After some digging around in the code, this is caused by a reference to the config-name element in jbo

[JBoss-user] [JBoss Portal] - Re: No access to admin portlet

2005-05-25 Thread sgwood
Try changing the 'Admins' role to 'Admin' in the database. Similarly, 'Users' to 'User'. This changed recently. Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879057#3879057 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [JBoss Portal] - Re: Bridge Interceptor

2005-05-24 Thread sgwood
I am trying to use the bridge to create a portlet around an existing application (JPivot). I have got the portlet WAR set up, and it deploys without errors. The init method on my portlet is called. It sets up a ServletContextProvider like the StrutsPortlet does. I have no security set up. On

[JBoss-user] [Nukes User] - Re: Frustrating! What IS JBoss/Nukes?

2005-02-20 Thread sgwood
JBoss Nukes is a Java implementation of PHP Nukes. It provides a framework to host multiple applications/modules, with a common login, security, look and feel, deployment and other services. There are a number of standard JBoss Nukes modules - forums, news, wiki (based on JSPWiki) etc - that ar

[JBoss-user] [Nukes User] - Re: Nukes 1.1 and Postgresql

2004-12-30 Thread sgwood
Looks like an EJB problem - please show the stack trace. Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860238#3860238 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860238 --

[JBoss-user] [Nukes User] - Re: wiki documentation added/update

2004-12-07 Thread sgwood
The block has to explicitly use the security you set. The functionality is not there by default. The permissions in the htmlModule are about the document, not whether the block displays. Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857792#3857792

[JBoss-user] [Nukes User] - Re: Menu edit?

2004-07-14 Thread sgwood
For each module and theme, there are values in the nukes_services_attributes table in the database that are inserted from the MBean descriptor the first time the MBean is run. If you really want to have updated attributes come from the MBean descriptor, delete the relevant rows and restart Nuk

[JBoss-user] [Nukes User] - Re: Problem compiling JBoss Nukes

2004-07-02 Thread sgwood
Nukes only works with JBoss 3.2.3. We will upgrade to 3.2.4 after Nukes 1.1 is released. Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840841#3840841 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840841

[JBoss-user] [Nukes User] - A discussion on portlet servers market

2004-07-02 Thread sgwood
http://www.theserverside.com/news/thread.tss?thread_id=27044 I thiught folks would be interested in this thread. Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840768#3840768 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [Nukes User] - Re: Nukes on weblogic

2004-06-22 Thread sgwood
The current version of Nukes is tightly bound to JBoss. Future versions will implement the JSR 168 standard, which (supposedly, hopefully) will allow portlets developed elsewhere to run in Nukes. Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=383954

[JBoss-user] [Nukes User] - Re: Problems deploying Nukes on JBoss 3.2.4

2004-06-21 Thread sgwood
Nukes 1.X only works with 3.2.3. Once Nukes 1.1 is out, the plan is to do the conversion work to allow Nukes to run with 3.2.4. Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839465#3839465 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [Nukes User] - Re: HOWTO change Colour in Theme imagic

2004-06-01 Thread sgwood
The theme.html for imagic is in: nukes\src\bin\nukes-lib-jar\org\jboss\nukes\core\themes\imagic\theme.html You want to change the HTML in the Header area. Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837087#3837087 Reply to the post : http://ww

[JBoss-user] [Nukes User] - Re: change the default theme on nukes 1.0.0

2004-05-23 Thread sgwood
In the core module, there is a DefaultTheme property, currently imagic. You can change this in the nukes.sar deployment descriptor, or in the database. You can change the nukes_services_attributes table row pn_sid="org.jboss.nukes.core.modules.core.CoreModule/core", pn_aid="DefaultTheme". Sher

[JBoss-user] [Nukes User] - Re: nukes-ds.xml deploy fail

2004-05-20 Thread sgwood
Hi, alexj, I'm pretty sure that Nukes does not work with JBoss 4.0.0 yet. Is your driver jar on the JBoss classpath somewhere, like in server/default/lib? Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835660#3835660 Reply to the post : http://ww

[JBoss-user] [Nukes User] - Re: nukes-ds.xml deploy fail

2004-05-19 Thread sgwood
Looks like the nukes-ds.xml datasource definition file is not valid XML. Post it so we can have a look. Also check the JBoss JCA/JBoss forum http://www.jboss.org/index.html?module=bb&op=viewforum&f=136 for datasource issues. Sherman View the original post : http://www.jboss.org/index.html?mo

[JBoss-user] [Nukes User] - Re: Getting started -- updated documentation on wiki

2004-05-18 Thread sgwood
anonymous wrote : there are too many things in the left navigation so it's hard to find anything, especially since it's not in any aparent order (alphabetical or other). multiple items should be combined: News, Forums, etc. I realize that this is probably difficult because of permissions for sep

[JBoss-user] [Nukes User] - Re: Nukes Can't Find JDBC Driver For MySQL

2004-05-05 Thread sgwood
Looking at the SectionEJB, the name should be 'pn_image'. I have changed the insert in setup.xml in CVS to reflect this. Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833818#3833818 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Nukes User] - Re: LDAP Login

2004-04-23 Thread sgwood
Right now, authentication and storage of configuration info is in DB tables accessed via CMP EJBs. No one is working on LDAP integration at the moment, but we could put it on the roadmap for V 2.0 - the portal server implementation. Sherman View the original post : http://www.jboss.org/inde

[JBoss-user] [Nukes User] - Re: UserEJB not found for relation

2004-04-23 Thread sgwood
Have you made your module SAR start up after nukes.ear? In your module SAR deployment descriptor, put: nukes.modules:name=core | jboss.jca:service=LocalTxCM,name=NukesDS | Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832157#3832157 Reply

[JBoss-user] [Nukes User] - Re: existing sample sites & templating

2004-04-19 Thread sgwood
anonymous wrote : No, it didn't answer the strategy you guys have for opening up the presentation layer in Nukes. What more can I say than "JSR 168"? JSPs will be the views. Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831457#3831457 Reply to th

[JBoss-user] [Nukes User] - Re: existing sample sites & templating

2004-04-15 Thread sgwood
Was the wiki page about JSPs http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830670#3830670 not enough? It does represent the current state of play with JSPs. Personally, using JSPs for the view is a hot button for me. Nukes 2.0 with portlets (JSR 168) will have all this. I am worki

[JBoss-user] [Nukes User] - Re: [News] some news

2004-04-15 Thread sgwood
itchiban, >From your comment about changing the Core module via JMX, do you mean that you want >to have your news page be the default displayed when a user logs in? If so, you need to change the jboss-service.xml for the main nukes SAR. There is the DefaultUserPage parameter on the Core module

[JBoss-user] [Nukes User] - Re: How to add a link in blocks?

2004-04-15 Thread sgwood
I gave you the URL you need in the previous posting. You generate the HTML link to appear in the block in the block's render method. Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830741#3830741 Reply to the post : http://www.jboss.org/index.html?

[JBoss-user] [Nukes User] - Re: How to add a link in blocks?

2004-04-14 Thread sgwood
What I think Jae means is: Is the HTML coming out of a document in the Nukes document repository, or is it static content bundled in a Nukes related JAR/WAR? I think you are talking about the first - a HTML file stored in the Nukes document repository. When you create a HTML page in the HTML mo

[JBoss-user] [Nukes User] - Re: JSP's?

2004-04-14 Thread sgwood
Look in the JBoss Nukes Wiki http://jboss.org/wiki/Wiki.jsp?page=UsingJSPsInNukes This summarizes the state of things in the current CVS. In the 1.0 version, sendRedirect is the only thing that works. Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Nukes User] - Re: how to register html as a component

2004-04-13 Thread sgwood
This means that the html module MBean did not deploy correctly when the Nukes.ear started. It is likely that it did not initialize properly. Since this is part of core Nukes, this is strange. Is there anything in the startup logs about problems? Sherman View the original post : http://www.jb

[JBoss-user] [Nukes User] - Re: [Theme]Customize

2004-04-13 Thread sgwood
There is a fix in CVS for the extralite theme about this. The comment on the fix is: Themes based on ThemeTemplate can define 'middle' sections, not 'centre' sections. Previously, if blocks were put into Side=1/center, they would not be displayed by this theme. So change: to Sherman

[JBoss-user] [Nukes User] - Re: Best way for a non techie to add HTML content

2004-04-10 Thread sgwood
The html module is a basic service for general content. You could make a set of pages you could navigate through, but it would be extremely tedious and not really suitable for a non-techie, even if there was a wysiwyg editor. The modules provide more structure for editing content types and navi

[JBoss-user] [Nukes User] - Re: [Theme]Customize

2004-04-08 Thread sgwood
If you look at the extralite theme.html, you will see reference URLs like: modules/core/images/nukes_logo_orange.jpg and themes/extralite/style/style.css These point to files relative to the module code, or (particularly for you) the theme jar. In a theme MBean descriptor, you will see: org/

[JBoss-user] [Nukes User] - Re: [jmx-console]Protect this command

2004-04-07 Thread sgwood
Doesn't it have that restriction by default? The Security setting in the jmx-console mbean is : which should only give access to users in the Admins group. Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829592#3829592 Reply to the post : http:/

[JBoss-user] [Nukes User] - Re: Attempting to eval Nukes

2004-04-02 Thread sgwood
The nukes directory you created is where non-core nukes modules go. The deploy-components target puts things in there. The nukes core ear watches the nukes directory and deploys things it sees, ie. an XML file will be assumed to be a MBean descriptor, while SARs and EARs are seen as modules, th

[JBoss-user] [Nukes User] - Re: postgres help

2004-04-02 Thread sgwood
You just need the setup.xmls for the BB and core modules. They can just drop into your build. I have no troubles building using the latest CVS. What build problems do you have? Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828955#3828955 Reply

[JBoss-user] [Nukes User] - Re: postgres help

2004-04-02 Thread sgwood
These issues were fixed, and are in the CVS snapshot. Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828951#3828951 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828951

[JBoss-user] [Nukes User] - Re: installation problems

2004-04-02 Thread sgwood
What version of Nukes did you build/install? It looks like you are using 1.0.0, and the version of the installer has been improved since then. Try a CVS snapshot. The error messages about DestinationManager not starting should not effect Nukes - that is just the default JBoss JMS starting up. T

[JBoss-user] [Nukes User] - Re: [Theme]Customize

2004-04-02 Thread sgwood
This is all in a theme. There is some old documentation on this in the jboss.org web site and wiki. There is also this http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828532#3828532 Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828853#38

[JBoss-user] [Nukes User] - Re: jboss nukes with jetty

2004-04-01 Thread sgwood
We are developing against standard JBoss 3.2.3, which does not come with Jetty, so nobody is testing that. If you run into problems, post to the forums and we can see if we can help. Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828579#3828579 Re

[JBoss-user] [Nukes User] - Re: Drop-in Themes

2004-03-31 Thread sgwood
Nick, Can you update the wiki page now? It would help folks. Also, I have fixed a bug in the extralite template that is relevant to the HTML template. The name of the section called "centre" should be called "middle". If you have run the old extralite theme as is and use the blocks module to m

[JBoss-user] [Nukes User] - Re: Nukes and Wiki

2004-03-23 Thread sgwood
The wiki has not been included in Nukes yet. Sherman http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827041#3827041";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827041>Reply to the post ---

[JBoss-user] [Nukes User] - Re: What's Available?

2004-03-22 Thread sgwood
anonymous wrote : What works and what doesn't? What does everything do? How long is a piece of string? ;-) Try the modules and see. A lot of them are based in the equivalent from PHP Nukes. Sherman http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826988#3826988";>View the original

[JBoss-user] [Nukes User] - Re: Cannot Log In w/ IE6

2004-03-22 Thread sgwood
Weird. I have Win2K and IE6 right now, and I can log in fine. I have no idea what could be going on. Sherman http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826893#3826893";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826893>Reply to th

[JBoss-user] [Nukes User] - Re: Cannot Get Into Nukes

2004-03-19 Thread sgwood
cd to the nukes directory. build deploy-components This will deploy the core components, including the menu. Modules also have a deploy target. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826555#3826555";>View the original post http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [Nukes User] - Re: Cannot Get Into Nukes

2004-03-18 Thread sgwood
I don't have 1.0.0 right in front of me, but these are some Nukes specific properties in my local.properties that work. # Nukes target database, for now : hsqldb, mysql, postgresql are the possible values nukes.database=postgresql # Context root for the nukes main servlet nukes.context-root=/nuke

[JBoss-user] [Nukes User] - Re: Menu underneath banner?

2004-03-14 Thread sgwood
Check out how it was done by going into the jboss nukes-website area of CVS. Sherman http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825563#3825563";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825563>Reply to the post ---

[JBoss-user] [Nukes User] - Re: adding menu items to a menublock

2004-03-13 Thread sgwood
In server/default/nukes/menu-block-service.xml, see: | | | | This gets you links in the menu before any roles based links, that are always displayed when the user is logged in. There is an equivalent "After" attribute. The menu only displays links that the logged

[JBoss-user] [Nukes User] - Re: A deploy error

2004-03-12 Thread sgwood
bcel comes with JBoss (server/default/lib/bcel.jar). It just looks like you have incompatible versions of JBoss EJB and bcel in the classpath. How did you start JBoss? In a shell window, running: /jboss-3.2.3_nukes-1.0.0/bin/run ? Sherman http://www.jboss.org/index.html?module=bb&op=viewtopi

[JBoss-user] [Nukes User] - Re: A deploy error

2004-03-12 Thread sgwood
Kenny, You have a different problem(s) than peter_y_wang. For the stack trace problem, it looks like you have some mismatch between what JBoss is expecting and BCEL. Are you using the vanilla jboss-3.2.3_nukes-1.0.0.zip? For the problems deploying from a CVS snapshot, try the plain DB setup w

[JBoss-user] [Nukes User] - Re: Authentication - some basic questions

2004-03-10 Thread sgwood
Currently, Nukes authenticates again an internal table. There has been some discussion about using LDAP for authentication, http://www.jboss.org/indtex.html?module=bb&op=viewtopic&p=3823618#3823618 but this has not happened yet. Sherman http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[JBoss-user] [Nukes User] - Re: Can't compile from cvs [fc core1]

2004-03-07 Thread sgwood
It does look like you have everything you need. I would try running the build script with Ant debug and verbose options on and see whether anything strange is happening - you can pass the flags as parameters to the build.sh. Sherman http://www.jboss.org/index.html?module=bb&op=viewtopic&p=382

[JBoss-user] [Nukes User] - Re: Can't compile from cvs [fc core1]

2004-03-06 Thread sgwood
Check out the nukes module, not just the nukes directory in CVS. This will get you the thirdparty and tools modules as well - that's what you are missing. Sherman http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824561#3824561";>View the original post http://www.jboss.org/index.html

[JBoss-user] [Nukes User] - Re: how do I use the jsp module?

2004-03-05 Thread sgwood
I have added some documentation to the wiki about this at http://jboss.org/wiki/Wiki.jsp?page=UsingJSPsInNukes Sherman http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824477#3824477";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824477>Re

[JBoss-user] [Nukes User] - Re: Nukes 1.0

2004-03-05 Thread sgwood
The zip file off SourceForge is not 'there': I am getting a 404 when I try to download it. The download counts are 0 at the moment. Any ideas? Sherman http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824428#3824428";>View the original post http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Nukes User] - Re: Just a comment and suggestion

2004-03-05 Thread sgwood
I have added a page on the wiki that outlines building the DB via DDL at http://jboss.org/wiki/Wiki.jsp?page=NukesDBSetup All comments appreciated. Sherman http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824395#3824395";>View the original post http://www.jboss.org/index.html?module

[JBoss-user] [Nukes User] - Re: build and deploy from current cvs ? ()

2004-02-29 Thread sgwood
This is falling over constructing a new UserEJB. You have: Caused by: javax.ejb.EJBException: null; CausedByException is: ejb not bound at org.jboss.nukes.core.ejb.UserEJB.(UserEJB.java:98) The corresponding code is: | |public UserEJB() |{ | try | { |

[JBoss-user] [Nukes User] - Re: build and deploy from current cvs ? ()

2004-02-27 Thread sgwood
It looks like the UserEJB did not deploy. You should have had error messages in the log. Did you get a NukesDS datasource in the deploy directory? Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823305#3823305 Reply to the post : http://www.jboss.

[JBoss-user] [Nukes User] - Re: Forums on Postgresql

2004-02-24 Thread sgwood
Checked in DDL and setup.xml changes. Also fixed a problem in the BB module where an invalid JDBC query was being executed when there were tracked topics. Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822781#3822781 Reply to the post : http://ww

[JBoss-user] [Nukes User] - Re: Forums on Postgresql

2004-02-24 Thread sgwood
I know, I know. Working on it now Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822765#3822765 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822765 -

[JBoss-user] [Nukes User] - Re: Forums on Postgresql

2004-02-24 Thread sgwood
There are some issues in the Postgres database definition. I'll post a fix for this in the next few hours. Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822735#3822735 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [Nukes User] - Re: module repository

2004-02-23 Thread sgwood
The modules are currently in the distribution. Each top level directory in the distribution is either a module or a supporting directory (ie. 3rd party jars). If you look in the build/build.xml, there is a moduleconfig task that gives you the list of modules and the dependencies between them.