[jboss-user] [JBoss Web Services Users] - Re: Cannot call JBoss web service through intermediary (soap

2009-12-07 Thread Oberiko
Solved it. The problem seems to be that I didn't use the @WebMethod annotation to define soapAction names. While you can connect directly without them, it appears that you need them to connect indirectly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=426939

[jboss-user] [JBoss Web Services Users] - Cannot call JBoss web service through intermediary (soapUI).

2009-12-04 Thread Oberiko
Hello, I'm having a bit of an odd problem. I have deployed a dummy JbossWS web service onto JBoss AS 5.0.1 and developed a client for it using Axis 1.5. This works fine. I then loaded up soapUI and pointed it to my web service and ran the test suite. Again, everything worked. However, when

[jboss-user] [JBoss Web Services Users] - Re: JBossWS is Java EE 5 compliant?

2009-12-01 Thread Oberiko
Great, thanks Alessio. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268325#4268325 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268325 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss Web Services Users] - Re: JBossWS is Java EE 5 compliant?

2009-12-01 Thread Oberiko
Hi Peter, Thanks for your response. While JBoss AS 5 is JEE5 compliant, do you happen to know if the same is true for JBossWS? My main concern is portability for any web services I create in JBossWS should my company decide to change application servers in the future. View the original post

[jboss-user] [JBoss Web Services Users] - JBossWS is Java EE 5 compliant?

2009-11-26 Thread Oberiko
Hello, The last word I've seen on this is the 2007 whitepaper which states that JBossWS is not fully Java EE 5 compliant. Can anyone confirm otherwise? For example, if I were to create an application in JBossWS, would I be able to deploy it to another Java EE 5 compliant application server (as

[jboss-user] [JBoss Web Services Users] - WSDL 2.0 supported?

2009-09-24 Thread Oberiko
Hello, This likely seems like an obvious question, but both Google and the search on these forums is turning up almost nothing. Does JBossWS (native) support WSDL 2.0? If so, are there any drawbacks to using it (i.e., can't use WS-RM or anything). Thanks. View the original post : http://www

[jboss-user] [JBoss Web Services Users] - JBossWS on Geronimo?

2009-09-14 Thread Oberiko
Hello, Is is possible to deploy a JBossWS web service on Apache Geronimo? If so, can anyone point me to a guide on how to do so? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255177#4255177 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[jboss-user] [JBossWS] - Re: Streamlined tutorial on JBossWS w/ policies (WS-RM)?

2009-07-14 Thread Oberiko
Finally got it. I wrote up a fairly detailed explanation how on Google Knol if it's of use to anyone. http://knol.google.com/k/neil-mcfarlane/creating-your-first-web-services-in-java/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243545#4243545 Reply to th

[jboss-user] [JBossWS] - Re: Streamlined tutorial on JBossWS w/ policies (WS-RM)?

2009-07-10 Thread Oberiko
Still banging my head on this one. Could anyone let me know if the server code I have posted is valid? Is the @Policy annotation compatible with WS-RM? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243034#4243034 Reply to the post : http://www.jboss.org/i

[jboss-user] [JBossWS] - Streamlined tutorial on JBossWS w/ policies (WS-RM)?

2009-07-06 Thread Oberiko
Hello, I'm relatively new to Web Services (only done very simple clients) and I've been struggling to get a WS-RM service/client up for a few days now. Part of the problem is that I'm seeing many, many different ways on how this is done, to the point that I'm not sure what the "correct" way is

[jboss-user] [Beginners Corner] - Re: Running JBoss 5 within Eclipse with a different set of p

2009-04-16 Thread Oberiko
Thanks Peter. Using what you said I think I found the solution. Instead of editing the launch configuration though, you can actually just double-click on the server from either the "Servers" or "JBoss Server View" views to open up the "Overview" window. >From there, select "Open launch configu

[jboss-user] [Beginners Corner] - Re: Running JBoss 5 within Eclipse with a different set of p

2009-04-16 Thread Oberiko
I should specify, I'm running Eclipse 3.4.2 w/ JBoss Tools. The JBoss version is 5.0.1.GA. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225980#4225980 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225980 __

[jboss-user] [Beginners Corner] - Running JBoss 5 within Eclipse with a different set of ports

2009-04-16 Thread Oberiko
Hello. I can't use the default set of ports with JBoss and would like to run it with one of the alternative sets. I can do this on "stand-alone" JBoss by creating a new .bat file with the contents "run.bat -Djboss.service.binding.set=ports-01", but I'm not sure how do to the equivalent when

[jboss-user] [Beginners Corner] - Re: Automatically assign ports?

2008-03-28 Thread Oberiko
That seems like quite a bit of effort, especially for large development teams where not everyone has admin privilages on their machine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139772#4139772 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Tools (users)] - Re: upgrade to WTP 2.0.2 breaks EAR deployment in JBoss Tool

2008-03-28 Thread Oberiko
I've tried the latest WTP patch and am still having the same issues with Eclipse Europa JEE Winter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139747#4139747 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139747 __

[jboss-user] [Beginners Corner] - Automatically assign ports?

2008-03-27 Thread Oberiko
Hello, Is there any kind of "developement" mode or some kind of setting for JBoss AS which can tell it to grab a free port? I'm constantly getting "port in use" errors and it's kind of a drag to keep changing the settings. View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: Seam 2.1.0 A1

2008-02-12 Thread Oberiko
Can you post a quick link to the main differences we can expect to see in 2.1.0? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128906#4128906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128906 __

[jboss-user] [JBoss Seam] - Re: JBoss Seam, a great product that doesn't work :(

2008-01-25 Thread Oberiko
Agreed with above. For those of us coming from a more simple model (i.e. basic Struts, or even just plain Java development), having to deal with all the things Seam pulls together is a pretty tough start. I've been playing with it for a week and am just now starting to get the hang of what's g

[jboss-user] [JBoss Seam] - Stateless bean holding data?

2008-01-25 Thread Oberiko
Hello, I have two pages, edit and search. From the edit screen, the user can go to the search screen (which also contains a list). From the search/list screen, they can select an entity to edit. The problem is that my list, which is part of a stateless session bean, is being retained through

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1.CR2 is out

2008-01-25 Thread Oberiko
For the sake of convenience, could we get a URL to the change log for this release? I wasn't able to find one (at a quick glance) on the site posted at the top comment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123571#4123571 Reply to the post : http:

[jboss-user] [JBoss Seam] - Re: Shortcut for session bean interfaces?

2008-01-24 Thread Oberiko
Aye, a simple annotation like "@DirectLocalInterface" for Session beans would be nice. Still, since EJB 3.1 is due out at the end of this year, I guess the issue is essentially taken care of then. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123295#4123295

[jboss-user] [EJB 3.0] - Re: Only on specific scenario -

2008-01-24 Thread Oberiko
Really wish there was an edit. Taking the person out of the page scope prevents me from being able to update (each save is treated as a new user), so it's not a solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123204#4123204 Reply to the post : http

[jboss-user] [EJB 3.0] - Re: Only on specific scenario -

2008-01-24 Thread Oberiko
Oh, I should mention that this also works if I take the person out of the page scope and leave it at just | @In(required = false) | @Out | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123202#4123202 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [EJB 3.0] - Only on specific scenario - "all-delete-orphan" was no longe

2008-01-24 Thread Oberiko
Hello. I have a demo app where the user can enter people and save them to a database. Each person can have 0..* email addresses. The user can also go to a seperate page where the people are listed and select one to edit (taking them back to the first screen, now pre-populated with the person

[jboss-user] [JBoss Seam] - Shortcut for session bean interfaces?

2008-01-24 Thread Oberiko
Hello. If I have a simple session bean, is there any kind of shortcut I can take to prevent having to create a local / remote interface? Something which I can use to keep all the code for the class and its interface in one Java file? View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: Ending default scope SFSB's needed?

2008-01-23 Thread Oberiko
Really? That's very useful then. I've been smacking my head trying to figure out how to get what I needed (ideally something similar to the Page scope since I'm trying to avoid the session scope, but that's not allowed for stateful beans) until I just tried the default and it worked. Thank yo

[jboss-user] [JBoss Seam] - Re: Ending default scope SFSB's needed?

2008-01-23 Thread Oberiko
Yeah, but I'm not explictly calling @Start or @End on any of my methods. How does Seam determine when I'm finished with this session bean? | package org.domain.myProject.session; | | import static javax.persistence.PersistenceContextType.EXTENDED; | | import java.util.List; | |

[jboss-user] [JBoss Seam] - Ending default scope SFSB's needed?

2008-01-23 Thread Oberiko
Hello. If I have a stateful session bean in the default (i.e. undeclared) conversation scope, do I need (or is it good practice) to end it somehow? Or can I just let Seam take care of it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122801#4122801 Reply

[jboss-user] [JBoss Seam] - Re: Displaying dataTable row numbers with uiComponent, what

2008-01-23 Thread Oberiko
Hmm... I was hoping to avoid binding and creating additional components if possible. It's not a highly needed feature, and I think the solution on that thread outweighes the benefits. Still, nothing about the uiComponent? That looked like the nice and simple solution I was looking for. View

[jboss-user] [JBoss Seam] - Re: Displaying dataTable row numbers with uiComponent, what

2008-01-23 Thread Oberiko
I've tried without the (so that it looked exactly as the demo) and had the same result. Nothing special about person, it's a fairly standard basic entity bean: | package org.domain.myProject.entity; | | import java.util.ArrayList; | import java.util.Collection; | | import javax.

[jboss-user] [JBoss Seam] - Displaying dataTable row numbers with uiComponent, what am I

2008-01-23 Thread Oberiko
Hello. The Seam reference guide has the following snippet (pg. 113 / 322) anonymous wrote : | Alternatively, you can access the JSF component tree through the implicit uiComponent handle. The following | example accesses getRowIndex()of the UIData component which backs the data table dur

[jboss-user] [JBoss Seam] - Re: Problems with list page, persistence, and detached entit

2008-01-21 Thread Oberiko
Thanks. Quick question Pete, where can I find how to do a SMPC when deploying in an ear? Is there a workaround to the below JIRA issue? http://jira.jboss.org/jira/browse/JBIDE-1409?decorator=printable View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121849#41

[jboss-user] [JBoss Seam] - Re: Problems with list page, persistence, and detached entit

2008-01-18 Thread Oberiko
It seems to work just as well by using the conversation scope, with less code and, of course, a smaller footprint. | package org.domain.myProject.session; | | import static javax.persistence.PersistenceContextType.EXTENDED; | | import java.util.List; | | import javax.ejb.Remove;

[jboss-user] [JBoss Seam] - Re: Problems with list page, persistence, and detached entit

2008-01-18 Thread Oberiko
Here's how I want it to work: | * Save users to a database on the entry page | * On navigation to the list page, pull users from the database into a list in the scope and display them | * Do not call the database to update the list since it's in the scope | * When leaving the page, remove

[jboss-user] [JBoss Seam] - Re: [Newbie] Understanding Bijection

2008-01-18 Thread Oberiko
Yup, looks right to me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121328#4121328 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121328 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Seam] - Re: Problems with list page, persistence, and detached entit

2008-01-18 Thread Oberiko
If I put the SFSB into a long running conversation, then what would be the useage of the PAGE scope? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121286#4121286 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121286

[jboss-user] [JBoss Seam] - Problems with list page, persistence, and detached entities

2008-01-17 Thread Oberiko
Hello. I seem to be doing something wrong with my Stateful Session Bean in that I can't seem to have it persist properly. I have a list page where I want to delete previously entered users. I've put the @DataModel into the page scope, as I want it to be kept available until I leave the page.

[jboss-user] [JBoss Seam] - Re: Removing Stateful Session Beans from the Session gracefu

2008-01-17 Thread Oberiko
Thanks Pete, I'll give that a go. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121040#4121040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121040 ___ jboss-user mailing li

[jboss-user] [JBoss Seam] - Re: Removing Stateful Session Beans from the Session gracefu

2008-01-17 Thread Oberiko
Oh, I should have asked. I assume "foo" refers to the Seam component name? Is there a way to get this without typing it in directly (i.e. "this.getContextName()" or some such thing) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121044#4121044 Reply to the

[jboss-user] [JBoss Seam] - Removing Stateful Session Beans from the Session gracefully

2008-01-17 Thread Oberiko
Hello, I'm currently in the midst of (slowly) teaching myself how to use Seam. In my "myFirstProject" project, I've got two pages, one which saves entities to the database, and another which pulls them out, lists them and allows the user to delete them. Each screen can navigate to the other.

[jboss-user] [JBoss Seam] - Re: s:validateAll don't works.

2008-01-16 Thread Oberiko
This one caught me up (for about an hour or so) as well. There is no validation done on blank fields. Another problem is that blank fields are passed not as null, but as zero-length strings, so they'll sneak by any @NotNull annotations in both the presentation and business logic layer (making

[jboss-user] [Beginners Corner] - Hibernate + JSF

2007-08-29 Thread Oberiko
Hello, Can anyone recommend a good tutorial for integrating Hibernate with a simple JSF application? This is for a proof-of-concept project, so a sample application would be ideal. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079251#4079251 Reply to the

[jboss-user] [Beginners Corner] - JVM Bind, port in use, but no application using it

2007-04-30 Thread Oberiko
Hello. Recently, an application I had running on JBoss AS crashed. I attempted to shut down the sever, but it didn't seem to take very well and now I can't restart it. When I try, I get a JVM bind error, telling me that the port is in use. I used NetStat to see what was on the port, but it d

[jboss-user] [JBoss Portal] - Beginner question: building portlets (JBoss Wiki)

2007-04-05 Thread Oberiko
Hello. I seem to have gotten quite rusty at basic programming. Is there a guide available anywhere on how to build portlets from their source? I looked at the http://labs.jboss.com/portal/portletswap/userguide/html/portlets.html, but it didn't explain much beyond "use Ant". This question is

[jboss-user] [JBoss Portal] - Error with Event Test (JBoss 2.6-Beta1)

2007-04-02 Thread Oberiko
Hello. When I ran the Event Test in JBoss 2.6-Beta1, I get the following error" | type Exception report | | message | | description The server encountered an internal error () that prevented it from fulfilling this request. | | exception | | javax.servlet.ServletException

[jboss-user] [JBoss Portal] - Re: what is mean by SAR

2007-03-07 Thread Oberiko
A SAR is a Service Archive. Could you be a bit more specific as to why you need one? What are you trying to accomplish? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025895#4025895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Portal] - Re: Biweekly builds for Windows?

2007-03-07 Thread Oberiko
Hello Prabhat. I looked at that site prior and, apologies if I seem dense, but I was under the impression that *.tar files meant that it was a Linux deployment. Additionally, on opening the archive, it looks considerably different then what I am accustomed to while working with the bundled pack

[jboss-user] [JBoss Portal] - Re: Biweekly builds for Windows?

2007-03-07 Thread Oberiko
Oh, I should have clarified that, in my opinion, this should be a bi-weekly bundled build; something primarily for test-drivers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025793#4025793 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Portal] - Biweekly builds for Windows?

2007-03-07 Thread Oberiko
Hello. Recently I created several JIRA issues on Portal 2.6A2 which I've since learned have already been fixed. To reduce the chance of this happening again, is it possible to get a bi-weekly snapshot build of Portal for Windows? View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Portal] - Re: Non-coding contributions?

2007-02-28 Thread Oberiko
Great. Thanks again Thomas. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023675#4023675 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023675 ___ jboss-user mailing list jb

[jboss-user] [JBoss Portal] - Re: Non-coding contributions?

2007-02-28 Thread Oberiko
Thanks Thomas. Could you include an address or link as to where I should post / send anything I draft up? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023660#4023660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=402

[jboss-user] [JBoss Portal] - Re: Non-coding contributions?

2007-02-27 Thread Oberiko
My apologies, I thought I had posted this to the Beginners Corner. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023451#4023451 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023451

[jboss-user] [Beginners Corner] - Non-coding contributions?

2007-02-27 Thread Oberiko
Hello. Does JBoss accept contributions from non-coders / testers? I'm a systems analyst, so my training and experience is focused on the logical system design. While I can get by in Java, I'm hardly an expert. Would there be any use for my skills (UML, UI, database modeling, business logic etc

[jboss-user] [JBoss Portal] - Non-coding contributions?

2007-02-27 Thread Oberiko
Hello. Does JBoss accept contributions from non-coders / testers? I'm a systems analyst, so my training and experience is focused on the logical system design. While I can get by in Java, I'm hardly an expert. Would there be any use for my skills (UML, UI, database modeling, business logic e

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

2007-02-21 Thread Oberiko
I can't tell as I don't see it in the documentation and I can't figure out how to do it in the portal itself. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020271#4020271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Portal] - Sub-roles

2007-02-21 Thread Oberiko
Hello, Does JBoss Portal allows roles to be assigned to roles? My apologies if I'm overlooking something, but I can't tell if I don't see it in the documentation and I can't figure out how to do it in the portal itself. This would be a very useful feature for me, especially with multiple por

[jboss-user] [JBoss Portal] - Re: File size in CMS Admin portlet showing as 0kb

2007-02-21 Thread Oberiko
My apologies, I just noticed that it's actually listed in the 2.6 A2 fix list as JBPORTAL-1098. Should I link the two JIRA issues together, or are they separate? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019953#4019953 Reply to the post : http://www.j

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

2007-02-21 Thread Oberiko
Ah, alright. Thank you for the feedback Julien. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019944#4019944 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4019944 ___ jboss-

[jboss-user] [JBoss Portal] - Re: File size in CMS Admin portlet showing as 0kb

2007-02-21 Thread Oberiko
Thank you Sohil, appreciate the feedback. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019943#4019943 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4019943 ___ jboss-user ma

[jboss-user] [JBoss Portal] - File size in CMS Admin portlet showing as 0kb

2007-02-20 Thread Oberiko
Hello. Describe your environment: JBoss AS & Portal Version: JBoss Portal + JBoss AS 2.4.1-SP1 Did you get Portal from CVS? or download it? Downloaded package Database Vendor and Version: Using embedded Hypersonic (?) JDBC Connector and Version: N/A OS Platform: Windows XP Describe the problem: A

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

2007-02-20 Thread Oberiko
Hello. Can I ask where I can find the service mentioned above which provides Google Gadgets? I've searched the site for it, but I can't seem to locate it. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019519#4019519 Reply to the post : http://www

[jboss-user] [JBoss Portal] - Re: Viewing problem with FireFox

2007-02-19 Thread Oberiko
Sorry, I should clarify my system specs. JBoss Portal + JBoss AS 2.4.1-SP1 Windows XP SP-2 FireFox 2.0.0.1 with Adblock Plus (0.7.2.4) and Google Toolbar (3.0.20061204W beta) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019007#4019007 Reply to the

[jboss-user] [JBoss Portal] - Viewing problem with FireFox

2007-02-19 Thread Oberiko
Hello. When I add portlets in FireFox (2.0.0.1), they don't show up unless I logout and then back in. Is this a configuration problem with my FireFox? If so, is there a known solution? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018996#4018996 Reply

[jboss-user] [JBoss Portal] - Center left page layout

2007-02-19 Thread Oberiko
Hello. I'm fiddling around a bit with a copy of 2.4.1 and I'm a bit confused by the layout component of the management portlet. How do I go about selecting different page layout styles? (I checked the reference guide and couldn't quite figure it out). Also, can I ask why the "Left" position

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

2007-02-14 Thread Oberiko
Hi Julien, thanks for responding. I never tried the "dynamic" gadgets (sorry, I'm not sure what the proper terminology is, "stateful"?), as in my admittedly limited search I haven't noticed any particularly useful ones for a corporate site. Still, since the whole point was that Gadgets seem to

[jboss-user] [JBoss Portal] - Google Gadgets

2007-02-14 Thread Oberiko
Hello. I've been reviewing the features of Liferay and one of them is the support of Google Gadgets to be embedded into the portal. Does JBoss Portal offer this? If not, is it on the schedule to be added at all? I think this will be a useful feature, as the number of Google Gadgets is growing

[jboss-user] [JBoss Portal] - OS portal comparisons

2007-02-14 Thread Oberiko
Hello. My company is currently redesigning our website and is interested in using a portal. I'm currently sketching out a list of requirements and alternatives, but I can't find that much information comparing the features of the leading OS portal providers. Is anyone aware of white papers or