[jboss-user] [JBoss Portal] - Re: http://jira.jboss.com/jira/browse/JBPORTAL-459 You shoul

2007-05-21 Thread swestbom
Thomas, can you fix the JSF Facelet bridge? I gave you the fix (a few additional lines of code) and rename the jar to something meaningful instead of jsf-example.jar? Facelets should work within and outside the portal not in just one or the other, the instance of check and referral to the

[jboss-user] [JBoss Portal] - Re: http://jira.jboss.com/jira/browse/JBPORTAL-459 You shoul

2007-05-21 Thread swestbom
anonymous wrote : I don't know what you are talking about, we submitted a patch to Facelets, but we don't own Facelets so i can't tell you if the path is part of any release yet. Can you at least use a meaningful name for the jar with the bridge class and include the patched one in your

[jboss-user] [JBoss Portal] - Re: http://jira.jboss.com/jira/browse/JBPORTAL-459 You shoul

2007-05-18 Thread swestbom
JBoss Portal has sort of lost its way as well. There are more and more features in the Portal that have nothing to do with JSR-168 and everything to do with bells and whistles for marketing. It would be far more useful if they were to do something like create a portal bridge for AJAX4JSF or

[jboss-user] [JBoss Portal] - Re: http://jira.jboss.com/jira/browse/JBPORTAL-459 You shoul

2007-05-18 Thread swestbom
BTW what is with jsf-example.jar containing the Facelet bridge class. Also replace the method in the class with this one so it works within and outside the portal. protected ResponseWriter createResponseWriter(FacesContext context) throws IOException, FacesException {

[jboss-user] [JBoss Portal] - Normal Exceptions

2007-04-10 Thread swestbom
14:29:05,729 INFO [DefaultLoadEventListener] Error performing load command org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.jboss.portal.core.impl.model.portal.ObjectNode#3] Can you use something other than Error in the message text and not show the stack?

[jboss-user] [JBoss Portal] - Security and Menu tabs plus dropdowns

2007-04-10 Thread swestbom
Menu tabs that have security settings in the *object.xml seem to show regardless of the user's role. The dropdowns using hover are extremely hard to use. They disappear before you can make a choice in the dropdown, especially with IE-6. Also can you refactor this mess? The code for these

[jboss-user] [JBoss Portal] - Re:

2007-04-10 Thread swestbom
Menu tabs that have security settings in the *object.xml seem to show regardless of the user's role. The dropdowns using hover are extremely hard to use. They disappear before you can make a choice in the dropdown, especially with IE-6. Also can you refactor this mess? The code for these menu

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Beta 1 release

2007-04-10 Thread swestbom
Menu tabs that have security settings in the *object.xml seem to show regardless of the user's role. The dropdowns using hover are extremely hard to use. They disappear before you can make a choice in the dropdown, especially with IE-6. Also can you refactor this mess? The code for these menu

[jboss-user] [JBoss Portal] - Re: Migrate WebLogic Portal Application to JBoss

2007-04-04 Thread swestbom
If you used jpfs start over, rip your method bodies out, use Spring Portlets or Seam (haven't tried it). WL Portal 8.1 is a complete ex-Microsoft developer hack. If you used jsr-168 portlets and Spring you will still have to clean up the jsps a lot and if you used the idiotic security stuff

[jboss-user] [JBoss Portal] - Re: JBoss Portal Beta 1 release

2007-03-27 Thread swestbom
Can you give me some idea what this is? What was it reading, what line number? PITB! 10:11:36,856 ERROR [AbstractKernelController] Error installing to Start: name=portal:container=Portlet,id=investmentPortal.watchlist state=Create java.lang.IllegalArgumentException: Value not a string null

[jboss-user] [JBoss Portal] - Re: JBoss Portal Beta 1 release

2007-03-27 Thread swestbom
P.S. the javadocs are equally informative View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4032050#4032050 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4032050 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-03-06 Thread swestbom
JS menus for pages within a tab do not work in IE6 again in last night's build (really all week and last week) Can you add this check to your regression checking before checking in please? I am up the creek without a paddle if this doesn't work for our production work. Also, the page

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-03-01 Thread swestbom
Any chance of dealing with this bit when using overwrite for *object.xml? 09:10:14,124 WARN [EhCacheProvider] Could not find configuration [org.hibernate.cache.StandardQueryCache]; using defaults. 09:10:17,937 INFO [DefaultLoadEventListener] Error performing load command

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-03-01 Thread swestbom
My nightly build from Monday has broken JS navigation from the menu tabs again. The JS dropdowns won't show in IE6. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024352#4024352 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-03-01 Thread swestbom
You seemed to have commented out the hack code for IE6 and 7: org.jboss.portal.core.aspects.controller.PageCustomizerInterceptor in core Don't know if you meant to do it in a cleaner way or what View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024421#4024421

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-03-01 Thread swestbom
Never mind, just read up on the syntax. It is correct, it just isn't working View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024425#4024425 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024425

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-27 Thread swestbom
Updating common-lang. I noticed you are using 2.0, is there any chance you could go to 2.1 so I don't have to put it in my wars and ears (displaytag 1.1 needs 2.1) Portal seemed to work just fine on my sandbox with 2.1 Thanks View the original post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-26 Thread swestbom
Do you have your checkout for the http://cruisecontrol.jboss.com/cc/artifacts/jboss-portal-trunk-build build set up to pick up new directories and files? I think probably not. Can you guys try building and deploying successfully before putting it out as a nightly build? Either that or I am

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-26 Thread swestbom
yes I am missing something. Is that class supposed to be in core-management, because it isn't there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022587#4022587 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022587

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-26 Thread swestbom
seems to be in core-admin, hence the core portlet management package name that threw me off. Shouldn't the admin be part done as part of the build instead of separate deployment? Or perhaps one task that will deploy the portal sar, cms, samples and admin? View the original post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-26 Thread swestbom
I gathered. I got it to work once I found out where it was. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022610#4022610 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022610

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-26 Thread swestbom
thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022656#4022656 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022656 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-26 Thread swestbom
Ok, the error message here is useless. I changed keep to overwrite at the top of conf/data/default-object.xml in jboss-portal.sar so that I could fix the viewrecursive settings (not very useful if you actually want to test security) What is missing, I assume something within the deployment

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-26 Thread swestbom
anonymous wrote : The build direcotry has distrib.xml which has different targets to build different sar. If you just want to get jboss-portal.sar quickly, do ant -f distrib.xml package-normal -Dno-doc=true. You will see jboss-portal.sar that you need. It is looking for ../../jboss-portal-2.6

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-26 Thread swestbom
Ok, figured out the exception. It seems that the cms, sample and admin sars need to be nested within the portal sar directory to work. Timing issue with sar dependencies? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022704#4022704 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-23 Thread swestbom
With cream and sugar on top? Ok, will do View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021107#4021107 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021107 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-21 Thread swestbom
Breaks here: output: BUILD FAILED C:\workspace\jbportal\trunk\tools\etc\buildfragments\buildmagic.ent:273: The following error occurred while executing this line: C:\workspace\jbportal\trunk\workflow\build.xml:170: C:\workspace\jbportal\trunk\workflow\output\resources\portal-workflow-jar not

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-21 Thread swestbom
also, you created the tar two directories down from where it is created from the svn checkout /jbportal/trunk View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020039#4020039 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-21 Thread swestbom
build.bat doesn't work at all so I used ant deploy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020153#4020153 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020153 ___

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-21 Thread swestbom
C:\workspace\jbportal\trunk\buildgoto :EOF C:\workspace\jbportal\trunk\buildif exist C:\workspace\jbportal\trunk\build\..\tools\bin\build.bat call :call-script goto :EOF C:\workspace\jbportal\trunk\buildcall :debug Executing C:\workspace\jbportal\trunk\build\..\tools\bin\build.bat

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-21 Thread swestbom
Nope, used your ant in the tools\bin directory, no difference same error View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020171#4020171 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020171

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-21 Thread swestbom
no errors until it looks for the jar file View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020172#4020172 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020172 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-21 Thread swestbom
It is such a convoluted build it is hard to debug. Where is the point in the build where C:\workspace\jbportal\trunk\workflow\output\resources\portal-workflow-jar is produced? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020177#4020177 Reply to the post

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-21 Thread swestbom
It looks like it should have been produced right before the error, but there is no sign of its creation: output: [mkdir] Created dir: C:\workspace\jbportal\trunk\theme\output\lib [jar] Building jar: C:\workspace\jbportal\trunk\theme\output\lib\portal-theme-lib.jar [copy] Copying

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-21 Thread swestbom
I am trying one that was checked out of SVN from yesterday to see what is different View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020192#4020192 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020192

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-21 Thread swestbom
BTW you are comparing apples and oranges by going right to svn I am using this one: http://cruisecontrol.jboss.com/cc/artifacts/jboss-portal-trunk-build View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020197#4020197 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-21 Thread swestbom
The checkout from SVN from yesterday builds fine, it is just the one from cruisecontrol that is broken View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020198#4020198 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020198

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-21 Thread swestbom
I don't really care but the build.bat still doesn't work though, does anyone try it on XP? I sent a link a few post back on what the problem is likely to be View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020200#4020200 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-21 Thread swestbom
My problem with using SVN has to do with firewalls so it is a PITB to get one from SVN for me (I have to have someone outside the firewall get it, put it somewhere where I can get it then I download it). That is why cruisecontrol is crucial to me. View the original post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-21 Thread swestbom
Wasn't there (ant should be doing the mkdir anyway) yep putting that directory there made it build I assume this can be fixed before tonight's build? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020208#4020208 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-21 Thread swestbom
It left out the CMS and workflow sections of the portal sar. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020221#4020221 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020221

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-21 Thread swestbom
and samples View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020224#4020224 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020224 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-21 Thread swestbom
built them just didn't deploy them View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020226#4020226 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020226 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-21 Thread swestbom
thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020240#4020240 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020240 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-21 Thread swestbom
Just a refinement to make debugging easier, but when I didn't set up the proxy settings for the JBoss server on my sandbox I got a rather ugly and uninformative error, this is because our environment returns an html element with an error message telling you to configure your proxy settings

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-20 Thread swestbom
RU going to put the build out on cruise control today? Also, is the trunk working this AM? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019355#4019355 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019355

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-20 Thread swestbom
Nothing to do with bugs bug since portlets just produce page fragments have you thought about supporting Ajax requests for action and view for a portlet? Maybe a parameter to tell the Portal container to skip page assembly and just pass back the fragment? Would seem to be a natural

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-17 Thread swestbom
Keep this up and we will beat the posting count for Seam! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018168#4018168 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018168 ___

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-17 Thread swestbom
As long as it wasn't me View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018167#4018167 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018167 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-16 Thread swestbom
Your ant command says it is doing one thing then does another: Buildfile: C:\workspace\jbportal\trunk\build\build.xml check.inhibit.downloads: createthirdparty: [get] Getting: http://repository.jboss.com/antlr/2.7.6.ga/component-info.xml [get] To:

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-16 Thread swestbom
Lack of a Proxy setting is doing it, not your problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4017672#4017672 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4017672 ___

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-16 Thread swestbom
From this morning's trunk: configure: configure-modules: configure-defaults: configure-tools: _configure:jbossaop:task: configure-explode: _default:compile-classes: [javac] Compiling 225 source files to C:\workspace\jbportal\trunk\wsrp\output\classes [execmodules]

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-16 Thread swestbom
This is where a Cruise Control build would help since we wouldn't get a build if it didn't work. Do you have a nightly build tag I should be using instead of this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4017715#4017715 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-16 Thread swestbom
I used: svn co http://anonsvn.jboss.org/repos/portal/trunk View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4017726#4017726 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4017726

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-16 Thread swestbom
BTW I keep these posting small because one of my architecture team colleagues keeps sending me topic and posting counts for Seam versus Portal. :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4017728#4017728 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-16 Thread swestbom
Nightlies Just throw it under a web server and give us browse on the directory. I don't need anything fancy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4017774#4017774 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-16 Thread swestbom
Ok, got it build, but it won't deploy correctly (trunk from late this AM) 15:40:27,258 ERROR [MainDeployer] Could not start deployment: file:/C:/workspace/JBossPortal/server/default/deploy/jboss-portal.sar/conf/data/default-object.xml org.jboss.deployment.DeploymentException: String index out of

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-15 Thread swestbom
Ok antians. I keep getting this on my machine at work using the build.bat (using the bundled ant or my own, 1.70) BUILD FAILED C:\workspace\jbportal\trunk\build\build.xml:366: The following error occurred while executing this line:

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-15 Thread swestbom
I figured it was my bad mouthing, it got its revenge. Someone pulled it for me, then sent it so I could use it. Wonder if they messed up some directories. Do you have any versions of that file name anywhere else that have an html element in them? View the original post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-14 Thread swestbom
They are not show stoppers but I don't suppose that the navigation issues: nested page navigation, http://jira.jboss.com/jira/browse/JBPORTAL-1240 and the page tab security issue, http://jira.jboss.com/jira/browse/JBPORTAL-1239 have been addressed at all? BTW, if you can point me at the

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-14 Thread swestbom
Ant versus Maven 2. Ant is very procedural, and very bad at bootstrapping without a lot of work. Maven 2 is object oriented and designed around the project model of work. I don't see why you would want to reinvent the wheel with Ant when any ant task can be used within Maven 2 when you need

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-14 Thread swestbom
Warping the project to the tool. I know what you mean, it does force a format on your project layouts and a way of assembling. Like all leverage there is a price to be paid. But it usually is correct from a technical and practical point of view. Right now I am sorting out how to build JBoss

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-14 Thread swestbom
Got the build working with a little trial and error. It wasn't finding a JUnit class until I added it to the classpath. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016564#4016564 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-13 Thread swestbom
http://cruisecontrol.jboss.com/cc/artifacts/jboss-seam-builds Can you handle your nightly builds the same way. You don't have them there that I could find. Our firewall blocks some of the http methods that SVN uses, not a big surprise in a financial institution really. I cannot imagine that

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-13 Thread swestbom
You are the best! Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4015858#4015858 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4015858 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-13 Thread swestbom
Wow, I thought the world was done with ant! I didn't even have it installed on my new machine. Try Maven 2 it is way cleaner and a lot less work to maintain. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4015918#4015918 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-12 Thread swestbom
anonymous wrote : Can you try the trunk source code and tell me if it works for you ? Will do, thanks for the help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4015065#4015065 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-12 Thread swestbom
source code. One problem, where can I get the code? I cannot get past our firewall for CVS access? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4015293#4015293 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4015293

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-12 Thread swestbom
Even if I could use SVN I have no userid pw anyway Any suggestions? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4015297#4015297 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4015297

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-09 Thread swestbom
Ok, another bug, this one is pretty major: http://jira.jboss.com/jira/browse/JBPORTAL-1246 This happens when you reference js files in jboss-portal.xml to get the references in the html head on the page View the original post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-09 Thread swestbom
Sorry forgot to make it a link: http://jira.jboss.com/jira/browse/JBPORTAL-1246[/url] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013641#4013641 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4013641

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-09 Thread swestbom
Of course the extra closing url element doesn't help http://jira.jboss.com/jira/browse/JBPORTAL-1246 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013645#4013645 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4013645

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-07 Thread swestbom
anonymous wrote : Oh, yes i saw that one, but forgot to report it on Jira/fix it. It's in there! http://jira.jboss.com/jira/browse/JBPORTAL-1240 Along with this one: http://jira.jboss.com/jira/browse/JBPORTAL-1239 For the broken security on page tabs View the original post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-06 Thread swestbom
Nested pages issue in JS for navigation. If you nest pages in the {project name}_object.xml the nested menus will not show up for the current page only for the non-current pages. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4011988#4011988 Reply to the post

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release psib request parameter

2007-02-05 Thread swestbom
Ok, in 2.4 sp1 pages are checked for security before being displayed as a tab in the navigation in boss-portal.sar\portal-core.war\WEB-INF\jsp\catalog\index.jsp This seems to be handled by the psib request parameter (a map). In 2.4 the map only gives you PortalNodeURLs that you have

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-05 Thread swestbom
BTW, great job! it is a big improvement over 2.6 alpha1. Thanks for the Oracle fix and the Javascript fix to nested pages on the nav tab for IE-6, not to mention WSRP not breaking any more. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4011436#4011436 Reply

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha Release

2007-02-01 Thread swestbom
I hope someone there actually uses IE 6 (yeah I know, it is really bad) js in the navigation for nested pages in the object.xml doesn't work in it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009636#4009636 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha Release and IE 6 why it matters

2007-02-01 Thread swestbom
Anyone working for a large company with IE-6 as a standard should be able to tell you that there are so many legacy applications tied to the older Windows OS that it will be years before they move to IE-7 never mind a new OS or Firefox. We are trying to kill off Windows apps here but in the

[jboss-user] [JBoss Portal] - JBoss 2.6 alpha

2007-01-29 Thread swestbom
Anyone get security to work at the page level? I find that the settings get ignored entirely. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008007#4008007 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008007

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha Release

2007-01-29 Thread swestbom
Anyone get security to work at the page level. I find my settings are getting ignored on 2.6 alpha but work on 2.4 sp1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008008#4008008 Reply to the post :

[jboss-user] [JBoss Portal] - JBoss Portal 2.6DR security functionality Issues

2007-01-12 Thread swestbom
Removing permissions on a page doesn't remove it from the view shown to the end user Removing permissions on a portlet instance within a page doesn't remove it from the view you get Access Denied in the heading and portlet. Neither of these behaviors is really very good. If there are no

[jboss-user] [JBoss Portal] - JBoss Portal 2.6DR security documentation Issues

2007-01-12 Thread swestbom
2.2.3.5. Securing portal pages 2.2.2.3. Securing portlets It would be a good idea to document the ctrl-click used to deselect a security option View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4001128#4001128 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam and Portal Future

2007-01-05 Thread swestbom
What is missing from seam applications is independent state maintenance for the various portlets on the page. We have many applications that we want to bring together under one site. These sites are all intranet based so the weight isn't as much of an issue (this can be ameliorated to a