[jboss-user] [JBoss Portal] - Re: https starting up on wrong port

2008-01-21 Thread advaittrivedi
hi peter, I tried both 1) and 2), but no results :( with 1) server*.xml appears again with same port with 2) no other files apart from server*.xml contains 24364 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122029#4122029 Reply to the post :

[jboss-user] [JBoss Portal] - Re: https starting up on wrong port

2008-01-20 Thread advaittrivedi
Hi, My AS version is: JBoss [Trinity] 4.2.1.GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121714#4121714 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121714 ___ jboss-user

[jboss-user] [JBoss Portal] - https starting up on wrong port

2008-01-17 Thread advaittrivedi
I have this specification in deploy/jboss-web.deployer/server.xml | Connector port=24443 address=${jboss.bind.address} |maxThreads=100 strategy=ms maxHttpHeaderSize=8192 |emptySessionPath=true SSLEnabled=true |scheme=https secure=true clientAuth=false

[jboss-user] [JBoss Portal] - Re: https starting up on wrong port

2008-01-17 Thread advaittrivedi
| Connector port=24001 address=${jboss.bind.address} | maxThreads=250 maxHttpHeaderSize=8192 | emptySessionPath=true protocol=HTTP/1.1 | enableLookups=false redirectPort=24443 acceptCount=100 | connectionTimeout=2 disableUploadTimeout=true / |

[jboss-user] [JBoss Portal] - Re: https starting up on wrong port

2008-01-17 Thread advaittrivedi
Hi Peter, thanks for your reply. Here is redirect port of HTTP: View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121183#4121183 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121183

[jboss-user] [JBoss Portal] - Using PortalNodeEvent on 2.6.2

2008-01-11 Thread advaittrivedi
I am trying to use PortalNodeEvents by implementing PortalNodeEventListener. I have written this class: | public class MframePortalListener implements PortalNodeEventListener | { | public PortalNodeEvent onEvent(PortalNodeEventContext context, | PortalNodeEvent

[jboss-user] [JBoss Portal] - Unable to login in to Jboss Portal 2.6.2

2008-01-09 Thread advaittrivedi
I downloaded Jboss Portal 2.6.2 and then I started it. But When I open the the URL in browser I get following: == 50,000 ERROR [STDERR] Jan 9, 2008 8:52:49 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit Added Library from:

[jboss-user] [JCA/JBoss] - Can't call rollback when autocommit=true problem with JBos

2007-12-17 Thread advaittrivedi
Hi All, I am running JBoss 4.2.1.GA and mysql-connector-java-5.0.3. I am having this ds file: | datasources | local-tx-datasource | jndi-nameMyDS/jndi-name | connection-urljdbc:mysql://localhost:4306/myds?autoReconnect=true/connection-url |

[jboss-user] [JCA/JBoss] - Re: shouldn't local-tx-datasource have auto-commit = false?

2007-12-17 Thread advaittrivedi
So, jhudson what was the solution you finally applied to resolve this one. Can you post a code snipped? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113650#4113650 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113650

[jboss-user] [JBoss Portal] - Re: org.jboss.util.NestedSQLException: Could not enlist in t

2007-12-10 Thread advaittrivedi
yes, i saw that link and it solved my problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111579#4111579 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111579 ___ jboss-user

[jboss-user] [JBoss Portal] - org.jboss.util.NestedSQLException: Could not enlist in trans

2007-12-07 Thread advaittrivedi
I have a jar file having following hibernate.cfg.xml | property name=hibernate.current_session_context_classthread/property | property name=connection.datasourcejava:MyDS/property | property

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Getting spring WebApplicationContext of another application

2007-11-30 Thread advaittrivedi
I have 4.2.1.GA. I have deployed alfresco.war file. Now I am trying to get the WebApplicationContext of alfresco from another web application AlfrescoWebClient using following code: | ServletContext alfrescoWebContext = application.getContext(/alfresco); |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Getting spring WebApplicationContext of another application

2007-11-29 Thread advaittrivedi
I have 4.2.1.GA. I have deployed alfresco.war file. Now I am trying to get the WebApplicationContext of alfresco from another web application AlfrescoWebClient using following code: | ServletContext alfrescoWebContext = application.getContext(/alfresco); |

[jboss-user] [JBoss Portal] - Using JNDI datasource name in Hibernate

2007-10-17 Thread advaittrivedi
I have created a datasource in Jboss Portal 2.6.1. My test server is windows 2003 and jdk 1.5 | datasources | local-tx-datasource | jndi-namejdbc/JbossDS/jndi-name connection-urljdbc:mysql://localhost:3306/jbossportaldb/connection-url |

[jboss-user] [JBoss Portal] - How to create a page but not to display it as a navigation t

2007-10-04 Thread advaittrivedi
Hi All, I am running Jboss Portal 2.6.1. I want to create a page but I dont want it to be displayed as a navigation tab. I will open it using URL: /portal/default/pagename. How do i achieve this? Even if portal 2.6.2 supports this I will migrate. View the original post :

[jboss-user] [JBoss Portal] - including javascript and css files in jsp

2007-09-10 Thread advaittrivedi
I am running Jboss portal 2.6. I want to include JS and css files in jsp. So I use: portlet:defineObjects/ % String cssPath = renderResponse.encodeURL(renderRequest.getContextPath()+/WEB-INF/html/my.css); String jsPath =

[jboss-user] [JBoss Portal] - Re: including javascript and css files in jsp

2007-09-10 Thread advaittrivedi
sorry html didnt got printed in above message: | link href=/surveyadminportlet/WEB-INF/html/my.css type=css | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082492#4082492 Reply to the post :

[jboss-user] [JBoss Portal] - Re: including javascript and css files in jsp

2007-09-10 Thread advaittrivedi
thanks thomas, its working. but when i include javascript using the rendering of portlet is stopping from the point where i have defined this tag. and rest of the portlet is simply not getting rendered. i am getting sort of half rendered,broken portlet. is this something because of location

[jboss-user] [JBoss Portal] - pointing portalds of jboss portal 2.6 to Ingres

2007-08-31 Thread advaittrivedi
I have jboss portal 2.6.1_GA i want to use Ingres as database for portal. I have put in place ingres-ds.xml, portal-ingres-ds.xml, ingres-jdbc2-service.xml, ingres-jdbc-state-service.xml and i have removed similar files that were already in place, I am getting this exception when i start jboss

[jboss-user] [JBoss Portal] - Re: pointing portalds of jboss portal 2.6 to Ingres

2007-08-31 Thread advaittrivedi
Thanks Thomas, By documentation, you mean Hibernate documentation? or JBoss documentation? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4079855#4079855 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4079855

[jboss-user] [JBoss Portal] - Re: installing two or more instances of portal on one machin

2007-08-20 Thread advaittrivedi
Thanks Sohil, It worked View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075661#4075661 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075661 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - installing two or more instances of portal on one machine

2007-08-14 Thread advaittrivedi
Hi All, I am planning to install 2 or more instances of portal server on Jboss app server. I found some info on wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine I need to use jboss portal 2.6.1 on jboss appserver 4.0.5, i know how to install portal

[jboss-user] [JBoss Portal] - using Ingres database as PortalDS

2007-07-24 Thread advaittrivedi
Hi, I am trying to use Ingres 2006 database as portalDS for JBoss Portal 2.4. I have setup necessary datasource. But when I start the portal server and when hibernate tries to create tables, following errors are coming. --- CMS failing to start:

[jboss-user] [JBoss Portal] - Re: using Ingres database as PortalDS

2007-07-24 Thread advaittrivedi
Hi Peter, I have already changed database dialect in jboss-portal.sar/conf/hibernate/*/hibernate.cfg.xml file. I got error messages after making these changes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4067266#4067266 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - changing hibernate logging level in conf/log4j.xml

2007-07-04 Thread advaittrivedi
I am using jboss AS 4.0.5_GA. I have xwiki application that used hibernate framework. I came to know from hibernate docs that following log snippet will change logging level for whole of hibernate to 'debug' So I added this in

[jboss-user] [Installation, Configuration Deployment] - Re: changing hibernate logging level in conf/log4j.xml

2007-07-04 Thread advaittrivedi
sorry, the xml snippet is not visible above. imagine this in black lines: appender-ref ref=hibernate/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060386#4060386 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: changing hibernate logging level in conf/log4j.xml

2007-07-04 Thread advaittrivedi
View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060391#4060391 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4060391 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Re: changing hibernate logging level in conf/log4j.xml

2007-07-04 Thread advaittrivedi
View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060398#4060398 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4060398 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - using jboss-web and jboss-app to mod class loading behavior

2007-06-28 Thread advaittrivedi
I have a pebble.war for blogging on JBoss AS 4.0.5_GA. But when I start server it gives: == 16:21:23,241 ERROR [[/pebble]] Exception starting filter Acegi Filter Chain Proxy javax.servlet.ServletException: Bean context must contain at least one bean

[jboss-user] [JBoss Portal] - Re: using jboss-web and jboss-app to mod class loading behav

2007-06-28 Thread advaittrivedi
not really. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058697#4058697 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058697 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: log4j classcastexception with alfresco WAR

2007-06-21 Thread advaittrivedi
Hi, I am using JBoss portal 2.4 with AS 4.0.5_GA and Alfresco 2.0. The problem is about class loading in JBoss Portal. Nothing to do with Alfresco WAR. Thanks Regards, Advait Trivedi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4056275#4056275 Reply to

[jboss-user] [JBoss Portal] - Re: ClassNotFoundException when class is present in WEB-INF/

2007-06-21 Thread advaittrivedi
Hi Sohil, I ended up with another problem. I have JB AS 4.0.5_GA and JBoss Portal 2.4 on top of it. I have pebble.war which contains WEB-INF/lib/spring-dao-1.2.8.jar which contains TransactionAspectSupport.class. I have alfresco.war which contains WEB-INF/lib/spring.jar which also contains

[jboss-user] [JBoss Portal] - log4j classcastexception with alfresco WAR

2007-06-20 Thread advaittrivedi
Hi, I have alfresco war deployed. When I start server it gives following exception: = 16:03:29,799 ERROR [STDERR] log4j:ERROR Could not create level [TRACE]. Reported error follows. 16:03:29,799 ERROR [STDERR] java.lang.ClassCastException:

[jboss-user] [JBoss Portal] - Re: ClassNotFoundException when class is present in WEB-INF/

2007-06-17 Thread advaittrivedi
Hi Sohil, I tried doing true, but this is even more catastrophic: I have cas.war (http://www.ja-sig.org/products/cas/) deployed on my JBoss Portal, for SSO. It has common-logging and log4j JARs. If I make above to true, then following is coming while server startup: 11:03:49,083 INFO

[jboss-user] [JBoss Portal] - struck log4j related problems while starting CAS war

2007-06-15 Thread advaittrivedi
I have installed Central Authentication Service v 3.0.7 on JBoss Portal 2.6. For that we need to put cas.war to /JBOSS_HOME/server/default/deploy After that i started the server, but i got: 15:38:58,767 INFO [[/cas]] Initializing Log4J from [classpath:log4j.properties] 15:38:58,923 ERROR

[jboss-user] [JBoss Portal] - ClassNotFoundException when class is present in WEB-INF/lib

2007-06-15 Thread advaittrivedi
Hi, This is wierdest CNFE I have ever encountered. I am using JBoss Portal 2.6, JBoss AS 4.0.5 GA. I have a war file which contains acegi-security-1.0.1.jar in WEB-INF/lib This file has a class: org.acegisecurity.userdetails.UsernameNotFoundException. But still I get ClassNotFoundException:

[jboss-user] [JBoss Portal] - Re: getting a portlet to load in maximized state

2007-06-08 Thread advaittrivedi
den, your solution: using setWindowState(WindowState.MAXIMIZED) on ActionResponse is possible in which life cycle method? If its possible only for processAction than how to trigger it unless user initiates an action? Thanks Regards, View the original post :

[jboss-user] [JBoss Portal] - Re: xwiki-1.0.war on JBoss Portal as a portlet

2007-06-05 Thread advaittrivedi
thanks sohil. yes it worked, cce is no more. But how when i put the portlet on page and run it i get: com.xpn.xwiki.XWikiException: Error number 11007 in 11: Exception while getting URL from request Wrapped Exception: java.lang.NullPointerException at

[jboss-user] [JBoss Portal] - Re: xwiki-1.0.war on JBoss Portal as a portlet

2007-06-05 Thread advaittrivedi
I had a look at WEB-INF/lib of xwiki war, but was unable to find portlet.jar !! Though a portlet-api.jar file is there, is this what you meant in your reply? Also, I will try to modify xwiki code as per your suggestion, but right now facing some subversion issue and unable to download source :(

[jboss-user] [JBoss Portal] - getting a portlet to load in maximized state

2007-06-05 Thread advaittrivedi
Hi All, I have a portlet which does nothing, but I when I put it on page, I want it in maximized state. For that I have added following in *-object.xml: ?xml version=1.0 encoding=utf-8? parent-refdefault.xwiki/parent-ref if-existsoverwrite/if-exists

[jboss-user] [JBoss Portal] - xwiki-1.0.war on JBoss Portal as a portlet

2007-06-04 Thread advaittrivedi
Hi All, I am required to run xwiki as portlet on JBoss Portal. I have deployed xwiki-1.0.war in JBoss Portal's server/default/deploy/xwiki directory as specified in http://www.xwiki.org/xwiki/bin/view/AdminGuide/InstallationJBoss. I have also configured MySQL as specified in