RE: [1.4] Internationalization Default Problem

2002-07-30 Thread Dealy, Brian
the settings you are looking for are in the jetspeed.jar file. if you unjar the file into the /jetspeed/WEB-INF directory, then you can make the changes you want by following down the directory path to tomcat_root\webapps\jetspeed\WEB-INF\classes\org\apache\jetspeed\modules\loc alization and in th

RE: Jetspeed version 1.4b1 - Problem while making my own Actions

2002-07-25 Thread Dealy, Brian
not sure if this is important but in my directory structure I see: \org\apache\jetspeed\modules\actions\portlets\HelloAction.class your error seems to indicate that Turbine is looking for portlets.HelloAction in Turbine looked in the following modules.packages path: [org.apache.j

RE: Config File changes being replaced with previous revision

2002-07-25 Thread Dealy, Brian
Patrick, forgot to mention you also should comment out the line above that says: contentfeeds.feed.name=apache again, caveat emptor. I am not an expert, just trying to help. regrds, Brian -Original Message- From: Dealy, Brian [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 10

RE: Config File changes being replaced with previous revision

2002-07-25 Thread Dealy, Brian
Patrick, In my default 4.1b version, I believe these files are part of the apache feed that comes in from http_jakarta.apache.org_jetspeed_channels_jetspeed and http_jakarta.apache.org_jetspeed_channels_turbine (got those from the cache file directory) if you want to remove those from your je

RE: Config File changes being replaced with previous revision

2002-07-25 Thread Dealy, Brian
patrick, I had the same thing happen to me yesterday. The solution is that the feeds are described in JetspeedResources (apache-feed and local-feed are two that are defined in my version) the actual feed.xreg files are generated from these definitions and in my case they point to the default file

How to set background color of just one portlet???

2002-07-09 Thread Dealy, Brian
I tried to this: getPortletConfig().getPortletSkin().setBackgroundColor("#ff"); in my portlet that subclasses AbstractPortlet and it turned the background red for all the portlets after the one I called it from so I am assuming this modifies the skin for all portlets rendered after the call

RE: free news site

2002-07-09 Thread Dealy, Brian
you can also try http://newsisfree.com Brian -Original Message- From: Scott Rowan [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 7:15 PM To: Jetspeed Users List; [EMAIL PROTECTED] Subject: Re: free news site Try: http://www.moreover.com/ http://www.xmltree.com/index.html Cheer

RE: How can I remove the "close"- Button in a Portlet ?

2002-07-05 Thread Dealy, Brian
programming is another way to affect any the portlet in question. I tried this with the HelloWorld portlet example from bluesunrise and the close icon disappeared from the portlet public class HelloWorldPortlet extends AbstractPortlet { public boolean allowClose(org.apache.turbine.util.RunDa

RE: AXIS and Jetspeed

2002-07-03 Thread Dealy, Brian
r or a classpath/failure to find a resource error > -Original Message- > From: Dealy, Brian [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 03, 2002 8:38 AM > To: 'Jetspeed Users List' > Subject: RE: AXIS and Jetspeed > > > Hi, yes, I am calling into a

RE: AXIS and Jetspeed

2002-07-03 Thread Dealy, Brian
portlet example (which does not use AXIS)? > -Original Message- > From: Dealy, Brian [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 02, 2002 9:27 AM > To: [EMAIL PROTECTED] > Subject: AXIS and Jetspeed > > > Hello, I am hoping that someone can provide some in

AXIS and Jetspeed

2002-07-02 Thread Dealy, Brian
Hello, I am hoping that someone can provide some insight on what the particular problems encountered in integrating AXIS and Jetspeed. I have tried to accomplish this by using the bluesunrise examples and modifying the HelloUser and HelloWorld portlets. I keep encountering a problem making the c

Null Response when running axis web service in HelloUser portlet

2002-07-01 Thread Dealy, Brian
Hello, I modified the HelloUser portlet by adding working client code from the HelloWorld axis example from the AXIS next genration soap book examples and event though the client works correctly, the jetspeed portlet does not connect and I get an exception from the axis connect method saying NUL