Project

General

Profile

Actions

Support #222

closed

Sortir la datasource du namespace java:

Support #222: Sortir la datasource du namespace java:

Added by Alexis Hassler about 16 years ago. Updated about 15 years ago.

Status:
Closed
Priority:
Normal
Category:
Serveur
Start date:
02/26/2010
Due date:
% Done:

100%

Estimated time:
Spent time:
Navigateur:
Firefox 3.x
Votre version de Silverpeas:
5.2
Système d'exploitation:
Livraison en TEST:
Livraison en PROD:

Description

Le namespace java: est une spécificité de JBoss. Le portage vers d'autres serveurs d'applications serait facilité si cette spécificité n'était pas exploitée.
Pour cela, il faudrait ajouter ceci dans le fichier de silverpeas-ds.xml :
<use-java-context>false</use-java-context>

Ainsi, le nom de la datasource ne serait plus java:Silverpeas, mais tout simplement Silverpeas, comme sur les autres serveurs d'applications.


Related issues 1 (0 open1 closed)

Blocks Silverpeas Core - Support #20: Run on modern JBoss serverClosedMiguel Moquillon11/20/2009

Actions

Updated by Emmanuel Hugonnet almost 16 years ago Actions #1

  • Tracker changed from Bug to Support

Updated by Emmanuel Hugonnet almost 16 years ago Actions #2

  • Category deleted (Configuration)
  • Target version set to Version 5.1

Updated by Nicolas Eysseric almost 16 years ago Actions #3

  • Category set to Serveur
  • Assignee set to Emmanuel Hugonnet

Updated by Nicolas Eysseric almost 16 years ago Actions #4

  • Target version changed from Version 5.1 to Version 5.2

Updated by Nicolas Eysseric over 15 years ago Actions #5

  • Target version changed from Version 5.2 to Version 5.3
  • Votre version de Silverpeas set to 5.2

Updated by Nicolas Eysseric over 15 years ago Actions #6

  • Target version changed from Version 5.3 to Version 5.4

Updated by Nicolas Eysseric over 15 years ago Actions #7

  • Target version changed from Version 5.4 to Version 5.5
  • Navigateur set to Firefox 3.x

Updated by Emmanuel Hugonnet about 15 years ago Actions #8

  • Status changed from New to In progress...

Updated by Emmanuel Hugonnet about 15 years ago Actions #9

  • Status changed from In progress... to Closed
  • % Done changed from 0 to 100
En attendant la release de la 5.5 voici les oérations à réaliser :
  • éditer le fichier $SILVERPEAS_HOME/setup/appserver/jboss403/Silverpeas-ds.xml et remplacer la ligne
    <jndi-name>java:/Silverpeas</jndi-name>
    

    par les deux lignes suivantes :
    <jndi-name>Silverpeas</jndi-name>
    <use-java-context>false</use-java-context>
    
  • éditer le fichier $SILVERPEAS_HOME/setup/settings/JBossSettings.xml et indiquer la valeur Silverpeas dans l'élément datasource.
Actions

Also available in: PDF Atom