[JBoss Seam] - Re: DVD Store problem
by christian.bauer@jboss.com
That is a trivial one-line fix, unfortunately that slipped through in 1.2.1:
| Index: web/admin/admin.xhtml
| ===================================================================
| RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/admin/admin.xhtml,v
| retrieving revision 1.7
| diff -c -r1.7 admin.xhtml
| *** web/admin/admin.xhtml 22 Mar 2007 21:50:00 -0000 1.7
| --- web/admin/admin.xhtml 16 Apr 2007 16:32:03 -0000
| ***************
| *** 61,66 ****
| --- 61,67 ----
| </f:subview>
|
| <h:dataTable rendered="#{not empty pooledTaskInstanceList}"
| + value="#{pooledTaskInstanceList}"
| var="task"
| styleClass="dvdtable"
| headerClass="dvdtablehead"
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041492#4041492
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041492
17 years, 8 months
[JBoss Portal] - Re: how to change JWS 80 port on jboss portal 26CR1
by chris.laprun@jboss.com
"kevnlin" wrote : 11:33:37,485 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
| 11:33:37,599 WARN [LocaleUtils] Locale name in faces-config.xml null or empty, setting locale to default locale : zh_TW
| 11:33:38,018 INFO [HtmlRenderKitImpl] Overwriting renderer with family = facelets rendererType = facelets.ui.Repeat renderer class = com.sun.facelets.component.RepeatRenderer
| 11:33:38,160 INFO [StartupServletContextListener] ServletContext '/myweb/jboss-portal-2.6-CR1/server/default/./tmp/deploy/portal-wsrp-exp.war/' initialized.
| 11:33:38,162 INFO [StartupServletContextListener] Serialization provider : class org.apache.myfaces.shared_impl.util.serial.DefaultSerialFactory
| 11:33:39,545 INFO [WSDLFilePublisher] WSDL published to: file:/myweb/jboss-portal-2.6-CR1/server/default/data/wsdl/portal-wsrp.war/wsrp_services.wsdl
| 11:33:47,036 INFO [ServiceEndpointManager] WebService started: https://555.gotdns.org:8443/portal-wsrp/ServiceDescriptionService
| 11:33:47,038 INFO [ServiceEndpointManager] WebService started: https://555.gotdns.org:8443/portal-wsrp/MarkupService
| 11:33:47,039 INFO [ServiceEndpointManager] WebService started: https://555.gotdns.org:8443/portal-wsrp/RegistrationService
| 11:33:47,041 INFO [ServiceEndpointManager] WebService started: https://555gotdns.org:8443/portal-wsrp/PortletManagementService
| 11:33:53,895 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
What is the issue?
Have you looked at: http://wiki.jboss.org/wiki/Wiki.jsp?page=WSRPChangePorts
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041480#4041480
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041480
17 years, 8 months