[jboss-user] [JBoss Portal] - Re: HOWTO Dynamically Create Portal Pages

2008-02-29 Thread kahotep
It appears as if this page may hold the answer to my question: http://docs.jboss.com/jbportal/v2.6.4/javadoc/org/jboss/portal/core/admin/ui/PortalObjectManagerBean.html#getPortalObjectContainer() View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133353#4133353

[jboss-user] [JBoss Portal] - Re: HOWTO Dynamically Create Portal Pages

2008-02-29 Thread kahotep
Thank you for your response. It gives me confidence that I will be able to figure out how to do this in a timely fashion. Now I just have to figure out how to get a handle to the PortalObjectContainer that you're talking about. I just looked and I don't see exactly how one does that. I see a

[jboss-user] [JBoss Portal] - HOWTO Dynamically Create Portal Pages

2008-02-28 Thread kahotep
The project that I am working on needs to be able to dynamically create portal pages. Here is an example of what I am talking about. A mechanic wants to have a page, in his portal, for a particular vehicle that he is in charge of. These pages display data that is particular to that vehicle.

[jboss-user] [JBoss Portal] - Re: JbossPortal and ldap

2008-02-23 Thread kahotep
badock wrote : I'm sorry, but i don't see any connection between what you're writing and my problems... | | Sure, you seem to have issues with ldap+jboss too, but since your problems look a lot different from mine, i think you should get your own thread... | | No offense, but you're

[jboss-user] [JBoss Portal] - Re: 2.6.4-GA (WSRP): Problem getting service description for

2008-02-21 Thread kahotep
[EMAIL PROTECTED] wrote : Did you find what the problem was? Hey Chris, I decided to put this one on the back burner for now. I don't think it will be necessary to demonstrate functionality of WSRP between Windows and Ubuntu. Originally, I tested the WSRP between the two machines merely as a

[jboss-user] [JBoss Portal] - Re: JbossPortal and ldap

2008-02-21 Thread kahotep
I was able to get everything but add/remove users to work. I don't think add/remove LDAP users/roles is supported in JBoss Portal yet, so this will have to be done in another way besides the user administration module currently in use (please correct me if I am wrong). I learned this after

[jboss-user] [JBoss Portal] - Re: JbossPortal and ldap

2008-02-21 Thread kahotep
Looking back again, I notice that there are some entries on my slapd.conf which, if JBoss does in fact allow changes, may be causing the problems. Perhaps the problem is here: # The userPassword by default can be changed | # by the entry owning it if they are authenticated. | # Others

[jboss-user] [JBoss Portal] - Re: JbossPortal and ldap

2008-02-21 Thread kahotep
OK, I updated the spot I mentioned earlier and another spot, to no avail... I corrected as follows: # The userPassword by default can be changed | # by the entry owning it if they are authenticated. | # Others should not be able to see it, except the | # admin entry below | # These

[jboss-user] [JBoss Portal] - Re: JbossPortal and ldap

2008-02-21 Thread kahotep
Sorry to post again... I just want to share the error that is thrown when attempting to add a user. 17:46:00,857 ERROR [IdentityUserManagementServiceImpl] Error when creating user | java.lang.UnsupportedOperationException: User management is not supported in this implementation of UserModule

[jboss-user] [JBoss Portal] - Re: Errors while running WSRP behind firewall in 2.6.3

2008-02-19 Thread kahotep
Hey Swisst, The costs I speak of are not only the licensing ones, but also the installation and support costs, which include time to install. For evaluation purposes, I did an install on a copy we have at the office here. To install WebSphere Portal 6.0, I had to use a set of 11 CDs, then I

[jboss-user] [JBoss Portal] - Re: 2.6.4-GA (WSRP): Problem getting service description for

2008-02-19 Thread kahotep
[EMAIL PROTECTED] wrote : The log message that you have posted are only INFO. This has been known logging issue with the webservices that's bundled with 2.6.4 and does not give much insight into problems. | | Chris would be able to elaborate more but in mean time, can you consume the

[jboss-user] [JBoss Portal] - Re: 2.6.4-GA (WSRP): Problem getting service description for

2008-02-19 Thread kahotep
I looked deeper into the logs and found the following: 2008-02-19 12:09:50,144 DEBUG [org.jboss.portal.wsrp.consumer.ProducerInfo] Caught Exception in getServiceDescription: | | java.rmi.RemoteException: Call invocation failed; nested exception is: | java.io.IOException: Could

[jboss-user] [JBoss Portal] - 2.6.4-GA (WSRP): Problem getting service description for pro

2008-02-19 Thread kahotep
This is a rather unusual problem that I am experiencing this morning. I created a WSRP consumer on my Machine2, to consume remote portlets from Machine1. This worked very well, Machine2 has been able to consume remote portlets from the Machine1 without any problems. However, when I attempted

[jboss-user] [JBoss Portal] - Re: 2.6.4-GA (WSRP): Problem getting service description for

2008-02-19 Thread kahotep
[EMAIL PROTECTED] wrote : The login at the INFO can be ignored for now. Now, for the other issue, it seems that Machine2 is located behind a firewall... Please, see: http://wiki.jboss.org/wiki/Wiki.jsp?page=WSRPOfflineInstructions Hi Chris, Thanks for getting back to me so quickly. Both of

[jboss-user] [JBoss Portal] - Re: Errors while running WSRP behind firewall in 2.6.3

2008-02-18 Thread kahotep
Hey Chris, Thanks for being there to help look into this issue. I'm doing everything I can to get my company to go with JBoss instead of IBM Web$$$phere for the project we are working on. Hopefully I will be able to show them enough positive results from Jboss to get them to think twice

[jboss-user] [JBoss Portal] - Re: Errors while running WSRP behind firewall in 2.6.3

2008-02-15 Thread kahotep
Ah, looks like, upon further investigation, that this problem has already been encountered. http://jira.jboss.org/jira/browse/JBPORTAL-1838 Perhaps I should build from source and retry... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129673#4129673 Reply to

[jboss-user] [JBoss Portal] - Resolved: Errors while running WSRP behind firewall in 2.6.3

2008-02-15 Thread kahotep
I think I've figured out what I was doing to create this problem. Here's what I was attempting to do during the test: On the machine that produces the remote portlet, I created another instance of the CurrentUsersPortlet and attempted to consume it from my test machine. This produced the

[jboss-user] [JBoss Portal] - 64-bit JVM on 2.6.4

2008-02-14 Thread kahotep
Does anyone know the best 64-bit JVM and/or JAVA_OPTS that work well with JBoss Portal 2.6.4? I have been using Java VM: Java HotSpot(TM) 64-Bit Server VM 1.5.0_13-b05,Sun Microsystems Inc. to no avail. I'm getting a few errors, such as the ones I listed in this thread earlier:

[jboss-user] [JBoss Portal] - Resolved: 64-bit JVM on 2.6.4

2008-02-14 Thread kahotep
Thank you so much for your help. This has stopped all of the fatal errors! I have 8gb of ram to work with, so I may end up bumping up those values a bit more. I have 2x 4-core Intel Xeons on the machine, so I will have to see how the JVM runs on multiple processors, for the optimal

[jboss-user] [JBoss Portal] - Re: 64-bit JVM on 2.6.4

2008-02-14 Thread kahotep
These values worked quite well in my initial tests. JAVA_OPTS=-Xms4096m -Xmx6114m -XX:NewRatio=10 -XX:PermSize=64M -XX:MaxPermSize=128M -Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360 Thanks again for sharing your advice. View the original post :