No ContainerService for Pluto DynamicTitleService

2005-04-18 Thread Jeff Sheets
Does anyone know a solution to this warning at startup? [ WARN] [org.apache.jetspeed.engine.AbstractEngine] - No ContainerService defined for org.apache.pluto.services.title.DynamicTitleService - To unsubscribe, e-mail: [EMAIL PR

Portlet Deploy Error

2005-04-18 Thread Jeff Sheets
We occasionally see this error when deploying. We are using Jetsped 1.6-dev (Fusion) with the struts bridge. Does anyone have any ideas about this one? With Weblogic 8.1 SP3 we could see this then delete and re-add the portlet. On SP4 the server just throws up a 503 error and we have to restart

Re: JAASSessionValidator error with struts-bridge

2005-04-15 Thread Jeff Sheets
had to add this to the weblogic.xml file of every war in our app: URLRewritingEnabled false I have documented the entire problem and resolution here: http://uncommentedbytes.blogspot.com/2005/04/fix-for-jaas-auth-in-jetspeed.html On 4/14/05, Jeff Sheets <[EMAIL PROTECTED]> wrote: >

Re: JAASSessionValidator error with struts-bridge

2005-04-14 Thread Jeff Sheets
Maybe some session info isn't rewritten that should be? I have no clue on this one, so any help would be greatly appreciated! On 4/13/05, Jeff Sheets <[EMAIL PROTECTED]> wrote: > Has anyone seen this before, or know of a fix (Ate, David, etc...)? > > On 3/18/05, Jeff Sheets

Re: JAASSessionValidator error with struts-bridge

2005-04-13 Thread Jeff Sheets
Has anyone seen this before, or know of a fix (Ate, David, etc...)? On 3/18/05, Jeff Sheets <[EMAIL PROTECTED]> wrote: > We are using the JAASSessionValidator to authenticate against > Weblogic. We are also using the struts-bridge, if that matters. > > We are able to authenti

Re: J2 new deployment- How to undeploy an application?

2005-03-27 Thread Jeff Sheets
Wow Ate, if this fixes the issues where Portlet Preferences where removed when redeploying. that will be great!!! I have been trying to fix this on my own, without much luck, so I am very much looking forward to testing your new solution. Do you foresee that I will have any direct issues wit

Re: J2/Fusion synchronisation and release plan (Was: Re: Struts-Bridge & Fusion - David/Ate/others- Pls comment)

2005-03-22 Thread Jeff Sheets
ntation is only user experiences, and not actual docs from the developers. So I can see where both are very vital to the project On Tue, 22 Mar 2005 14:56:31 +0100, Raphaël Luta <[EMAIL PROTECTED]> wrote: > Jeff Sheets wrote: > > Ate, > > > > Lastly, documentation i

Re: J2/Fusion synchronisation and release plan (Was: Re: Struts-Bridge & Fusion - David/Ate/others- Pls comment)

2005-03-22 Thread Jeff Sheets
Ate, I am excited about the items that you have listed here, especially about a release date for 1.6 in a short time frame!! I would be happy to help out with testing or bug fixing, just let me know. And Hema, I agree with you that a customizer is badly needed for J2. Coming from J1, we also fe

JAASSessionValidator error with struts-bridge

2005-03-18 Thread Jeff Sheets
We are using the JAASSessionValidator to authenticate against Weblogic. We are also using the struts-bridge, if that matters. We are able to authenticate ok, and reach the front page of any portlet. However, after clicking on the link to take us to the next page, we receive an error like the fol

Re: submit form in struts-portlet

2005-03-17 Thread Jeff Sheets
Do a "view source" in your browser window, and make sure that the html-p taglib is being resolved correctly. You should see your tag as Also, try taking the semi-colon out of the href. Otherwise, make sure javascript is turned on in your browser. On Thu, 17 Mar 2005 10:17:14 +0100, [EMAIL PRO

Re: submit form in struts-portlet

2005-03-16 Thread Jeff Sheets
e you or I. On Wed, 16 Mar 2005 09:49:33 -0600, Hema Menon <[EMAIL PROTECTED]> wrote: > Jeff, > > Is this required with Struts-bridges 0.2? I thought it applies only > for 0.1 version. > > Thanks, > Hema > > > On Wed, 16 Mar 2005 09:46:28 -0600, Jeff Sheet

Re: submit form in struts-portlet

2005-03-16 Thread Jeff Sheets
Make sure you are using the struts-portlet form tag, so you may need your html-p instead of just html. The javascript looks ok, but I usually access my forms by saying: href="javascript:submitForm(this.form);" Then in your javascript you can just do something like function submitForm(theForm) {

Re: Problem when deploying JetSpeed2 to Weblogic Server 8.1sp2

2005-03-12 Thread Jeff Sheets
Just check out this post: http://uncommentedbytes.blogspot.com/2004/11/problem-deploying-jetspeed-2-on.html On Fri, 11 Mar 2005 00:44:06 +0800, ååè <[EMAIL PROTECTED]> wrote: > hello, every one. > > I had a problem when I deployed the default JetSpeed2.0-M1 jetspeed demo to > weblogic server8.1

Re: problem with jetspeed2 on weblogic 8.1.2

2005-03-10 Thread Jeff Sheets
Kurt, I do have an answer for you. Look at my post here that details the resolution: http://uncommentedbytes.blogspot.com/2004/11/problem-deploying-jetspeed-2-on.html I also copied in the jetspeed mailing list, to help out anyone else that has this problem. Thanks, -- Jeff On Fri, 11 Mar 2005

Re: Jetspeed 1.6-Fusion HELP!!!!

2005-03-10 Thread Jeff Sheets
I second Hema on this one. It would be great to have > 1.6.1 release with M2, 1.6.2 with the Final Release -- Jeff On Thu, 10 Mar 2005 15:42:28 -0600, Hema Menon <[EMAIL PROTECTED]> wrote: > If anyone's asking :) , would be great to have. > 1.6.1 release with M2, 1.6.2 with the Final Re

Re: Jetspeed 1.6-Fusion HELP!!!!

2005-03-10 Thread Jeff Sheets
I believe the struts-bridge M2 version will work on the M1 release of Jetspeed 2, but someone will have to verify this for us. On Thu, 10 Mar 2005 12:51:10 -0800, David Sean Taylor <[EMAIL PROTECTED]> wrote: > Archana Turaga wrote: > > Thanks for the reply. > > > > What about the database tables

Re: Jetspeed 1.6-Fusion HELP!!!!

2005-03-10 Thread Jeff Sheets
David, I definitely vote to support Fusion. My reasoning is that Jetspeed 1 is much more stable and complete than Jetspeed 2, even if the architecture is lacking. With Jetspeed 1 and the JSR 168 capabilities of 1.6 Fusion, we would have everything we need until 2 if finally finished. And I see

Re: Struts bridge, lost request parameters

2005-03-10 Thread Jeff Sheets
) > made it easy to figure out what was going on. > > I will add the actionResponse.setPortletMode(PortletMode.VIEW); to my edit > action code and see if it breaks anything. Might tae me a while to get > around to it though :-) > > Cheers, > > Colin. > > -Ori

Re: Jetspeed 1.6-Fusion HELP!!!!

2005-03-10 Thread Jeff Sheets
My 1.6 Fusion build required me to add the tables from Jetspeed 1 and the tables from Jetspeed 2. I didn't try to remove any tables that might not be needed, but adding all of them works. Also, I have just downloaded the latest source for Jetspeed 2 and 1, compiled and deployed Fusion, and everyt

Re: Struts bridge, lost request parameters

2005-03-10 Thread Jeff Sheets
Colin, Your quick fix didn't work for me. Perhaps my flow is wrong. Here is what I am doing. Displaying the View page (/myaction.do). Clicking the edit icon to go to the Edit page (/editmyaction.do). Then after hitting save on the edit page, I have to tell it to go back to the view page by do

Re: Struts bridge, lost request parameters

2005-03-09 Thread Jeff Sheets
sing an init parameter) so your > 'light' solution > can also be used. > > What do you think? > > And Jeff, is this indeed a/the solution for your problem? > > Regards, Ate > > > > > Colin. > > > > > >>-Original Message- &

Re: Struts bridge, lost request parameters

2005-03-09 Thread Jeff Sheets
t; This is OT, but there is another problem I have fixed locally. This is the > edit page problem reported originally reported by Jeff Sheets. The problem > is that when a submit is performed from an edit page, pressing the button to > change to view mode doesn't work anymore.

where are portlet prefs stored

2005-02-14 Thread Jeff Sheets
d on every redeploy. Thanks, -- Jeff Sheets - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: portlet property

2005-02-08 Thread Jeff Sheets
All, I am having an issue where the preferences are reset when I redeploy my portlet application. This seems like it should be a bug, would others agree? On Thu, 20 Jan 2005 11:02:07 +0100, Marek Nowak <[EMAIL PROTECTED]> wrote: > Thanks David, you helped me a lot. So I understand that for each

Re: Jetspeed-2 Clustering

2005-01-27 Thread Jeff Sheets
I know in Jetspeed 1 there is JMS messaging support that is supposed to help clustering. I haven't used it though. Here's a link: http://portals.apache.org/jetspeed-1/messaging.html On Thu, 27 Jan 2005 07:58:42 -0800 (PST), Dan Moore <[EMAIL PROTECTED]> wrote: > Hi Andre, > > I want to prefac

Re: Set proxy settings

2005-01-26 Thread Jeff Sheets
Just set these properties in your app server at startup: -DproxySet=true -DproxyHost=your.proxy.address -DproxyPort=80 -DnonProxyHosts=localhost On Tue, 25 Jan 2005 21:27:41 -0800 (PST), Thilina Anjitha <[EMAIL PROTECTED]> wrote: > Hi, > > I'm try to expose the company Intranet to out side using

Re: eXo and liferay

2005-01-21 Thread Jeff Sheets
Then why not try Jetspeed? On Fri, 21 Jan 2005 15:46:03 -0800, Bharat Nagwani <[EMAIL PROTECTED]> wrote: > Hi, > > Has anyone had success with Liferay and eXo portals?. I am having tons > of problems deploying them on Weblogic 8.1 Sp4. > > thanks > > --

Re: [J2] Major new version of the Struts Bridge: version 0.2 now available

2005-01-19 Thread Jeff Sheets
nd our issue by leaving all portlets in the View Mode at all times, but I'd really like to use the Edit Mode. On Thu, 20 Jan 2005 04:40:56 +0100, Ate Douma <[EMAIL PROTECTED]> wrote: > > > Jeff Sheets wrote: > > Wow, this is great Ate! These are many of the features th

Re: [J2] Major new version of the Struts Bridge: version 0.2 now available

2005-01-19 Thread Jeff Sheets
Wow, this is great Ate! These are many of the features that I was hoping for! I will try this out first thing tomorrow morning. Do you know if it handles the EditPage better than the last version? I'm hoping it fixes a problem that I was having. Thanks again! -- Jeff Sheets On Thu, 2

Re: Can you apply a patch on xml files? ( was Re: Invalid Column Name error - JS 2 build - SecurityAccessImpl

2005-01-19 Thread Jeff Sheets
As for oracle, you're right. Everything in oracle is case insensitive. On Tue, 18 Jan 2005 21:16:14 -0900, Hema Menon <[EMAIL PROTECTED]> wrote: > I don't mind answering my own queries, since I hope someone will later > benefit from the reply if they encounter a similar situation:) > > Anyway,

Re: Fusion Controls

2005-01-18 Thread Jeff Sheets
Sean Taylor <[EMAIL PROTECTED]> wrote: > Jeff Sheets wrote: > > David, > > > > Have you had a chance to look at the issue with the portlet controls? > > We are having to write our portlets strictly in the "View" mode, which > > means our "Edit

Re: Exception starting tomcat

2005-01-18 Thread Jeff Sheets
task: I have changed the fileset to correctly copy over the ojb files, and have to credit Chris Custine with originally finding the fix. -- Jeff Sheets - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: Single Sign-On in Jetspeed2

2005-01-17 Thread Jeff Sheets
You can use the security of your container (app server) easily in Jetspeed 2 through the JAAS connectivity. In Jetspeed 1, authentication is easy, but authorization requires a little code on your part. In either case, you just setup your security in your application server, and then all of your a

Re: Fusion Security

2005-01-13 Thread Jeff Sheets
aylor <[EMAIL PROTECTED]> wrote: > Jeff Sheets wrote: > > I just want to answer my own question, in case anyone needs this info later. > > > > Authentication through JAAS can be accomplished easily in 1.6 by > > setting up your TurbineResources.properti

Re: jetspeed 2 on Weblogic 8.1 Sp4

2005-01-13 Thread Jeff Sheets
Absolutely! I might find time this weekend for that -- Jeff On Thu, 13 Jan 2005 08:36:38 -0800, David Sean Taylor <[EMAIL PROTECTED]> wrote: > Jeff Sheets wrote: > > My approach when using weblogic was to add the 5 shared jars into the > > weblogic classpath in the

Re: Wap Configuration

2005-01-13 Thread Jeff Sheets
;html" entries into a new entry for "palm". Hope this helps! -- Jeff Sheets On Thu, 13 Jan 2005 10:20:17 +0100, angeloimm <[EMAIL PROTECTED]> wrote: > Hi all... i need to create a new client-entry for a PDA...My configuration is > this one: > Jetspeed version: 1.5 >

Re: Fusion Security

2005-01-12 Thread Jeff Sheets
ri, 17 Dec 2004 07:39:02 -0600, Jeff Sheets <[EMAIL PROTECTED]> wrote: > I have been struggling to figure out if I can use my application > server's (Weblogic) container security realm to authenticate and > authorize users in my jetspeed portal. I saw a couple of posts that >

Re: Fusion Controls

2005-01-12 Thread Jeff Sheets
ks, -- Jeff On Tue, 21 Dec 2004 13:55:34 -0800, David Sean Taylor <[EMAIL PROTECTED]> wrote: > > On Dec 20, 2004, at 9:26 AM, Jeff Sheets wrote: > > > All of the controls (Edit, Help, Max, Min, Restore) appear when > > deploying the demos or my own JSR-168 portlets t

Re: jetspeed 2 on Weblogic 8.1 Sp4

2005-01-12 Thread Jeff Sheets
My approach when using weblogic was to add the 5 shared jars into the weblogic classpath in the startweblogic script. Then in my applications directory I have jetspeed.war and also myapp.ear. Inside myapp.ear is myportletapp.war and myportletapp2.war. They both show up find in the portal since t

PortletPreferences Deleted on Redeploy

2005-01-10 Thread Jeff Sheets
should remain unless the portlet.xml has changed. -- Jeff Sheets - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Registered User

2005-01-06 Thread Jeff Sheets
Setup a user's screen to look like you want a new user's screen to look. Then set the property in JetspeedResources.properties for new user psml (I can't remember the exact name right now) to point to the user's screen that you want it to look like. -- Jeff On Thu, 6 Jan 2005 11:04:29 +0100, arn

Re: Gmail Invitations

2005-01-06 Thread Jeff Sheets
I know this thread keeps growing, but I have 6 fresh invitations available, so just email me if you need one. -- Jeff On Thu, 6 Jan 2005 12:27:25 +0800, Liang Chen <[EMAIL PROTECTED]> wrote: > I have serveral gmail invitations left. Email me. > :-) > > On Wed, 5 Jan 2005 18:00:29 +0530, Sailwal,

Re: Jetspeed 1.5 and datasources

2005-01-05 Thread Jeff Sheets
Look at the Torque.properties file. In there is some sample settings for connecting to a connection pool from an app server using JNDI. I think this is what you need. Do something like this: torque.dsfactory.default.factory=org.apache.torque.dsfactory.JndiDataSourceFactory torque.dsfactory.defa

Re: JSR168 api

2004-12-23 Thread Jeff Sheets
You'll need to use Jetspeed 1.6 Fusion for JSR-168 portlets. Search on this mailing list, and you'll find the setup instructions. On Thu, 23 Dec 2004 15:02:58 +0200, Aleksandr Vushkan <[EMAIL PROTECTED]> wrote: > Hello, all. > > I'm recently learn portlets. > Can I write valid JSR168 portlets u

Re: which jetspeed to start a project?

2004-12-23 Thread Jeff Sheets
No, you can develop JSR-168 portlets for J1 Fusion, if you want to go that route, and then deploy these to J2 later on. That's the route we're taking, but we've been using J1 for a while so it is more difficult for us to switch. Search for J1 Fusion in the mailing list, and you'll find the setup

Re: Jetspeed deploy portlet problem

2004-12-22 Thread Jeff Sheets
If your layout is "TabPane" then you must add a Pane first, and then add your portlets to that Pane. From the Pane screen, the Add Portlet button should be activated. -- Jeff Sheets On Wed, 22 Dec 2004 18:10:45 +0200, Aleksandr Vushkan <[EMAIL PROTECTED]> wrote: > Hello al

Re: Using jsp:include params inside a JSR-168 Portlet

2004-12-22 Thread Jeff Sheets
as if the parameters cannot be updated once the page is already being rendered in the portal? If this is true, than are jsp:param and c:param tags not functional in a portlet when doing jsp:include or c:import? -- Jeff Sheets On Tue, 21 Dec 2004 22:43:09 -0600, Jeff Sheets <[EMAIL PROTECTED

Using jsp:include params inside a JSR-168 Portlet

2004-12-21 Thread Jeff Sheets
d okay, but the param does not show up in any scope. It does show up if I do a <%=request.getQueryString()%> but that doesn't really help me. Thank you, -- Jeff Sheets - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: Fusion Controls

2004-12-21 Thread Jeff Sheets
Okay, thanks for the update! On Tue, 21 Dec 2004 13:55:34 -0800, David Sean Taylor <[EMAIL PROTECTED]> wrote: > > On Dec 20, 2004, at 9:26 AM, Jeff Sheets wrote: > > > All of the controls (Edit, Help, Max, Min, Restore) appear when > > deploying the demos or my own J

Fusion Controls

2004-12-20 Thread Jeff Sheets
All of the controls (Edit, Help, Max, Min, Restore) appear when deploying the demos or my own JSR-168 portlets to Jetspeed 1.6 Fusion. Also, once in "Edit" mode, clicking on the "Restore" button does not bring me back to the "View" screen. Has anyone else dealt with this behavior before? Thanks

Re: Fusion Security

2004-12-20 Thread Jeff Sheets
I'm assuming, since nobody has replied, that this cannot be done easily. I'll look at extending the authentication and authorization classes to implement our needs. Thank you , -- Jeff On Fri, 17 Dec 2004 07:39:02 -0600, Jeff Sheets <[EMAIL PROTECTED]> wrote: > I have been s

Fusion Security

2004-12-17 Thread Jeff Sheets
I have been struggling to figure out if I can use my application server's (Weblogic) container security realm to authenticate and authorize users in my jetspeed portal. I saw a couple of posts that this is possible with Jetspeed 2 through JAAS, but what about Jetspeed 1.6 Fusion? Has anyone attem

Re: PortletRequest using struts portals bridge

2004-12-15 Thread Jeff Sheets
PortletRequest portletRequest = > (PortletRequest)servletRequest.getAttribute("javax.portlet.request"); >if ( portletRequest instanceof ActionRequest ) { > ActionRequest actionRequest = (ActionRequest)portletRequest; > // do your actionRequest thing >} else { >

PortletRequest using struts portals bridge

2004-12-14 Thread Jeff Sheets
Does anyone know how to get the PortletRequest from inside the struts execute() method when using the struts portals bridge? I need to access the PortletPreferences. I tried casting the HttpServletRequest to a PortletRequest but that didn't work. Is it stored in the session or elsewhere? Thank

Re: struts bridge submits twice

2004-12-14 Thread Jeff Sheets
dispatch to :/errorPage.jsp, from VIEW / myService.do On Tue, 14 Dec 2004 09:02:01 -0600, Jeff Sheets <[EMAIL PROTECTED]> wrote: > We are having an issue with the struts portals bridge, where a submit > is trying to go through the action class twice. As soon as the action > is completed

struts bridge submits twice

2004-12-13 Thread Jeff Sheets
We are having an issue with the struts portals bridge, where a submit is trying to go through the action class twice. As soon as the action is completed and the forward happens, the action is invoked again. Has anyone else seen this? Does anyone have any tips? Thanks, -- Jeff -

Re: Session information for a Struts portlet in JS1.6

2004-12-11 Thread Jeff Sheets
t? At least that's how I understood it, but I just wanted to get some clarification from the experts :-) -- Jeff Sheets On Sat, 11 Dec 2004 10:13:17 +0100, Ate Douma <[EMAIL PROTECTED]> wrote: > > > > > Hema Menon wrote: > > Hi, > > > > How can a stru

Re: JSR-168 portlet problem

2004-12-10 Thread Jeff Sheets
If you are deploying inside of an ear file, make sure to add your war's to the application.xml file. Especially true for weblogic. On Fri, 10 Dec 2004 15:11:49 -0500, Alan Chiang <[EMAIL PROTECTED]> wrote: > Hi, > I'm getting this stack trace when attempting to deploy what I > believe to be a J

Re: TorqueDataSourceFactory Pooling Issues

2004-12-08 Thread Jeff Sheets
If you're running inside an app server that already does pooling, you can connect to the pool via JNDI. We use it, and it works nicely. torque.dsfactory.default.factory=org.apache.torque.dsfactory.JndiDataSourceFactory torque.dsfactory.default.jndi.path=jdbc/JetspeedDB -- Jeff On Wed, 8 Dec 20

Re: Problem Configuring Jetspeed 1.5 for Oracle

2004-12-08 Thread Jeff Sheets
This may just be a typo, but you're mising the 'r' and the end of OracleDriver on this line in project.properties: torque.database.driver = oracle.jdbc.driver.OracleDrive Have you loaded the database with the load scripts? I have seen a similar error in the past when the data was not yet loaded.

Re: JSR-168 Portlet Re-Register

2004-12-01 Thread Jeff Sheets
500, Scott T. Weaver <[EMAIL PROTECTED]> wrote: > I like the JMS message idea. I know J1 has some pretty nice JMS stuff in > it thanks to David Taylor. I would eventually like to see this migrated > to J2. > > > > Jeff Sheets wrote: > > >My depl

JSR-168 Portlet Re-Register

2004-11-30 Thread Jeff Sheets
My deployment is setup so that the jetspeed.war sits next to my application.ear and the application.ear holds one.war and two.war. These wars contain portlet.xml files for JSR-168 portlets, and I am able to display these correctly in the Jetspeed Fusion portal. My question relates to deploying an

Re: Fusion Struts Demo

2004-11-17 Thread Jeff Sheets
ad allows one to access the original response which is > >>exactly what I wanted to prevent, but anyone doing so should be careful > >>anyway. > >> > >>You also wrote in a previous message you encountered a problem with missing > >>taglib classe

Re: Fusion Struts Demo

2004-11-17 Thread Jeff Sheets
Sorry for a second post, but I think I know where you are going with this now. I deployed the struts-demo in Jetspeed on Weblogic Server. I didn't try to deploy the struts-demo in Weblogic Portal. That hopefully answers your question... On Wed, 17 Nov 2004 17:48:24 -0600, Jeff Sheets &l

Re: Fusion Struts Demo

2004-11-17 Thread Jeff Sheets
these were, and when they are > accessed? > I'm puzzled because I created this portlet version of the mail-reader demo and > didn't have this problem yet. > > Ate Douma > > > > Jeff Sheets wrote: > > I think I have a better fix now

Re: Fusion Struts Demo

2004-11-17 Thread Jeff Sheets
I think I have a better fix now, and I would be happy to submit a patch if someone shows me how. I changed the EmptyHttpServletResponseImpl into a EmptyHttpServletResponseWrapper. Then I modified this line in StrutsPortlet, line 269: if (actionRequest) { res =

Re: Fusion Struts Demo

2004-11-17 Thread Jeff Sheets
Well, I was able to fix the issue for Weblogic, but I'm not sure if it is a good fix. I traced through some Weblogic classes to find that internally they are trying to cast to a Weblogic implementation of HttpServletResponse instead of using the interface itself. The quick fix is to comment out t

Re: Fusion Struts Demo

2004-11-17 Thread Jeff Sheets
Well, this seems to be an issue with the struts-demo and Weblogic. I can hit the first page of the demo, and actually I can hit any page if I set it up as the first page in the portlet.xml. However I cannot click on a link and go to another page. When clicking on a link, weblogic throws the stac

Fusion Struts Demo

2004-11-16 Thread Jeff Sheets
I'm trying get the struts-demo app working in Fusion. I have the other JSR-168 sample apps working, like the demo.war number guessing game, however the struts-demo.war is giving me some problems. I built from CVS head just two days ago. Here is the only exception trace that I can find (as generi

RE: JBoss with JetSpeed

2004-01-08 Thread Jeff Sheets
After it was all working, I have now had problems after shutting down and trying to restart jetspeed. I have traced the hanging to the CastorRegistryService and the problem is the late init() method is waiting for the early init(ServletConf) to finish. This fills the jetspeedservices.log with: [D

RE: JBoss with JetSpeed

2004-01-07 Thread Jeff Sheets
eploy The second one (in the tmp directory) was prefixed with tmpN where N are numbers, so look out for this one. This was a tough one! --- Jeff Sheets <[EMAIL PROTECTED]> wrote: > Vijay, > I wanted to get this on the mailing list, so I > copied > it in. > I do not ha

RE: JBoss with JetSpeed

2004-01-07 Thread Jeff Sheets
on and > removing or adding the XML libraries but could not > get it to work so far. > > Please let me know if figure it out. > > Vijay > > > -Original Message- > From: Jeff Sheets [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 06, 2004 10:10 PM >