[JBoss JIRA] Created: (JBPORTAL-2267) Ability to override global transaction timeout value for CMS component
by Magesh Kumar B (JIRA)
Ability to override global transaction timeout value for CMS component
----------------------------------------------------------------------
Key: JBPORTAL-2267
URL: https://jira.jboss.org/jira/browse/JBPORTAL-2267
Project: JBoss Portal
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Portal CMS
Affects Versions: 2.7.0 Final
Reporter: Magesh Kumar B
Assignee: Sohil Shah
Uploading large files in CMS times out with the message:
javax.servlet.ServletException: Transaction is not active: tx=TransactionImpl:XidImpl
However this could be overcome by increasing the TransactionTimeout value for the org.jboss.tm.TransactionManagerService mbean in server/<server-config>/conf/jboss-service.xml. Now this affects the timeout value for all applications deployed in JBossPortal server, which is not what is needed. Instead a facility to increase the timeout value for only the CMS component is desired.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 3 months
[JBoss JIRA] Created: (JBPORTAL-2362) Improve german language-resource-files in portal-cms.war, portal-admin.war and portal-users-samples.war
by Hardy Massen (JIRA)
Improve german language-resource-files in portal-cms.war, portal-admin.war and portal-users-samples.war
-------------------------------------------------------------------------------------------------------
Key: JBPORTAL-2362
URL: https://jira.jboss.org/jira/browse/JBPORTAL-2362
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.7.2 Final
Reporter: Hardy Massen
Some german language-resource-files need corrections:
1.
file jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/classes/Resource_de.properties:
CMS_MSG_UPLOADARCHIVE_ASYNC=Ihr Archiv wurde zur Verarbeitung akzeptiert. Sobald die Verarbeitung abgeschlossen ist, wird die Ressource wird in Ihrem Verzeichnis gelistet werden.
should be:
CMS_MSG_UPLOADARCHIVE_ASYNC=Ihr Archiv wurde zur Verarbeitung akzeptiert. Sobald die Verarbeitung abgeschlossen ist, wird die Ressource in Ihrem Verzeichnis gelistet werden.
2.
also file jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/classes/Resource_de.properties:
CMS_LINK_TO_RESOURCES=Verweise auf Ressourcen innerhalb dieses Portals sollten absolut sein. Beispiel: Ein Verweis auf ein Bild mit dem Pfad default/images/back.gif sollte genau wie hier aufgef\u00fchrt eingegeben werden. Stellen Sie dem Ressourcenpfad kein Slash (/) voran. Sie k\u00f6nnen den Verweis \u00fcberpr\u00fcfen, indem Sie auf den Vorschau-Button im Editor klicken.
should be:
CMS_LINK_TO_RESOURCES=Verweise auf Ressourcen innerhalb dieses Portals sollten relativ sein. Beispiel: Ein Verweis auf ein Bild mit dem Pfad default/images/back.gif sollte genau wie hier aufgef\u00fchrt eingegeben werden. Stellen Sie dem Ressourcenpfad kein Slash (/) voran. Sie k\u00f6nnen den Verweis \u00fcberpr\u00fcfen, indem Sie auf den Vorschau-Button im Editor klicken.
In my opinion, the "absolute path" should be a "relative path", like the example "default/images/back.gif" say.
/path/from/root = absolute
path/from/somewhere = relative
This is also wrong in all other existing language-versions.
3.
file jboss-portal.sar/samples/portal-users-samples.sar/portal-users-samples.war/WEB-INF/classes/Resource_de.properties:
ONE_USER_ONLINE=Sie sind der einizge Benutzer online
should be:
ONE_USER_ONLINE=Sie sind der einzige Benutzer online
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 3 months
[JBoss JIRA] Commented: (JBREM-139) need automated test for servlet server invoker
by Ron Sigal (JIRA)
[ https://jira.jboss.org/jira/browse/JBREM-139?page=com.atlassian.jira.plug... ]
Ron Sigal commented on JBREM-139:
---------------------------------
Other than assuming the existence of an Application Server, the tests are now automated. That is, an AS is configured and started, the tests are run, and the AS is restored to its original state and stopped. The tests are run by the "tests.functional.servlet" target in build.xml.
One other necessary step is to set the values in the local.properties file in the main directory.
> need automated test for servlet server invoker
> ----------------------------------------------
>
> Key: JBREM-139
> URL: https://jira.jboss.org/jira/browse/JBREM-139
> Project: JBoss Remoting
> Issue Type: Task
> Components: general
> Affects Versions: 1.2.0 final, 2.5.0.SP2 (Flounder) , 2.2.2.SP11
> Reporter: Tom Elrod
> Assignee: Ron Sigal
> Priority: Minor
> Fix For: 2.5.0.SP3 (Flounder), 2.2.2.SP12
>
>
> Tests for servlet invoker is manual since have to deploy servlet-invoker.war to jboss in order for it to work. Need to figure out if there
> is an easy automated way to do this (since would currently require JBossAS, don't think realistic to run as unit test for JBossRemoting
> test run).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 3 months