[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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.html?module=bb&op=viewtopic&p=3915057#3915057

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915057


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 that contains the Spring Portal MVC demo 
configured for JBoss. When the Spring Portal developer does a workaround for 
this issue,  I'll post another zip on JIRA and update this thread.


Sherman
JasperSoft

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914919#3914919

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914919


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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] log4j:ERROR The class 
"org.apache.log4j.spi.Configurator" was loaded by 
  | 2005-05-24 13:55:54,919 INFO  [STDOUT] log4j:ERROR [WebappClassLoader
  |   delegate: false
  |   repositories:
  | /WEB-INF/classes/
  | --> Parent Classloader:
  | [EMAIL PROTECTED]
  | ] whereas object of type 
  | 2005-05-24 13:55:54,919 INFO  [STDOUT] log4j:ERROR 
"org.apache.log4j.xml.DOMConfigurator" was loaded by [EMAIL PROTECTED] 
url=file:/C:/jboss-4.0.2/server/default/tmp/deploy/tmp55693jboss-service.xml 
,addedOrder=2}].
  | 2005-05-24 13:55:54,919 INFO  [STDOUT] log4j:ERROR Could not instantiate 
configurator [org.apache.log4j.xml.DOMConfigurator].
  | 

I know using a JAR that is in base JBoss or in a surrounding application is a 
general no-no, and maybe this is a general JBoss 4.0.X exception, but I had not 
seen it before. 

Removing the log4j.jar from your WAR stops the exception and the JBoss logger 
works.


Sherman


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879158#3879158

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879158


---
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 
[org.jboss.portal.portlet.plugins.language.ResourceBundles] Want to load bundle 
Resource for locale en
  | 2005-05-24 13:55:54,949 WARN  
[org.jboss.portal.portlet.plugins.language.ResourceBundles] Bundle Resource for 
locale en not found
  | java.util.MissingResourceException: Can't find bundle for base name 
Resource, locale en
  | at 
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:839)
  | at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:808)
  | at java.util.ResourceBundle.getBundle(ResourceBundle.java:702)
  | at 
org.jboss.portal.portlet.plugins.language.ResourceBundles.loadBundle(ResourceBundles.java:219)
  | at 
org.jboss.portal.portlet.plugins.language.ResourceBundles.init(ResourceBundles.java:157)
  | at 
org.jboss.portal.portlet.plugins.language.ResourceBundles.start(ResourceBundles.java:68)
  | at 
org.jboss.portal.server.kernel.StartMethod.invokeMethod(StartMethod.java:37)
  | at 
org.jboss.portal.server.kernel.UpgradeMethod.invoke(UpgradeMethod.java:46)
  | ...
  | 

Processing continues after this and the portlet is deployed correctly.


Sherman

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879156#3879156

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879156


---
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 page.default.JPivotDemo
  | [org.jboss.portal.server.impl.invocation.InvocationImpl] Invoking 
org.jboss.portal.core.invocation.UserContextInterceptor
  | [org.jboss.portal.server.impl.invocation.InvocationImpl] Invoking 
org.jboss.portal.core.invocation.ContentTypeInterceptor
  | [org.jboss.portal.core.invocation.ContentTypeInterceptor] Found 
markup=html_web_4_0, ua=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; 
rv:1.7.8) Gecko/20050511 Firefox/1.0.4, devicedID=netscape7_1_nt_
  | [org.jboss.portal.core.invocation.ContentTypeInterceptor] Found mimeType 
type text/html for markup=html_web_4_0
  | [org.jboss.portal.server.impl.invocation.InvocationImpl] Invoking 
org.jboss.portal.server.invocation.portal.TargetInterceptor
  | [org.jboss.portal.server.impl.invocation.InvocationImpl] Invoking 
org.jboss.portal.core.invocation.ViewInterceptor
  | [org.jboss.portal.server.impl.invocation.InvocationImpl] Invoking 
org.jboss.portal.core.invocation.StrategyInterceptor
  | [org.jboss.portal.core.invocation.StrategyInterceptor] analyzing layout 
strategy
  | [org.jboss.portal.server.impl.LayoutServerImpl] get nodesk...
  | [org.jboss.portal.server.impl.LayoutServerImpl] found nodesk
  | [org.jboss.portal.core.invocation.StrategyInterceptor] looking for a layout 
strategy [default] [JPivotDemo] [nodesk] [text/html]
  | [org.jboss.portal.core.invocation.StrategyInterceptor] got a layout: trying 
to get the strategy from it...
  | [org.jboss.portal.core.invocation.StrategyInterceptor] no strategy from the 
layoutlayout: trying to get named strategy...
  | [org.jboss.portal.core.invocation.StrategyInterceptor] looking for strategy 
with name: default
  | [org.jboss.portal.core.invocation.StrategyInterceptor] found strategy to 
use: org.jboss.portal.core.theme.strategy.impl.DefaultStrategyImpl
  | [org.jboss.portal.core.invocation.StrategyInterceptor] adding region: center
  | [org.jboss.portal.core.theme.strategy.StrategyFactory] creating strategy 
context for: nodesk default JPivotDemo
  | [org.jboss.portal.core.theme.strategy.impl.DefaultStrategyImpl] evaluating 
strategy for: [EMAIL PROTECTED]
  | [org.jboss.portal.core.invocation.StrategyInterceptor] setting layout URI: 
/nodesk/index.jsp
  | [org.jboss.portal.core.invocation.StrategyInterceptor] done analyzing 
layout strategy
  | [org.jboss.portal.server.impl.invocation.InvocationImpl] Invoking 
org.jboss.portal.server.invocation.portal.MainDispatcherInterceptor
  | [org.jboss.portal.core.servlet.CoreServlet] requesting theme: null
  | [org.jboss.portal.core.servlet.CoreServlet] using layout returned from the 
strategy: nodesk uri: /nodesk/index.jsp
  | [org.jboss.portal.core.servlet.CoreServlet] got layout to use [nodesk] in 
app [portal] uri [/nodesk/index.jsp]
  | [org.jboss.portal.server.theme.LayoutDispatcher] got request dispatcher for 
layout resource: true
  | [org.jboss.portal.server.theme.LayoutDispatcher] done with the layout
  | 

The behavior above where my portlet was not being called indicated that no page 
was found in *-pages.xml. Should this throw an exception?

After much comparison of my config files to helloworld, and looking at the 
Reference Guide, I realized that my instance-ref in *-pages.xml was wrong. It 
needs to be:

[ from jboss-app.xml].[ from 
portlet.xml].[ from portlet-instances.xml]

Note that the Reference Guide is wrong about the  in section 2.6. It 
is in jboss-app.xml, not jboss-portlet.xml.



Sherman

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879155#3879155

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879155


---
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 jboss-portlet.xml.

In 
org.jboss.portal.portlet.deployment.jboss.PortletAppDeployment.buildComponentConfiguration(String
 portletName), the value of the config-element is being looked for in the 
configurations variable.

Th configurations variable is set up in create(). The data is loaded from 
/standardjboss-portlet.xml in the portal-core.sar.

The StrutsPortlet configuration in standardjboss-portlet.xml does not have 
anything specific to Struts in it. The only difference from the default one is 
the inclusion of the BridgeInterceptor, which sets up the 
ServletContextProvider. Maybe this configuration should be called 
BridgedPortlet?

So I put the line StrutsPortlet
into jboss-portlet.xml. Now there is no error like above in the log when I 
deploy.



Sherman

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879154#3879154

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879154


---
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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&mode=reply&p=3879057


---
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 login, the portlet appears on the Page menu with a URL of 
http://localhost:8080/portal/auth/index.html?ctrl:id=page.default.JPivotDemo. 

When I select it, I get a screen back that just has the nodesk look and feel 
without any content. In the log, I have:


[org.jboss.portal.server.impl.invocation.InvocationImpl] Incoming request with 
id page.default.JPivotDemo
[org.jboss.portal.core.invocation.ContentTypeInterceptor] Found 
markup=html_web_4_0, ua=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; 
rv:1.7.8) Gecko/20050511 Firefox/1.0.4, devicedID=netscape7_1_nt_us
[org.jboss.portal.core.invocation.ContentTypeInterceptor] Found mimeType type 
text/html for markup=html_web_4_0
[org.jboss.portal.core.invocation.StrategyInterceptor] analyzing layout 
strategy
[org.jboss.portal.server.impl.LayoutServerImpl] get nodesk...
[org.jboss.portal.server.impl.LayoutServerImpl] found nodesk
[org.jboss.portal.core.invocation.StrategyInterceptor] looking for a layout 
strategy [default] [JPivotDemo] [nodesk] [text/html]
[org.jboss.portal.core.invocation.StrategyInterceptor] got a layout: trying to 
get the strategy from it...
[org.jboss.portal.core.invocation.StrategyInterceptor] no strategy from the 
layoutlayout: trying to get named strategy...
[org.jboss.portal.core.invocation.StrategyInterceptor] looking for strategy 
with name: default
[org.jboss.portal.core.invocation.StrategyInterceptor] found strategy to use: 
org.jboss.portal.core.theme.strategy.impl.DefaultStrategyImpl
[org.jboss.portal.core.invocation.StrategyInterceptor] adding region: center
[org.jboss.portal.core.theme.strategy.StrategyFactory] creating strategy 
context for: nodesk default JPivotDemo
[org.jboss.portal.core.theme.strategy.impl.DefaultStrategyImpl] evaluating 
strategy for: [EMAIL PROTECTED]
[org.jboss.portal.core.invocation.StrategyInterceptor] setting layout URI: 
/nodesk/index.jsp
[org.jboss.portal.core.invocation.StrategyInterceptor] done analyzing layout 
strategy
[org.jboss.portal.core.servlet.CoreServlet] requesting theme: null
[org.jboss.portal.core.servlet.CoreServlet] using layout returned from the 
strategy: nodesk uri: /nodesk/index.jsp
[org.jboss.portal.core.servlet.CoreServlet] got layout to use [nodesk] in app 
[portal] uri [/nodesk/index.jsp]
[org.jboss.portal.server.theme.LayoutDispatcher] got request dispatcher for 
layout resource: true
[org.jboss.portal.server.theme.LayoutDispatcher] done with the layout


The doView method of my portlet is not being called.

Configs:

portlet.xml


  | 
  | 
  | 
  |
  |   JPivotPortletDemo
  |   
com.semanticworks.lumena.portal.JPivotPortlet
  |   
  |  text/html
  |  VIEW
  |   
  |   
  |  ServletContextProvider
  |  org.jboss.portal.bridge.JBossServletContextProvider
  |   
  |   
  |  JPivot portlet
  |   
  |
  | 
  | 

jboss-portlet.xml:


  | 
  |
  |   JPivotPortletDemo
  |   JPivotPortlet
  |   
  |
  | 
  | 


JPivotDemo-pages.xml:


  | 
  | 
  |default
  |
  |   JPivotDemo
  |   
  |  JPivotDemoPortletWindow
  |  
JPivotDemo.JPivotPortlet.JPivotPortletDemoInstance
  |  center
  |  0
  |   
  |
  | 
  | 

Any pointers?

Thanks in advance,


Sherman

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878995#3878995

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878995


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 are available, or 
you can roll your own.

The next full version of this idea is a full portal implementtion (JSR168), 
with a beta Real Soon Now. The Nukes framework will be left behind, but the 
transition for Nukes themes and modules is hopefully going to be relatively 
easy.


Sherman

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867189#3867189

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867189


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857792


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 Nukes. If the attributes must always come from the MBean 
descriptor, and thus cannot be updated via the UI, then remove the constructor tag on 
the MBean descriptor.


Sherman

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842143#3842143

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842143


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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&mode=reply&p=3840768


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=3839545#3839545

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839545


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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?module=bb&op=posting&mode=reply&p=3839465


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837087



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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".

Sherman

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835976#3835976

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835976


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835660


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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?module=bb&op=viewtopic&p=3835488#3835488

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835488


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 separate items. There should probably be a second 
level of navigation in left side.
  | 

I have a menu block where you can define the order of the items and have headings and 
sub items in the menu. It takes into account the security issues around what items 
should appear for the logged in user. I will look into generalizing it and 
contributing it back.


Sherman

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835359#3835359

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835359


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=posting&mode=reply&p=3833818


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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/index.html?module=bb&op=viewtopic&p=3832205#3832205

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3832205


---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3832157


---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831457


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 working on the tag library now.

The .tpls are from PHPNukes. The initial aim of Nukes was to recreate the PHP 
functionality with JBoss.


Sherman

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830861#3830861

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830861


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 MBean that defines this. Jae indicated 
before what the URL should look like, namely:

index.html?module=news&op=yourOperation


Sherman

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830803#3830803

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830803


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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?module=bb&op=posting&mode=reply&p=3830741


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 module, you give it a name, like 
'/index'. You can then display it with a URL like:

http://website/nukes/index.html?module=html&op=display&id=/index


Sherman

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830677#3830677

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830677


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=3830555#3830555

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830555


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.jboss.org/index.html?module=bb&op=viewtopic&p=3830390#3830390

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830390


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830306#3830306

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830306


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 navigation in that 
content.

Nukes does not provide a full CMS system, with editing templates, workflow etc - see 
OpenCMS for an example of what that would look like.


Sherman

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830092#3830092

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830092


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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/nukes/core/themes/extralite

When this theme MBean is deployed, /themes/ is mapped to where the Root attribute 
points to in the nukes classpath.


Sherman




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829813#3829813

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829813


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829592


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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, themes etc.


Sherman

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828975#3828975

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828975


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828955


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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. Though, DefaultDS being missing is 
weird.

Nukes expects there to be a server/default/nukes directory, where non-core components 
(blocks, themes, modules) are placed.  The latest installer does the right thing here 
by creating the nukes directory and placing the correct files for the modules you want 
deployed in there.


Sherman

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828902#3828902

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828902


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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#3828853

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828853


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828579


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 move a block into 
the "centre", it will disappear.



Sherman

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828486#3828486

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828486


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826988>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=posting&mode=reply&p=3826555>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=/nukes
# JBoss server/ directory for Nukes, ie: $JBOSS_HOME/server/default
nukes.deploy.dir=default


http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826428#3826428";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826428>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 in user has available to them, based on 
the user's groups.

You will need to subclass MenuBlock and override the getDisplayed(Page p) method to 
always return true, so that your menu always appears.


If I understand what you are looking to do with the htmlblock, it looks like the 
parameters are:

module=html&op=display&id=1235

Sherman

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825504#3825504";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825504>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=viewtopic&p=3825469#3825469";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825469>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 without the 
installer. See:

http://jboss.org/wiki/Wiki.jsp?page=NukesDBSetup



http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825466#3825466";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825466>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=3825104#3825104";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825104>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=3824589#3824589";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824589>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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?module=bb&op=posting&mode=reply&p=3824561>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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&op=posting&mode=reply&p=3824428>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bb&op=posting&mode=reply&p=3824395>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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
  |   {
  |  InitialContext ctx = new InitialContext();
  |  tm = (TransactionManager)ctx.lookup("java:/TransactionManager");
  |  propertyValueHome = 
(PropertyValueEJBLocalHome)ctx.lookup(PropertyValueEJBLocalHome.COMP_NAME);
  |   }
  |   catch (NamingException unexpected)
  |   {
  |  // Am I allowed to do that ?
  | Line 98: throw new EJBException(unexpected);
  |   }
  |}
  | 

Are the TransactionManager and PropertyValueEJBLocalHome bound to JNDI?

Sherman

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823487#3823487

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823487


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.org/index.html?module=bb&op=posting&mode=reply&p=3823305


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822781


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=reply&p=3822735


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.


Sherman

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822607#3822607

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822607


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user