From 39696d2cedc0c4ab6b9185d7e9016da94e1d4105 Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Mon, 10 Nov 2008 23:54:09 +0000 Subject: [PATCH] [ 2217907 ] Migrate from ejb2 to ejb3 - migrate to ejb3. - upgrade jboss to 4.2.3. - added glassfish support. tested on glassfish v2u2 - drop the tomcat-only deployment task that is not working, need jee server instead of just a servlet runtime. --- .classpath | 15 +- .settings/org.eclipse.wst.common.component | 2 + JasperReports/build.xml | 2 +- .../src/org/compiere/interfaces/MD5.java | 12 +- .../src/org/compiere/interfaces/MD5Home.java | 19 - .../org/compiere/report/ReportStarter.java | 24 +- JasperReportsWebApp/build.xml | 11 +- .../WebApp.ear/META-INF/application.xml | 7 +- .../deploy/WebApp.ear/META-INF/ejb-jar.xml | 69 - .../deploy/WebApp.ear/META-INF/jboss.xml | 6 +- .../WebApp.ear/webApp.war/WEB-INF/web.xml | 1 - .../src/META-INF/application.xml | 9 +- JasperReportsWebApp/src/META-INF/ejb-jar.xml | 69 - JasperReportsWebApp/src/META-INF/jboss.xml | 8 +- JasperReportsWebApp/src/WEB-INF/web.xml | 198 +- .../src/org/compiere/ejb/MD5Bean.java | 63 +- .../src/org/compiere/interfaces/MD5.java | 13 +- .../src/org/compiere/interfaces/MD5Home.java | 18 - .../src/org/compiere/utils/MD5EjbTest.java | 7 +- .../org/compiere/web/GetMD5FileServlet.java | 32 +- JasperReportsWebApp/xdoclet-build.xml | 116 - base/build.xml | 15 +- .../org/adempiere/as/IApplicationServer.java | 37 + base/src/org/compiere/db/CConnection.java | 184 +- base/src/org/compiere/db/TestEJB.java | 3 +- base/src/org/compiere/interfaces/Server.java | 51 +- .../org/compiere/interfaces/ServerHome.java | 18 - .../org/compiere/interfaces/ServerLocal.java | 95 +- .../compiere/interfaces/ServerLocalHome.java | 18 - .../org/compiere/interfaces/ServerRemote.java | 13 + base/src/org/compiere/interfaces/Status.java | 53 +- .../org/compiere/interfaces/StatusHome.java | 18 - .../org/compiere/interfaces/StatusLocal.java | 92 +- .../compiere/interfaces/StatusLocalHome.java | 18 - .../org/compiere/interfaces/StatusRemote.java | 12 + base/src/org/compiere/model/MClient.java | 8 +- base/src/org/compiere/model/MStore.java | 5 +- .../org/compiere/process/DocumentEngine.java | 4 +- .../compiere/process/ReplicationLocal.java | 17 +- base/src/org/compiere/util/CLogMgt.java | 29 +- base/src/org/compiere/util/ConnectTest.java | 7 +- base/src/org/compiere/util/Env.java | 24 + base/src/org/compiere/wf/MWFActivity.java | 8 +- client/src/org/compiere/apps/AEnv.java | 43 +- client/src/org/compiere/apps/ProcessCtl.java | 9 +- glassfishfacet/config/domain.xml | 11 + glassfishfacet/config/login.conf | 3 + glassfishfacet/config/readme.txt | 7 + glassfishfacet/config/sun-application.xml | 12 + .../src/org/adempiere/as/ASFactory.java | 55 + .../as/glassfish/AdempiereLoginModule.java | 41 + .../as/glassfish/AdempiereRealm.java | 76 + .../org/adempiere/as/glassfish/GlassFish.java | 95 + .../src/org/adempiere/as/glassfish/login.conf | 10 + install/Adempiere/build.xml | 127 +- install/build.xml | 9 +- .../org/compiere/install/ConfigGlassfish.java | 24 +- .../org/compiere/install/ConfigOracle.java | 27 +- .../org/compiere/install/ConfigTomcat.java | 153 - .../compiere/install/ConfigurationData.java | 15 +- jboss/JBossORG-EULA.txt | 104 + jboss/bin/classpath.sh | 2 +- jboss/bin/deployer.bat | 60 - jboss/bin/deployer.sh | 105 - jboss/bin/jboss_init_hpux.sh | 257 + jboss/bin/jboss_init_redhat.sh | 129 +- jboss/bin/jboss_init_suse.sh | 70 +- jboss/bin/probe.bat | 13 + jboss/bin/probe.sh | 27 + jboss/bin/run.bat | 85 +- jboss/bin/run.conf | 9 +- jboss/bin/run.sh | 126 +- jboss/bin/shutdown.bat | 14 +- jboss/bin/shutdown.sh | 22 +- jboss/bin/twiddle.bat | 19 +- jboss/bin/twiddle.sh | 12 +- jboss/bin/wsconsume.bat | 70 + jboss/bin/wsconsume.sh | 134 + jboss/bin/wsprovide.bat | 75 + jboss/bin/wsprovide.sh | 139 + jboss/bin/wsrunclient.bat | 58 + jboss/bin/wsrunclient.sh | 91 + jboss/bin/wstools.bat | 69 + jboss/bin/wstools.sh | 99 + jboss/client/auth.conf | 25 + jboss/copyright.txt | 159 + jboss/jar-versions.xml | 312 +- jboss/lgpl.html | 350 + jboss/mod_jk.conf | 60 - jboss/readme.html | 1120 ++- jboss/readme.txt | 51 - jboss/readme_j2ee.html | 71 - .../conf/{log4j.xml => jboss-log4j.xml} | 579 +- jboss/server/adempiere/conf/jboss-minimal.xml | 151 + .../adempiere/conf/jboss-serviceTemplate.xml | 1150 ++-- .../adempiere/conf/jbossjta-properties.xml | 228 + jboss/server/adempiere/conf/jndi.properties | 8 +- .../adempiere/conf/login-configTemplate.xml | 317 +- .../props/jbossws-roles.properties} | 4 +- .../props/jbossws-users.properties} | 4 +- .../conf/props/jmx-console-roles.properties | 4 +- .../conf/props/jmx-console-users.properties | 4 +- jboss/server/adempiere/conf/server.policy | 12 - jboss/server/adempiere/conf/standardjaws.xml | 1267 ---- jboss/server/adempiere/conf/standardjboss.xml | 2280 +++--- .../adempiere/conf/standardjbosscmp-jdbc.xml | 6088 +++++++++-------- .../AttributePersistenceService-xmbean.xml | 212 +- .../xmdesc/ClientUserTransaction-xmbean.xml | 54 +- .../adempiere/conf/xmdesc/JNDIView-xmbean.xml | 61 +- .../conf/xmdesc/Log4jService-xmbean.xml | 218 +- .../conf/xmdesc/NamingBean-xmbean.xml | 37 + .../conf/xmdesc/NamingService-xmbean.xml | 325 +- .../TransactionManagerService-xmbean.xml | 171 +- ...rg.jboss.deployment.JARDeployer-xmbean.xml | 148 +- ...g.jboss.deployment.MainDeployer-xmbean.xml | 503 +- ...rg.jboss.deployment.SARDeployer-xmbean.xml | 155 +- .../deploy/cache-invalidation-service.xml | 96 +- .../deploy/client-deployer-service.xml | 102 +- .../server/adempiere/deploy/ear-deployer.xml | 44 +- .../server/adempiere/deploy/ejb-deployer.xml | 380 +- .../deploy/ejb3-interceptors-aop.xml | 365 + .../ejb3.deployer/META-INF/jboss-service.xml | 312 + .../META-INF/persistence.properties | 17 + jboss/server/adempiere/deploy/hsqldb-ds.xml | 113 + .../META-INF/jboss-serviceTemplate.xml | 61 - .../InvokerServlet$GetCredentialAction.class | Bin 1041 -> 0 bytes .../InvokerServlet$GetPrincipalAction.class | Bin 1105 -> 0 bytes .../http/servlet/InvokerServlet.class | Bin 7181 -> 0 bytes .../http/servlet/NamingFactoryServlet.class | Bin 4696 -> 0 bytes .../http/servlet/ReadOnlyAccessFilter.class | Bin 5578 -> 0 bytes .../invoker.war/WEB-INF/jboss-web.xml | 3 - .../invoker.war/WEB-INF/web.xml | 174 - .../META-INF/jboss-service.xml | 45 + .../jboss-aop-jdk50.deployer/base-aop.xml | 133 + .../META-INF/jboss-service.xml | 15 + .../adempiere/deploy/jboss-ha-local-jdbc.rar | Bin 0 -> 6731 bytes .../adempiere/deploy/jboss-ha-xa-jdbc.rar | Bin 0 -> 8704 bytes .../adempiere/deploy/jboss-local-jdbc.rar | Bin 0 -> 11934 bytes .../META-INF/jboss-service.xml | 204 + .../META-INF/webserver-xmbean.xml | 195 + .../ROOT.war/WEB-INF/web.xml | 40 +- .../ROOT.war/favicon.ico} | Bin 861 -> 1406 bytes .../jboss-web.deployer/ROOT.war/index.html | 46 + .../ROOT.war/jboss.css | 288 +- .../jboss-web.deployer/ROOT.war/logo.gif | Bin 0 -> 10268 bytes .../ROOT.war/manager}/xform.xsl | 192 +- .../deploy/jboss-web.deployer/conf/web.xml | 1248 ++++ .../deploy/jboss-web.deployer/context.xml | 17 + .../jboss-web.deployer/serverTemplate.xml | 168 + .../server/adempiere/deploy/jboss-xa-jdbc.rar | Bin 0 -> 15978 bytes .../adempiere/deploy/jbossjca-service.xml | 139 +- .../META-INF/jboss-service.xml | 138 - .../jbossweb-tomcat55.sar/ROOT.war/index.html | 47 - .../jbossweb-tomcat55.sar/ROOT.war/logo.gif | Bin 12721 -> 0 bytes .../deploy/jbossweb-tomcat55.sar/conf/web.xml | 978 --- .../deploy/jbossweb-tomcat55.sar/context.xml | 4 - .../jbossweb-tomcat55.sar/serverTemplate.xml | 127 - .../jmx-console.war/META-INF/MANIFEST.MF | 4 - .../jmx/adaptor/control/AddressPort.class | Bin 2765 -> 0 bytes .../jmx/adaptor/control/AttrResultInfo.class | Bin 1289 -> 0 bytes .../jmx/adaptor/control/OpResultInfo.class | Bin 718 -> 0 bytes .../jboss/jmx/adaptor/control/Server.class | Bin 9508 -> 0 bytes .../html/ClusteredConsoleServlet.class | Bin 9555 -> 0 bytes .../jmx/adaptor/html/HtmlAdaptorServlet.class | Bin 8653 -> 0 bytes .../jboss/jmx/adaptor/model/DomainData.class | Bin 1720 -> 0 bytes .../jboss/jmx/adaptor/model/MBeanData.class | Bin 2082 -> 0 bytes .../jmx-console.war/WEB-INF/jboss-web.xml | 7 - .../deploy/jmx-console.war/WEB-INF/web.xml | 89 - .../jmx-console.war/cluster/bootstrap.html | 69 - .../jmx-console.war/cluster/clusterView.jsp | 44 - .../deploy/jmx-console.war/cluster/index.html | 6 - .../deploy/jmx-console.war/displayMBeans.jsp | 59 - .../jmx-console.war/displayOpResult.jsp | 74 - .../deploy/jmx-console.war/images/logo.gif | Bin 12721 -> 0 bytes .../deploy/jmx-console.war/index.jsp | 2 - .../deploy/jmx-console.war/inspectMBean.jsp | 309 - .../deploy/jmx-console.war/jboss.css | 146 - .../deploy/jmx-console.war/style_master.css | 64 - .../adempiere/deploy/jmx-invoker-service.xml | 248 +- .../server/adempiere/deploy/jsr88-service.xml | 19 + jboss/server/adempiere/deploy/mail-ra.rar | Bin 0 -> 10990 bytes .../console-mgr.sar/META-INF/MANIFEST.MF | 4 - .../META-INF/jboss-service.xml | 33 - .../web-console.war/AOPBinding.jsp | 71 - .../web-console.war/AOPClassMetaData.jsp | 38 - .../web-console.war/AOPConstructorChain.jsp | 84 - .../AOPConstructorConstructorCallerChain.jsp | 91 - .../AOPConstructorMetaData.jsp | 53 - .../AOPConstructorMethodCallerChain.jsp | 91 - .../web-console.war/AOPDefaultMetaData.jsp | 38 - .../web-console.war/AOPFieldChain.jsp | 84 - .../web-console.war/AOPFieldMetaData.jsp | 39 - .../AOPIntroductionPointcut.jsp | 105 - .../web-console.war/AOPMetaData.jsp | 79 - .../web-console.war/AOPMethodChain.jsp | 86 - .../AOPMethodConstructorCallerChain.jsp | 92 - .../web-console.war/AOPMethodMetaData.jsp | 39 - .../AOPMethodMethodCallerChain.jsp | 92 - .../console-mgr.sar/web-console.war/EJB.jsp | 42 - .../web-console.war/EJBModule.jsp | 44 - .../web-console.war/EntityEjb.jsp | 229 - .../web-console.war/J2EEApp.jsp | 44 - .../web-console.war/JNDIView.jsp | 38 - .../web-console.war/META-INF/MANIFEST.MF | 4 - .../web-console.war/MdbEjb.jsp | 239 - .../console-mgr.sar/web-console.war/Queue.jsp | 119 - .../web-console.war/ServerInfo.jsp | 136 - .../web-console.war/Servlet.jsp | 102 - .../web-console.war/StatefulEjb.jsp | 229 - .../web-console.war/StatelessEjb.jsp | 228 - .../web-console.war/SysProperties.jsp | 55 - .../console-mgr.sar/web-console.war/Topic.jsp | 114 - .../web-console.war/TopicNavigation.jsp | 9 - .../web-console.war/TopicSubscriptions.jsp | 108 - .../WEB-INF/classes/Classloaders.bsh | 83 - .../WEB-INF/classes/J2EEFolder.bsh | 27 - .../WEB-INF/classes/JNDIView.bsh | 27 - .../WEB-INF/classes/SystemFolder.bsh | 27 - .../web-console.war/WEB-INF/jboss-web.xml | 17 - .../WEB-INF/tlds/webconsole.tld | 64 - .../web-console.war/WEB-INF/web.xml | 356 - .../web-console.war/WebModule.jsp | 102 - .../web-console.war/applet.jsp | 24 - .../web-console.war/createSnapshot.jsp | 98 - .../createStringThresholdMonitor.jsp | 173 - .../createStringThresholdMonitorSummary.jsp | 154 - .../createThresholdMonitor.jsp | 171 - .../createThresholdMonitorSummary.jsp | 157 - .../web-console.war/css/dtree.css | 34 - .../web-console.war/css/jboss.css | 232 - .../console-mgr.sar/web-console.war/dtree.js | 347 - .../web-console.war/images/EspressoMaker.gif | Bin 917 -> 0 bytes .../web-console.war/images/bean.gif | Bin 129 -> 0 bytes .../web-console.war/images/beans.gif | Bin 887 -> 0 bytes .../web-console.war/images/card.gif | Bin 905 -> 0 bytes .../web-console.war/images/container.gif | Bin 981 -> 0 bytes .../web-console.war/images/database.gif | Bin 924 -> 0 bytes .../web-console.war/images/elements32.gif | Bin 1107 -> 0 bytes .../web-console.war/images/flash.gif | Bin 887 -> 0 bytes .../web-console.war/images/jboss.gif | Bin 1925 -> 0 bytes .../web-console.war/images/jndiview.gif | Bin 341 -> 0 bytes .../web-console.war/images/logo.gif | Bin 12721 -> 0 bytes .../web-console.war/images/recycle.gif | Bin 957 -> 0 bytes .../web-console.war/images/rubiks.gif | Bin 1136 -> 0 bytes .../web-console.war/images/server.gif | Bin 879 -> 0 bytes .../web-console.war/images/service.gif | Bin 889 -> 0 bytes .../web-console.war/images/serviceset.gif | Bin 929 -> 0 bytes .../web-console.war/images/servinghand.gif | Bin 872 -> 0 bytes .../web-console.war/images/settings32.gif | Bin 1141 -> 0 bytes .../web-console.war/images/smallnet.gif | Bin 1096 -> 0 bytes .../web-console.war/images/spirale.gif | Bin 954 -> 0 bytes .../web-console.war/images/spirale32.gif | Bin 1162 -> 0 bytes .../web-console.war/images/starfolder.gif | Bin 947 -> 0 bytes .../web-console.war/img/base.gif | Bin 1040 -> 0 bytes .../web-console.war/img/cd.gif | Bin 239 -> 0 bytes .../web-console.war/img/empty.gif | Bin 62 -> 0 bytes .../web-console.war/img/folder.gif | Bin 372 -> 0 bytes .../web-console.war/img/folderopen.gif | Bin 376 -> 0 bytes .../web-console.war/img/globe.gif | Bin 1095 -> 0 bytes .../web-console.war/img/imgfolder.gif | Bin 622 -> 0 bytes .../web-console.war/img/join.gif | Bin 69 -> 0 bytes .../web-console.war/img/joinbottom.gif | Bin 66 -> 0 bytes .../web-console.war/img/line.gif | Bin 66 -> 0 bytes .../web-console.war/img/minus.gif | Bin 86 -> 0 bytes .../web-console.war/img/minusbottom.gif | Bin 85 -> 0 bytes .../web-console.war/img/musicfolder.gif | Bin 633 -> 0 bytes .../web-console.war/img/nolines_plus.gif | Bin 870 -> 0 bytes .../web-console.war/img/page.gif | Bin 582 -> 0 bytes .../web-console.war/img/plus.gif | Bin 89 -> 0 bytes .../web-console.war/img/plusbottom.gif | Bin 88 -> 0 bytes .../web-console.war/img/question.gif | Bin 1044 -> 0 bytes .../web-console.war/img/trash.gif | Bin 1051 -> 0 bytes .../web-console.war/index.html | 19 - .../web-console.war/listMonitors.jsp | 142 - .../web-console.war/manageSnapshot.jsp | 132 - .../manageStringThresholdMonitor.jsp | 199 - .../manageThresholdMonitor.jsp | 204 - .../console-mgr.sar/web-console.war/xform.xsl | 96 - .../adempiere/deploy/monitoring-service.xml | 250 +- .../adempiere/deploy/properties-service.xml | 134 +- .../deploy/schedule-manager-service.xml | 217 +- .../adempiere/deploy/scheduler-service.xml | 117 +- .../adempiere/deploy/sqlexception-service.xml | 6 + .../META-INF/jboss-service.xml | 66 + jboss/server/adempiere/lib/license.html | 98 - jboss/worker.properties | 16 - lib/adempiereAll.xml | 23 +- posterita/posterita/src/ear/application.xml | 14 +- posterita/posterita/web/WEB-INF/web.xml | 65 +- serverApps/build.xml | 5 +- serverApps/src/ear/application.xml | 14 +- serverApps/src/etc/WEB-INF/web.xml | 36 +- .../servlet/org/compiere/www/WProcessCtl.java | 14 +- serverRoot/build.xml | 79 +- serverRoot/src/ear/application.xml | 14 +- serverRoot/src/main/ejb/jboss.xml | 19 + .../session/AdempiereLoginModule.java | 138 - .../ejb/org/compiere/session/ServerBean.java | 121 +- .../ejb/org/compiere/session/StatusBean.java | 94 +- serverRoot/src/main/ejb/sun-ejb-jar.xml | 18 + .../servlet/org/compiere/web/StatusInfo.java | 8 +- serverRoot/xdoclet-build.xml | 33 - tools/build.xml | 853 +-- webCM/build.xml | 3 +- webCM/src/ear/application.xml | 14 +- webStore/src/ear/application.xml | 14 +- webStore/src/web/WEB-INF/web.xml | 24 +- .../webui/ServerContextCallback.java | 2 + .../src/org/adempiere/webui/apps/AEnv.java | 85 +- .../webui/component/GridTableListModel.java | 21 +- .../webui/session/SessionContextListener.java | 3 +- .../adempiere/webui/session/WebUIServlet.java | 2 +- zkwebui/WEB-INF/web-2.5.xml | 179 + 313 files changed, 15698 insertions(+), 19740 deletions(-) delete mode 100644 JasperReports/src/org/compiere/interfaces/MD5Home.java delete mode 100644 JasperReportsWebApp/deploy/WebApp.ear/META-INF/ejb-jar.xml delete mode 100644 JasperReportsWebApp/src/META-INF/ejb-jar.xml delete mode 100644 JasperReportsWebApp/src/org/compiere/interfaces/MD5Home.java delete mode 100644 JasperReportsWebApp/xdoclet-build.xml create mode 100644 base/src/org/adempiere/as/IApplicationServer.java delete mode 100644 base/src/org/compiere/interfaces/ServerHome.java delete mode 100644 base/src/org/compiere/interfaces/ServerLocalHome.java create mode 100644 base/src/org/compiere/interfaces/ServerRemote.java delete mode 100644 base/src/org/compiere/interfaces/StatusHome.java delete mode 100644 base/src/org/compiere/interfaces/StatusLocalHome.java create mode 100644 base/src/org/compiere/interfaces/StatusRemote.java create mode 100644 glassfishfacet/config/domain.xml create mode 100644 glassfishfacet/config/login.conf create mode 100644 glassfishfacet/config/readme.txt create mode 100644 glassfishfacet/config/sun-application.xml create mode 100644 glassfishfacet/src/org/adempiere/as/ASFactory.java create mode 100644 glassfishfacet/src/org/adempiere/as/glassfish/AdempiereLoginModule.java create mode 100644 glassfishfacet/src/org/adempiere/as/glassfish/AdempiereRealm.java create mode 100644 glassfishfacet/src/org/adempiere/as/glassfish/GlassFish.java create mode 100644 glassfishfacet/src/org/adempiere/as/glassfish/login.conf delete mode 100644 install/src/org/compiere/install/ConfigTomcat.java create mode 100644 jboss/JBossORG-EULA.txt delete mode 100644 jboss/bin/deployer.bat delete mode 100644 jboss/bin/deployer.sh create mode 100644 jboss/bin/jboss_init_hpux.sh create mode 100644 jboss/bin/probe.bat create mode 100644 jboss/bin/probe.sh create mode 100644 jboss/bin/wsconsume.bat create mode 100644 jboss/bin/wsconsume.sh create mode 100644 jboss/bin/wsprovide.bat create mode 100644 jboss/bin/wsprovide.sh create mode 100644 jboss/bin/wsrunclient.bat create mode 100644 jboss/bin/wsrunclient.sh create mode 100644 jboss/bin/wstools.bat create mode 100644 jboss/bin/wstools.sh create mode 100644 jboss/client/auth.conf create mode 100644 jboss/copyright.txt create mode 100644 jboss/lgpl.html delete mode 100644 jboss/mod_jk.conf delete mode 100644 jboss/readme.txt delete mode 100644 jboss/readme_j2ee.html rename jboss/server/adempiere/conf/{log4j.xml => jboss-log4j.xml} (81%) create mode 100644 jboss/server/adempiere/conf/jboss-minimal.xml create mode 100644 jboss/server/adempiere/conf/jbossjta-properties.xml rename jboss/server/adempiere/{deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-roles.properties => conf/props/jbossws-roles.properties} (79%) rename jboss/server/adempiere/{deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties => conf/props/jbossws-users.properties} (83%) delete mode 100644 jboss/server/adempiere/conf/server.policy delete mode 100644 jboss/server/adempiere/conf/standardjaws.xml create mode 100644 jboss/server/adempiere/conf/xmdesc/NamingBean-xmbean.xml create mode 100644 jboss/server/adempiere/deploy/ejb3-interceptors-aop.xml create mode 100644 jboss/server/adempiere/deploy/ejb3.deployer/META-INF/jboss-service.xml create mode 100644 jboss/server/adempiere/deploy/ejb3.deployer/META-INF/persistence.properties create mode 100644 jboss/server/adempiere/deploy/hsqldb-ds.xml delete mode 100644 jboss/server/adempiere/deploy/http-invoker.sar/META-INF/jboss-serviceTemplate.xml delete mode 100644 jboss/server/adempiere/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation/http/servlet/InvokerServlet$GetCredentialAction.class delete mode 100644 jboss/server/adempiere/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation/http/servlet/InvokerServlet$GetPrincipalAction.class delete mode 100644 jboss/server/adempiere/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation/http/servlet/InvokerServlet.class delete mode 100644 jboss/server/adempiere/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation/http/servlet/NamingFactoryServlet.class delete mode 100644 jboss/server/adempiere/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation/http/servlet/ReadOnlyAccessFilter.class delete mode 100644 jboss/server/adempiere/deploy/http-invoker.sar/invoker.war/WEB-INF/jboss-web.xml delete mode 100644 jboss/server/adempiere/deploy/http-invoker.sar/invoker.war/WEB-INF/web.xml create mode 100644 jboss/server/adempiere/deploy/jboss-aop-jdk50.deployer/META-INF/jboss-service.xml create mode 100644 jboss/server/adempiere/deploy/jboss-aop-jdk50.deployer/base-aop.xml create mode 100644 jboss/server/adempiere/deploy/jboss-bean.deployer/META-INF/jboss-service.xml create mode 100644 jboss/server/adempiere/deploy/jboss-ha-local-jdbc.rar create mode 100644 jboss/server/adempiere/deploy/jboss-ha-xa-jdbc.rar create mode 100644 jboss/server/adempiere/deploy/jboss-local-jdbc.rar create mode 100644 jboss/server/adempiere/deploy/jboss-web.deployer/META-INF/jboss-service.xml create mode 100644 jboss/server/adempiere/deploy/jboss-web.deployer/META-INF/webserver-xmbean.xml rename jboss/server/adempiere/deploy/{jbossweb-tomcat55.sar => jboss-web.deployer}/ROOT.war/WEB-INF/web.xml (84%) rename jboss/server/adempiere/deploy/{management/console-mgr.sar/web-console.war/img/nolines_minus.gif => jboss-web.deployer/ROOT.war/favicon.ico} (50%) create mode 100644 jboss/server/adempiere/deploy/jboss-web.deployer/ROOT.war/index.html rename jboss/server/adempiere/deploy/{jbossweb-tomcat55.sar => jboss-web.deployer}/ROOT.war/jboss.css (87%) create mode 100644 jboss/server/adempiere/deploy/jboss-web.deployer/ROOT.war/logo.gif rename jboss/server/adempiere/deploy/{jbossweb-tomcat55.sar/ROOT.war => jboss-web.deployer/ROOT.war/manager}/xform.xsl (97%) create mode 100644 jboss/server/adempiere/deploy/jboss-web.deployer/conf/web.xml create mode 100644 jboss/server/adempiere/deploy/jboss-web.deployer/context.xml create mode 100644 jboss/server/adempiere/deploy/jboss-web.deployer/serverTemplate.xml create mode 100644 jboss/server/adempiere/deploy/jboss-xa-jdbc.rar delete mode 100644 jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/META-INF/jboss-service.xml delete mode 100644 jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/ROOT.war/index.html delete mode 100644 jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/ROOT.war/logo.gif delete mode 100644 jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/conf/web.xml delete mode 100644 jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/context.xml delete mode 100644 jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/serverTemplate.xml delete mode 100644 jboss/server/adempiere/deploy/jmx-console.war/META-INF/MANIFEST.MF delete mode 100644 jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/AddressPort.class delete mode 100644 jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/AttrResultInfo.class delete mode 100644 jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/OpResultInfo.class delete mode 100644 jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/Server.class delete mode 100644 jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/ClusteredConsoleServlet.class delete mode 100644 jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet.class delete mode 100644 jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/model/DomainData.class delete mode 100644 jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/model/MBeanData.class delete mode 100644 jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/jboss-web.xml delete mode 100644 jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/web.xml delete mode 100644 jboss/server/adempiere/deploy/jmx-console.war/cluster/bootstrap.html delete mode 100644 jboss/server/adempiere/deploy/jmx-console.war/cluster/clusterView.jsp delete mode 100644 jboss/server/adempiere/deploy/jmx-console.war/cluster/index.html delete mode 100644 jboss/server/adempiere/deploy/jmx-console.war/displayMBeans.jsp delete mode 100644 jboss/server/adempiere/deploy/jmx-console.war/displayOpResult.jsp delete mode 100644 jboss/server/adempiere/deploy/jmx-console.war/images/logo.gif delete mode 100644 jboss/server/adempiere/deploy/jmx-console.war/index.jsp delete mode 100644 jboss/server/adempiere/deploy/jmx-console.war/inspectMBean.jsp delete mode 100644 jboss/server/adempiere/deploy/jmx-console.war/jboss.css delete mode 100644 jboss/server/adempiere/deploy/jmx-console.war/style_master.css create mode 100644 jboss/server/adempiere/deploy/jsr88-service.xml create mode 100644 jboss/server/adempiere/deploy/mail-ra.rar delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/META-INF/MANIFEST.MF delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/META-INF/jboss-service.xml delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPBinding.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPClassMetaData.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPConstructorChain.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPConstructorConstructorCallerChain.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPConstructorMetaData.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPConstructorMethodCallerChain.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPDefaultMetaData.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPFieldChain.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPFieldMetaData.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPIntroductionPointcut.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPMetaData.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPMethodChain.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPMethodConstructorCallerChain.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPMethodMetaData.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPMethodMethodCallerChain.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/EJB.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/EJBModule.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/EntityEjb.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/J2EEApp.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/JNDIView.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/META-INF/MANIFEST.MF delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/MdbEjb.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/Queue.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/ServerInfo.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/Servlet.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/StatefulEjb.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/StatelessEjb.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/SysProperties.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/Topic.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/TopicNavigation.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/TopicSubscriptions.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/Classloaders.bsh delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/J2EEFolder.bsh delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/JNDIView.bsh delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/SystemFolder.bsh delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/jboss-web.xml delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/tlds/webconsole.tld delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/web.xml delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WebModule.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/applet.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/createSnapshot.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/createStringThresholdMonitor.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/createStringThresholdMonitorSummary.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/createThresholdMonitor.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/createThresholdMonitorSummary.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/css/dtree.css delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/css/jboss.css delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/dtree.js delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/EspressoMaker.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/bean.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/beans.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/card.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/container.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/database.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/elements32.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/flash.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/jboss.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/jndiview.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/logo.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/recycle.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/rubiks.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/server.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/service.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/serviceset.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/servinghand.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/settings32.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/smallnet.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/spirale.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/spirale32.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/starfolder.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/base.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/cd.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/empty.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/folder.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/folderopen.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/globe.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/imgfolder.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/join.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/joinbottom.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/line.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/minus.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/minusbottom.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/musicfolder.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/nolines_plus.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/page.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/plus.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/plusbottom.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/question.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/trash.gif delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/index.html delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/listMonitors.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/manageSnapshot.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/manageStringThresholdMonitor.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/manageThresholdMonitor.jsp delete mode 100644 jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/xform.xsl create mode 100644 jboss/server/adempiere/deploy/sqlexception-service.xml create mode 100644 jboss/server/adempiere/deploy/uuid-key-generator.sar/META-INF/jboss-service.xml delete mode 100644 jboss/server/adempiere/lib/license.html delete mode 100644 jboss/worker.properties create mode 100644 serverRoot/src/main/ejb/jboss.xml delete mode 100644 serverRoot/src/main/ejb/org/compiere/session/AdempiereLoginModule.java create mode 100644 serverRoot/src/main/ejb/sun-ejb-jar.xml delete mode 100644 serverRoot/xdoclet-build.xml create mode 100644 zkwebui/WEB-INF/web-2.5.xml diff --git a/.classpath b/.classpath index 6a1b0bdaca..a678b32e4f 100644 --- a/.classpath +++ b/.classpath @@ -1,6 +1,8 @@ + + @@ -29,15 +31,10 @@ - - - - - @@ -91,10 +88,6 @@ - - - - @@ -120,5 +113,9 @@ + + + + diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index de81d9952e..e2eeb33dc8 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -20,6 +20,8 @@ + + diff --git a/JasperReports/build.xml b/JasperReports/build.xml index 67275bbad5..a6329073be 100644 --- a/JasperReports/build.xml +++ b/JasperReports/build.xml @@ -73,7 +73,7 @@ - + diff --git a/JasperReports/src/org/compiere/interfaces/MD5.java b/JasperReports/src/org/compiere/interfaces/MD5.java index ae86e59f86..59a068ae39 100644 --- a/JasperReports/src/org/compiere/interfaces/MD5.java +++ b/JasperReports/src/org/compiere/interfaces/MD5.java @@ -3,24 +3,28 @@ */ package org.compiere.interfaces; +import javax.ejb.Remote; /** * Remote interface for compiere/MD5. - * @xdoclet-generated at Feb 27, 2006 1:18:49 PM */ +@Remote public interface MD5 - extends javax.ejb.EJBObject { + public final static String JNDI_NAME = "ejb/compiere/MD5"; + + public final static String EJB_NAME = "compiereMD5"; + /** * Business method * @param Filename * @return AbsolutePath on server */ - public java.lang.String getFileAsolutePath( java.lang.String Filename ) throws java.rmi.RemoteException; + public java.lang.String getFileAsolutePath( java.lang.String Filename ); /** * Business method * @param FileName * @return hash base64 encoded */ - public java.lang.String getFileMD5( java.lang.String FileName ) throws java.rmi.RemoteException; + public java.lang.String getFileMD5( java.lang.String FileName ); } diff --git a/JasperReports/src/org/compiere/interfaces/MD5Home.java b/JasperReports/src/org/compiere/interfaces/MD5Home.java deleted file mode 100644 index 699608c7b4..0000000000 --- a/JasperReports/src/org/compiere/interfaces/MD5Home.java +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Generated file - Do not edit! - */ -package org.compiere.interfaces; - - -/** - * Home interface for compiere/MD5. Lookup using {1} - * @xdoclet-generated at Feb 27, 2006 1:18:49 PM - */ -public interface MD5Home - extends javax.ejb.EJBHome -{ - public static final String COMP_NAME="java:comp/env/ejb/compiere/MD5"; - public static final String JNDI_NAME="ejb/compiere/MD5"; - - public org.compiere.interfaces.MD5 create() throws javax.ejb.CreateException, java.rmi.RemoteException; - -} diff --git a/JasperReports/src/org/compiere/report/ReportStarter.java b/JasperReports/src/org/compiere/report/ReportStarter.java index 2d9cb357b8..04def55275 100644 --- a/JasperReports/src/org/compiere/report/ReportStarter.java +++ b/JasperReports/src/org/compiere/report/ReportStarter.java @@ -17,7 +17,6 @@ import java.net.URI; import java.net.URISyntaxException; import java.net.URL; import java.net.UnknownHostException; -import java.rmi.RemoteException; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; @@ -31,8 +30,6 @@ import java.util.Map; import java.util.Properties; import java.util.PropertyResourceBundle; -import javax.ejb.CreateException; -import javax.ejb.RemoveException; import javax.naming.InitialContext; import javax.naming.NamingException; @@ -47,7 +44,6 @@ import net.sf.jasperreports.engine.util.JRLoader; import org.compiere.db.CConnection; import org.compiere.interfaces.MD5; -import org.compiere.interfaces.MD5Home; import org.compiere.model.MAttachment; import org.compiere.model.MAttachmentEntry; import org.compiere.model.MProcess; @@ -134,13 +130,13 @@ public class ReportStarter implements ProcessCall, ClientProcess { { try { - Class md5HomeClass = Class.forName("org.compiere.interfaces.MD5Home"); + Class md5Class = Class.forName("org.compiere.interfaces.MD5"); log.info("EJB client for MD5 remote hashing is present"); return true; } catch (ClassNotFoundException e) { - log.warning("EJB Client for MD5 remote hashing absent\nyou need the class org.compiere.interfaces.MD5Home - from webEJB-client.jar - in classpath"); + log.warning("EJB Client for MD5 remote hashing absent\nyou need the class org.compiere.interfaces.MD5 - from webEJB-client.jar - in classpath"); return false; } } @@ -164,11 +160,9 @@ public class ReportStarter implements ProcessCall, ClientProcess { context = new InitialContext(env); if (isRequestedonAS(requestURL) && isMD5HomeInterfaceAvailable()) { - MD5Home home = (MD5Home)context.lookup(MD5Home.JNDI_NAME); - MD5 md5 = home.create(); + MD5 md5 = (MD5) context.lookup(MD5.JNDI_NAME); md5Hash = md5.getFileMD5(requestedURLString); log.info("MD5 for " + requestedURLString + " is " + md5Hash); - md5.remove(); } } @@ -180,18 +174,6 @@ public class ReportStarter implements ProcessCall, ClientProcess { log.warning("Unable to create jndi context did you deployed webApp.ear package?\nRemote hashing is impossible"); return null; } - catch (RemoteException e){ - log.warning("Unknown remote error exception"); - return null; - } - catch(CreateException e){ - log.warning("Error in RemoteInterface creation"); - return null; - } - catch(RemoveException e){ - log.warning("Error in RemoteInterface removing"); - return null; - } return md5Hash; } diff --git a/JasperReportsWebApp/build.xml b/JasperReportsWebApp/build.xml index da22a6de0c..8bf13304d8 100644 --- a/JasperReportsWebApp/build.xml +++ b/JasperReportsWebApp/build.xml @@ -19,7 +19,7 @@ - + @@ -27,16 +27,11 @@ ------ Compiling webApp - + - - ------ Executing xdoclet - - - ------ packaging @@ -57,7 +52,7 @@ - + diff --git a/JasperReportsWebApp/deploy/WebApp.ear/META-INF/application.xml b/JasperReportsWebApp/deploy/WebApp.ear/META-INF/application.xml index fa7c460f01..fba4920ffc 100644 --- a/JasperReportsWebApp/deploy/WebApp.ear/META-INF/application.xml +++ b/JasperReportsWebApp/deploy/WebApp.ear/META-INF/application.xml @@ -1,9 +1,8 @@ - + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd" + version="5"> Web App webAppEJB.jar diff --git a/JasperReportsWebApp/deploy/WebApp.ear/META-INF/ejb-jar.xml b/JasperReportsWebApp/deploy/WebApp.ear/META-INF/ejb-jar.xml deleted file mode 100644 index 3f7e18a484..0000000000 --- a/JasperReportsWebApp/deploy/WebApp.ear/META-INF/ejb-jar.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - No Description. - Generated by XDoclet - - - - - - - Compiere Server MD5 hash computation - - compiere/MD5 - - org.compiere.interfaces.MD5Home - org.compiere.interfaces.MD5 - org.compiere.ejb.MD5Bean - Stateless - Bean - - - ejb/compiere/MD5 - Session - org.compiere.interfaces.MD5Home - org.compiere.interfaces.MD5 - compiere/MD5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/JasperReportsWebApp/deploy/WebApp.ear/META-INF/jboss.xml b/JasperReportsWebApp/deploy/WebApp.ear/META-INF/jboss.xml index ff00bff041..832ffa1842 100644 --- a/JasperReportsWebApp/deploy/WebApp.ear/META-INF/jboss.xml +++ b/JasperReportsWebApp/deploy/WebApp.ear/META-INF/jboss.xml @@ -1,12 +1,14 @@ - + - compiere/MD5 + compiereMD5 ejb/compiere/MD5 diff --git a/JasperReportsWebApp/deploy/WebApp.ear/webApp.war/WEB-INF/web.xml b/JasperReportsWebApp/deploy/WebApp.ear/webApp.war/WEB-INF/web.xml index 046410ec5e..a1ab00da09 100644 --- a/JasperReportsWebApp/deploy/WebApp.ear/webApp.war/WEB-INF/web.xml +++ b/JasperReportsWebApp/deploy/WebApp.ear/webApp.war/WEB-INF/web.xml @@ -92,7 +92,6 @@ ejb/compiere/MD5 Session - org.compiere.interfaces.MD5Home org.compiere.interfaces.MD5 diff --git a/JasperReportsWebApp/src/META-INF/application.xml b/JasperReportsWebApp/src/META-INF/application.xml index fa7c460f01..43753dbb75 100644 --- a/JasperReportsWebApp/src/META-INF/application.xml +++ b/JasperReportsWebApp/src/META-INF/application.xml @@ -1,10 +1,9 @@ - - Web App + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd" + version="5"> + JasperReport Web App webAppEJB.jar diff --git a/JasperReportsWebApp/src/META-INF/ejb-jar.xml b/JasperReportsWebApp/src/META-INF/ejb-jar.xml deleted file mode 100644 index 81ee087bde..0000000000 --- a/JasperReportsWebApp/src/META-INF/ejb-jar.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - No Description. - Generated by XDoclet - - - - - - - Compiere Server MD5 hash computation - - compiere/MD5 - - org.compiere.interfaces.MD5Home - org.compiere.interfaces.MD5 - org.compiere.ejb.MD5Bean - Stateless - Bean - - - ejb/compiere/MD5 - Session - org.compiere.interfaces.MD5Home - org.compiere.interfaces.MD5 - compiere/MD5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/JasperReportsWebApp/src/META-INF/jboss.xml b/JasperReportsWebApp/src/META-INF/jboss.xml index ca60ebc742..870e8150ee 100644 --- a/JasperReportsWebApp/src/META-INF/jboss.xml +++ b/JasperReportsWebApp/src/META-INF/jboss.xml @@ -1,12 +1,14 @@ - - + + - compiere/MD5 + compiereMD5 ejb/compiere/MD5 diff --git a/JasperReportsWebApp/src/WEB-INF/web.xml b/JasperReportsWebApp/src/WEB-INF/web.xml index 770301b2ea..6ebe8a1928 100644 --- a/JasperReportsWebApp/src/WEB-INF/web.xml +++ b/JasperReportsWebApp/src/WEB-INF/web.xml @@ -1,100 +1,98 @@ - - - - - - - - - - - - - - - GetMD5File - Name for GetMD5File - - org.compiere.web.GetMD5FileServlet - - - A parameter - A value - - - - - - - - GetMD5File - /GetMD5File - - - - - - - - - - - - ejb/compiere/MD5 - Session - org.compiere.interfaces.MD5Home - org.compiere.interfaces.MD5 - - - + + + + + + + + + + + + + GetMD5File + + org.compiere.web.GetMD5FileServlet + + + + A parameter + A value + + + + + + + + GetMD5File + /GetMD5File + + + + + + + + + + + + ejb/compiere/MD5 + Session + + + diff --git a/JasperReportsWebApp/src/org/compiere/ejb/MD5Bean.java b/JasperReportsWebApp/src/org/compiere/ejb/MD5Bean.java index 75fab01a3d..9b6f43407c 100644 --- a/JasperReportsWebApp/src/org/compiere/ejb/MD5Bean.java +++ b/JasperReportsWebApp/src/org/compiere/ejb/MD5Bean.java @@ -7,28 +7,19 @@ package org.compiere.ejb; import java.net.URL; -import java.rmi.RemoteException; -import javax.ejb.CreateException; -import javax.ejb.EJBException; -import javax.ejb.SessionBean; -import javax.ejb.SessionContext; +import javax.ejb.Stateless; +import org.compiere.interfaces.MD5; import org.compiere.util.CLogger; import org.compiere.utils.DigestOfFile; /** - * @ejb:bean name="compiere/MD5" - * display-name="Compiere Server MD5 hash computation" - * type="Stateless" - * transaction-type="Bean" - * jndi-name="ejb/compiere/MD5" - * view-type="remote" - * * @ejb:ejb-ref ejb-name="compiere/MD5" * ref-name="compiere/MD5" */ -public class MD5Bean implements SessionBean { +@Stateless(mappedName=MD5.JNDI_NAME, name=MD5.EJB_NAME) +public class MD5Bean implements MD5 { private static final long serialVersionUID = 1L; /** @@ -41,53 +32,8 @@ public class MD5Bean implements SessionBean { log = CLogger.getCLogger(MD5Bean.class); } - /* (non-Javadoc) - * @see javax.ejb.SessionBean#setSessionContext(javax.ejb.SessionContext) - */ - public void setSessionContext(SessionContext ctx) - throws EJBException, - RemoteException { - // TODO Auto-generated method stub - - } - - /* (non-Javadoc) - * @see javax.ejb.SessionBean#ejbRemove() - */ - public void ejbRemove() throws EJBException, RemoteException { - // TODO Auto-generated method stub - - } - - /* (non-Javadoc) - * @see javax.ejb.SessionBean#ejbActivate() - */ - public void ejbActivate() throws EJBException, RemoteException { - // TODO Auto-generated method stub - - } - - /* (non-Javadoc) - * @see javax.ejb.SessionBean#ejbPassivate() - */ - public void ejbPassivate() throws EJBException, RemoteException { - // TODO Auto-generated method stub - - } - - /** - * Default create method - * - * @throws CreateException - * @ejb.create-method - */ - public void ejbCreate() throws CreateException { - // TODO Auto-generated method stub - } - /** * Business method - * @ejb.interface-method view-type = "remote" * @param FileName * @return hash base64 encoded */ @@ -131,7 +77,6 @@ public class MD5Bean implements SessionBean { /** * Business method - * @ejb.interface-method view-type = "remote" * @param Filename * @return AbsolutePath on server */ diff --git a/JasperReportsWebApp/src/org/compiere/interfaces/MD5.java b/JasperReportsWebApp/src/org/compiere/interfaces/MD5.java index 7c936ca69c..59a068ae39 100644 --- a/JasperReportsWebApp/src/org/compiere/interfaces/MD5.java +++ b/JasperReportsWebApp/src/org/compiere/interfaces/MD5.java @@ -3,23 +3,28 @@ */ package org.compiere.interfaces; +import javax.ejb.Remote; + /** * Remote interface for compiere/MD5. - * @xdoclet-generated at Feb 27, 2006 1:18:49 PM */ +@Remote public interface MD5 - extends javax.ejb.EJBObject { + public final static String JNDI_NAME = "ejb/compiere/MD5"; + + public final static String EJB_NAME = "compiereMD5"; + /** * Business method * @param Filename * @return AbsolutePath on server */ - public java.lang.String getFileAsolutePath( java.lang.String Filename ) throws java.rmi.RemoteException; + public java.lang.String getFileAsolutePath( java.lang.String Filename ); /** * Business method * @param FileName * @return hash base64 encoded */ - public java.lang.String getFileMD5( java.lang.String FileName ) throws java.rmi.RemoteException; + public java.lang.String getFileMD5( java.lang.String FileName ); } diff --git a/JasperReportsWebApp/src/org/compiere/interfaces/MD5Home.java b/JasperReportsWebApp/src/org/compiere/interfaces/MD5Home.java deleted file mode 100644 index b5269330d8..0000000000 --- a/JasperReportsWebApp/src/org/compiere/interfaces/MD5Home.java +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Generated file - Do not edit! - */ -package org.compiere.interfaces; - -/** - * Home interface for compiere/MD5. Lookup using {1} - * @xdoclet-generated at Feb 27, 2006 1:18:49 PM - */ -public interface MD5Home - extends javax.ejb.EJBHome -{ - public static final String COMP_NAME="java:comp/env/ejb/compiere/MD5"; - public static final String JNDI_NAME="ejb/compiere/MD5"; - - public org.compiere.interfaces.MD5 create() throws javax.ejb.CreateException, java.rmi.RemoteException; - -} diff --git a/JasperReportsWebApp/src/org/compiere/utils/MD5EjbTest.java b/JasperReportsWebApp/src/org/compiere/utils/MD5EjbTest.java index 7c564a705a..bd5262b1f9 100644 --- a/JasperReportsWebApp/src/org/compiere/utils/MD5EjbTest.java +++ b/JasperReportsWebApp/src/org/compiere/utils/MD5EjbTest.java @@ -12,7 +12,6 @@ import java.util.Hashtable; import javax.naming.InitialContext; import org.compiere.interfaces.MD5; -import org.compiere.interfaces.MD5Home; /** * @author rlemeill */ @@ -56,12 +55,10 @@ public class MD5EjbTest { public static void testEjb(String serverName, InitialContext context, String Filename) { try{ - System.out.println("MD5Home Creation at: "+MD5Home.JNDI_NAME); - MD5Home home = (MD5Home)context.lookup(MD5Home.JNDI_NAME); - MD5 md5 = home.create(); + System.out.println("MD5 Creation at: "+MD5.JNDI_NAME); + MD5 md5 = (MD5) context.lookup(MD5.JNDI_NAME); System.out.println("Creation OK"); System.out.println("MD5 for " + Filename + " is " +md5.getFileMD5(Filename)); - md5.remove(); } catch(Exception e) { diff --git a/JasperReportsWebApp/src/org/compiere/web/GetMD5FileServlet.java b/JasperReportsWebApp/src/org/compiere/web/GetMD5FileServlet.java index 4cf23390d2..fe7bb230a6 100644 --- a/JasperReportsWebApp/src/org/compiere/web/GetMD5FileServlet.java +++ b/JasperReportsWebApp/src/org/compiere/web/GetMD5FileServlet.java @@ -19,32 +19,16 @@ import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.compiere.interfaces.MD5; -import org.compiere.interfaces.MD5Home; - /** * Servlet Class - * - * @web.servlet name="GetMD5File" - * display-name="Name for GetMD5File" - * description="Description for GetMD5File" - * @web.servlet-mapping url-pattern="/GetMD5File" - * @web.servlet-init-param name="A parameter" - * value="A value" - * @web.ejb-ref name="ejb/compiere/MD5" - * type="Session" - * home = "org.compiere.interfaces.MD5Home" - * remote = "org.compiere.interfaces.MD5" - * - * @jboss.ejb-ref-jndi ref-name="ejb/compiere/MD5" - * jndi-name = "ejb/compiere/MD5" */ public class GetMD5FileServlet extends HttpServlet { /** * */ - private MD5Home home; + private MD5 md5; public GetMD5FileServlet() { super(); @@ -56,8 +40,7 @@ public class GetMD5FileServlet extends HttpServlet { try { Context context = new InitialContext(); - Object ref = context.lookup("java:/comp/env/ejb/compiere/MD5"); - home = (MD5Home)javax.rmi.PortableRemoteObject.narrow(ref,MD5Home.class); + md5 = (MD5) context.lookup("java:/comp/env/ejb/compiere/MD5"); } catch(Exception e) { @@ -69,20 +52,9 @@ public class GetMD5FileServlet extends HttpServlet { throws ServletException, IOException { // TODO Auto-generated method stub - MD5 md5=null; String file = req.getParameter("File"); PrintWriter out = resp.getWriter(); out.println("MD5 Hash"); - try - { - md5 = home.create(); - } - catch(javax.ejb.CreateException e) - { - out.println("

Error javax.ejb.CreateException home.create();

"); - out.println(""); - throw new ServletException("Error CreateException"); - } out.println("File is: "+ file + "
MD5 : "+ md5.getFileMD5(file)+"
"); //out.println(md5.getFileAsolutePath(file)); out.println(""); diff --git a/JasperReportsWebApp/xdoclet-build.xml b/JasperReportsWebApp/xdoclet-build.xml deleted file mode 100644 index 8b40e4696f..0000000000 --- a/JasperReportsWebApp/xdoclet-build.xml +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --------------------- -ATTENTION It needs xdoclet 1.2.3 in tools/lib$ -you can download it at http://xdoclet.sourceforge.net --------------------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/base/build.xml b/base/build.xml index 50a5b46696..fe54a34ffd 100644 --- a/base/build.xml +++ b/base/build.xml @@ -25,11 +25,12 @@ + - + @@ -51,7 +52,10 @@ - + + + + @@ -68,6 +72,13 @@
+ + + + + + + diff --git a/base/src/org/adempiere/as/IApplicationServer.java b/base/src/org/adempiere/as/IApplicationServer.java new file mode 100644 index 0000000000..e42b090445 --- /dev/null +++ b/base/src/org/adempiere/as/IApplicationServer.java @@ -0,0 +1,37 @@ +/****************************************************************************** + * Copyright (C) 2008 Low Heng Sin * + * This program is free software; you can redistribute it and/or modify it * + * under the terms version 2 of the GNU General Public License as published * + * by the Free Software Foundation. This program is distributed in the hope * + * that it will be useful, but WITHOUT ANY WARRANTY; without even the implied * + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * See the GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License along * + * with this program; if not, write to the Free Software Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * + *****************************************************************************/ +package org.adempiere.as; + +import java.util.Hashtable; + +/** + * + * @author Low Heng Sin + * + */ +public interface IApplicationServer { + /** + * @param AppsHost + * @param AppsPort + * @param principal + * @param credential + * @return Environment to construct initial context + */ + public Hashtable getInitialContextEnvironment (String AppsHost, int AppsPort, String principal, + String credential); + + /** + * @return default naming service port + */ + public int getDefaultNamingServicePort(); +} diff --git a/base/src/org/compiere/db/CConnection.java b/base/src/org/compiere/db/CConnection.java index 7854fc60a3..05741340a6 100644 --- a/base/src/org/compiere/db/CConnection.java +++ b/base/src/org/compiere/db/CConnection.java @@ -24,6 +24,7 @@ import javax.naming.*; import javax.sql.*; import javax.swing.JOptionPane; +import org.adempiere.as.ASFactory; import org.compiere.*; import org.compiere.interfaces.*; import org.compiere.util.*; @@ -61,7 +62,12 @@ public class CConnection implements Serializable, Cloneable /** Connection Profile WAN */ @Deprecated public static final String PROFILE_WAN = "W"; - + + private final static String COMPONENT_NS = "java:comp/env"; + + /** Prefer component namespace when running at server **/ + private boolean useComponentNamespace = !Ini.isClient(); + /** * Get/Set default client/server Connection * @return Connection Descriptor @@ -89,7 +95,7 @@ public class CConnection implements Serializable, Cloneable { cc = new CConnection(apps_host); cc.setConnectionProfile(CConnection.PROFILE_LAN); - cc.setAppsPort(DEFAULT_APP_SERVER_PORT); + cc.setAppsPort(ASFactory.getApplicationServer().getDefaultNamingServicePort()); if (cc.testAppsServer() == null) { s_cc = cc; @@ -168,7 +174,7 @@ public class CConnection implements Serializable, Cloneable * Adempiere Connection * @param host optional application/db host */ - private CConnection (String host) + public CConnection (String host) { if (host != null) { @@ -177,17 +183,14 @@ public class CConnection implements Serializable, Cloneable } } // CConnection - /** Default jboss port **/ - private final static int DEFAULT_APP_SERVER_PORT = 1099; - /** Name of Connection */ private String m_name = "Standard"; /** Application Host */ private String m_apps_host = "MyAppsServer"; /** Application Port */ - private int m_apps_port = DEFAULT_APP_SERVER_PORT; - + private int m_apps_port = ASFactory.getApplicationServer().getDefaultNamingServicePort(); + /** Database Type */ private String m_type = ""; @@ -241,7 +244,7 @@ public class CConnection implements Serializable, Cloneable private String m_dbInfo = null; /** Had application server been query **/ - private boolean m_queryAppsServer = false; + private boolean m_queryAppsServer = false; private final static String SECURITY_PRINCIPAL = "org.adempiere.security.principal"; @@ -339,35 +342,45 @@ public class CConnection implements Serializable, Cloneable */ public boolean isAppsServerOK (boolean tryContactAgain) { - if (!tryContactAgain && m_queryAppsServer) + if (Ini.isClient() && !tryContactAgain && m_queryAppsServer) return m_okApps; + // Carlos Ruiz - globalqss - speed up when jnp://MyAppsServer:1099 is set + if (getAppsHost().equalsIgnoreCase("MyAppsServer")) { + log.warning (getAppsHost() + " ignored"); + return false; + } + m_queryAppsServer = true; - // Get Context - if (m_iContext == null) - { - getInitialContext (false); - if (!m_okApps) - return false; - } - // Contact it try { - StatusHome statusHome = (StatusHome)m_iContext.lookup (StatusHome.JNDI_NAME); - Status status = statusHome.create (); + Status status = (Status)lookup (Status.JNDI_NAME); m_version = status.getDateVersion (); - status.remove (); m_okApps = true; } catch (Exception ce) { m_okApps = false; + String connect = (String)m_env.get(Context.PROVIDER_URL); + if (connect == null || connect.trim().length() == 0) + connect = getAppsHost() + ":" + getAppsPort(); + log.warning (connect + + "\n - " + ce.toString () + + "\n - " + m_env); + ce.printStackTrace(); } catch (Throwable t) { m_okApps = false; + String connect = (String)m_env.get(Context.PROVIDER_URL); + if (connect == null || connect.trim().length() == 0) + connect = getAppsHost() + ":" + getAppsPort(); + log.warning (connect + + "\n - " + t.toString () + + "\n - " + m_env); + t.printStackTrace(); } return m_okApps; } // isAppsOK @@ -376,11 +389,9 @@ public class CConnection implements Serializable, Cloneable * Test ApplicationServer * @return Exception or null */ - public Exception testAppsServer () + public synchronized Exception testAppsServer () { - //if (queryAppsServerInfo ()) - // testDatabase (false); - queryAppsServerInfo (); + queryAppsServerInfo(); return getAppsServerException (); } // testAppsServer @@ -395,21 +406,18 @@ public class CConnection implements Serializable, Cloneable { try { - InitialContext ic = getInitialContext (Ini.isClient()); - if (ic != null) - { - ServerHome serverHome = (ServerHome)ic.lookup (ServerHome.JNDI_NAME); - if (serverHome != null) - if (Ini.isClient()) - m_server = serverHome.create(); - else - return serverHome.create(); - } + Server server = (Server)lookup (Server.JNDI_NAME); + if (server != null) + if (Ini.isClient()) + m_server = server; + else + return server; } catch (Exception ex) { log.log(Level.SEVERE, "", ex); m_iContext = null; + throw new RuntimeException(ex); } } return m_server; @@ -1375,8 +1383,10 @@ public class CConnection implements Serializable, Cloneable if (m_env == null || !useCache) { SecurityPrincipal sp = (SecurityPrincipal) Env.getCtx().get(SECURITY_PRINCIPAL); - m_env = getInitialEnvironment(getAppsHost(), getAppsPort(), isRMIoverHTTP(), - sp != null ? sp.principal : null, sp != null ? sp.credential : null); + String principal = sp != null ? sp.principal : null; + String credential = sp != null ? sp.credential : null; + m_env = getInitialEnvironment(getAppsHost(), getAppsPort(), false, + principal, credential); } String connect = (String)m_env.get(Context.PROVIDER_URL); Env.setContext(Env.getCtx(), Context.PROVIDER_URL, connect); @@ -1402,76 +1412,22 @@ public class CConnection implements Serializable, Cloneable return m_iContext; } // getInitialContext - public static Hashtable getInitialEnvironment (String AppsHost, int AppsPort, - boolean RMIoverHTTP) - { - return getInitialEnvironment(AppsHost, AppsPort, RMIoverHTTP, null, null); - } - /** * Get Initial Environment * @param AppsHost host * @param AppsPort port - * @param RMIoverHTTP ignore + * @param RMIoverHTTP ignore, retained for backward compatibility * @param principal * @param credential * @return environment */ - public static Hashtable getInitialEnvironment (String AppsHost, int AppsPort, + private Hashtable getInitialEnvironment (String AppsHost, int AppsPort, boolean RMIoverHTTP, String principal, String credential) { - // Set Environment - Hashtable env = new Hashtable(); - String connect = AppsHost; - if (AppsHost.indexOf("://") == -1) - connect = "jnp://" + AppsHost + ":" + AppsPort; - env.put (Context.PROVIDER_URL, connect); - env.put (Context.URL_PKG_PREFIXES, "org.jboss.naming.client"); - // HTTP - default timeout 0 - env.put (org.jnp.interfaces.TimedSocketFactory.JNP_TIMEOUT, "5000"); // timeout in ms - env.put (org.jnp.interfaces.TimedSocketFactory.JNP_SO_TIMEOUT, "5000"); - // JNP - default timeout 5 sec - env.put(org.jnp.interfaces.NamingContext.JNP_DISCOVERY_TIMEOUT, "5000"); - - if (principal != null && credential != null) - { - env.put (Context.INITIAL_CONTEXT_FACTORY,"org.jboss.security.jndi.JndiLoginInitialContextFactory"); - env.put(Context.SECURITY_PRINCIPAL, principal); - env.put(Context.SECURITY_CREDENTIALS, credential); - } - else - { - env.put (Context.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.NamingContextFactory"); - } - - return env; + return ASFactory.getApplicationServer() + .getInitialContextEnvironment(AppsHost, AppsPort, principal, credential); } // getInitialEnvironment - /** - * Get Initial Context - * @param env environment - * @return Initial Context - */ - public static InitialContext getInitialContext (Hashtable env) - { - InitialContext iContext = null; - try - { - iContext = new InitialContext (env); - } - catch (Exception ex) - { - log.warning ("URL=" + env.get(Context.PROVIDER_URL) - + "\n - " + ex.toString () - + "\n - " + env); - iContext = null; - if (CLogMgt.isLevelFinest()) - ex.printStackTrace(); - } - return iContext; - } // getInitialContext - - /** * Query Application Server Status. * update okApps @@ -1484,10 +1440,6 @@ public class CConnection implements Serializable, Cloneable m_okApps = false; m_queryAppsServer = true; m_appsException = null; - // - getInitialContext (false); - if (m_iContext == null) - return m_okApps; // false // Carlos Ruiz - globalqss - speed up when jnp://MyAppsServer:1099 is set if (getAppsHost().equalsIgnoreCase("MyAppsServer")) { @@ -1495,35 +1447,36 @@ public class CConnection implements Serializable, Cloneable return m_okApps; // false } - // Prevent error trace - // CLogMgtLog4J.enable(false); try { - StatusHome statusHome = (StatusHome)m_iContext.lookup (StatusHome.JNDI_NAME); - Status status = statusHome.create (); + Status status = (Status)lookup (Status.JNDI_NAME); // updateInfoFromServer(status); // - status.remove (); m_okApps = true; } catch (CommunicationException ce) // not a "real" error { m_appsException = ce; String connect = (String)m_env.get(Context.PROVIDER_URL); + if (connect == null || connect.trim().length() == 0) + connect = getAppsHost() + ":" + getAppsPort(); log.warning (connect + "\n - " + ce.toString () + "\n - " + m_env); + ce.printStackTrace(); } catch (Exception e) { m_appsException = e; String connect = (String)m_env.get(Context.PROVIDER_URL); + if (connect == null || connect.trim().length() == 0) + connect = getAppsHost() + ":" + getAppsPort(); log.warning (connect + "\n - " + e.toString () + "\n - " + m_env); + e.printStackTrace(); } - CLogMgtLog4J.enable(true); log.fine("Success=" + m_okApps + " - " + (System.currentTimeMillis()-start) + "ms"); return m_okApps; } // setAppsServerInfo @@ -1638,6 +1591,27 @@ public class CConnection implements Serializable, Cloneable return c; } + private Object lookup(String jndiName) throws NamingException { + InitialContext ctx = getInitialContext(Ini.isClient()); + + if (useComponentNamespace) + { + try + { + return ctx.lookup(COMPONENT_NS + "/" + jndiName); + } + catch (Exception e) + { + log.warning("Component name space not available - " + e.getLocalizedMessage()); + //not available + useComponentNamespace = false; + } + } + + //global jndi lookup + return ctx.lookup(jndiName); + } + /************************************************************************** * Testing * @param args ignored diff --git a/base/src/org/compiere/db/TestEJB.java b/base/src/org/compiere/db/TestEJB.java index 95bd82ac46..1bbcc0fef9 100644 --- a/base/src/org/compiere/db/TestEJB.java +++ b/base/src/org/compiere/db/TestEJB.java @@ -57,8 +57,7 @@ public class TestEJB // try { - StatusHome statusHome = (StatusHome)ic.lookup ("Status"); - Status status = statusHome.create (); + Status status = (Status)ic.lookup ("Status"); // } catch (CommunicationException ce) // not a "real" error diff --git a/base/src/org/compiere/interfaces/Server.java b/base/src/org/compiere/interfaces/Server.java index 5aa1609883..d9be4475c6 100644 --- a/base/src/org/compiere/interfaces/Server.java +++ b/base/src/org/compiere/interfaces/Server.java @@ -1,14 +1,20 @@ -/* - * Generated by XDoclet - Do not edit! - */ + package org.compiere.interfaces; +import java.util.Properties; + +import org.compiere.process.ProcessInfo; +import org.compiere.util.EMail; + /** - * Remote interface for adempiere/Server. + * Interface for adempiere/Server. */ public interface Server - extends javax.ejb.EJBObject { + public final static String JNDI_NAME = "adempiere/Server"; + + public final static String EJB_NAME = "adempiereServer"; + /** * Post Immediate * @param ctx Client Context @@ -16,18 +22,17 @@ public interface Server * @param AD_Table_ID Table ID of Document * @param Record_ID Record ID of this document * @param force force posting - * @param trxName transaction + * @param trxName ignore, retained for backward compatibility * @return null, if success or error message */ - public java.lang.String postImmediate( java.util.Properties ctx,int AD_Client_ID,int AD_Table_ID,int Record_ID,boolean force,java.lang.String trxName ) - throws java.rmi.RemoteException; + public String postImmediate( Properties ctx, int AD_Client_ID, int AD_Table_ID, + int Record_ID, boolean force, String trxName); /** * Process Remote * @param ctx Context * @param pi Process Info * @return resulting Process Info */ - public org.compiere.process.ProcessInfo process( java.util.Properties ctx,org.compiere.process.ProcessInfo pi ) - throws java.rmi.RemoteException; + public ProcessInfo process( Properties ctx, ProcessInfo pi ); /** * Run Workflow (and wait) on Server @@ -35,8 +40,7 @@ public interface Server * @param pi Process Info * @param AD_Workflow_ID id * @return process info */ - public org.compiere.process.ProcessInfo workflow( java.util.Properties ctx,org.compiere.process.ProcessInfo pi,int AD_Workflow_ID ) - throws java.rmi.RemoteException; + public ProcessInfo workflow( Properties ctx, ProcessInfo pi, int AD_Workflow_ID ); /** * Create EMail from Server (Request User) @@ -46,8 +50,8 @@ public interface Server * @param subject subject * @param message message * @return EMail */ - public org.compiere.util.EMail createEMail( java.util.Properties ctx,int AD_Client_ID,java.lang.String to,java.lang.String subject,java.lang.String message ) - throws java.rmi.RemoteException; + public EMail createEMail( Properties ctx, int AD_Client_ID, String to, + String subject, String message ); /** * Create EMail from Server (Request User) @@ -58,36 +62,31 @@ public interface Server * @param subject subject * @param message message * @return EMail */ - public org.compiere.util.EMail createEMail( java.util.Properties ctx,int AD_Client_ID,int AD_User_ID,java.lang.String to,java.lang.String subject,java.lang.String message ) - throws java.rmi.RemoteException; - + public EMail createEMail( Properties ctx, int AD_Client_ID, int AD_User_ID, + String to, String subject, String message ); + /** * Execute task on server * @param AD_Task_ID task * @return execution trace */ - public java.lang.String executeTask( int AD_Task_ID ) - throws java.rmi.RemoteException; + public String executeTask( int AD_Task_ID ); /** * Cash Reset * @param tableName table name * @param Record_ID record or 0 for all * @return number of records reset */ - public int cacheReset( java.lang.String tableName,int Record_ID ) - throws java.rmi.RemoteException; + public int cacheReset( String tableName,int Record_ID ); /** * Describes the instance and its content for debugging purpose * @return Debugging information about the instance and its content */ - public java.lang.String getStatus( ) - throws java.rmi.RemoteException; + public String getStatus( ); /** * Execute db proces on server * @param processInfo * @param procedureName * @return ProcessInfo */ - public org.compiere.process.ProcessInfo dbProcess( org.compiere.process.ProcessInfo processInfo,java.lang.String procedureName ) - throws java.rmi.RemoteException; - + public ProcessInfo dbProcess( ProcessInfo processInfo, String procedureName ); } diff --git a/base/src/org/compiere/interfaces/ServerHome.java b/base/src/org/compiere/interfaces/ServerHome.java deleted file mode 100644 index e2eb962600..0000000000 --- a/base/src/org/compiere/interfaces/ServerHome.java +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Generated by XDoclet - Do not edit! - */ -package org.compiere.interfaces; - -/** - * Home interface for adempiere/Server. - */ -public interface ServerHome - extends javax.ejb.EJBHome -{ - public static final String COMP_NAME="java:comp/env/ejb/adempiere/Server"; - public static final String JNDI_NAME="adempiere/Server"; - - public org.compiere.interfaces.Server create() - throws javax.ejb.CreateException,java.rmi.RemoteException; - -} diff --git a/base/src/org/compiere/interfaces/ServerLocal.java b/base/src/org/compiere/interfaces/ServerLocal.java index c5b40927ba..aaec4e1313 100644 --- a/base/src/org/compiere/interfaces/ServerLocal.java +++ b/base/src/org/compiere/interfaces/ServerLocal.java @@ -1,84 +1,11 @@ -/* - * Generated by XDoclet - Do not edit! - */ -package org.compiere.interfaces; - -/** - * Local interface for adempiere/Server. - */ -public interface ServerLocal - extends javax.ejb.EJBLocalObject -{ - /** - * Post Immediate - * @param ctx Client Context - * @param AD_Client_ID Client ID of Document - * @param AD_Table_ID Table ID of Document - * @param Record_ID Record ID of this document - * @param force force posting - * @param trxName transaction - * @return null, if success or error message */ - public java.lang.String postImmediate( java.util.Properties ctx,int AD_Client_ID,int AD_Table_ID,int Record_ID,boolean force,java.lang.String trxName ) ; - - /** - * Process Remote - * @param ctx Context - * @param pi Process Info - * @return resulting Process Info */ - public org.compiere.process.ProcessInfo process( java.util.Properties ctx,org.compiere.process.ProcessInfo pi ) ; - - /** - * Run Workflow (and wait) on Server - * @param ctx Context - * @param pi Process Info - * @param AD_Workflow_ID id - * @return process info */ - public org.compiere.process.ProcessInfo workflow( java.util.Properties ctx,org.compiere.process.ProcessInfo pi,int AD_Workflow_ID ) ; - - /** - * Create EMail from Server (Request User) - * @param ctx Context - * @param AD_Client_ID client - * @param to recipient email address - * @param subject subject - * @param message message - * @return EMail */ - public org.compiere.util.EMail createEMail( java.util.Properties ctx,int AD_Client_ID,java.lang.String to,java.lang.String subject,java.lang.String message ) ; - - /** - * Create EMail from Server (Request User) - * @param ctx Context - * @param AD_Client_ID client - * @param AD_User_ID user to send email from - * @param to recipient email address - * @param subject subject - * @param message message - * @return EMail */ - public org.compiere.util.EMail createEMail( java.util.Properties ctx,int AD_Client_ID,int AD_User_ID,java.lang.String to,java.lang.String subject,java.lang.String message ) ; - - /** - * Execute task on server - * @param AD_Task_ID task - * @return execution trace */ - public java.lang.String executeTask( int AD_Task_ID ) ; - - /** - * Cash Reset - * @param tableName table name - * @param Record_ID record or 0 for all - * @return number of records reset */ - public int cacheReset( java.lang.String tableName,int Record_ID ) ; - - /** - * Describes the instance and its content for debugging purpose - * @return Debugging information about the instance and its content */ - public java.lang.String getStatus( ) ; - - /** - * Execute db proces on server - * @param processInfo - * @param procedureName - * @return ProcessInfo */ - public org.compiere.process.ProcessInfo dbProcess( org.compiere.process.ProcessInfo processInfo,java.lang.String procedureName ) ; - -} + +package org.compiere.interfaces; + +import javax.ejb.Local; + +/** + * Local interface for adempiere/Server. + */ +@Local +public interface ServerLocal extends Server{ +} diff --git a/base/src/org/compiere/interfaces/ServerLocalHome.java b/base/src/org/compiere/interfaces/ServerLocalHome.java deleted file mode 100644 index 7846e50f5d..0000000000 --- a/base/src/org/compiere/interfaces/ServerLocalHome.java +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Generated by XDoclet - Do not edit! - */ -package org.compiere.interfaces; - -/** - * Local home interface for adempiere/Server. - */ -public interface ServerLocalHome - extends javax.ejb.EJBLocalHome -{ - public static final String COMP_NAME="java:comp/env/ejb/adempiere/ServerLocal"; - public static final String JNDI_NAME="adempiere/ServerLocal"; - - public org.compiere.interfaces.ServerLocal create() - throws javax.ejb.CreateException; - -} diff --git a/base/src/org/compiere/interfaces/ServerRemote.java b/base/src/org/compiere/interfaces/ServerRemote.java new file mode 100644 index 0000000000..c6a407d514 --- /dev/null +++ b/base/src/org/compiere/interfaces/ServerRemote.java @@ -0,0 +1,13 @@ +package org.compiere.interfaces; + +import javax.ejb.Remote; + +/** + * Remote interface for adempiere/Server + * @author Low Heng Sin + * + */ +@Remote +public interface ServerRemote extends Server { + +} diff --git a/base/src/org/compiere/interfaces/Status.java b/base/src/org/compiere/interfaces/Status.java index 8a6fdb825f..69a819a9d1 100644 --- a/base/src/org/compiere/interfaces/Status.java +++ b/base/src/org/compiere/interfaces/Status.java @@ -1,96 +1,81 @@ -/* - * Generated by XDoclet - Do not edit! - */ package org.compiere.interfaces; /** - * Remote interface for adempiere/Status. + * Tnterface for adempiere/Status. */ public interface Status - extends javax.ejb.EJBObject { + public final static String JNDI_NAME="adempiere/Status"; + + public final static String EJB_NAME="adempiereStatus"; + /** * Get Version (Date) * @return version e.g. 2002-09-02 */ - public java.lang.String getDateVersion( ) - throws java.rmi.RemoteException; + public String getDateVersion( ); /** * Get Main Version * @return main version - e.g. Version 2.4.3b */ - public java.lang.String getMainVersion( ) - throws java.rmi.RemoteException; + public String getMainVersion( ); /** * Get Database Type * @return Database Type */ - public java.lang.String getDbType( ) - throws java.rmi.RemoteException; + public String getDbType( ); /** * Get Database Host * @return Database Host Name */ - public java.lang.String getDbHost( ) - throws java.rmi.RemoteException; + public String getDbHost( ); /** * Get Database Port * @return Database Port */ - public int getDbPort( ) - throws java.rmi.RemoteException; + public int getDbPort( ); /** * Get Database SID * @return Database SID */ - public java.lang.String getDbName( ) - throws java.rmi.RemoteException; + public String getDbName( ); /** * Get Database URL * @return Database URL */ - public java.lang.String getConnectionURL( ) - throws java.rmi.RemoteException; + public String getConnectionURL( ); /** * Get Database UID * @return Database User Name */ - public java.lang.String getDbUid( ) - throws java.rmi.RemoteException; + public String getDbUid( ); /** * Get Database PWD * @return Database User Password */ - public java.lang.String getDbPwd( ) - throws java.rmi.RemoteException; + public String getDbPwd( ); /** * Get Connection Manager Host * @return Connection Manager Host */ - public java.lang.String getFwHost( ) - throws java.rmi.RemoteException; + public String getFwHost( ); /** * Get Connection Manager Port * @return Connection Manager Port */ - public int getFwPort( ) - throws java.rmi.RemoteException; + public int getFwPort( ); /** * Get Version Count * @return number of version inquiries */ - public int getVersionCount( ) - throws java.rmi.RemoteException; + public int getVersionCount( ); /** * Get Database Count * @return number of database inquiries */ - public int getDatabaseCount( ) - throws java.rmi.RemoteException; + public int getDatabaseCount( ); /** * Describes the instance and its content for debugging purpose * @return Debugging information about the instance and its content */ - public java.lang.String getStatus( ) - throws java.rmi.RemoteException; - + public String getStatus( ); } diff --git a/base/src/org/compiere/interfaces/StatusHome.java b/base/src/org/compiere/interfaces/StatusHome.java deleted file mode 100644 index 1445170090..0000000000 --- a/base/src/org/compiere/interfaces/StatusHome.java +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Generated by XDoclet - Do not edit! - */ -package org.compiere.interfaces; - -/** - * Home interface for adempiere/Status. - */ -public interface StatusHome - extends javax.ejb.EJBHome -{ - public static final String COMP_NAME="java:comp/env/ejb/adempiere/Status"; - public static final String JNDI_NAME="adempiere/Status"; - - public org.compiere.interfaces.Status create() - throws javax.ejb.CreateException,java.rmi.RemoteException; - -} diff --git a/base/src/org/compiere/interfaces/StatusLocal.java b/base/src/org/compiere/interfaces/StatusLocal.java index a7a9a8cf59..d2ac817c1f 100644 --- a/base/src/org/compiere/interfaces/StatusLocal.java +++ b/base/src/org/compiere/interfaces/StatusLocal.java @@ -1,82 +1,10 @@ -/* - * Generated by XDoclet - Do not edit! - */ -package org.compiere.interfaces; - -/** - * Local interface for adempiere/Status. - */ -public interface StatusLocal - extends javax.ejb.EJBLocalObject -{ - /** - * Get Version (Date) - * @return version e.g. 2002-09-02 */ - public java.lang.String getDateVersion( ) ; - - /** - * Get Main Version - * @return main version - e.g. Version 2.4.3b */ - public java.lang.String getMainVersion( ) ; - - /** - * Get Database Type - * @return Database Type */ - public java.lang.String getDbType( ) ; - - /** - * Get Database Host - * @return Database Host Name */ - public java.lang.String getDbHost( ) ; - - /** - * Get Database Port - * @return Database Port */ - public int getDbPort( ) ; - - /** - * Get Database SID - * @return Database SID */ - public java.lang.String getDbName( ) ; - - /** - * Get Database URL - * @return Database URL */ - public java.lang.String getConnectionURL( ) ; - - /** - * Get Database UID - * @return Database User Name */ - public java.lang.String getDbUid( ) ; - - /** - * Get Database PWD - * @return Database User Password */ - public java.lang.String getDbPwd( ) ; - - /** - * Get Connection Manager Host - * @return Connection Manager Host */ - public java.lang.String getFwHost( ) ; - - /** - * Get Connection Manager Port - * @return Connection Manager Port */ - public int getFwPort( ) ; - - /** - * Get Version Count - * @return number of version inquiries */ - public int getVersionCount( ) ; - - /** - * Get Database Count - * @return number of database inquiries */ - public int getDatabaseCount( ) ; - - /** - * Describes the instance and its content for debugging purpose - * @return Debugging information about the instance and its content */ - public java.lang.String getStatus( ) ; - -} +package org.compiere.interfaces; + +import javax.ejb.Local; + +/** + * Local interface for adempiere/Status. + */ +@Local +public interface StatusLocal extends Status { +} diff --git a/base/src/org/compiere/interfaces/StatusLocalHome.java b/base/src/org/compiere/interfaces/StatusLocalHome.java deleted file mode 100644 index 083787353a..0000000000 --- a/base/src/org/compiere/interfaces/StatusLocalHome.java +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Generated by XDoclet - Do not edit! - */ -package org.compiere.interfaces; - -/** - * Local home interface for adempiere/Status. - */ -public interface StatusLocalHome - extends javax.ejb.EJBLocalHome -{ - public static final String COMP_NAME="java:comp/env/ejb/adempiere/StatusLocal"; - public static final String JNDI_NAME="adempiere/StatusLocal"; - - public org.compiere.interfaces.StatusLocal create() - throws javax.ejb.CreateException; - -} diff --git a/base/src/org/compiere/interfaces/StatusRemote.java b/base/src/org/compiere/interfaces/StatusRemote.java new file mode 100644 index 0000000000..c3e58f74c0 --- /dev/null +++ b/base/src/org/compiere/interfaces/StatusRemote.java @@ -0,0 +1,12 @@ +package org.compiere.interfaces; + +import javax.ejb.Remote; + +/** + * Remote interface for adempiere/Status + * @author Low Heng Sin + * + */ +@Remote +public interface StatusRemote extends Status { +} diff --git a/base/src/org/compiere/model/MClient.java b/base/src/org/compiere/model/MClient.java index d3e753b768..0e064782b9 100644 --- a/base/src/org/compiere/model/MClient.java +++ b/base/src/org/compiere/model/MClient.java @@ -774,13 +774,13 @@ public class MClient extends X_AD_Client { // See ServerBean if (html && message != null) message = EMail.HTML_MAIL_MARKER + message; - email = server.createEMail(getCtx(), getAD_Client_ID(), + email = server.createEMail(Env.getRemoteCallCtx(getCtx()), getAD_Client_ID(), to, subject, message); } else log.log(Level.WARNING, "No AppsServer"); } - catch (RemoteException ex) + catch (Exception ex) { log.log(Level.SEVERE, getName() + " - AppsServer error", ex); } @@ -886,14 +886,14 @@ public class MClient extends X_AD_Client { // See ServerBean if (html && message != null) message = email.HTML_MAIL_MARKER + message; - email = server.createEMail(getCtx(), getAD_Client_ID(), + email = server.createEMail(Env.getRemoteCallCtx(getCtx()), getAD_Client_ID(), from.getAD_User_ID(), to, subject, message); } else log.log(Level.WARNING, "No AppsServer"); } - catch (RemoteException ex) + catch (Exception ex) { log.log(Level.SEVERE, getName() + " - AppsServer error", ex); } diff --git a/base/src/org/compiere/model/MStore.java b/base/src/org/compiere/model/MStore.java index b3d240a583..b771324920 100644 --- a/base/src/org/compiere/model/MStore.java +++ b/base/src/org/compiere/model/MStore.java @@ -16,7 +16,6 @@ *****************************************************************************/ package org.compiere.model; -import java.rmi.*; import java.sql.*; import java.util.*; import java.util.logging.*; @@ -347,13 +346,13 @@ public class MStore extends X_W_Store { if (server != null) { // See ServerBean - email = server.createEMail(getCtx(), getAD_Client_ID(), + email = server.createEMail(Env.getRemoteCallCtx(getCtx()), getAD_Client_ID(), to, subject, message); } else log.log(Level.WARNING, "No AppsServer"); } - catch (RemoteException ex) + catch (Exception ex) { log.log(Level.SEVERE, getName() + " - AppsServer error", ex); } diff --git a/base/src/org/compiere/process/DocumentEngine.java b/base/src/org/compiere/process/DocumentEngine.java index 387c741daf..e038bea738 100644 --- a/base/src/org/compiere/process/DocumentEngine.java +++ b/base/src/org/compiere/process/DocumentEngine.java @@ -464,10 +464,10 @@ public class DocumentEngine implements DocAction Server server = CConnection.get().getServer(); if (server != null) { - String error = server.postImmediate(Env.getCtx(), + String error = server.postImmediate(Env.getRemoteCallCtx(Env.getCtx()), m_document.getAD_Client_ID(), m_document.get_Table_ID(), m_document.get_ID(), - true, m_document.get_TrxName()); + true, null); m_document.get_Logger().config("Server: " + error == null ? "OK" : error); return error == null; } diff --git a/base/src/org/compiere/process/ReplicationLocal.java b/base/src/org/compiere/process/ReplicationLocal.java index f4ba0bd8b8..baf5915573 100644 --- a/base/src/org/compiere/process/ReplicationLocal.java +++ b/base/src/org/compiere/process/ReplicationLocal.java @@ -124,20 +124,17 @@ public class ReplicationLocal extends SvrProcess // String AppsHost = m_replication.getHostAddress(); int AppsPort = m_replication.getHostPort(); - boolean RMIoverHTTP = m_replication.isRMIoverHTTP(); - log.info (AppsHost + ":" + AppsPort + " - HTTP Tunnel=" + RMIoverHTTP); - InitialContext ic = CConnection.getInitialContext( - CConnection.getInitialEnvironment(AppsHost, AppsPort, RMIoverHTTP)); - if (ic == null) - throw new Exception ("NoInitialContext"); - + + CConnection connection = new CConnection(AppsHost); + connection.setAppsPort(AppsPort); + log.info (AppsHost + ":" + AppsPort); try { - ServerHome serverHome = (ServerHome)ic.lookup (ServerHome.JNDI_NAME); + Server server = connection.getServer(); // log.fine("- ServerHome: " + serverHome); - if (serverHome == null) + if (server == null) throw new Exception ("NoServer"); - m_serverRemote = serverHome.create(); + m_serverRemote = server; // log.fine("- Server: " + m_serverRemote); // log.fine("- Remote Status = " + m_serverRemote.getStatus()); } diff --git a/base/src/org/compiere/util/CLogMgt.java b/base/src/org/compiere/util/CLogMgt.java index 9f5e8e7cad..b6d1499b8c 100644 --- a/base/src/org/compiere/util/CLogMgt.java +++ b/base/src/org/compiere/util/CLogMgt.java @@ -44,20 +44,21 @@ public class CLogMgt if (s_handlers != null) return; - LogManager mgr = LogManager.getLogManager(); - try - { // Load Logging config from org.compiere.util.*properties - String fileName = "logClient.properties"; - if (!isClient) - fileName = "logServer.properties"; - InputStream in = CLogMgt.class.getResourceAsStream(fileName); - BufferedInputStream bin = new BufferedInputStream(in); - mgr.readConfiguration(bin); - in.close(); - } - catch (Exception e) + if (isClient) { - e.printStackTrace(); + LogManager mgr = LogManager.getLogManager(); + try + { // Load Logging config from org.compiere.util.*properties + String fileName = "logClient.properties"; + InputStream in = CLogMgt.class.getResourceAsStream(fileName); + BufferedInputStream bin = new BufferedInputStream(in); + mgr.readConfiguration(bin); + in.close(); + } + catch (Exception e) + { + e.printStackTrace(); + } } // Create Handler List @@ -136,7 +137,7 @@ public class CLogMgt // Check Loggers if (CLogErrorBuffer.get(false) == null) addHandler(CLogErrorBuffer.get(true)); - if (CLogConsole.get(false) == null && isClient) + if (CLogConsole.get(false) == null) addHandler(CLogConsole.get(true)); CLogFile fh = CLogFile.get (false, null, isClient); if (fh == null && !isClient) diff --git a/base/src/org/compiere/util/ConnectTest.java b/base/src/org/compiere/util/ConnectTest.java index 393e65cc92..153bba07e7 100644 --- a/base/src/org/compiere/util/ConnectTest.java +++ b/base/src/org/compiere/util/ConnectTest.java @@ -142,13 +142,10 @@ public class ConnectTest System.out.println ("Connecting to EJB server ..."); try { - System.out.println(" Name=" + StatusHome.JNDI_NAME); - StatusHome staHome = (StatusHome)context.lookup (StatusHome.JNDI_NAME); - System.out.println(" .. home created"); - Status sta = staHome.create(); + System.out.println(" Name=" + Status.JNDI_NAME); + Status sta = (Status)context.lookup (Status.JNDI_NAME); System.out.println(" .. bean created"); System.out.println(" ServerVersion=" + sta.getMainVersion() + " " + sta.getDateVersion()); - sta.remove(); System.out.println(" .. bean removed"); } catch (Exception e) diff --git a/base/src/org/compiere/util/Env.java b/base/src/org/compiere/util/Env.java index a3214c4fc3..beff42a028 100644 --- a/base/src/org/compiere/util/Env.java +++ b/base/src/org/compiere/util/Env.java @@ -1654,6 +1654,30 @@ public final class Env return updated; } + /** + * Prepare the context for calling remote server (for e.g, ejb), + * only default and global variables are pass over. + * It is too expensive and also can have serialization issue if + * every remote call to server is passing the whole client context. + * @param ctx + * @return Properties + */ + public static Properties getRemoteCallCtx(Properties ctx) + { + Properties p = new Properties(); + Set keys = ctx.keySet(); + for (Object key : keys) + { + String s = key.toString(); + if (s.startsWith("#") || s.startsWith("$")) + { + p.put(key, ctx.get(key)); + } + } + + return p; + } + /************************************************************************** * Static Variables diff --git a/base/src/org/compiere/wf/MWFActivity.java b/base/src/org/compiere/wf/MWFActivity.java index 48d01d262f..f9985997d0 100644 --- a/base/src/org/compiere/wf/MWFActivity.java +++ b/base/src/org/compiere/wf/MWFActivity.java @@ -1496,7 +1496,7 @@ public class MWFActivity extends X_AD_WF_Activity implements Runnable Server server = CConnection.get().getServer(); if (server != null) { - String error = server.postImmediate(Env.getCtx(), + String error = server.postImmediate(Env.getRemoteCallCtx(Env.getCtx()), m_postImmediate.getAD_Client_ID(), m_postImmediate.get_Table_ID(), m_postImmediate.get_ID(), true, null); @@ -1506,13 +1506,9 @@ public class MWFActivity extends X_AD_WF_Activity implements Runnable else m_postImmediate.get_Logger().config("NoAppsServer"); } - catch (RemoteException e) - { - m_postImmediate.get_Logger().config("(RE) " + e.getMessage()); - } catch (Exception e) { - m_postImmediate.get_Logger().config("(ex) " + e.getMessage()); + m_postImmediate.get_Logger().config("(RE) " + e.getMessage()); } } } // PostImmediate diff --git a/client/src/org/compiere/apps/AEnv.java b/client/src/org/compiere/apps/AEnv.java index 23f5221a2d..8474c56350 100644 --- a/client/src/org/compiere/apps/AEnv.java +++ b/client/src/org/compiere/apps/AEnv.java @@ -687,31 +687,11 @@ public final class AEnv */ public static void exit (int status) { - if (s_server != null) - { - try - { - s_server.remove(); - } - catch (Exception ex) - { - } - } Env.exitEnv(status); } // exit public static void logout() { - if (s_server != null) - { - try - { - s_server.remove(); - } - catch (Exception ex) - { - } - } Env.logout(); Splash.getSplash().setVisible(true); @@ -942,25 +922,9 @@ public final class AEnv return "NoAppsServer"; } } - catch (RemoteException e) - { - log.log(Level.WARNING, "(RE)", e); - error = e.getMessage(); - if (error == null) - error = "Exception: " + e.toString(); - s_server = null; - } - catch (UndeclaredThrowableException e) - { - log.log(Level.WARNING, "ex", e); - error = e.getCause().toString(); - if (error == null) - error = "Exception: " + e.toString(); - s_server = null; - } catch (Exception e) { - log.log(Level.WARNING, "ex", e); + log.log(Level.WARNING, "(RE)", e); error = e.getMessage(); if (error == null) error = "Exception: " + e.toString(); @@ -996,11 +960,6 @@ public final class AEnv server.cacheReset(tableName, Record_ID); } } - catch (RemoteException e) - { - log.log(Level.SEVERE, "(RE)", e); - s_server = null; - } catch (Exception e) { log.log(Level.SEVERE, "ex", e); diff --git a/client/src/org/compiere/apps/ProcessCtl.java b/client/src/org/compiere/apps/ProcessCtl.java index 203e333f03..024321d68c 100644 --- a/client/src/org/compiere/apps/ProcessCtl.java +++ b/client/src/org/compiere/apps/ProcessCtl.java @@ -22,6 +22,7 @@ import java.lang.reflect.UndeclaredThrowableException; import java.rmi.RemoteException; import java.sql.PreparedStatement; import java.sql.ResultSet; +import java.util.Properties; import java.util.logging.Level; import javax.swing.JFrame; @@ -557,12 +558,12 @@ public class ProcessCtl implements Runnable { if (server != null) { // See ServerBean - m_pi = server.workflow (Env.getCtx(), m_pi, AD_Workflow_ID); + m_pi = server.workflow (Env.getRemoteCallCtx(Env.getCtx()), m_pi, AD_Workflow_ID); log.finest("server => " + m_pi); started = true; } } - catch (RemoteException ex) + catch (Exception ex) { log.log(Level.SEVERE, "AppsServer error", ex); started = false; @@ -611,7 +612,7 @@ public class ProcessCtl implements Runnable if (server != null) { // See ServerBean - m_pi = server.process (Env.getCtx(), m_pi); + m_pi = server.process (Env.getRemoteCallCtx(Env.getCtx()), m_pi); log.finest("server => " + m_pi); started = true; } @@ -633,7 +634,7 @@ public class ProcessCtl implements Runnable + m_pi, ex); started = false; } - catch (RemoteException ex) + catch (Exception ex) { Throwable cause = ex.getCause(); if (cause == null) diff --git a/glassfishfacet/config/domain.xml b/glassfishfacet/config/domain.xml new file mode 100644 index 0000000000..9df158ce96 --- /dev/null +++ b/glassfishfacet/config/domain.xml @@ -0,0 +1,11 @@ + + + + + + + + + ... + -DADEMPIERE_HOME=YourAdempiereHome + diff --git a/glassfishfacet/config/login.conf b/glassfishfacet/config/login.conf new file mode 100644 index 0000000000..2f3f18a7bd --- /dev/null +++ b/glassfishfacet/config/login.conf @@ -0,0 +1,3 @@ +adempiere { + org.adempiere.as.glassfish.AdempiereLoginModule required; +}; diff --git a/glassfishfacet/config/readme.txt b/glassfishfacet/config/readme.txt new file mode 100644 index 0000000000..cfa87cb2c2 --- /dev/null +++ b/glassfishfacet/config/readme.txt @@ -0,0 +1,7 @@ +* merge contents from domain.xml and login.conf to the respective file of your glassfish instance. + e.g: c:\glassfish\domains\domain1\config\domain.xml, c:\glassfish\domains\domain1\config\login.conf +* copy Adempiere.jar and AdempiereSLib.jar to installRoot/lib folder + e.g: c:\glassfish\lib +* copy adempiere.ear to the domains/autodeploy folder + e.g: c:\glassfish\domains\domain1\autodeploy + diff --git a/glassfishfacet/config/sun-application.xml b/glassfishfacet/config/sun-application.xml new file mode 100644 index 0000000000..8708d5d88a --- /dev/null +++ b/glassfishfacet/config/sun-application.xml @@ -0,0 +1,12 @@ + + + + + + adempiereUsers + adempiereUsers + + adempiere + \ No newline at end of file diff --git a/glassfishfacet/src/org/adempiere/as/ASFactory.java b/glassfishfacet/src/org/adempiere/as/ASFactory.java new file mode 100644 index 0000000000..a6168731d7 --- /dev/null +++ b/glassfishfacet/src/org/adempiere/as/ASFactory.java @@ -0,0 +1,55 @@ +/****************************************************************************** + * Copyright (C) 2008 Low Heng Sin * + * This program is free software; you can redistribute it and/or modify it * + * under the terms version 2 of the GNU General Public License as published * + * by the Free Software Foundation. This program is distributed in the hope * + * that it will be useful, but WITHOUT ANY WARRANTY; without even the implied * + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * See the GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License along * + * with this program; if not, write to the Free Software Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * + *****************************************************************************/ +package org.adempiere.as; + +/** + * + * @author Low Heng Sin + * + */ +public class ASFactory { + public final static String JBOSS = "JBoss"; + + public final static String GLASS_FISH = "GlassFish"; + + public final static String[] AS_Names = new String[] { + JBOSS, GLASS_FISH + }; + + private final static String[] AS_Classes = new String[] { + "org.adempiere.as.jboss.JBoss", + "org.adempiere.as.glassfish.GlassFish" + }; + + private static IApplicationServer applicationServer; + + static { + //detect the installed application server + for(String s : AS_Classes) { + try { + Class c = Class.forName(s); + IApplicationServer server = (IApplicationServer) c.newInstance(); + applicationServer = server; + break; + } catch (Throwable t) { + } + } + } + + /** + * @return IApplicationServer + */ + public static IApplicationServer getApplicationServer() { + return applicationServer; + } +} diff --git a/glassfishfacet/src/org/adempiere/as/glassfish/AdempiereLoginModule.java b/glassfishfacet/src/org/adempiere/as/glassfish/AdempiereLoginModule.java new file mode 100644 index 0000000000..ce20c8efee --- /dev/null +++ b/glassfishfacet/src/org/adempiere/as/glassfish/AdempiereLoginModule.java @@ -0,0 +1,41 @@ +/****************************************************************************** + * Product: Adempiere ERP & CRM Smart Business Solution * + * Copyright (C) 2007 Adempiere, Inc. All Rights Reserved. * + * This program is free software; you can redistribute it and/or modify it * + * under the terms version 2 of the GNU General Public License as published * + * by the Free Software Foundation. This program is distributed in the hope * + * that it will be useful, but WITHOUT ANY WARRANTY; without even the implied * + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * See the GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License along * + * with this program; if not, write to the Free Software Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * + * + * Copyright (C) 2007 Low Heng Sin hengsin@avantz.com + * _____________________________________________ + *****************************************************************************/ +package org.adempiere.as.glassfish; + +import javax.security.auth.login.LoginException; + +import com.sun.appserv.security.AppservPasswordLoginModule; + +/** + * JAAS login module for adempiere + * @author Low Heng Sin + */ +public class AdempiereLoginModule extends AppservPasswordLoginModule { + @Override + protected void authenticateUser() throws LoginException { + // Get the current realm and check whether it is instance of your realm + if (!(_currentRealm instanceof AdempiereRealm)) { + throw new LoginException("Realm must be of type AdempiereRealm. CurrentRealm=" + _currentRealm.getClass()); + } + + AdempiereRealm realm = (AdempiereRealm) _currentRealm; + + String[] groups = realm.authenticate(_username, _password); + + commitUserAuthentication(groups); + } +} diff --git a/glassfishfacet/src/org/adempiere/as/glassfish/AdempiereRealm.java b/glassfishfacet/src/org/adempiere/as/glassfish/AdempiereRealm.java new file mode 100644 index 0000000000..ef2f7dafb1 --- /dev/null +++ b/glassfishfacet/src/org/adempiere/as/glassfish/AdempiereRealm.java @@ -0,0 +1,76 @@ +package org.adempiere.as.glassfish; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.Enumeration; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Properties; + +import org.compiere.util.Env; +import org.compiere.util.KeyNamePair; +import org.compiere.util.Login; + +import com.sun.appserv.security.AppservRealm; +import com.sun.enterprise.security.auth.realm.BadRealmException; +import com.sun.enterprise.security.auth.realm.IASRealm; +import com.sun.enterprise.security.auth.realm.InvalidOperationException; +import com.sun.enterprise.security.auth.realm.NoSuchRealmException; +import com.sun.enterprise.security.auth.realm.NoSuchUserException; + +public class AdempiereRealm extends AppservRealm { + + private Map> groupCache = new HashMap>(); + + @Override + protected void init(Properties props) throws BadRealmException, + NoSuchRealmException { + String jaasCtx = props.getProperty(IASRealm.JAAS_CONTEXT_PARAM); + this.setProperty(IASRealm.JAAS_CONTEXT_PARAM, jaasCtx); + if (jaasCtx == null) { + throw new BadRealmException(IASRealm.JAAS_CONTEXT_PARAM + + " is null."); + } + } + + @Override + public String getAuthType() { + return "adempiere"; + } + + @Override + public Enumeration getGroupNames(String username) + throws InvalidOperationException, NoSuchUserException { + if (groupCache.containsKey(username)) + return Collections.enumeration(groupCache.get(username)); + else + return null; + } + + public String[] authenticate(String username, String password) { + KeyNamePair[] roles = null; + // do authentication + if (username != null && password != null) { + // perform db authentication + Login login = new Login(Env.getCtx()); + roles = login.getRoles(username, password); + } else { + // no username or password + roles = null; + } + + String[] groups = new String[0]; + List grpList = new ArrayList(); + if (roles != null && roles.length > 0) { + grpList.add("adempiereUsers"); + for (KeyNamePair knp : roles) { + grpList.add(knp.getName()); + } + groupCache.remove(username); + groupCache.put(username, grpList); + groups = grpList.toArray(groups); + } + return groups; + } +} diff --git a/glassfishfacet/src/org/adempiere/as/glassfish/GlassFish.java b/glassfishfacet/src/org/adempiere/as/glassfish/GlassFish.java new file mode 100644 index 0000000000..f91e723270 --- /dev/null +++ b/glassfishfacet/src/org/adempiere/as/glassfish/GlassFish.java @@ -0,0 +1,95 @@ +/****************************************************************************** + * Copyright (C) 2008 Low Heng Sin * + * This program is free software; you can redistribute it and/or modify it * + * under the terms version 2 of the GNU General Public License as published * + * by the Free Software Foundation. This program is distributed in the hope * + * that it will be useful, but WITHOUT ANY WARRANTY; without even the implied * + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * See the GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License along * + * with this program; if not, write to the Free Software Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * + *****************************************************************************/ +package org.adempiere.as.glassfish; + +import java.net.URL; +import java.util.Hashtable; + +import javax.naming.Context; + +import org.adempiere.as.IApplicationServer; + +import com.sun.appserv.security.ProgrammaticLogin; + +/** + * + * @author Low Heng Sin + * + */ +public class GlassFish implements IApplicationServer { + + private static final String LOGIN_CONFIG = "java.security.auth.login.config"; + + //ensure client library is installed + static { + try { + Class.forName("com.sun.enterprise.naming.SerialInitContextFactory"); + } catch (ClassNotFoundException e) { + throw new IllegalStateException(e); + } + } + + /** + * @see IApplicationServer#getInitialContextEnvironment(String, int, String, String) + */ + public Hashtable getInitialContextEnvironment( + String AppsHost, int AppsPort, String principal, String credential) { + if (principal != null && credential != null) + { + String property = System.getProperty(LOGIN_CONFIG); + if (property == null || property.trim().length() == 0) + { + try + { + URL configUrl = GlassFish.class.getResource("login.conf"); + if (configUrl == null) + configUrl = GlassFish.class.getClassLoader().getResource("/org/adempiere/as/glassfish/login.conf"); + System.setProperty(LOGIN_CONFIG, configUrl.toString()); + } + catch (Exception e) + { + throw new RuntimeException("Failed to load login.conf"); + } + ProgrammaticLogin login = new ProgrammaticLogin(); + try { + login.login(principal, credential); + } catch (Exception e) { + throw new RuntimeException(e); + } + } + else + { + ProgrammaticLogin login = new ProgrammaticLogin(); + try { + login.login(principal, credential, "adempiere", true); + } catch (Exception e) { + throw new RuntimeException(e); + } + } + } + + Hashtable env = new Hashtable(); + env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.enterprise.naming.SerialInitContextFactory"); + env.put(Context.URL_PKG_PREFIXES, "com.sun.enterprise.naming"); + env.put(Context.STATE_FACTORIES, "com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl"); + + env.put("org.omg.CORBA.ORBInitialHost", AppsHost); + env.put("org.omg.CORBA.ORBInitialPort", Integer.toString(AppsPort)); + return env; + } + + public int getDefaultNamingServicePort() { + return 3700; + } + +} diff --git a/glassfishfacet/src/org/adempiere/as/glassfish/login.conf b/glassfishfacet/src/org/adempiere/as/glassfish/login.conf new file mode 100644 index 0000000000..9e3e54eeec --- /dev/null +++ b/glassfishfacet/src/org/adempiere/as/glassfish/login.conf @@ -0,0 +1,10 @@ +/* Copyright 2004 Sun Microsystems, Inc. All rights reserved. */ +/* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ + +default { + com.sun.enterprise.security.auth.login.ClientPasswordLoginModule required debug=false; +}; + +adempiere { + com.sun.enterprise.security.auth.login.ClientPasswordLoginModule required debug=false; +}; \ No newline at end of file diff --git a/install/Adempiere/build.xml b/install/Adempiere/build.xml index db4309d270..76b50534ee 100644 --- a/install/Adempiere/build.xml +++ b/install/Adempiere/build.xml @@ -52,13 +52,10 @@ - - - - + - + @@ -127,6 +124,13 @@ + + + + + + + @@ -140,9 +144,9 @@ - + - + @@ -189,7 +193,7 @@ - @@ -199,6 +203,9 @@ + + + @@ -207,10 +214,7 @@ - - - - + @@ -242,8 +246,9 @@ - + + @@ -359,17 +364,34 @@ + + + + + - - - - + + + + + + + + + + + + + + + + @@ -399,17 +421,9 @@ - - - - + + + @@ -422,11 +436,8 @@ GLASSFISH PROPERTY IS DETECTED. THEN MANUALLY DEPLOY THE APPLICATION - - - - - + + @@ -442,52 +453,6 @@ GLASSFISH PROPERTY IS DETECTED. THEN MANUALLY DEPLOY THE APPLICATION - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -499,7 +464,7 @@ GLASSFISH PROPERTY IS DETECTED. THEN MANUALLY DEPLOY THE APPLICATION - diff --git a/install/build.xml b/install/build.xml index 8ffc8f98de..ce84643a66 100644 --- a/install/build.xml +++ b/install/build.xml @@ -169,8 +169,7 @@ - - + AdempiereHome @@ -225,6 +224,12 @@ + + + + + + diff --git a/install/src/org/compiere/install/ConfigGlassfish.java b/install/src/org/compiere/install/ConfigGlassfish.java index 2abdf7c8c5..525f1f810a 100644 --- a/install/src/org/compiere/install/ConfigGlassfish.java +++ b/install/src/org/compiere/install/ConfigGlassfish.java @@ -59,7 +59,7 @@ public class ConfigGlassfish extends Config { p_data.setAppsServerDeployDir(getDeployDir()); p_data.setAppsServerDeployDir(false); // - p_data.setAppsServerJNPPort("1099"); + p_data.setAppsServerJNPPort("3700"); p_data.setAppsServerJNPPort(true); p_data.setAppsServerWebPort("8080"); p_data.setAppsServerWebPort(true); @@ -74,7 +74,7 @@ public class ConfigGlassfish extends Config { private String getDeployDir() { // TODO - check deployment directory - return p_data.getAdempiereHome(); + return p_data.getAdempiereHome() + File.separator + "glassfish"; /*Commented for now + File.separator + "glassfish" + File.separator + "domains" @@ -114,30 +114,10 @@ public class ConfigGlassfish extends Config { setProperty(ConfigurationData.ADEMPIERE_APPS_SERVER, appsServer.getHostName()); setProperty(ConfigurationData.ADEMPIERE_APPS_TYPE, p_data.getAppsServerType()); - // Deployment Dir - p_data.setAppsServerDeployDir(getDeployDir()); - File deploy = new File (p_data.getAppsServerDeployDir()); - pass = deploy.exists(); - error = "Not found: " + deploy; - if (getPanel() != null) - signalOK(getPanel().okDeployDir, "ErrorDeployDir", - pass, true, error); - if (!pass) - return error; setProperty(ConfigurationData.ADEMPIERE_APPS_DEPLOY, p_data.getAppsServerDeployDir()); - log.info("OK: Deploy Directory = " + deploy); // JNP Port int JNPPort = p_data.getAppsServerJNPPort(); - pass = !p_data.testPort (appsServer, JNPPort, false) - && p_data.testServerPort(JNPPort); - error = "Not correct: JNP Port = " + JNPPort; - if (getPanel() != null) - signalOK(getPanel().okJNPPort, "ErrorJNPPort", - pass, true, error); - if (!pass) - return error; - log.info("OK: JNPPort = " + JNPPort); setProperty(ConfigurationData.ADEMPIERE_JNP_PORT, String.valueOf(JNPPort)); // Web Port diff --git a/install/src/org/compiere/install/ConfigOracle.java b/install/src/org/compiere/install/ConfigOracle.java index d3fb4ca8ca..913285ef1b 100644 --- a/install/src/org/compiere/install/ConfigOracle.java +++ b/install/src/org/compiere/install/ConfigOracle.java @@ -377,21 +377,18 @@ public class ConfigOracle extends Config setProperty(ConfigurationData.ADEMPIERE_DB_USER, databaseUser); setProperty(ConfigurationData.ADEMPIERE_DB_PASSWORD, databasePassword); - // TNS Name Info via sqlplus - if not tomcat - if (!p_data.getAppsServerType().equals(ConfigurationData.APPSTYPE_TOMCAT)) - { - String sqlplus = "sqlplus system/" + systemPassword + "@" - + databaseServer.getHostName() + "/" + databaseName - + " @utils/oracle/Test.sql"; - log.config(sqlplus); - pass = testSQL(sqlplus); - error = "Error connecting via: " + sqlplus; - if (getPanel() != null) - signalOK(getPanel().okDatabaseSQL, "ErrorTNS", - pass, true, error); - if (pass) - log.info("OK: Database SQL Connection"); - } + // TNS Name Info via sqlplus + String sqlplus = "sqlplus system/" + systemPassword + "@" + + databaseServer.getHostName() + "/" + databaseName + + " @utils/oracle/Test.sql"; + log.config(sqlplus); + pass = testSQL(sqlplus); + error = "Error connecting via: " + sqlplus; + if (getPanel() != null) + signalOK(getPanel().okDatabaseSQL, "ErrorTNS", + pass, true, error); + if (pass) + log.info("OK: Database SQL Connection"); // OCI Test if (System.getProperty("TestOCI", "N").equals("Y")) diff --git a/install/src/org/compiere/install/ConfigTomcat.java b/install/src/org/compiere/install/ConfigTomcat.java deleted file mode 100644 index a1649d117a..0000000000 --- a/install/src/org/compiere/install/ConfigTomcat.java +++ /dev/null @@ -1,153 +0,0 @@ -/****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * - * This program is free software; you can redistribute it and/or modify it * - * under the terms version 2 of the GNU General Public License as published * - * by the Free Software Foundation. This program is distributed in the hope * - * that it will be useful, but WITHOUT ANY WARRANTY; without even the implied * - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * - * See the GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along * - * with this program; if not, write to the Free Software Foundation, Inc., * - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * - * For the text or an alternative of this public license, you may reach us * - * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * - * or via info@compiere.org or http://www.compiere.org/license.html * - *****************************************************************************/ -package org.compiere.install; - -import java.io.*; -import java.net.*; - -/** - * Tomcat 5.5.9 Configuration - * - * @author Jorg Janke - * @version $Id: ConfigTomcat.java,v 1.3 2006/07/30 00:57:42 jjanke Exp $ - */ -public class ConfigTomcat extends Config -{ - /** - * ConfigJBoss - * @param data configuration - */ - public ConfigTomcat (ConfigurationData data) - { - super (data); - } // ConfigTomcat - - /** - * Initialize - */ - public void init() - { - p_data.setAppsServerDeployDir(getDeployDir()); - p_data.setAppsServerDeployDir(true); - // - p_data.setAppsServerJNPPort("1099"); - p_data.setAppsServerJNPPort(false); - // - p_data.setAppsServerWebPort("80"); - p_data.setAppsServerWebPort(true); - p_data.setAppsServerSSLPort("443"); - p_data.setAppsServerSSLPort(true); - } // init - - /** - * Get Notes - * @return notes - */ - public String getNotes() - { - return "Adempiere requires Tomcat 5.5.9" - + "\nPlease set the Web Port in $CATALINA_HOME//conf//server.xml" - // C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf\server.xml - + "\n"; - } // getNotes - - - /** - * Get Deployment Dir - * @return deployment dir - */ - private String getDeployDir() - { - return "C:" - + File.separator + "Program Files" - + File.separator + "Apache Software Foundation" - + File.separator + "Tomcat 5.5"; - } // getDeployDir - - /** - * Test - * @return error message or null if OK - */ - public String test() - { - // AppsServer - String server = p_data.getAppsServer(); - boolean pass = server != null && server.length() > 0 - && server.toLowerCase().indexOf("localhost") == -1 - && !server.equals("127.0.0.1"); - InetAddress appsServer = null; - String error = "Not correct: AppsServer = " + server; - try - { - if (pass) - appsServer = InetAddress.getByName(server); - } - catch (Exception e) - { - error += " - " + e.getMessage(); - pass = false; - } - if (getPanel() != null) - signalOK(getPanel().okAppsServer, "ErrorAppsServer", - pass, true, error); - if (!pass) - return error; - log.info("OK: AppsServer = " + appsServer); - setProperty(ConfigurationData.ADEMPIERE_APPS_SERVER, appsServer.getHostName()); - setProperty(ConfigurationData.ADEMPIERE_APPS_TYPE, p_data.getAppsServerType()); - - // Deployment Dir - File deploy = new File (p_data.getAppsServerDeployDir()); - pass = deploy.exists(); - error = "CATALINA_HOME Not found: " + deploy; - if (getPanel() != null) - signalOK(getPanel().okDeployDir, "ErrorDeployDir", - pass, true, error); - if (!pass) - return error; - setProperty(ConfigurationData.ADEMPIERE_APPS_DEPLOY, p_data.getAppsServerDeployDir()); - log.info("OK: Deploy Directory = " + deploy); - - String baseDir = p_data.getAppsServerDeployDir(); - if (!baseDir.endsWith(File.separator)) - baseDir += File.separator; - // Need to have /shared/lib - String sharedLib = baseDir + "shared" + File.separator + "lib"; - File sharedLibDir = new File (sharedLib); - pass = sharedLibDir.exists(); - error = "Not found (shared library): " + sharedLib; - if (getPanel() != null) - signalOK(getPanel().okDeployDir, "ErrorDeployDir", - pass, true, error); - if (!pass) - return error; - - // Need to have /webapps - String webApps = baseDir + "webapps"; - File webAppsDir = new File (webApps); - pass = webAppsDir.exists(); - error = "Not found (webapps): " + sharedLib; - if (getPanel() != null) - signalOK(getPanel().okDeployDir, "ErrorDeployDir", - pass, true, error); - if (!pass) - return error; - // - return null; - } // test - -} // ConfigTomcat diff --git a/install/src/org/compiere/install/ConfigurationData.java b/install/src/org/compiere/install/ConfigurationData.java index fd09fb348b..1228688d13 100644 --- a/install/src/org/compiere/install/ConfigurationData.java +++ b/install/src/org/compiere/install/ConfigurationData.java @@ -827,6 +827,7 @@ public class ConfigurationData getDatabaseServer(), getDatabasePort(), getDatabaseName(), getDatabaseUser(), getDatabasePassword()); cc.setAppsHost(getAppsServer()); + cc.setAppsPort(getAppsServerJNPPort()); cc.setConnectionProfile(CConnection.PROFILE_LAN); } catch(Exception e) @@ -1024,29 +1025,17 @@ public class ConfigurationData /** JBoss (default) */ protected static String APPSTYPE_JBOSS = "jboss"; - /** Tomcat only */ - protected static String APPSTYPE_TOMCAT = "tomcatOnly"; /** GlassFish */ - protected static String APPSTYPE_GLASSFISH = "GlassFish"; - /** IBM WS */ - private static String APPSTYPE_IBM = ""; - /** Oracle */ - private static String APPSTYPE_ORACLE = ""; + protected static String APPSTYPE_GLASSFISH = "glassfish"; /** Application Server Type */ static String[] APPSTYPE = new String[] { APPSTYPE_JBOSS , APPSTYPE_GLASSFISH - , APPSTYPE_TOMCAT - , APPSTYPE_IBM - , APPSTYPE_ORACLE }; /** Database Configs */ private Config[] m_appsConfig = new Config[] { new ConfigJBoss(this) , new ConfigGlassfish( this ) - , new ConfigTomcat(this) - , null - , null }; /** diff --git a/jboss/JBossORG-EULA.txt b/jboss/JBossORG-EULA.txt new file mode 100644 index 0000000000..2dee291b7d --- /dev/null +++ b/jboss/JBossORG-EULA.txt @@ -0,0 +1,104 @@ +LICENSE AGREEMENT +JBOSS(r) + +This License Agreement governs the use of the Software Packages and any updates to the Software +Packages, regardless of the delivery mechanism. Each Software Package is a collective work +under U.S. Copyright Law. Subject to the following terms, Red Hat, Inc. ("Red Hat") grants to +the user ("Client") a license to the applicable collective work(s) pursuant to the +GNU Lesser General Public License v. 2.1 except for the following Software Packages: +(a) JBoss Portal Forums and JBoss Transactions JTS, each of which is licensed pursuant to the +GNU General Public License v.2; + +(b) JBoss Rules, which is licensed pursuant to the Apache License v.2.0; + +(c) an optional download for JBoss Cache for the Berkeley DB for Java database, which is licensed under the +(open source) Sleepycat License (if Client does not wish to use the open source version of this database, +it may purchase a license from Sleepycat Software); + +and (d) the BPEL extension for JBoss jBPM, which is licensed under the Common Public License v.1, +and, pursuant to the OASIS BPEL4WS standard, requires parties wishing to redistribute to enter various +royalty-free patent licenses. + +Each of the foregoing licenses is available at http://www.opensource.org/licenses/index.php. + +1. The Software. "Software Packages" refer to the various software modules that are created and made available +for distribution by the JBoss.org open source community at http://www.jboss.org. Each of the Software Packages +may be comprised of hundreds of software components. The end user license agreement for each component is located in +the component's source code. With the exception of certain image files identified in Section 2 below, +the license terms for the components permit Client to copy, modify, and redistribute the component, +in both source code and binary code forms. This agreement does not limit Client's rights under, +or grant Client rights that supersede, the license terms of any particular component. + +2. Intellectual Property Rights. The Software Packages are owned by Red Hat and others and are protected under copyright +and other laws. Title to the Software Packages and any component, or to any copy, modification, or merged portion shall +remain with the aforementioned, subject to the applicable license. The "JBoss" trademark, "Red Hat" trademark, the +individual Software Package trademarks, and the "Shadowman" logo are registered trademarks of Red Hat and its affiliates +in the U.S. and other countries. This agreement permits Client to distribute unmodified copies of the Software Packages +using the Red Hat trademarks that Red Hat has inserted in the Software Packages on the condition that Client follows Red Hat's +trademark guidelines for those trademarks located at http://www.redhat.com/about/corporate/trademark/. Client must abide by +these trademark guidelines when distributing the Software Packages, regardless of whether the Software Packages have been modified. +If Client modifies the Software Packages, then Client must replace all Red Hat trademarks and logos identified at +http://www.jboss.com/company/logos unless a separate agreement with Red Hat is executed or other permission granted. +Merely deleting the files containing the Red Hat trademarks may corrupt the Software Packages. + +3. Limited Warranty. Except as specifically stated in this Paragraph 3 or a license for a particular +component, to the maximum extent permitted under applicable law, the Software Packages and the +components are provided and licensed "as is" without warranty of any kind, expressed or implied, +including the implied warranties of merchantability, non-infringement or fitness for a particular purpose. +Red Hat warrants that the media on which Software Packages may be furnished will be free from defects in +materials and manufacture under normal use for a period of 30 days from the date of delivery to Client. +Red Hat does not warrant that the functions contained in the Software Packages will meet Client's requirements +or that the operation of the Software Packages will be entirely error free or appear precisely as described +in the accompanying documentation. This warranty extends only to the party that purchases the Services +pertaining to the Software Packages from Red Hat or a Red Hat authorized distributor. + +4. Limitation of Remedies and Liability. To the maximum extent permitted by applicable law, the remedies +described below are accepted by Client as its only remedies. Red Hat's entire liability, and Client's +exclusive remedies, shall be: If the Software media is defective, Client may return it within 30 days of +delivery along with a copy of Client's payment receipt and Red Hat, at its option, will replace it or +refund the money paid by Client for the Software. To the maximum extent permitted by applicable law, +Red Hat or any Red Hat authorized dealer will not be liable to Client for any incidental or consequential +damages, including lost profits or lost savings arising out of the use or inability to use the Software, +even if Red Hat or such dealer has been advised of the possibility of such damages. In no event shall +Red Hat's liability under this agreement exceed the amount that Client paid to Red Hat under this +Agreement during the twelve months preceding the action. + +5. Export Control. As required by U.S. law, Client represents and warrants that it: +(a) understands that the Software Packages are subject to export controls under the +U.S. Commerce Department's Export Administration Regulations ("EAR"); + +(b) is not located in a prohibited destination country under the EAR or U.S. sanctions regulations +(currently Cuba, Iran, Iraq, Libya, North Korea, Sudan and Syria); + +(c) will not export, re-export, or transfer the Software Packages to any prohibited destination, entity, +or individual without the necessary export license(s) or authorizations(s) from the U.S. Government; + +(d) will not use or transfer the Software Packages for use in any sensitive nuclear, chemical or +biological weapons, or missile technology end-uses unless authorized by the U.S. Government by +regulation or specific license; + +(e) understands and agrees that if it is in the United States and exports or transfers the Software +Packages to eligible end users, it will, as required by EAR Section 740.17(e), submit semi-annual +reports to the Commerce Department's Bureau of Industry & Security (BIS), which include the name and +address (including country) of each transferee; + +and (f) understands that countries other than the United States may restrict the import, use, or +export of encryption products and that it shall be solely responsible for compliance with any such +import, use, or export restrictions. + +6. Third Party Programs. Red Hat may distribute third party software programs with the Software Packages +that are not part of the Software Packages and which Client must install separately. These third party +programs are subject to their own license terms. The license terms either accompany the programs or +can be viewed at http://www.redhat.com/licenses/. If Client does not agree to abide by the applicable +license terms for such programs, then Client may not install them. If Client wishes to install the programs +on more than one system or transfer the programs to another party, then Client must contact the licensor +of the programs. + +7. General. If any provision of this agreement is held to be unenforceable, that shall not affect the +enforceability of the remaining provisions. This License Agreement shall be governed by the laws of the +State of North Carolina and of the United States, without regard to any conflict of laws provisions, +except that the United Nations Convention on the International Sale of Goods shall not apply. + +Copyright 2006-2007 Red Hat, Inc. All rights reserved. +"JBoss" and the JBoss logo are registered trademarks of Red Hat, Inc. +All other trademarks are the property of their respective owners. diff --git a/jboss/bin/classpath.sh b/jboss/bin/classpath.sh index 091a620f99..b79057cba4 100644 --- a/jboss/bin/classpath.sh +++ b/jboss/bin/classpath.sh @@ -5,7 +5,7 @@ ## ## ### ====================================================================== ### -### $Id: classpath.sh,v 1.3 2005/09/04 17:52:33 jjanke Exp $ ### +### $Id: classpath.sh 7809 2002-05-22 02:39:56Z user57 $ ### DIRNAME=`dirname $0` PROGNAME=`basename $0` diff --git a/jboss/bin/deployer.bat b/jboss/bin/deployer.bat deleted file mode 100644 index 306e9ee64d..0000000000 --- a/jboss/bin/deployer.bat +++ /dev/null @@ -1,60 +0,0 @@ -@echo off -rem ------------------------------------------------------------------------- -rem JBoss Bootstrap Script for Win32 -rem ------------------------------------------------------------------------- - -rem $Id: deployer.bat,v 1.3 2005/09/04 17:52:33 jjanke Exp $ - -@if not "%ECHO%" == "" echo %ECHO% -@if "%OS%" == "Windows_NT" setlocal - -set DIRNAME=.\ -if "%OS%" == "Windows_NT" set DIRNAME=%~dp0% -set PROGNAME=run.bat -if "%OS%" == "Windows_NT" set PROGNAME=%~nx0% - -rem Read all command line arguments - -set ARGS= -:loop -if [%1] == [] goto endloop - set ARGS=%ARGS% %1 - shift - goto loop -:endloop - -rem Find run.jar, or we can't continue - -set RUNJAR=%DIRNAME%\deployer.jar -if exist "%RUNJAR%" goto FOUND_RUN_JAR -echo Could not locate %RUNJAR%. Please check that you are in the -echo bin directory when running this script. -goto END - -:FOUND_RUN_JAR - -if not "%JAVA_HOME%" == "" goto ADD_TOOLS - -set JAVA=java - -echo JAVA_HOME is not set. Unexpected results may occur. -echo Set JAVA_HOME to the directory of your local JDK to avoid this message. -goto SKIP_TOOLS - -:ADD_TOOLS - -set JAVA=%JAVA_HOME%\bin\java - -rem Setup JBoss sepecific properties -set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME% -set JBOSS_HOME=%DIRNAME%\.. - -rem JPDA options. Uncomment and modify as appropriate to enable remote debugging. -rem set JAVA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y %JAVA_OPTS% - -"%JAVA%" %JAVA_OPTS% -classpath "%JBOSS_CLASSPATH%" org.jboss.jmx.service.RemoteDeployer %ARGS% - -:END -if "%NOPAUSE%" == "" pause - -:END_NO_PAUSE diff --git a/jboss/bin/deployer.sh b/jboss/bin/deployer.sh deleted file mode 100644 index f910251abd..0000000000 --- a/jboss/bin/deployer.sh +++ /dev/null @@ -1,105 +0,0 @@ -#!/bin/sh -### ====================================================================== ### -## ## -## JBoss Bootstrap Script ## -## ## -### ====================================================================== ### - -### $Id: deployer.sh,v 1.3 2005/09/04 17:52:33 jjanke Exp $ ### - -DIRNAME=`dirname $0` -PROGNAME=`basename $0` -GREP="grep" - -# -# Helper to complain. -# -warn() { - echo "${PROGNAME}: $*" -} - -# -# Helper to puke. -# -die() { - warn $* - exit 1 -} - -# OS specific support (must be 'true' or 'false'). -cygwin=false; -darwin=false; -case "`uname`" in - CYGWIN*) - cygwin=true - ;; - - Darwin*) - darwin=true - ;; -esac - -# For Cygwin, ensure paths are in UNIX format before anything is touched -if $cygwin ; then - [ -n "$JBOSS_HOME" ] && - JBOSS_HOME=`cygpath --unix "$JBOSS_HOME"` - [ -n "$JAVA_HOME" ] && - JAVA_HOME=`cygpath --unix "$JAVA_HOME"` - [ -n "$JAVAC_JAR" ] && - JAVAC_JAR=`cygpath --unix "$JAVAC_JAR"` -fi - -# Setup JBOSS_HOME -if [ "x$JBOSS_HOME" = "x" ]; then - # get the full path (without any relative bits) - JBOSS_HOME=`cd $DIRNAME/..; pwd` -fi -export JBOSS_HOME - -# Setup the JVM -if [ "x$JAVA_HOME" != "x" ]; then - JAVA="$JAVA_HOME/bin/java" -else - JAVA="java" -fi - -# Setup the classpath -programjar="$JBOSS_HOME/bin/deployer.jar" -if [ ! -f $programjar ]; then - die "Missing required file: $programjar" -fi -JBOSS_BOOT_CLASSPATH="$programjar" - -if [ "x$JBOSS_CLASSPATH" = "x" ]; then - JBOSS_CLASSPATH="$JBOSS_BOOT_CLASSPATH:$JAVAC_JAR" -else - JBOSS_CLASSPATH="$JBOSS_CLASSPATH:$JBOSS_BOOT_CLASSPATH:$JAVAC_JAR" -fi - -# Check for SUN(tm) JVM w/ HotSpot support -if [ "x$HAS_HOTSPOT" = "x" ]; then - HAS_HOTSPOT=`$JAVA -version 2>&1 | $GREP HotSpot` -fi - -# If JAVA_OPTS is not set and the JVM is HOTSPOT enabled, then the server mode -if [ "x$JAVA_OPTS" = "x" -a "x$HAS_HOTSPOT" != "x" ]; then - # MacOS does not support -server flag - if [ "$darwin" != "true" ]; then - JAVA_OPTS="-server" - fi -fi - -# Setup JBoss sepecific properties -JAVA_OPTS="$JAVA_OPTS -Dprogram.name=$PROGNAME" - -# For Cygwin, switch paths to Windows format before running java -if $cygwin; then - JBOSS_HOME=`cygpath --path --windows "$JBOSS_HOME"` - JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` - JBOSS_CLASSPATH=`cygpath --path --windows "$JBOSS_CLASSPATH"` -fi - -# Execute the JVM -exec $JAVA $JAVA_OPTS \ - -classpath "$JBOSS_CLASSPATH" \ - org.jboss.jmx.service.RemoteDeployer "$@" diff --git a/jboss/bin/jboss_init_hpux.sh b/jboss/bin/jboss_init_hpux.sh new file mode 100644 index 0000000000..d53eda6578 --- /dev/null +++ b/jboss/bin/jboss_init_hpux.sh @@ -0,0 +1,257 @@ +#!/bin/sh +# +# $Id: jboss_init_hpux.sh 57105 2006-09-23 14:09:27Z dimitris@jboss.org $ +# +# JBoss Control Script for HP-UX +# +# description: JBoss Applicaton Server / EJB Container +# +# Run this script as the root user. This script will start +# as many instances of JBoss as there are array entries in a +# startup configuration file under /etc/rc.config.d/ as +# defined below. If no configuration file exists, the script +# will still attempt to start at least one server using default +# values. +# +# Installation Instructions: +# 1. Copy /bin/jboss_init_hpux.sh to/sbin/init.d/jboss +# 2. Create softlinks to the file from the various startup and shutdown +# directories: +# ln -s /sbin/init.d/jboss /sbin/rc2.d/K001jboss +# ln -s /sbin/init.d/jboss /sbin/rc3.d/S999jboss +# 3. Create /etc/rc.config.d/jboss with the variables defined below. For +# example if you have two servers at /opt/jboss1 and /opt/jboss2 that run +# as users jboss1 and jboss2 using the default instances, then you would +# create the following configuration entries: +############# +# JBOSS_HOME[0]=/opt/jboss1 +# JBOSS_USER[0]=jboss1 +# SERVER_NAME[0]=default +# JBOSS_START[0]=1 +## default console logging (you can also just omit the next line) +# JBOSS_CONSOLE[0]="" +############# +# JBOSS_HOME[1]=/opt/jboss2 +# JBOSS_USER[1]=jboss2 +# SERVER_NAME[1]=default +# JBOSS_START[1]=1 +## No Console logging +# JBOSS_CONSOLE[1]=/dev/null +# + +################################################################## +# +# This script will start as many instances of JBoss as there are +# consecutive array entries for the variables defined below. +# +# There may be a unique jboss server instance for each $JBOSS_HOME[i] +# and $SERVER_NAME[i] combination. +# +# The following variables should be defined in /etc/rc.config.d/jboss. +# If they are not, the variables are defaulted below: +# +# JBOSS_HOME[i] - root directory for jboss installation, like +# /opt/jboss-. +# The default for the 1st instance is /opt/jboss: JBOSS_HOME[0]=/opt/jboss. +# No default for any other instance. +# +# SERVER_NAME[i] - server instance name. Normally "all", "default", or +# "minimal". Maps to server instance at $JBOSS_HOME/server/$SERVER_NAME +# The default value is "default". +# +# JBOSS_START[i] - set to "0" to force JBOSS to not start when this script +# is run. Usefull when this script is run automatically at system +# startup time. Default is "1" to startup. +# +# JBOSS_USER[i] - it is username by which the jboss application server +# is started. The default user is jboss. +# +# JBOSS_CONSOLE[i] - file where jboss console logging will be written +# Use "/dev/null" if console logging is not desired. +# default is /var/opt/jboss/jboss__.log +# +# JAVA_HOME should also be defined in the target users environment, such +# as is the case when it is exported from ~/.profile. +# +# NOTE: The notation for array subscript [0] is optional. You can refer to +# JBOSS_HOME[0] as JBOSS_HOME. +# +# read config variables from files in /etc/rc.config.d +# by convention the config values should be in a file /etc/rc.config.d, +# such as /etc/rc.config.d/jboss. If these variables are not defined +# in a configuration file in rc.config.d, we will attempt to deal with it by +# setting defaults in the program + +if [ -f /etc/rc.config ] +then + . /etc/rc.config +else + print "ERROR: /etc/rc.config default file MISSING" 1>&2 +fi +umask 022 + +# +# Make sure variables are defined at least for the first instance of the +# array. Note that $SERVER_NAME is the same as ${SERVER_NAME[0]} + +JBOSS_HOME=${JBOSS_HOME:-"/opt/jboss"} + +PATH=/sbin:/usr/sbin:/usr/bin:$PATH +export PATH + +#Usage: isJBossRunning +# sets non zero return code if Jboss is not running +# sets global isJBossRunningPid with 1st process id if it is running +isJBossRunning() +{ + typeset JBossHome=$2 JBossUserId=$1 instance=$3 junk + ((isJBossRunningPid=0)) + # pipeline reads 1st jboss pid if it is running for user, jboss home, and instance + ps -xu $JBossUserId | + grep "$JBossHome.*org.jboss.Main.*\-c[ \t]*$instance" | grep -v "grep" | + read isJBossRunningPid junk +} + +#USAGE: isUserOK +# prints any problems on standard error and returns with a non-zero status +# returns a 0 status if all is OK +isUserOK() +{ + # check if the user exists + id ${JBOSS_USER[i]} >/dev/null 2>&1 + if (($?!=0)); then + echo "ERROR: The user ${JBOSS_USER[i]} does not exist." 1>&2 + return 1 + fi + + # check if the user has write permission on the jboss instance directory + su ${JBOSS_USER[i]} -c "test -w ${JBOSS_HOME[i]}/server/${SERVER_NAME[i]}" >/dev/null 2>&1 + if (($?!=0)); then + echo "ERROR: The user ${JBOSS_USER[i]} does not have write access to ${JBOSS_HOME[i]}/server/${SERVER_NAME[i]}" 1>&2 + return 2 + fi + + # user must have JAVA_HOME defined + su - ${JBOSS_USER[i]} -c 'whence java || [[ -d $JAVA_HOME ]]' >/dev/null 2>&1 + if (($?!=0)); then + echo "ERROR: The user \"${JBOSS_USER[i]}\" does not have \$JAVA_HOME defined; either define \$JAVA_HOME for this user or ensure that a path to \"java\" exists." 1>&2 + return 3 + fi + + # user looks good so far + return 0 +} + +# Usage: startJBoss +startJBoss() +{ + typeset -i i=$1 + + (( ${JBOSS_START[i]} != 1 )) && return 0 + + # make sure the console log exists with appropriate permissions for JBOSS_USER[i] + if [[ ! -d ${JBOSS_CONSOLE[i]%/*} ]]; then + mkdir -p ${JBOSS_CONSOLE[i]%/*} + chmod 0755 ${JBOSS_CONSOLE[i]%/*} + chown ${JBOSS_USER[i]} ${JBOSS_CONSOLE[i]%/*} + fi + + # do some basic error checking + if [[ ! -d ${JBOSS_HOME[i]} ]]; then + echo "ERROR: JBOSS_HOME[$i] is not a valid directory : ${JBOSS_HOME[i]}" 1>&2 + return 1 + fi + + isUserOK || return 2 + + isJBossRunning ${JBOSS_USER[i]} ${JBOSS_HOME[i]} ${SERVER_NAME[i]} + if (( $? == 0 )); then + echo "JBoss AS is already running for user ${JBOSS_USER[i]} at ${JBOSS_HOME[i]} with instance ${SERVER_NAME[i]}" 1>&2 + return 3 + fi + + # keep last version of the console log around + [[ -f ${JBOSS_CONSOLE[i]} ]] && mv ${JBOSS_CONSOLE[i]} ${JBOSS_CONSOLE[i]}.old + + # JBoss is not running, start it up + CMD_START="${JBOSS_HOME[i]}/bin/run.sh -c ${SERVER_NAME[i]}" + nohup su - ${JBOSS_USER[i]} -c "sh $CMD_START" >${JBOSS_CONSOLE[i]} 2>&1 & + echo "Starting JBoss AS for user ${JBOSS_USER[i]} at ${JBOSS_HOME[i]} with instance ${SERVER_NAME[i]}." + + # wait a few seconds then check if it started ok + #isJBossRunning ${JBOSS_USER[i]} ${JBOSS_HOME[i]} ${SERVER_NAME[i]} || sleep 2 || + #isJBossRunning ${JBOSS_USER[i]} ${JBOSS_HOME[i]} ${SERVER_NAME[i]} || sleep 3 || + #echo "... server not started yet. Check the log files for errors" +} + +# Usage: stopJBoss +stopJBoss() +{ + typeset -i i=$1 + + # return silently if JBoss AS is not running + isJBossRunning ${JBOSS_USER[i]} ${JBOSS_HOME[i]} ${SERVER_NAME[i]} || return 0 + + # JBoss is running and $isJBossRunningPid is set to the process id + # SIGTERM does a gracefull shutdown like ^C + echo "Stopping JBoss AS PID $isJBossRunningPid for user ${JBOSS_USER[i]} at ${JBOSS_HOME[i]} with instance ${SERVER_NAME[i]}" + kill -s SIGTERM $isJBossRunningPid + + # wait for up to 30 seconds for the process to terminate gracefully + isJBossRunning ${JBOSS_USER[i]} ${JBOSS_HOME[i]} ${SERVER_NAME[i]} && printf "please wait " && sleep 5 && + isJBossRunning ${JBOSS_USER[i]} ${JBOSS_HOME[i]} ${SERVER_NAME[i]} && printf "." && sleep 10 && + isJBossRunning ${JBOSS_USER[i]} ${JBOSS_HOME[i]} ${SERVER_NAME[i]} && printf "." && sleep 15 && + isJBossRunning ${JBOSS_USER[i]} ${JBOSS_HOME[i]} ${SERVER_NAME[i]} && + echo "NOT Terminated! Wait a moment then check to see if the process has shut down gracefully, or terminate it now with\n \"kill -s SIGKILL $isJBossRunningPid\"" >&2 +} + +# Usage: doAll +doAll() +{ + typeset cmd=$1 + typeset -i rc=0 + shift + + # loop thru the configuration file for servers to start or stop as identified by JBOSS_HOME[i] and the + # other parameters + + ((i=0)) + while [[ ${JBOSS_HOME[i]} != "" ]] + do + + # set defaults for any missing values + SERVER_NAME[$i]=${SERVER_NAME[i]:-"default"} + JBOSS_USER[$i]=${JBOSS_USER[i]:-"jboss"} + JBOSS_CONSOLE[$i]=${JBOSS_CONSOLE[i]:-/var/opt/jboss/${JBOSS_USER[i]}/jboss_${SERVER_NAME[i]}.log} + JBOSS_START[$i]=${JBOSS_START[i]:-1} + + $cmd $i $* + (($? != 0)) && rc=$? + ((i=i+1)) + done + return $rc +} + +case "$1" in + start_msg) + echo "Starting JBoss" + ;; + start) + doAll startJBoss + ;; + stop_msg) + echo "Stopping JBoss" + ;; + stop) + doAll stopJBoss + ;; + restart) + $0 stop + $0 start + ;; + *) + echo "usage: $0 (start|stop|restart|help)" 1>&2 + exit 1 +esac + +exit $? diff --git a/jboss/bin/jboss_init_redhat.sh b/jboss/bin/jboss_init_redhat.sh index 27a22fef04..bec0302275 100644 --- a/jboss/bin/jboss_init_redhat.sh +++ b/jboss/bin/jboss_init_redhat.sh @@ -1,42 +1,49 @@ #!/bin/sh # +# $Id: jboss_init_redhat.sh 71252 2008-03-25 17:52:00Z dbhole $ +# # JBoss Control Script # -# chkconfig: 3 80 20 -# description: JBoss EJB Container -# -# To use this script -# run it as root - it will switch to the specified user -# It loses all console output - use the log. +# To use this script run it as root - it will switch to the specified user # -# Here is a little (and extremely primitive) -# startup/shutdown script for RedHat systems. It assumes -# that JBoss lives in /usr/local/jboss, it's run by user -# 'jboss' and JDK binaries are in /usr/local/jdk/bin. All -# this can be changed in the script itself. -# Bojan +# Here is a little (and extremely primitive) startup/shutdown script +# for RedHat systems. It assumes that JBoss lives in /usr/local/jboss, +# it's run by user 'jboss' and JDK binaries are in /usr/local/jdk/bin. +# All this can be changed in the script itself. # -# Either amend this script for your requirements -# or just ensure that the following variables are set correctly -# before calling the script - -# [ #420297 ] JBoss startup/shutdown for RedHat +# Either modify this script for your requirements or just ensure that +# the following variables are set correctly before calling the script. #define where jboss is - this is the directory containing directories log, bin, conf etc JBOSS_HOME=${JBOSS_HOME:-"/usr/local/jboss"} -#make java is on your path +#define the user under which jboss will run, or use 'RUNASIS' to run as the current user +JBOSS_USER=${JBOSS_USER:-"jboss"} + +#make sure java is in your path JAVAPTH=${JAVAPTH:-"/usr/local/jdk/bin"} -#define the classpath for the shutdown class -JBOSSCP=${JBOSSCP:-"$JBOSS_HOME/bin/shutdown.jar:$JBOSS_HOME/client/jnet.jar"} +#configuration to use, usually one of 'minimal', 'default', 'all' +JBOSS_CONF=${JBOSS_CONF:-"default"} + +#if JBOSS_HOST specified, use -b to bind jboss services to that address +JBOSS_BIND_ADDR=${JBOSS_HOST:+"-b $JBOSS_HOST"} #define the script to use to start jboss -JBOSSSH=${JBOSSSH:-"$JBOSS_HOME/bin/run.sh -c all"} +JBOSSSH=${JBOSSSH:-"$JBOSS_HOME/bin/run.sh -c $JBOSS_CONF $JBOSS_BIND_ADDR"} + +if [ "$JBOSS_USER" = "RUNASIS" ]; then + SUBIT="" +else + SUBIT="su - $JBOSS_USER -c " +fi if [ -n "$JBOSS_CONSOLE" -a ! -d "$JBOSS_CONSOLE" ]; then # ensure the file exists touch $JBOSS_CONSOLE + if [ ! -z "$SUBIT" ]; then + chown $JBOSS_USER $JBOSS_CONSOLE + fi fi if [ -n "$JBOSS_CONSOLE" -a ! -f "$JBOSS_CONSOLE" ]; then @@ -48,17 +55,7 @@ fi #define what will be done with the console log JBOSS_CONSOLE=${JBOSS_CONSOLE:-"/dev/null"} -#define the user under which jboss will run, or use RUNASIS to run as the current user -JBOSSUS=${JBOSSUS:-"jboss"} - -CMD_START="cd $JBOSS_HOME/bin; $JBOSSSH" -CMD_STOP="java -classpath $JBOSSCP org.jboss.Shutdown --shutdown" - -if [ "$JBOSSUS" = "RUNASIS" ]; then - SUBIT="" -else - SUBIT="su - $JBOSSUS -c " -fi +JBOSS_CMD_START="cd $JBOSS_HOME/bin; $JBOSSSH" if [ -z "`echo $PATH | grep $JAVAPTH`" ]; then export PATH=$PATH:$JAVAPTH @@ -69,25 +66,76 @@ if [ ! -d "$JBOSS_HOME" ]; then exit 1 fi +echo JBOSS_CMD_START = $JBOSS_CMD_START -echo CMD_START = $CMD_START +function procrunning() { + procid=0 + JBOSSSCRIPT=$(echo $JBOSSSH | awk '{print $1}' | sed 's/\//\\\//g') + for procid in `/sbin/pidof -x "$JBOSSSCRIPT"`; do + ps -fp $procid | grep "${JBOSSSH% *}" > /dev/null && pid=$procid + done +} +stop() { + pid=0 + procrunning + if [ $pid = '0' ]; then + echo -n -e "\nNo JBossas is currently running\n" + exit 1 + fi + + RETVAL=1 + + # If process is still running + + # First, try to kill it nicely + for id in `ps --ppid $pid | awk '{print $1}' | grep -v "^PID$"`; do + if [ -z "$SUBIT" ]; then + kill -15 $id + else + $SUBIT "kill -15 $id" + fi + done + + sleep=0 + while [ $sleep -lt 120 -a $RETVAL -eq 1 ]; do + echo -n -e "\nwaiting for processes to stop"; + sleep 10 + sleep=`expr $sleep + 10` + pid=0 + procrunning + if [ $pid == '0' ]; then + RETVAL=0 + fi + done + + # Still not dead... kill it + + count=0 + pid=0 + procrunning + + if [ $RETVAL != 0 ] ; then + echo -e "\nTimeout: Shutdown command was sent, but process is still running with PID $pid" + exit 1 + fi + + echo + exit 0 +} + case "$1" in start) cd $JBOSS_HOME/bin if [ -z "$SUBIT" ]; then - eval $CMD_START >${JBOSS_CONSOLE} 2>&1 & + eval $JBOSS_CMD_START >${JBOSS_CONSOLE} 2>&1 & else - $SUBIT "$CMD_START >${JBOSS_CONSOLE} 2>&1 &" + $SUBIT "$JBOSS_CMD_START >${JBOSS_CONSOLE} 2>&1 &" fi ;; stop) - if [ -z "$SUBIT" ]; then - $CMD_STOP - else - $SUBIT "$CMD_STOP" - fi + stop ;; restart) $0 stop @@ -97,4 +145,3 @@ restart) echo "usage: $0 (start|stop|restart|help)" esac - diff --git a/jboss/bin/jboss_init_suse.sh b/jboss/bin/jboss_init_suse.sh index 3ce6978dd2..99ef483f9c 100644 --- a/jboss/bin/jboss_init_suse.sh +++ b/jboss/bin/jboss_init_suse.sh @@ -29,11 +29,8 @@ JBOSS_HOME=${JBOSS_HOME:-"/opt/jboss"} #make java is on your path JAVAPTH=${JAVAPTH:-"/usr/java/j2sdk1.4.1/bin"} -#define the classpath for the shutdown class -JBOSSCP=${JBOSSCP:-"$JBOSS_HOME/bin/shutdown.jar:$JBOSS_HOME/client/jnet.jar"} - #define the script to use to start jboss -JBOSSSH=${JBOSSSH:-"$JBOSS_HOME/bin/run.sh -c all"} +JBOSSSH=${JBOSSSH:-"$JBOSS_HOME/bin/run.sh -c default"} # Shell functions sourced from /etc/rc.status: # rc_check check and set local and overall rc status @@ -80,7 +77,6 @@ JBOSS_CONSOLE=${JBOSS_CONSOLE:-"/opt/jboss/log/jboss.log"} JBOSSUS=${JBOSSUS:-"jboss"} CMD_START="cd $JBOSS_HOME/bin; $JBOSSSH" -CMD_STOP="java -classpath $JBOSSCP org.jboss.Shutdown --shutdown" if [ "$JBOSSUS" = "RUNASIS" ]; then SUBIT="" @@ -97,6 +93,64 @@ if [ ! -d "$JBOSS_HOME" ]; then exit 1 fi +function procrunning() { + procid=0 + JBOSSSCRIPT=$(echo $JBOSSSH | awk '{print $1}' | sed 's/\//\\\//g') + for procid in `/sbin/pidof -x "$JBOSSSCRIPT"`; do + ps -fp $procid | grep "${JBOSSSH% *}" > /dev/null && pid=$procid + done +} + + +stop() { + pid=0 + procrunning + if [ $pid = '0' ]; then + echo -n -e "\nNo JBossas is currently running\n" + exit 1 + fi + + RETVAL=1 + + # If process is still running + + # First, try to kill it nicely + for id in `ps --ppid $pid | awk '{print $1}' | grep -v "^PID$"`; do + if [ -z "$SUBIT" ]; then + kill -15 $id + else + $SUBIT "kill -15 $id" + fi + done + + sleep=0 + while [ $sleep -lt 120 -a $RETVAL -eq 1 ]; do + echo -n -e "\nwaiting for processes to stop"; + sleep 10 + sleep=`expr $sleep + 10` + pid=0 + procrunning + if [ $pid == '0' ]; then + RETVAL=0 + fi + done + + # Still not dead... kill it + + count=0 + pid=0 + procrunning + + if [ $RETVAL != 0 ] ; then + echo -e "\nTimeout: Shutdown command was sent, but process is still running with PID $pid" + exit 1 + fi + + echo + exit 0 +} + + case "$1" in start) echo -n "Starting JBoss application server: " @@ -112,11 +166,7 @@ start) ;; stop) echo -n "Shutting down JBoss application server: " - if [ -z "$SUBIT" ]; then - $CMD_STOP - else - $SUBIT "$CMD_STOP" - fi + stop # Remember status and be verbose rc_status -v diff --git a/jboss/bin/probe.bat b/jboss/bin/probe.bat new file mode 100644 index 0000000000..40a29e8725 --- /dev/null +++ b/jboss/bin/probe.bat @@ -0,0 +1,13 @@ +@echo off +rem ------------------------------------------------------------------------- +rem JGroups Cluster Discovery Script for Win32 +rem ------------------------------------------------------------------------- + +REM Discovers all UDP-based members running on a certain mcast address (use -help for help) +REM Probe [-help] [-addr ] [-port ] [-ttl ] [-timeout ] + +set CLASSPATH=..\lib\commons-logging.jar;..\server\all\lib\jgroups.jar + +set CP=%CLASSPATH% + +java -cp %CP% org.jgroups.tests.Probe %* diff --git a/jboss/bin/probe.sh b/jboss/bin/probe.sh new file mode 100644 index 0000000000..3198e44442 --- /dev/null +++ b/jboss/bin/probe.sh @@ -0,0 +1,27 @@ +#!/bin/sh +### ====================================================================== ### +## ## +## JGroups Cluster Discovery Script ## +## ## +### ====================================================================== ### + +# Discovers all UDP-based members running on a certain mcast address (use -help for help) +# Probe [-help] [-addr ] [-port ] [-ttl ] [-timeout ] + +CLASSPATH=.:../lib/commons-logging.jar:../server/all/lib/jgroups.jar:$CLASSPATH + +# OS specific support (must be 'true' or 'false'). +cygwin=false; +case "`uname`" in + CYGWIN*) + cygwin=true + ;; +esac + +if [ $cygwin = "true" ]; then + CP=`cygpath -wp $CLASSPATH` +else + CP=$CLASSPATH +fi + +java -cp $CP org.jgroups.tests.Probe $* diff --git a/jboss/bin/run.bat b/jboss/bin/run.bat index b324c39e03..677fce2ecc 100644 --- a/jboss/bin/run.bat +++ b/jboss/bin/run.bat @@ -3,7 +3,7 @@ rem ------------------------------------------------------------------------- rem JBoss Bootstrap Script for Win32 rem ------------------------------------------------------------------------- -rem $Id: run.bat,v 1.7 2005/09/04 17:52:33 jjanke Exp $ +rem $Id: run.bat 73584 2008-05-22 12:09:26Z dimitris@jboss.org $ @if not "%ECHO%" == "" echo %ECHO% @if "%OS%" == "Windows_NT" setlocal @@ -13,23 +13,17 @@ if "%OS%" == "Windows_NT" set DIRNAME=%~dp0% set PROGNAME=run.bat if "%OS%" == "Windows_NT" set PROGNAME=%~nx0% -rem Read all command line arguments +pushd %DIRNAME%.. +set JBOSS_HOME=%CD% +popd -REM -REM The %ARGS% env variable commented out in favor of using %* to include -REM all args in java command line. See bug #840239. [jpl] -REM -REM set ARGS= -REM :loop -REM if [%1] == [] goto endloop -REM set ARGS=%ARGS% %1 -REM shift -REM goto loop -REM :endloop +REM Add bin/native to the PATH if present +if exist "%JBOSS_HOME%\bin\native" set PATH=%JBOSS_HOME%\bin\native;%PATH% +if exist "%JBOSS_HOME%\bin\native" set JAVA_OPTS=%JAVA_OPTS% -Djava.library.path="%PATH%" rem Find run.jar, or we can't continue -set RUNJAR=%DIRNAME%\run.jar +set RUNJAR=%JBOSS_HOME%\bin\run.jar if exist "%RUNJAR%" goto FOUND_RUN_JAR echo Could not locate %RUNJAR%. Please check that you are in the echo bin directory when running this script. @@ -49,57 +43,66 @@ goto SKIP_TOOLS set JAVA=%JAVA_HOME%\bin\java -if exist "%JAVA_HOME%\lib\tools.jar" goto SKIP_TOOLS -echo Could not locate %JAVA_HOME%\lib\tools.jar. Unexpected results may occur. -echo Make sure that JAVA_HOME points to a JDK and not a JRE. +rem A full JDK with toos.jar is not required anymore since jboss web packages +rem the eclipse jdt compiler and javassist has its own internal compiler. +if not exist "%JAVA_HOME%\lib\tools.jar" goto SKIP_TOOLS + +rem If exists, point to the JDK javac compiler in case the user wants to +rem later override the eclipse jdt compiler for compiling JSP pages. +set JAVAC_JAR=%JAVA_HOME%\lib\tools.jar :SKIP_TOOLS -rem Include the JDK javac compiler for JSP pages. The default is for a Sun JDK -rem compatible distribution to which JAVA_HOME points +rem If JBOSS_CLASSPATH or JAVAC_JAR is empty, don't include it, as this will +rem result in including the local directory in the classpath, which makes +rem error tracking harder. +if not "%JAVAC_JAR%" == "" set RUNJAR=%JAVAC_JAR%;%RUNJAR% +if "%JBOSS_CLASSPATH%" == "" set RUN_CLASSPATH=%RUNJAR% +if "%RUN_CLASSPATH%" == "" set RUN_CLASSPATH=%JBOSS_CLASSPATH%;%RUNJAR% -set JAVAC_JAR=%JAVA_HOME%\lib\tools.jar - -rem If JBOSS_CLASSPATH is empty, don't include it, as this will -rem result in including the local directory, which makes error tracking -rem harder. -if "%JBOSS_CLASSPATH%" == "" ( - set JBOSS_CLASSPATH=%JAVAC_JAR%;%RUNJAR% -) ELSE ( - set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%JAVAC_JAR%;%RUNJAR% -) +set JBOSS_CLASSPATH=%RUN_CLASSPATH% rem Setup JBoss specific properties set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME% -set JBOSS_HOME=%DIRNAME%\.. -rem Sun JVM memory allocation pool parameters. Modify as appropriate. +rem Add -server to the JVM options, if supported +"%JAVA%" -server -version 2>&1 | findstr /I hotspot > nul +if not errorlevel == 1 (set JAVA_OPTS=%JAVA_OPTS% -server) + +rem JVM memory allocation pool parameters. Modify as appropriate. set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m +rem With Sun JVMs reduce the RMI GCs to once per hour +set JAVA_OPTS=%JAVA_OPTS% -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 + rem JPDA options. Uncomment and modify as appropriate to enable remote debugging. -rem set JAVA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y %JAVA_OPTS% +rem set JAVA_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y %JAVA_OPTS% rem Setup the java endorsed dirs set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed echo =============================================================================== -echo . +echo. echo JBoss Bootstrap Environment -echo . +echo. echo JBOSS_HOME: %JBOSS_HOME% -echo . +echo. echo JAVA: %JAVA% -echo . +echo. echo JAVA_OPTS: %JAVA_OPTS% -echo . +echo. echo CLASSPATH: %JBOSS_CLASSPATH% -echo . +echo. echo =============================================================================== -echo . +echo. :RESTART -"%JAVA%" %JAVA_OPTS% "-Djava.endorsed.dirs=%JBOSS_ENDORSED_DIRS%" -classpath "%JBOSS_CLASSPATH%" org.jboss.Main %* -IF ERRORLEVEL 10 GOTO RESTART +"%JAVA%" %JAVA_OPTS% ^ + -Djava.endorsed.dirs="%JBOSS_ENDORSED_DIRS%" ^ + -classpath "%JBOSS_CLASSPATH%" ^ + org.jboss.Main %* + +if ERRORLEVEL 10 goto RESTART :END if "%NOPAUSE%" == "" pause diff --git a/jboss/bin/run.conf b/jboss/bin/run.conf index 4505c3101e..a40c81a368 100644 --- a/jboss/bin/run.conf +++ b/jboss/bin/run.conf @@ -4,7 +4,7 @@ ## ## ############################################################################## -### $Id: run.conf,v 1.3 2005/09/04 17:52:33 jjanke Exp $ +### $Id: run.conf 62747 2007-05-02 17:43:36Z dimitris@jboss.org $ # # This file is optional; it may be removed if not needed. @@ -40,12 +40,11 @@ # Specify options to pass to the Java VM. # if [ "x$JAVA_OPTS" = "x" ]; then - JAVA_OPTS="-server -Xms128m -Xmx128m" + JAVA_OPTS="-Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000" fi # Sample JPDA settings for remote socket debuging -#JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y" +#JAVA_OPTS="$JAVA_OPTS -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n" # Sample JPDA settings for shared memory debugging -#JAVA_OPTS="$JAVA_OPTS -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=jboss" - +#JAVA_OPTS="$JAVA_OPTS -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=jboss" diff --git a/jboss/bin/run.sh b/jboss/bin/run.sh index b12058aec9..ac4aed35b9 100644 --- a/jboss/bin/run.sh +++ b/jboss/bin/run.sh @@ -5,7 +5,7 @@ ## ## ### ====================================================================== ### -### $Id: run.sh,v 1.6 2005/09/04 17:52:33 jjanke Exp $ ### +### $Id: run.sh 75849 2008-07-15 18:43:17Z dimitris@jboss.org $ ### DIRNAME=`dirname $0` PROGNAME=`basename $0` @@ -32,6 +32,7 @@ die() { # OS specific support (must be 'true' or 'false'). cygwin=false; darwin=false; +linux=false; case "`uname`" in CYGWIN*) cygwin=true @@ -40,6 +41,10 @@ case "`uname`" in Darwin*) darwin=true ;; + + Linux) + linux=true + ;; esac # Read an optional running configuration file @@ -50,6 +55,11 @@ if [ -r "$RUN_CONF" ]; then . "$RUN_CONF" fi +# Force IPv4 on Linux systems since IPv6 doesn't work correctly with jdk5 and lower +if [ "$linux" = "true" ]; then + JAVA_OPTS="$JAVA_OPTS -Djava.net.preferIPv4Stack=true" +fi + # For Cygwin, ensure paths are in UNIX format before anything is touched if $cygwin ; then [ -n "$JBOSS_HOME" ] && @@ -101,44 +111,72 @@ if [ ! -f "$runjar" ]; then fi JBOSS_BOOT_CLASSPATH="$runjar" -# Include the JDK javac compiler for JSP pages. The default is for a Sun JDK +# Tomcat uses the JDT Compiler +# Only include tools.jar if someone wants to use the JDK instead. # compatible distribution which JAVA_HOME points to if [ "x$JAVAC_JAR" = "x" ]; then - JAVAC_JAR="$JAVA_HOME/lib/tools.jar" + JAVAC_JAR_FILE="$JAVA_HOME/lib/tools.jar" +else + JAVAC_JAR_FILE="$JAVAC_JAR" fi -if [ ! -f "$JAVAC_JAR" ]; then +if [ ! -f "$JAVAC_JAR_FILE" ]; then # MacOSX does not have a seperate tools.jar - if [ "$darwin" != "true" ]; then - warn "Missing file: $JAVAC_JAR" - warn "Unexpected results may occur. Make sure JAVA_HOME points to a JDK and not a JRE." + if [ "$darwin" != "true" -a "x$JAVAC_JAR" != "x" ]; then + warn "Missing file: JAVAC_JAR=$JAVAC_JAR" + warn "Unexpected results may occur." fi + JAVAC_JAR_FILE= fi if [ "x$JBOSS_CLASSPATH" = "x" ]; then - JBOSS_CLASSPATH="$JBOSS_BOOT_CLASSPATH:$JAVAC_JAR" + JBOSS_CLASSPATH="$JBOSS_BOOT_CLASSPATH" else - JBOSS_CLASSPATH="$JBOSS_CLASSPATH:$JBOSS_BOOT_CLASSPATH:$JAVAC_JAR" + JBOSS_CLASSPATH="$JBOSS_CLASSPATH:$JBOSS_BOOT_CLASSPATH" +fi +if [ "x$JAVAC_JAR_FILE" != "x" ]; then + JBOSS_CLASSPATH="$JBOSS_CLASSPATH:$JAVAC_JAR_FILE" fi -# If JAVA_OPTS is not set try check for Hotspot -if [ "x$JAVA_OPTS" = "x" ]; then +# If -server not set in JAVA_OPTS, set it, if supported +SERVER_SET=`echo $JAVA_OPTS | $GREP "\-server"` +if [ "x$SERVER_SET" = "x" ]; then # Check for SUN(tm) JVM w/ HotSpot support if [ "x$HAS_HOTSPOT" = "x" ]; then - HAS_HOTSPOT=`$JAVA -version 2>&1 | $GREP -i HotSpot` + HAS_HOTSPOT=`"$JAVA" -version 2>&1 | $GREP -i HotSpot` fi # Enable -server if we have Hotspot, unless we can't if [ "x$HAS_HOTSPOT" != "x" ]; then # MacOS does not support -server flag if [ "$darwin" != "true" ]; then - JAVA_OPTS="-server" + JAVA_OPTS="-server $JAVA_OPTS" fi fi fi -# Setup JBoss sepecific properties -JAVA_OPTS="$JAVA_OPTS -Dprogram.name=$PROGNAME" +# Setup JBosst Native library path +JBOSS_NATIVE_DIR="$JBOSS_HOME/bin/native" +if [ -d "$JBOSS_NATIVE_DIR" ]; then + if $cygwin ; then + export PATH="$JBOSS_NATIVE_DIR:$PATH" + JBOSS_NATIVE_DIR=`cygpath --dos "$JBOSS_NATIVE_DIR"` + fi + if [ "x$LD_LIBRARY_PATH" = "x" ]; then + LD_LIBRARY_PATH="$JBOSS_NATIVE_DIR" + else + LD_LIBRARY_PATH="$JBOSS_NATIVE_DIR:$LD_LIBRARY_PATH" + fi + export LD_LIBRARY_PATH + if [ "x$JAVA_OPTS" = "x" ]; then + JAVA_OPTS="-Djava.library.path=$JBOSS_NATIVE_DIR" + else + JAVA_OPTS="$JAVA_OPTS -Djava.library.path=$JBOSS_NATIVE_DIR" + fi +fi + +# Setup JBoss specific properties +JAVA_OPTS="-Dprogram.name=$PROGNAME $JAVA_OPTS" # Setup the java endorsed dirs JBOSS_ENDORSED_DIRS="$JBOSS_HOME/lib/endorsed" @@ -167,16 +205,52 @@ echo "" echo "=========================================================================" echo "" -STATUS=10 -while [ $STATUS -eq 10 ] -do -# Execute the JVM - "$JAVA" $JAVA_OPTS \ - -Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS" \ - -classpath "$JBOSS_CLASSPATH" \ - org.jboss.Main "$@" - STATUS=$? - # if it doesn't work, you may want to take a look at this: - # http://developer.java.sun.com/developer/bugParade/bugs/4465334.html +while true; do + if [ "x$LAUNCH_JBOSS_IN_BACKGROUND" = "x" ]; then + # Execute the JVM in the foreground + "$JAVA" $JAVA_OPTS \ + -Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS" \ + -classpath "$JBOSS_CLASSPATH" \ + org.jboss.Main "$@" + JBOSS_STATUS=$? + else + # Execute the JVM in the background + "$JAVA" $JAVA_OPTS \ + -Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS" \ + -classpath "$JBOSS_CLASSPATH" \ + org.jboss.Main "$@" & + JBOSS_PID=$! + # Trap common signals and relay them to the jboss process + trap "kill -HUP $JBOSS_PID" HUP + trap "kill -TERM $JBOSS_PID" INT + trap "kill -QUIT $JBOSS_PID" QUIT + trap "kill -PIPE $JBOSS_PID" PIPE + trap "kill -TERM $JBOSS_PID" TERM + # Wait until the background process exits + WAIT_STATUS=128 + while [ "$WAIT_STATUS" -ge 128 ]; do + wait $JBOSS_PID 2>/dev/null + WAIT_STATUS=$? + if [ "${WAIT_STATUS}" -gt 128 ]; then + SIGNAL=`expr ${WAIT_STATUS} - 128` + SIGNAL_NAME=`kill -l ${SIGNAL}` + echo "*** JBossAS process (${JBOSS_PID}) received ${SIGNAL_NAME} signal ***" >&2 + fi + done + if [ "${WAIT_STATUS}" -lt 127 ]; then + JBOSS_STATUS=$WAIT_STATUS + else + JBOSS_STATUS=0 + fi + fi + # If restart doesn't work, check you are running JBossAS 4.0.4+ + # http://jira.jboss.com/jira/browse/JBAS-2483 + # or the following if you're running Red Hat 7.0 + # http://developer.java.sun.com/developer/bugParade/bugs/4465334.html + if [ "$JBOSS_STATUS" -eq 10 ]; then + echo "Restarting JBoss..." + else + exit $JBOSS_STATUS + fi done diff --git a/jboss/bin/shutdown.bat b/jboss/bin/shutdown.bat index 65159ce856..f2245d4253 100644 --- a/jboss/bin/shutdown.bat +++ b/jboss/bin/shutdown.bat @@ -3,7 +3,7 @@ rem ------------------------------------------------------------------------- rem JBoss JVM Launcher rem ------------------------------------------------------------------------- -rem $Id: shutdown.bat,v 1.6 2005/09/04 17:52:33 jjanke Exp $ +rem $Id: shutdown.bat 72204 2008-04-15 09:34:39Z dimitris@jboss.org $ if not "%ECHO%" == "" echo %ECHO% if "%OS%" == "Windows_NT" setlocal @@ -16,16 +16,6 @@ if "%OS%" == "Windows_NT" set DIRNAME=%~dp0% set PROGNAME=run.bat if "%OS%" == "Windows_NT" set PROGNAME=%~nx0% -rem Read all command line arguments - -set ARGS= -:loop -if [%1] == [] goto end - set ARGS=%ARGS% %1 - shift - goto loop -:end - rem Find MAIN_JAR, or we can't continue set MAIN_JAR=%DIRNAME%\%MAIN_JAR_NAME% @@ -58,7 +48,7 @@ set JAVA_OPTS=%JAVA_OPTS% -Djboss.boot.loader.name=%PROGNAME% rem JPDA options. Uncomment and modify as appropriate to enable remote debugging. rem set JAVA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y %JAVA_OPTS% -"%JAVA%" %JAVA_OPTS% -classpath "%JBOSS_CLASSPATH%" %MAIN_CLASS% %ARGS% +"%JAVA%" %JAVA_OPTS% -classpath "%JBOSS_CLASSPATH%" %MAIN_CLASS% %* :END if "%NOPAUSE%" == "" pause diff --git a/jboss/bin/shutdown.sh b/jboss/bin/shutdown.sh index 0a3f91c730..b9fe93d368 100644 --- a/jboss/bin/shutdown.sh +++ b/jboss/bin/shutdown.sh @@ -5,7 +5,7 @@ ## ## ### ====================================================================== ### -### $Id: shutdown.sh,v 1.6 2005/09/04 17:52:33 jjanke Exp $ ### +### $Id: shutdown.sh 62718 2007-05-02 09:06:09Z dimitris@jboss.org $ ### DIRNAME=`dirname $0` PROGNAME=`basename $0` @@ -19,14 +19,6 @@ die() { exit 1 } -# Read an optional running configuration file -if [ "x$RUN_CONF" = "x" ]; then - RUN_CONF="$DIRNAME/run.conf" -fi -if [ -r $RUN_CONF ]; then - . $RUN_CONF -fi - # OS specific support (must be 'true' or 'false'). cygwin=false; case "`uname`" in @@ -50,10 +42,12 @@ fi export JBOSS_HOME # Setup the JVM -if [ "x$JAVA_HOME" != "x" ]; then - JAVA=$JAVA_HOME/bin/java -else - JAVA="java" +if [ "x$JAVA" = "x" ]; then + if [ "x$JAVA_HOME" != "x" ]; then + JAVA="$JAVA_HOME/bin/java" + else + JAVA="java" + fi fi # Setup the classpath @@ -73,7 +67,7 @@ if $cygwin; then fi # Execute the JVM -exec $JAVA \ +exec "$JAVA" \ $JAVA_OPTS \ -classpath $JBOSS_CLASSPATH \ org.jboss.Shutdown "$@" diff --git a/jboss/bin/twiddle.bat b/jboss/bin/twiddle.bat index fb4d3d19ba..96171b4879 100644 --- a/jboss/bin/twiddle.bat +++ b/jboss/bin/twiddle.bat @@ -3,7 +3,7 @@ rem ------------------------------------------------------------------------- rem JBoss JVM Launcher rem ------------------------------------------------------------------------- -rem $Id: twiddle.bat,v 1.3 2005/09/04 17:52:33 jjanke Exp $ +rem $Id: twiddle.bat 72204 2008-04-15 09:34:39Z dimitris@jboss.org $ if not "%ECHO%" == "" echo %ECHO% if "%OS%" == "Windows_NT" setlocal @@ -16,16 +16,6 @@ if "%OS%" == "Windows_NT" set DIRNAME=%~dp0% set PROGNAME=run.bat if "%OS%" == "Windows_NT" set PROGNAME=%~nx0% -rem Read all command line arguments - -set ARGS= -:loop -if [%1] == [] goto end - set ARGS=%ARGS% %1 - shift - goto loop -:end - rem Find MAIN_JAR, or we can't continue set MAIN_JAR=%DIRNAME%\%MAIN_JAR_NAME% @@ -57,16 +47,15 @@ set JBOSS_CLASSPATH=%DIRNAME%\..\client\jbossall-client.jar set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%DIRNAME%\..\client\getopt.jar set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%DIRNAME%\..\client\log4j.jar set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%DIRNAME%\..\lib\jboss-jmx.jar -set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%DIRNAME%\..\lib\xml-apis.jar -set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%DIRNAME%\..\lib\xercesImpl.jar -set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%DIRNAME%\..\lib\dom4j.jar :HAVE_JB_CP set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%MAIN_JAR% rem Setup JBoss sepecific properties +set JBOSS_HOME=%DIRNAME%\.. +set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed set JAVA_OPTS=%JAVA_OPTS% -Djboss.boot.loader.name=%PROGNAME% -%JAVA% %JAVA_OPTS% -classpath "%JBOSS_CLASSPATH%" %MAIN_CLASS% %ARGS% +"%JAVA%" %JAVA_OPTS% "-Djava.endorsed.dirs=%JBOSS_ENDORSED_DIRS%" -classpath "%JBOSS_CLASSPATH%" %MAIN_CLASS% %* :END diff --git a/jboss/bin/twiddle.sh b/jboss/bin/twiddle.sh index b38fca7dd2..ded300eebb 100644 --- a/jboss/bin/twiddle.sh +++ b/jboss/bin/twiddle.sh @@ -5,7 +5,7 @@ ## ## ### ====================================================================== ### -### $Id: twiddle.sh,v 1.3 2005/09/04 17:52:33 jjanke Exp $ ### +### $Id: twiddle.sh 57032 2006-09-20 22:03:16Z dimitris@jboss.org $ ### DIRNAME=`dirname $0` PROGNAME=`basename $0` @@ -57,23 +57,25 @@ if [ "x$JBOSS_CLASSPATH" = "x" ]; then JBOSS_CLASSPATH="$JBOSS_CLASSPATH:$JBOSS_HOME/client/getopt.jar" JBOSS_CLASSPATH="$JBOSS_CLASSPATH:$JBOSS_HOME/client/log4j.jar" JBOSS_CLASSPATH="$JBOSS_CLASSPATH:$JBOSS_HOME/lib/jboss-jmx.jar" - JBOSS_CLASSPATH="$JBOSS_CLASSPATH:$JBOSS_HOME/lib/xml-apis.jar" - JBOSS_CLASSPATH="$JBOSS_CLASSPATH:$JBOSS_HOME/lib/xercesImpl.jar" - JBOSS_CLASSPATH="$JBOSS_CLASSPATH:$JBOSS_HOME/lib/dom4j.jar" else JBOSS_CLASSPATH="$JBOSS_CLASSPATH:$JBOSS_BOOT_CLASSPATH" fi +# Setup the java endorsed dirs +JBOSS_ENDORSED_DIRS="$JBOSS_HOME/lib/endorsed" + # For Cygwin, switch paths to Windows format before running java if $cygwin; then JBOSS_HOME=`cygpath --path --windows "$JBOSS_HOME"` JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` JBOSS_CLASSPATH=`cygpath --path --windows "$JBOSS_CLASSPATH"` + JBOSS_ENDORSED_DIRS=`cygpath --path --windows "$JBOSS_ENDORSED_DIRS"` fi # Execute the JVM -exec $JAVA \ +exec "$JAVA" \ $JAVA_OPTS \ + -Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS" \ -Dprogram.name="$PROGNAME" \ -classpath $JBOSS_CLASSPATH \ org.jboss.console.twiddle.Twiddle "$@" diff --git a/jboss/bin/wsconsume.bat b/jboss/bin/wsconsume.bat new file mode 100644 index 0000000000..804460d91a --- /dev/null +++ b/jboss/bin/wsconsume.bat @@ -0,0 +1,70 @@ +@echo off + +rem $Id: wsconsume.bat 2885 2008-03-22 23:05:16Z richard.opalka@jboss.com $ + +@if not "%ECHO%" == "" echo %ECHO% +@if "%OS%" == "Windows_NT" setlocal + +set DIRNAME=.\ +if "%OS%" == "Windows_NT" set DIRNAME=%~dp0% +set PROGNAME=run.bat +if "%OS%" == "Windows_NT" set PROGNAME=%~nx0% + +rem Read all command line arguments + +REM +REM The %ARGS% env variable commented out in favor of using %* to include +REM all args in java command line. See bug #840239. [jpl] +REM +REM set ARGS= +REM :loop +REM if [%1] == [] goto endloop +REM set ARGS=%ARGS% %1 +REM shift +REM goto loop +REM :endloop + +set JAVA=%JAVA_HOME%\bin\java +set JBOSS_HOME=%DIRNAME%\.. +rem Setup the java endorsed dirs +set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed + +rem shared libs +set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JAVA_HOME%/lib/tools.jar +set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/activation.jar +set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/getopt.jar +set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/wstx.jar +set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jbossall-client.jar +set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/log4j.jar +set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/mail.jar +set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jbossws-spi.jar + +rem shared jaxws libs +set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jaxws-tools.jar +set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jaxws-rt.jar +set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/stax-api.jar +set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jaxb-api.jar +set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jaxb-impl.jar +set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jaxb-xjc.jar +set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/streambuffer.jar +set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/stax-ex.jar + +rem stack specific dependencies +if exist %JBOSS_HOME%/client/jbossws-client.jar goto else + rem JBossWS-Metro stack libraries + echo JBossWS-Metro stack deployed + set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jbossws-metro-client.jar + goto endif +:else + rem JBossWS-Native stack libraries + echo JBossWS-Native stack deployed + set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/javassist.jar + set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jboss-xml-binding.jar + set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jbossws-client.jar + set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jboss-jaxws.jar + set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jboss-jaxrpc.jar + set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jboss-saaj.jar +:endif + +rem Execute the JVM +"%JAVA%" %JAVA_OPTS% -Djava.endorsed.dirs="%JBOSS_ENDORSED_DIRS%" -Dlog4j.configuration=wstools-log4j.xml -classpath "%WSCONSUME_CLASSPATH%" org.jboss.wsf.spi.tools.cmd.WSConsume %* diff --git a/jboss/bin/wsconsume.sh b/jboss/bin/wsconsume.sh new file mode 100644 index 0000000000..92d4d52bc3 --- /dev/null +++ b/jboss/bin/wsconsume.sh @@ -0,0 +1,134 @@ +#!/bin/sh + +# +# Invoke wsconsume with dynamic classpath +# depending on the deployed stack and the location +# +# @author Heiko.Braun@jboss.com +# @version $Id: wsconsume.sh 2885 2008-03-22 23:05:16Z richard.opalka@jboss.com $ +# + +DIRNAME=`dirname $0` +PROGNAME=`basename $0` + +# OS specific support (must be 'true' or 'false'). +cygwin=false; +case "`uname`" in + CYGWIN*) + cygwin=true + ;; +esac + +# For Cygwin, ensure paths are in UNIX format before anything is touched +if $cygwin ; then + [ -n "$JBOSS_HOME" ] && + JBOSS_HOME=`cygpath --unix "$JBOSS_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --unix "$JAVA_HOME"` +fi + +# Setup JBOSS_HOME +if [ "x$JBOSS_HOME" = "x" ]; then + # get the full path (without any relative bits) + JBOSS_HOME=`cd $DIRNAME/..; pwd` +fi +export JBOSS_HOME + +# Setup the JVM +if [ "x$JAVA" = "x" ]; then + if [ "x$JAVA_HOME" != "x" ]; then + JAVA="$JAVA_HOME/bin/java" + else + JAVA="java" + fi +fi + +#JPDA options. Uncomment and modify as appropriate to enable remote debugging . +#JAVA_OPTS="-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y $JAVA_OPTS" + +# Setup JBoss sepecific properties +JAVA_OPTS="$JAVA_OPTS" + +# Setup the java endorsed dirs +JBOSS_ENDORSED_DIRS="$JBOSS_HOME/lib/endorsed" + +### +# Setup the LIBDIR +# This script maybe used form within the jbossws distribution +# or installed under JBOSS_HOME/bin +### + +PARENT=`cd $DIRNAME/..; pwd` +if [ -d $PARENT/client ]; then + LIBDIR=$JBOSS_HOME/client +else + LIBDIR=$PARENT/lib +fi + +# is it a JBossWS-native or SunRI installation? +if [ -f $LIBDIR/jbossws-client.jar ]; then + JBOSSWS_NATIVE="true" +fi + +### +# Setup the wsprovide classpath +# The classpath is dynamically build depending on the stack that +# is deployed. See $JBOSSWS_NATIVE above. +### + +# shared libs +WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$JAVA_HOME/lib/tools.jar" +WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/activation.jar" +WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/getopt.jar" +WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/wstx.jar" +WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jbossall-client.jar" +WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/log4j.jar" +WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/mail.jar" +WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jbossws-spi.jar" + +# shared jaxws libs +WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jaxws-tools.jar" +WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jaxws-rt.jar" +WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/stax-api.jar" +WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jaxb-api.jar" +WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jaxb-impl.jar" +WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jaxb-xjc.jar" +WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/streambuffer.jar" +WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/stax-ex.jar" + +### +# Stack specific dependencies +### + +if [ "x$JBOSSWS_NATIVE" = "x" ]; then + # JBossWS-Metro stack libraries + echo "JBossWS-Metro stack deployed" + WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jbossws-metro-client.jar" +else + # JBossWS-Native stack libraries + echo "JBossWS-Native stack deployed" + WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/javassist.jar" + WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jboss-xml-binding.jar" + WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jbossws-client.jar" + WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jboss-jaxws.jar" + WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jboss-jaxrpc.jar" + WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jboss-saaj.jar" +fi + +### +# Execute the JVM +### + +# For Cygwin, switch paths to Windows format before running java +if $cygwin; then + JBOSS_HOME=`cygpath --path --windows "$JBOSS_HOME"` + JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` + WSCONSUME_CLASSPATH=`cygpath --path --windows "$WSCONSUME_CLASSPATH"` + JBOSS_ENDORSED_DIRS=`cygpath --path --windows "$JBOSS_ENDORSED_DIRS"` +fi + +"$JAVA" $JAVA_OPTS \ + -Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS" \ + -Dlog4j.configuration=wstools-log4j.xml \ + -classpath "$WSCONSUME_CLASSPATH" \ + org.jboss.wsf.spi.tools.cmd.WSConsume "$@" diff --git a/jboss/bin/wsprovide.bat b/jboss/bin/wsprovide.bat new file mode 100644 index 0000000000..ed2538898f --- /dev/null +++ b/jboss/bin/wsprovide.bat @@ -0,0 +1,75 @@ +@echo off + +rem $Id: wsprovide.bat 2885 2008-03-22 23:05:16Z richard.opalka@jboss.com $ + +@if not "%ECHO%" == "" echo %ECHO% +@if "%OS%" == "Windows_NT" setlocal + +set DIRNAME=.\ +if "%OS%" == "Windows_NT" set DIRNAME=%~dp0% +set PROGNAME=run.bat +if "%OS%" == "Windows_NT" set PROGNAME=%~nx0% + +rem Read all command line arguments + +REM +REM The %ARGS% env variable commented out in favor of using %* to include +REM all args in java command line. See bug #840239. [jpl] +REM +REM set ARGS= +REM :loop +REM if [%1] == [] goto endloop +REM set ARGS=%ARGS% %1 +REM shift +REM goto loop +REM :endloop + +set JAVA=%JAVA_HOME%\bin\java +set JBOSS_HOME=%DIRNAME%\.. +rem Setup the java endorsed dirs +set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed + +rem shared libs +set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JAVA_HOME%/lib/tools.jar +set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jbossws-spi.jar +set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/activation.jar +set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/getopt.jar +set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jbossall-client.jar +set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/log4j.jar +set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/mail.jar + +rem shared jaxws libs +set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jaxb-api.jar +set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jaxb-impl.jar +set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jaxb-xjc.jar +set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jaxws-tools.jar +set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jaxws-rt.jar +set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/streambuffer.jar +set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/stax-ex.jar + +rem stack specific dependencies +if exist %JBOSS_HOME%/client/jbossws-client.jar goto else + rem JBossWS-Metro stack libraries + echo JBossWS-Metro stack deployed + set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jbossws-metro-client.jar + set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jaxws-api.jar + set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jsr181-api.jar + set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/saaj-api.jar + set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/saaj-impl.jar + goto endif +:else + rem JBossWS-Native stack libraries + echo JBossWS-Native stack deployed + set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jboss-xml-binding.jar + set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/javassist.jar + set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jbossall-client.jar + set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jbossws-client.jar + set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jboss-jaxws.jar + set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jboss-jaxrpc.jar + set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jboss-saaj.jar + set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/policy.jar + set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/wsdl4j.jar +:endif + +rem Execute the JVM +"%JAVA%" %JAVA_OPTS% -Djava.endorsed.dirs="%JBOSS_ENDORSED_DIRS%" -Dlog4j.configuration=wstools-log4j.xml -classpath "%WSPROVIDE_CLASSPATH%" org.jboss.wsf.spi.tools.cmd.WSProvide %* diff --git a/jboss/bin/wsprovide.sh b/jboss/bin/wsprovide.sh new file mode 100644 index 0000000000..14b1c362c1 --- /dev/null +++ b/jboss/bin/wsprovide.sh @@ -0,0 +1,139 @@ +#!/bin/sh + +# +# Invoke wsprovide with dynamic classpath +# depending on the deployed stack and the location +# +# @author Heiko.Braun@jboss.com +# @version $Id: wsprovide.sh 2885 2008-03-22 23:05:16Z richard.opalka@jboss.com $ +# + +DIRNAME=`dirname $0` +PROGNAME=`basename $0` + +# OS specific support (must be 'true' or 'false'). +cygwin=false; +case "`uname`" in + CYGWIN*) + cygwin=true + ;; +esac + +# For Cygwin, ensure paths are in UNIX format before anything is touched +if $cygwin ; then + [ -n "$JBOSS_HOME" ] && + JBOSS_HOME=`cygpath --unix "$JBOSS_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --unix "$JAVA_HOME"` +fi + +# Setup JBOSS_HOME +if [ "x$JBOSS_HOME" = "x" ]; then + # get the full path (without any relative bits) + JBOSS_HOME=`cd $DIRNAME/..; pwd` +fi +export JBOSS_HOME + +# Setup the JVM +if [ "x$JAVA" = "x" ]; then + if [ "x$JAVA_HOME" != "x" ]; then + JAVA="$JAVA_HOME/bin/java" + else + JAVA="java" + fi +fi + +#JPDA options. Uncomment and modify as appropriate to enable remote debugging . +#JAVA_OPTS="-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y $JAVA_OPTS" + +# Setup JBoss sepecific properties +JAVA_OPTS="$JAVA_OPTS" + +# Setup the java endorsed dirs +JBOSS_ENDORSED_DIRS="$JBOSS_HOME/lib/endorsed" + +### +# Setup the LIBDIR +# This script maybe used form within the jbossws distribution +# or installed under JBOSS_HOME/bin +### + +PARENT=`cd $DIRNAME/..; pwd` +if [ -d $PARENT/client ]; then + LIBDIR=$JBOSS_HOME/client +else + LIBDIR=$PARENT/lib +fi + +# is it a JBossWS-native or SunRI installation? +if [ -f $LIBDIR/jbossws-client.jar ]; then + JBOSSWS_NATIVE="true" +fi + +### +# Setup the wsprovide classpath +# The classpath is dynamically build depending on the stack that +# is deployed. See $JBOSSWS_NATIVE above. +### + +# shared libs +WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$JAVA_HOME/lib/tools.jar" +WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/jbossws-spi.jar" +WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/activation.jar" +WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/getopt.jar" +WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/jbossall-client.jar" +WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/log4j.jar" +WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/mail.jar" + +# shared jaxws libs +WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/jaxb-api.jar" +WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/jaxb-impl.jar" +WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/jaxb-xjc.jar" +WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/jaxws-tools.jar" +WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/jaxws-rt.jar" +WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/streambuffer.jar" +WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/stax-ex.jar" + +### +# stack specific dependencies +### + +if [ "x$JBOSSWS_NATIVE" = "x" ]; then + # JBossWS-Metro stack libraries + echo "JBossWS-Metro stack deployed" + WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/jbossws-metro-client.jar" + WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/jaxws-api.jar" + WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/jsr181-api.jar" + WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/saaj-api.jar" + WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/saaj-impl.jar" +else + # JBossWS-Native stack libraries + echo "JBossWS-Native stack deployed" + WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/jboss-xml-binding.jar" + WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/javassist.jar" + WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/jbossall-client.jar" + WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/jbossws-client.jar" + WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/jboss-jaxws.jar" + WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/jboss-jaxrpc.jar" + WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/jboss-saaj.jar" + WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/policy.jar" + WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$LIBDIR/wsdl4j.jar" +fi + +### +# Execute the JVM +### + +# For Cygwin, switch paths to Windows format before running java +if $cygwin; then + JBOSS_HOME=`cygpath --path --windows "$JBOSS_HOME"` + JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` + WSPROVIDE_CLASSPATH=`cygpath --path --windows "$WSPROVIDE_CLASSPATH"` + JBOSS_ENDORSED_DIRS=`cygpath --path --windows "$JBOSS_ENDORSED_DIRS"` +fi + +"$JAVA" $JAVA_OPTS \ + -Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS" \ + -Dlog4j.configuration=wstools-log4j.xml \ + -classpath "$WSPROVIDE_CLASSPATH" \ + org.jboss.wsf.spi.tools.cmd.WSProvide "$@" diff --git a/jboss/bin/wsrunclient.bat b/jboss/bin/wsrunclient.bat new file mode 100644 index 0000000000..b11604cfe2 --- /dev/null +++ b/jboss/bin/wsrunclient.bat @@ -0,0 +1,58 @@ +@echo off + +rem $Id: wsrunclient.bat 3813 2008-03-31 12:03:40Z richard.opalka@jboss.com $ + +@if not "%ECHO%" == "" echo %ECHO% +@if "%OS%" == "Windows_NT" setlocal + +set DIRNAME=.\ +if "%OS%" == "Windows_NT" set DIRNAME=%~dp0% +set PROGNAME=run.bat +if "%OS%" == "Windows_NT" set PROGNAME=%~nx0% + + +if not [%1] == [] goto start + echo %PROGNAME% is a command line tool that invokes a JBossWS JAX-WS Web Service client. + echo It builds the correct classpath and endorsed libs for you. Feel free to use + echo the code for this script to make your own shell scripts. It is open source + echo after all. + echo. + echo usage: %PROGNAME% [-classpath ^] ^ [arguments...] + goto EOF +:start +set ARGS= +:loop +if [%1] == [] goto endloop + if not %1 == -classpath goto argset + set WSRUNCLIENT_CLASSPATH=%2 + shift + shift + goto loop + :argset + set ARGS=%ARGS% %1 + shift + goto loop +:endloop + +set JAVA=%JAVA_HOME%\bin\java +set JBOSS_HOME=%DIRNAME%\.. +rem Setup the java endorsed dirs + +rem Setup the java endorsed dirs +set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed + +rem Setup the client classpath +set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/log4j.jar +set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jbossws-client.jar +set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/xmlsec.jar + +rem JBossAS-5.0 subset of jbossall-client.jar +set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jboss-logging-spi.jar +set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jboss-common-core.jar + +rem JBossAS-4.2 subset of jbossall-client.jar +set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jboss-common-client.jar + +rem Execute the JVM +"%JAVA%" %JAVA_OPTS% -Djava.endorsed.dirs="%JBOSS_ENDORSED_DIRS%" -Dlog4j.configuration=wstools-log4j.xml -classpath "%WSRUNCLIENT_CLASSPATH%" %ARGS% +:EOF diff --git a/jboss/bin/wsrunclient.sh b/jboss/bin/wsrunclient.sh new file mode 100644 index 0000000000..4126ea615b --- /dev/null +++ b/jboss/bin/wsrunclient.sh @@ -0,0 +1,91 @@ +#!/bin/sh + +# $Id: wsrunclient.sh 3813 2008-03-31 12:03:40Z richard.opalka@jboss.com $ +DIRNAME=`dirname $0` +PROGNAME=`basename $0` + +if [ $# -eq 0 ]; then + echo "$PROGNAME is a command line tool that invokes a JBossWS JAX-WS Web Service client." + echo "It builds the correct classpath and endorsed libs for you. Feel free to use" + echo "the code for this script to make your own shell scripts. It is open source" + echo "after all." + echo + echo "usage: $PROGNAME [-classpath ] [arguments...]" + exit 1; +fi + +# OS specific support (must be 'true' or 'false'). +cygwin=false; +case "`uname`" in + CYGWIN*) + cygwin=true + ;; +esac + +# For Cygwin, ensure paths are in UNIX format before anything is touched +if $cygwin ; then + [ -n "$JBOSS_HOME" ] && + JBOSS_HOME=`cygpath --unix "$JBOSS_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --unix "$JAVA_HOME"` +fi + +while [ $# -ge 1 ]; do + case $1 in + "-classpath") WSRUNCLIENT_CLASSPATH="$WSRUNCLIENT_CLASSPATH:$2"; shift;; + *) args=$args" $1";; + esac + shift +done + +# Setup JBOSS_HOME +if [ "x$JBOSS_HOME" = "x" ]; then + # get the full path (without any relative bits) + JBOSS_HOME=`cd $DIRNAME/..; pwd` +fi +export JBOSS_HOME + +# Setup the JVM +if [ "x$JAVA" = "x" ]; then + if [ "x$JAVA_HOME" != "x" ]; then + JAVA="$JAVA_HOME/bin/java" + else + JAVA="java" + fi +fi + +#JPDA options. Uncomment and modify as appropriate to enable remote debugging . +#JAVA_OPTS="-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n $JAVA_OPTS" + +# Setup JBoss sepecific properties +JAVA_OPTS="$JAVA_OPTS" + +# Setup the java endorsed dirs +JBOSS_ENDORSED_DIRS="$JBOSS_HOME/lib/endorsed" + +# Setup the client classpath +WSRUNCLIENT_CLASSPATH="$WSRUNCLIENT_CLASSPATH:$JBOSS_HOME/client/log4j.jar" +WSRUNCLIENT_CLASSPATH="$WSRUNCLIENT_CLASSPATH:$JBOSS_HOME/client/jbossws-client.jar" +WSRUNCLIENT_CLASSPATH="$WSRUNCLIENT_CLASSPATH:$JBOSS_HOME/client/xmlsec.jar" + +# JBossAS-5.0 subset of jbossall-client.jar +WSRUNCLIENT_CLASSPATH="$WSRUNCLIENT_CLASSPATH:$JBOSS_HOME/client/jboss-logging-spi.jar" +WSRUNCLIENT_CLASSPATH="$WSRUNCLIENT_CLASSPATH:$JBOSS_HOME/client/jboss-common-core.jar" + +# JBossAS-4.2 subset of jbossall-client.jar +WSRUNCLIENT_CLASSPATH="$WSRUNCLIENT_CLASSPATH:$JBOSS_HOME/client/jboss-common-client.jar" + +# For Cygwin, switch paths to Windows format before running java +if $cygwin; then + JBOSS_HOME=`cygpath --path --windows "$JBOSS_HOME"` + JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` + WSRUNCLIENT_CLASSPATH=`cygpath --path --windows "$WSRUNCLIENT_CLASSPATH"` + JBOSS_ENDORSED_DIRS=`cygpath --path --windows "$JBOSS_ENDORSED_DIRS"` +fi + +# Execute the JVM +"$JAVA" $JAVA_OPTS \ + -Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS" \ + -Dlog4j.configuration=wstools-log4j.xml \ + -classpath "$WSRUNCLIENT_CLASSPATH" \ + $args diff --git a/jboss/bin/wstools.bat b/jboss/bin/wstools.bat new file mode 100644 index 0000000000..741c03b15a --- /dev/null +++ b/jboss/bin/wstools.bat @@ -0,0 +1,69 @@ +@echo off + +rem $Id: wstools.bat 3813 2008-03-31 12:03:40Z richard.opalka@jboss.com $ + +@if not "%ECHO%" == "" echo %ECHO% +@if "%OS%" == "Windows_NT" setlocal + +set DIRNAME=.\ +if "%OS%" == "Windows_NT" set DIRNAME=%~dp0% +set PROGNAME=run.bat +if "%OS%" == "Windows_NT" set PROGNAME=%~nx0% + +rem Read all command line arguments + +REM +REM The %ARGS% env variable commented out in favor of using %* to include +REM all args in java command line. See bug #840239. [jpl] +REM +REM set ARGS= +REM :loop +REM if [%1] == [] goto endloop +REM set ARGS=%ARGS% %1 +REM shift +REM goto loop +REM :endloop + +set JAVA=%JAVA_HOME%\bin\java +set JBOSS_HOME=%DIRNAME%\.. +rem Setup the java endorsed dirs +set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed + +rem Setup the wstools classpath +set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JAVA_HOME%/lib/tools.jar +set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/activation.jar +set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/getopt.jar +set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/wstx.jar +set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/wsdl4j.jar +set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/jbossall-client.jar +set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/log4j.jar +set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/mail.jar +set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/concurrent.jar +set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/jbossws-spi.jar + +set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/javassist.jar +set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/jboss-xml-binding.jar +set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/jbossws-client.jar +set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/jboss-jaxws.jar +set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/jboss-jaxrpc.jar +set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/jboss-saaj.jar + +rem Display our environment +echo =========================================================================" +echo . +echo WSTools Environment +echo . +echo JBOSS_HOME: %JBOSS_HOME% +echo . +echo JAVA: %JAVA% +echo . +echo JAVA_OPTS: %JAVA_OPTS% +echo . +rem echo CLASSPATH: %WSTOOLS_CLASSPATH% +rem echo . +echo =========================================================================" +echo . + +rem Execute the JVM +"%JAVA%" %JAVA_OPTS% -Djava.endorsed.dirs="%JBOSS_ENDORSED_DIRS%" -Dlog4j.configuration=wstools-log4j.xml -classpath "%WSTOOLS_CLASSPATH%" org.jboss.ws.tools.WSTools %* + diff --git a/jboss/bin/wstools.sh b/jboss/bin/wstools.sh new file mode 100644 index 0000000000..f4d847bcbf --- /dev/null +++ b/jboss/bin/wstools.sh @@ -0,0 +1,99 @@ +#!/bin/sh + +# $Id: wstools.sh 3813 2008-03-31 12:03:40Z richard.opalka@jboss.com $ + +DIRNAME=`dirname $0` +PROGNAME=`basename $0` + +# OS specific support (must be 'true' or 'false'). +cygwin=false; +case "`uname`" in + CYGWIN*) + cygwin=true + ;; +esac + +# For Cygwin, ensure paths are in UNIX format before anything is touched +if $cygwin ; then + [ -n "$JBOSS_HOME" ] && + JBOSS_HOME=`cygpath --unix "$JBOSS_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --unix "$JAVA_HOME"` +fi + +# Setup JBOSS_HOME +if [ "x$JBOSS_HOME" = "x" ]; then + # get the full path (without any relative bits) + JBOSS_HOME=`cd $DIRNAME/..; pwd` +fi +export JBOSS_HOME + +# Setup the JVM +if [ "x$JAVA" = "x" ]; then + if [ "x$JAVA_HOME" != "x" ]; then + JAVA="$JAVA_HOME/bin/java" + else + JAVA="java" + fi +fi + +#JPDA options. Uncomment and modify as appropriate to enable remote debugging . +#JAVA_OPTS="-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n $JAVA_OPTS" + +# Setup JBoss sepecific properties +JAVA_OPTS="$JAVA_OPTS" + +# Setup the java endorsed dirs +JBOSS_ENDORSED_DIRS="$JBOSS_HOME/lib/endorsed" + +# Setup the wstools classpath +# shared libs +WSTOOLS_CLASSPATH="$WSTOOLS_CLASSPATH:$JAVA_HOME/lib/tools.jar" +WSTOOLS_CLASSPATH="$WSTOOLS_CLASSPATH:$JBOSS_HOME/client/activation.jar" +WSTOOLS_CLASSPATH="$WSTOOLS_CLASSPATH:$JBOSS_HOME/client/getopt.jar" +WSTOOLS_CLASSPATH="$WSTOOLS_CLASSPATH:$JBOSS_HOME/client/wstx.jar" +WSTOOLS_CLASSPATH="$WSTOOLS_CLASSPATH:$JBOSS_HOME/client/wsdl4j.jar" +WSTOOLS_CLASSPATH="$WSTOOLS_CLASSPATH:$JBOSS_HOME/client/jbossall-client.jar" +WSTOOLS_CLASSPATH="$WSTOOLS_CLASSPATH:$JBOSS_HOME/client/log4j.jar" +WSTOOLS_CLASSPATH="$WSTOOLS_CLASSPATH:$JBOSS_HOME/client/mail.jar" +WSTOOLS_CLASSPATH="$WSTOOLS_CLASSPATH:$JBOSS_HOME/client/concurrent.jar" +WSTOOLS_CLASSPATH="$WSTOOLS_CLASSPATH:$JBOSS_HOME/client/jbossws-spi.jar" + +WSTOOLS_CLASSPATH="$WSTOOLS_CLASSPATH:$JBOSS_HOME/client/javassist.jar" +WSTOOLS_CLASSPATH="$WSTOOLS_CLASSPATH:$JBOSS_HOME/client/jboss-xml-binding.jar" +WSTOOLS_CLASSPATH="$WSTOOLS_CLASSPATH:$JBOSS_HOME/client/jbossws-client.jar" +WSTOOLS_CLASSPATH="$WSTOOLS_CLASSPATH:$JBOSS_HOME/client/jboss-jaxws.jar" +WSTOOLS_CLASSPATH="$WSTOOLS_CLASSPATH:$JBOSS_HOME/client/jboss-jaxrpc.jar" +WSTOOLS_CLASSPATH="$WSTOOLS_CLASSPATH:$JBOSS_HOME/client/jboss-saaj.jar" + + +# For Cygwin, switch paths to Windows format before running java +if $cygwin; then + JBOSS_HOME=`cygpath --path --windows "$JBOSS_HOME"` + JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` + WSTOOLS_CLASSPATH=`cygpath --path --windows "$WSTOOLS_CLASSPATH"` + JBOSS_ENDORSED_DIRS=`cygpath --path --windows "$JBOSS_ENDORSED_DIRS"` +fi + +# Display our environment +echo "=========================================================================" +echo "" +echo " WSTools Environment" +echo "" +echo " JBOSS_HOME: $JBOSS_HOME" +echo "" +echo " JAVA: $JAVA" +echo "" +echo " JAVA_OPTS: $JAVA_OPTS" +echo "" +#echo " CLASSPATH: $WSTOOLS_CLASSPATH" +#echo "" +echo "=========================================================================" +echo "" + +# Execute the JVM +"$JAVA" $JAVA_OPTS \ + -Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS" \ + -Dlog4j.configuration=wstools-log4j.xml \ + -classpath "$WSTOOLS_CLASSPATH" \ + org.jboss.ws.tools.WSTools "$@" diff --git a/jboss/client/auth.conf b/jboss/client/auth.conf new file mode 100644 index 0000000000..94361d2192 --- /dev/null +++ b/jboss/client/auth.conf @@ -0,0 +1,25 @@ +srp-client { + // Example client auth.conf for using the SRPLoginModule + org.jboss.security.srp.jaas.SRPLoginModule required + password-stacking="useFirstPass" + principalClassName="org.jboss.security.SimplePrincipal" + srpServerJndiName="SRPServerInterface" + debug=true + ; + + // jBoss LoginModule + org.jboss.security.ClientLoginModule required + password-stacking="useFirstPass" + ; + + // Put your login modules that need jBoss here +}; + +other { + // jBoss LoginModule + org.jboss.security.ClientLoginModule required + ; + + // Put your login modules that need jBoss here +}; + diff --git a/jboss/copyright.txt b/jboss/copyright.txt new file mode 100644 index 0000000000..4e7172662d --- /dev/null +++ b/jboss/copyright.txt @@ -0,0 +1,159 @@ +The JBoss(R)* app server is Copyright 2000-2007, Red Hat Middleware LLC +and individual contributors, and is licensed under the GNU LGPL. + +A summary of the individual contributors is given below. +Any omission should be sent to scott.stark@jboss.org. + +CVS Login(s) Name +------------------------------------------------------------------------------- +adrian,ejort Adrian Brock +aloubyansky,loubyansky Alex Loubyansky +asaldhana,osdchicago Anil Saldhana +csuconic,clebert Clebert Suconic +dimitris,andd Dimitris Andreadis +kkhan,kabkhan Kabir Khan +ovidiu,ovidiuf Ovidiu Feodorov +starksm,stark Scott M Stark +tdiesler Thomas Diesler +timfox Tim Fox +bstansberry Brian Stansberry +jgreene,nihility Jason Greene +rloehr Ruel Loehr +reverbel Francisco Reverbel +alesj Ales Justin +bdecoste Bill DeCoste +bill,patriot1burke Bill Burke +telrod Tom Elrod +schrouf Ulf Schroeter +rrajasekaran Rajesh Rajasekaran +genman Elias Ross +clin Chi Lin +ssilvert Stan Silvert +peterj Peter Johnson +rcampbell,recampbell Ryan Cambell +acoliver,acoliver2 Andy Oliver +walkerrl49 Bob Walker +bwang,bwang00 Ben Wang +pilhuhn Heiko W. Rupp +jerrygauth Jerry Gauthier +ltexier Luc Texier +jchang Jack Chang +nrichards,orb Norman Richards +remm Remy Maucherat +nrocher,noelrocher Noel Rocher +ccrouch Charles Crouch +sacha,slaboure Sacha Labourey +bela,belaan Bela Ban +jmoran Jim Moran +gavin,oneovthafew Gavin King +msurtani Manik Surtani +sebersole,steveebersole Steve Ebersole +smarlow Scott Marlow +hbarlas Haroon Barlas +rawb Robert Stryker +flaviarnn Flavia Rainone +cazzius Claudio Vesco +russo,royrusso Roy Russo +theute Thomas Heute +mnf999,fleury Marc Fleury +aveitas Algirdas Veitas +deb Deborah Hooker +karan_malhi Karan Singh +pharaohh Les A. Hazlewood +ricardoarguello Ricardo Arguello +rauschuber Chris Rauschuber +jhaynie Jeff Haynie +vietj,cooperfbi Julien Viet +richarzk Klaus Richarz +chussenet Claude Hussenet +aclute Andrew Clute +juntao Juntao Yuan +kevconner Kevin Conner +mlavergn Marc Lavergne +triathlon98 Joachim Van der Auwera +ivelin Ivelin Atanasoff Ivanov +kimptoc,kimptonc Chris Kimpton +marshall_law,mculpepper Marshall Culpepper +tpeuss Thomas Peuss +essington Jason Essington +posselt Dietmar Posselt +juhalindfors,juha Juha Lindfors +lqd Christian Riege +scoy Stephen Coy +cgjung Christoph Georg Jung +rnjn5 Neil Dattani +luke_t,negaton Luke Taylor +sreich Stefan Reich +thomasra Thomas Roka-Aardal +mikefinn Mike Finn +d_jencks David Jencks +jules_gosnell Jules Gosnell +dsundstrom Dain Sundstrom +gregwilkins Greg Wilkins +janb Jan Bartel +eli201 Eli Tilevich +harald_gliebe Harald Gliebe +mnewcomb Michael Newcomb +andygodwin Andy Godwin +chirino,hiram Hiram Chirino +user57 Jason Dillon +nphelps Nathan W. Phelps +sasp Spyridon Samothrakis +igorfie Igor Fedorenko +jboynes Jeremy Boynes +kbirch Kevin Birch +yanikc Yanik Crepeau +alindsey Aaron Lindsey +mclaugs Scott McLaughlin +austinchau Austin Chau +binaryfeed Jeffrey Wescott +pra Peter Antman +jcooley James Cooley +gropi Tobias Frech +mattmunz Matthew Munz +stormy_sky,schaefera Andreas Schaefer +peter_f Peter Fagerlunds +sparre,osh Ole Husgaard +bartmann Michael Bartmann +lsanders Larry Sanderson +thesitesman Seth Sites +azakkerman Anatoly Akkerman +sgturner Greg Turner +fbrier Frederick N. Brier +biorn_steedom,simone Simone Bordet +yarrumretep Peter M. Murray +peterbraswell Peter Braswell +jwalters Jay Walters +danch Dan Christopherson +fhanik Filip Hanik +squirest Trevor Squires +olegnitz,oleg Oleg Nitz +neales Neale Swinnerton +mikesr Mike Swainston-Rainford +dbudworth David Budworth +weave Brian Weaver +vharcq Vincent Harcq +dmaplesden David Maplesden +boissier Guillaume Boissiere +plevart Peter Levart +thedug Doug Ferguson +lepe,lennart Lennart Petersson +charles_chan Charles Chan +pkendall Paul Kendall +vlada Vladimir Blagojevic +rickardoberg,oberg Rickard Öberg +jayeshpk Jayesh Parayali +deerwood Georg Rehfeld +tobyallsopp,allsopp Toby Allsopp +kvvinaymenon KV Vinay Menon +docodan Daniel OConnor +stacycurl Stacy Curl +phox Fulco Muriglio +dmcnair Dewayne McNair +vladimir Vladimir Ivanovic +joel Joel Phillips +Luc Boudreau(JIRA) Luc Boudreau + +------------------------------------------------------------------------------- +* JBoss is a registered trademark of Red Hat Middleware LLC. + diff --git a/jboss/jar-versions.xml b/jboss/jar-versions.xml index 7870130fc8..4aa2a275b8 100644 --- a/jboss/jar-versions.xml +++ b/jboss/jar-versions.xml @@ -1,141 +1,171 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jboss/lgpl.html b/jboss/lgpl.html new file mode 100644 index 0000000000..0e0676cb37 --- /dev/null +++ b/jboss/lgpl.html @@ -0,0 +1,350 @@ + + + + Appendix A. GNU Lesser General Public License

GNU Lesser General Public License

This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.

+

Free Software Foundation, Inc.
+   51 Franklin Street, Fifth Floor,
+   Boston,
+   MA
+   02110-1301
+   USA
+

+

Everyone is permitted to copy and distribute verbatim + copies of this license document, but changing it is not + allowed.

Version 2.1, February 1999

+

Preamble

The licenses for most software are designed to take away your + freedom to share and change it. By contrast, the GNU General Public + Licenses are intended to guarantee your freedom to share and change + free software--to make sure the software is free for all its users.

This license, the Lesser General Public License, applies to some + specially designated software packages--typically libraries--of the + Free Software Foundation and other authors who decide to use it. You + can use it too, but we suggest you first think carefully about whether + this license or the ordinary General Public License is the better + strategy to use in any particular case, based on the explanations below.

When we speak of free software, we are referring to freedom of use, + not price. Our General Public Licenses are designed to make sure that + you have the freedom to distribute copies of free software (and charge + for this service if you wish); that you receive source code or can get + it if you want it; that you can change the software and use pieces of + it in new free programs; and that you are informed that you can do + these things.

To protect your rights, we need to make restrictions that forbid + distributors to deny you these rights or to ask you to surrender these + rights. These restrictions translate to certain responsibilities for + you if you distribute copies of the library or if you modify it.

For example, if you distribute copies of the library, whether gratis + or for a fee, you must give the recipients all the rights that we gave + you. You must make sure that they, too, receive or can get the source + code. If you link other code with the library, you must provide + complete object files to the recipients, so that they can relink them + with the library after making changes to the library and recompiling + it. And you must show them these terms so they know their rights.

We protect your rights with a two-step method: +

  1. we copyright the library, and

  2. we offer you this license, which gives you legal + permission to copy, distribute and/or modify the library.

+

To protect each distributor, we want to make it very clear that + there is no warranty for the free library. Also, if the library is + modified by someone else and passed on, the recipients should know + that what they have is not the original version, so that the original + author's reputation will not be affected by problems that might be + introduced by others.

Finally, software patents pose a constant threat to the existence of + any free program. We wish to make sure that a company cannot + effectively restrict the users of a free program by obtaining a + restrictive license from a patent holder. Therefore, we insist that + any patent license obtained for a version of the library must be + consistent with the full freedom of use specified in this license.

Most GNU software, including some libraries, is covered by the + ordinary GNU General Public License. This license, the GNU Lesser + General Public License, applies to certain designated libraries, and + is quite different from the ordinary General Public License. We use + this license for certain libraries in order to permit linking those + libraries into non-free programs.

When a program is linked with a library, whether statically or using + a shared library, the combination of the two is legally speaking a + combined work, a derivative of the original library. The ordinary + General Public License therefore permits such linking only if the + entire combination fits its criteria of freedom. The Lesser General + Public License permits more lax criteria for linking other code with + the library.

We call this license the Lesser General Public License because it + does Less to protect the user's freedom than the ordinary General + Public License. It also provides other free software developers Less + of an advantage over competing non-free programs. These disadvantages + are the reason we use the ordinary General Public License for many + libraries. However, the Lesser license provides advantages in certain + special circumstances.

For example, on rare occasions, there may be a special need to + encourage the widest possible use of a certain library, so that it becomes + a de-facto standard. To achieve this, non-free programs must be + allowed to use the library. A more frequent case is that a free + library does the same job as widely used non-free libraries. In this + case, there is little to gain by limiting the free library to free + software only, so we use the Lesser General Public License.

In other cases, permission to use a particular library in non-free + programs enables a greater number of people to use a large body of + free software. For example, permission to use the GNU C Library in + non-free programs enables many more people to use the whole GNU + operating system, as well as its variant, the GNU/Linux operating + system.

Although the Lesser General Public License is Less protective of the + users' freedom, it does ensure that the user of a program that is + linked with the Library has the freedom and the wherewithal to run + that program using a modified version of the Library.

The precise terms and conditions for copying, distribution and + modification follow. Pay close attention to the difference between a + “work based on the library” and a “work that uses the library”. The + former contains code derived from the library, whereas the latter must + be combined with the library in order to run.

TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

Section 0

This License Agreement applies to any software library or other + program which contains a notice placed by the copyright holder or + other authorized party saying it may be distributed under the terms of + this Lesser General Public License (also called “this License”). + Each licensee is addressed as “you”.

A “library” means a collection of software functions and/or data + prepared so as to be conveniently linked with application programs + (which use some of those functions and data) to form executables.

The “Library”, below, refers to any such software library or work + which has been distributed under these terms. A “work based on the + Library” means either the Library or any derivative work under + copyright law: that is to say, a work containing the Library or a + portion of it, either verbatim or with modifications and/or translated + straightforwardly into another language. (Hereinafter, translation is + included without limitation in the term “modification”.)

Source code” for a work means the preferred form of the work for + making modifications to it. For a library, complete source code means + all the source code for all modules it contains, plus any associated + interface definition files, plus the scripts used to control compilation + and installation of the library.

Activities other than copying, distribution and modification are not + covered by this License; they are outside its scope. The act of + running a program using the Library is not restricted, and output from + such a program is covered only if its contents constitute a work based + on the Library (independent of the use of the Library in a tool for + writing it). Whether that is true depends on what the Library does + and what the program that uses the Library does.

Section 1

You may copy and distribute verbatim copies of the Library's + complete source code as you receive it, in any medium, provided that + you conspicuously and appropriately publish on each copy an + appropriate copyright notice and disclaimer of warranty; keep intact + all the notices that refer to this License and to the absence of any + warranty; and distribute a copy of this License along with the + Library.

You may charge a fee for the physical act of transferring a copy, + and you may at your option offer warranty protection in exchange for a + fee.

Section 2

You may modify your copy or copies of the Library or any portion + of it, thus forming a work based on the Library, and copy and + distribute such modifications or work under the terms of Section 1 + above, provided that you also meet all of these conditions: +

  1. The modified work must itself be a software library.

  2. You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change.

  3. You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License.

  4. If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful.

    (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.)

+

These requirements apply to the modified work as a whole. If + identifiable sections of that work are not derived from the Library, + and can be reasonably considered independent and separate works in + themselves, then this License, and its terms, do not apply to those + sections when you distribute them as separate works. But when you + distribute the same sections as part of a whole which is a work based + on the Library, the distribution of the whole must be on the terms of + this License, whose permissions for other licensees extend to the + entire whole, and thus to each and every part regardless of who wrote + it.

Thus, it is not the intent of this section to claim rights or contest + your rights to work written entirely by you; rather, the intent is to + exercise the right to control the distribution of derivative or + collective works based on the Library.

In addition, mere aggregation of another work not based on the Library + with the Library (or with a work based on the Library) on a volume of + a storage or distribution medium does not bring the other work under + the scope of this License.

Section 3

You may opt to apply the terms of the ordinary GNU General Public + License instead of this License to a given copy of the Library. To do + this, you must alter all the notices that refer to this License, so + that they refer to the ordinary GNU General Public License, version 2, + instead of to this License. (If a newer version than version 2 of the + ordinary GNU General Public License has appeared, then you can specify + that version instead if you wish.) Do not make any other change in + these notices.

Once this change is made in a given copy, it is irreversible for + that copy, so the ordinary GNU General Public License applies to all + subsequent copies and derivative works made from that copy.

This option is useful when you wish to copy part of the code of + the Library into a program that is not a library.

Section 4

You may copy and distribute the Library (or a portion or + derivative of it, under Section 2) in object code or executable form + under the terms of Sections 1 and 2 above provided that you accompany + it with the complete corresponding machine-readable source code, which + must be distributed under the terms of Sections 1 and 2 above on a + medium customarily used for software interchange.

If distribution of object code is made by offering access to copy + from a designated place, then offering equivalent access to copy the + source code from the same place satisfies the requirement to + distribute the source code, even though third parties are not + compelled to copy the source along with the object code.

Section 5

A program that contains no derivative of any portion of the + Library, but is designed to work with the Library by being compiled or + linked with it, is called a “work that uses the Library”. Such a + work, in isolation, is not a derivative work of the Library, and + therefore falls outside the scope of this License.

However, linking a “work that uses the Library” with the Library + creates an executable that is a derivative of the Library (because it + contains portions of the Library), rather than a “work that uses the + library”. The executable is therefore covered by this License. + Section 6 states terms for distribution of such executables.

When a “work that uses the Library” uses material from a header file + that is part of the Library, the object code for the work may be a + derivative work of the Library even though the source code is not. + Whether this is true is especially significant if the work can be + linked without the Library, or if the work is itself a library. The + threshold for this to be true is not precisely defined by law.

If such an object file uses only numerical parameters, data + structure layouts and accessors, and small macros and small inline + functions (ten lines or less in length), then the use of the object + file is unrestricted, regardless of whether it is legally a derivative + work. (Executables containing this object code plus portions of the + Library will still fall under Section 6.)

Otherwise, if the work is a derivative of the Library, you may + distribute the object code for the work under the terms of Section 6. + Any executables containing that work also fall under Section 6, + whether or not they are linked directly with the Library itself.

Section 6

As an exception to the Sections above, you may also combine or + link a “work that uses the Library” with the Library to produce a + work containing portions of the Library, and distribute that work + under terms of your choice, provided that the terms permit + modification of the work for the customer's own use and reverse + engineering for debugging such modifications.

You must give prominent notice with each copy of the work that the + Library is used in it and that the Library and its use are covered by + this License. You must supply a copy of this License. If the work + during execution displays copyright notices, you must include the + copyright notice for the Library among them, as well as a reference + directing the user to the copy of this License. Also, you must do one + of these things: +

  1. Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable “work that + uses the Library”, as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.)

  2. Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with.

  3. Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution.

  4. If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place.

  5. Verify that the user has already received a copy of these + materials or that you have already sent this user a copy.

+

For an executable, the required form of the “work that uses the + Library” must include any data and utility programs needed for + reproducing the executable from it. However, as a special exception, + the materials to be distributed need not include anything that is + normally distributed (in either source or binary form) with the major + components (compiler, kernel, and so on) of the operating system on + which the executable runs, unless that component itself accompanies + the executable.

It may happen that this requirement contradicts the license + restrictions of other proprietary libraries that do not normally + accompany the operating system. Such a contradiction means you cannot + use both them and the Library together in an executable that you + distribute.

Section 7

You may place library facilities that are a work based on the + Library side-by-side in a single library together with other library + facilities not covered by this License, and distribute such a combined + library, provided that the separate distribution of the work based on + the Library and of the other library facilities is otherwise + permitted, and provided that you do these two things: +

  1. Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above.

  2. Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work.

+

Section 8

You may not copy, modify, sublicense, link with, or distribute + the Library except as expressly provided under this License. Any + attempt otherwise to copy, modify, sublicense, link with, or + distribute the Library is void, and will automatically terminate your + rights under this License. However, parties who have received copies, + or rights, from you under this License will not have their licenses + terminated so long as such parties remain in full compliance.

Section 9

You are not required to accept this License, since you have not + signed it. However, nothing else grants you permission to modify or + distribute the Library or its derivative works. These actions are + prohibited by law if you do not accept this License. Therefore, by + modifying or distributing the Library (or any work based on the + Library), you indicate your acceptance of this License to do so, and + all its terms and conditions for copying, distributing or modifying + the Library or works based on it.

Section 10

Each time you redistribute the Library (or any work based on the + Library), the recipient automatically receives a license from the + original licensor to copy, distribute, link with or modify the Library + subject to these terms and conditions. You may not impose any further + restrictions on the recipients' exercise of the rights granted herein. + You are not responsible for enforcing compliance by third parties with + this License.

Section 11

If, as a consequence of a court judgment or allegation of patent + infringement or for any other reason (not limited to patent issues), + conditions are imposed on you (whether by court order, agreement or + otherwise) that contradict the conditions of this License, they do not + excuse you from the conditions of this License. If you cannot + distribute so as to satisfy simultaneously your obligations under this + License and any other pertinent obligations, then as a consequence you + may not distribute the Library at all. For example, if a patent + license would not permit royalty-free redistribution of the Library by + all those who receive copies directly or indirectly through you, then + the only way you could satisfy both it and this License would be to + refrain entirely from distribution of the Library.

If any portion of this section is held invalid or unenforceable under any + particular circumstance, the balance of the section is intended to apply, + and the section as a whole is intended to apply in other circumstances.

It is not the purpose of this section to induce you to infringe any + patents or other property right claims or to contest validity of any + such claims; this section has the sole purpose of protecting the + integrity of the free software distribution system which is + implemented by public license practices. Many people have made + generous contributions to the wide range of software distributed + through that system in reliance on consistent application of that + system; it is up to the author/donor to decide if he or she is willing + to distribute software through any other system and a licensee cannot + impose that choice.

This section is intended to make thoroughly clear what is believed to + be a consequence of the rest of this License.

Section 12

If the distribution and/or use of the Library is restricted in + certain countries either by patents or by copyrighted interfaces, the + original copyright holder who places the Library under this License may add + an explicit geographical distribution limitation excluding those countries, + so that distribution is permitted only in or among countries not thus + excluded. In such case, this License incorporates the limitation as if + written in the body of this License.

Section 13

The Free Software Foundation may publish revised and/or new + versions of the Lesser General Public License from time to time. + Such new versions will be similar in spirit to the present version, + but may differ in detail to address new problems or concerns.

Each version is given a distinguishing version number. If the Library + specifies a version number of this License which applies to it and + “any later version”, you have the option of following the terms and + conditions either of that version or of any later version published by + the Free Software Foundation. If the Library does not specify a + license version number, you may choose any version ever published by + the Free Software Foundation.

Section 14

If you wish to incorporate parts of the Library into other free + programs whose distribution conditions are incompatible with these, + write to the author to ask for permission. For software which is + copyrighted by the Free Software Foundation, write to the Free + Software Foundation; we sometimes make exceptions for this. Our + decision will be guided by the two goals of preserving the free status + of all derivatives of our free software and of promoting the sharing + and reuse of software generally.

NO WARRANTY Section 15

BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO + WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. + EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR + OTHER PARTIES PROVIDE THE LIBRARY “AS IS” WITHOUT WARRANTY OF ANY + KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE + LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME + THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

Section 16

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN + WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY + AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU + FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR + CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE + LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING + RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A + FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF + SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH + DAMAGES.

END OF TERMS AND CONDITIONS

How to Apply These Terms to Your New Libraries

If you develop a new library, and you want it to be of the greatest + possible use to the public, we recommend making it free software that + everyone can redistribute and change. You can do so by permitting + redistribution under these terms (or, alternatively, under the terms of the + ordinary General Public License).

To apply these terms, attach the following notices to the library. It is + safest to attach them to the start of each source file to most effectively + convey the exclusion of warranty; and each file should have at least the + “copyright” line and a pointer to where the full notice is found.

<one line to give the library's name and a brief idea of what it does.> + Copyright (C) <year> <name of author>

This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Also add information on how to contact you by electronic and paper mail.

You should also get your employer (if you work as a programmer) or your + school, if any, to sign a “copyright disclaimer” for the library, if + necessary. Here is a sample; alter the names:

Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker.

<signature of Ty Coon>, 1 April 1990 + Ty Coon, President of Vice

That's all there is to it!

diff --git a/jboss/mod_jk.conf b/jboss/mod_jk.conf deleted file mode 100644 index dabd03ba59..0000000000 --- a/jboss/mod_jk.conf +++ /dev/null @@ -1,60 +0,0 @@ -# Example Apache Link via mod_jk -# ------------------------------ -# $Id: mod_jk.conf,v 1.1 2005/09/04 18:20:16 jjanke Exp $ - -# This applies to mod_jk (not mod_jk2) -# http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/quickhowto.html -# Download http://apache.tarchive.com/jakarta/tomcat-connectors/jk/binaries/ - -# Update http.conf with something like: -# Include $ADEMPIERE_HOME/jboss/mod.jk .. or directly: - -LoadModule jk_module modules/mod_jk.so -AddModule mod_jk.c - -# Worker File Link -JkWorkersFile /etc/httpd/conf/workers.properties -#JkWorkersFile $ADEMPIERE_HOME/jboss/workers.properties - -# Log -JkLogFile /var/log/httpd/mod_jk.log -JkLogLevel info -JkLogStampFormat "[%a %b %d %H:%M:%S %Y] -# JkOptions indicate to send SSL KEY SIZE, -JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories -# JkRequestLogFormat set the request format -JkRequestLogFormat "%w %V %T" - -# General mapping - send *.jsp to mod_jk -JkMount /*.jsp ajp13 -JkMount /*/servlet/ ajp13 - -# Example host - - DocumentRoot /var/www/html - ServerName www.adempiere.com - ErrorLog /var/log/httpd/com_error_log - CustomLog /var/log/httpd/com_access_log combined - JkMount *.jsp ajp13 - JkMount /wstore/* ajp13 - JkMount /adempiere/* ajp13 - JkMount /invoker/* ajp13 - - -# Prevent External Access to RMI_HTTP tunnel - - order deny,allow - deny from all - allow from localhost 192.168.168 - -# Prevent External Access to Management Console - - order deny,allow - deny from all - allow from localhost 192.168.168 - -# Prevent Access - - AllowOverride None - deny from all - diff --git a/jboss/readme.html b/jboss/readme.html index c9e122dd0e..a37d70fd08 100644 --- a/jboss/readme.html +++ b/jboss/readme.html @@ -1,260 +1,872 @@ - - - - - JBoss 4.0.2 Readme - - - -JBoss Inc. -

JBoss 4.0.2

-

The jboss-4.0.2 release for the J2EE™ 1.4 codebase. For information on the APIs -that make up J2EE 1.4, see J2EE v1.4 Documentation. -For a comprehensive tutorial on J2EE 1.4, see The J2EE™ 1.4 Tutorial. -A jboss-4.0.x getting started guide that is based on contents from the tutorial can be found on the JBoss web site -documentation section, 4.0 Getting Started Guide. -

- - -

Release Notes

- -

Highlights

-
    -
  • The default class loading model in the web container has been changed to - use the standard servlet model that isolates the wars from other deployments, - and loads classes/resources preferentially from the war. In addition the, - classes from packages that cannot be overriden due to their use in the web - container are simply ignored. An example is the commons logging packages. - Prior to 4.0.2 a removal of such packages had to be removed from the war. - The changes are detailed in JBAS-1691 -
  • - -
  • Several improvements to the JACC support to work better with thirdparty - providers has been made. -
  • - -
  • The embedded tomcat version has been upgraded to 5.5.9 -
  • - -
  • The Hibernate deployer version has been upgraded to use the hibernate - 3.0.3 release (tagged jboss_4_0_2 in the hibernate cvs tree as its not - quite 3.0.3). For info on switching back to the 2.1.x based deployer, see: - JBossHibernate. -
  • - -
  • Numerous bug fixes and feature enhancements as listed below -
  • -
- - + + +JBoss +4.2.3.GA Readme +JBoss - A Division of Red Hat

JBoss +AS 4.2.3.GA +Release Notes

+

This is the 3rd bug fixing release of the JBoss Application +Server v4.2 series. The aim of this release is to +provide fixes for bugs reported by the +community against previous JBossAS +v4.2.x releases. There were some backwards compatible component +upgrades so switching to AS 4.2.3.GA from a previous +4.2.0/4.2.1/4.2.2 release should not present any problems. Please check +out the Detailed +Release Notes section for the full details.

+

A secondary target for this release was to +improve support for Java 6. JBossAS 4.2.3.GA can be build with +both JDK5 and JDK6. +The JDK5 compiled binaries have undergone more rigorous testing, they +constitute our certified version and can run under both Java 5 +& 6 VMs (with a few configuration changes for JDK6, see the +configuration section below). The JDK6 compiled binaries include +support for the JDBC 4 APIs, but this should be considered experimental +at this point.

JBoss AS 4.2 +is a stepping stone from JBoss 4.0 to JBoss 5.0. It combines a lot (but +not all) of the exciting new features of JBoss 5, but based on the +stable 4.x MicroKernel architecture.

+

JBoss AS 4.2 is also used as the basis for the +JBoss Enterprise Application Platform. The Application +Platform bundles JBoss AS and +JBoss Seam  +in a software package for which commercial support +is offered +by JBoss/Red Hat. Please read +Sacha's +blog if you are interested to learn more about the new +development, distribution and support model for JBoss.

+

For information on the APIs that make up Java EE 1.4, see Java EE +v1.4 Documentation. For a comprehensive tutorial on Java EE +1.4, see +The Java EE™ 1.4 Tutorial. A jboss-4.2.x getting +started guide that is based on contents from the tutorial can be found +in JBoss +Application Server Documentation Library

+

Note: The 4.2.x release of the JBoss Application +Server provides support for certain JavaEE5 features, such as EJB3, but +it is not Java EE5 certified.

+

Overview

+

Highlights of +JBoss AS 4.2 +series

+
  • JBoss +EJB3 is now deployed *by default* in JBossAS 4.2.x The fact +that we base on JDK5 makes our life easier in this regard, meaning we +don't have to maintain jdk5 code retro-weaved for jdk1.4 runtimes, and +we can include by default components that require jdk5 to run.
  • JBoss +Web v2.x is the web container in JBossAS 4.2, an +implementation based on Apache Tomcat that includes the Apache Portable +Runtime (APR) and Tomcat native technologies to achieve scalability and +performance characteristics that match and exceed the Apache Http +server. In the absence of the native libraries, +JBoss Web falls back to the standard non-native connector mode. The +native libraries need to be downloaded +and installed separately in JBOSS_HOME/bin/native.
  • +
  • JBoss +Transactions v4.2 is the default transaction manager for +JBossAS 4.2. JBoss Transactions is founded on industry proven +technology and 18 year history as a leader in distributed transactions, +and is one of the most interoperable implementations available. The JTA +version of JBoss Transactions included with the server provides for +fully recoverable transactions. For distributed transaction support the +JTS version of JBoss Transactions will need to be used. Furthermore, it +is always possible to fall back to the legacy JBossTM fast in-memory +transaction manager implementation, although it should be noted +that JBoss TM will not be supported in future JBossAS versions.
  • +
  • JBoss +WS +is the web services stack for JBoss 4.2 providing Java EE compatible +web services.
  • +
  • JGroups/JBossCache +is already configured +to support channel multiplexing, when it becomes available.
  • +
  • JBoss +Remoting was upgraded to the latest stable 2.2.x version. +This was done in order to align dependencies with the thirdparty +libraries required by the new JBoss Messaging, +which means that, if you want, you can replace the default JBossMQ +messaging provider with JBoss Messaging, without having to revert to a +scoped deployment.
  • +

Compatibility +Issues

+This lists the changes that could affect compatibility.
+
According to our product +versioning rules, JBossAS 4.2.3 should be fully compatible +with previous JBossAS 4.2.x releases. However you may want to check the +release notes of +the individual JBoss +and Thirdparty libraries updated with this release. Some +related issues from previous JBoss releases that you should be aware of +are listed below:
+

JBossAS 4.2.2.GA

  • JBossWS 1.2.1 +supported JAX-WS only as +a technology preview while JBossWS 2.0.1 used in AS 4.2.2 +provides +full JAX-WS support. If you have used in your code +the annotation org.jboss.ws.annotation.WebContext this +must be replaced by org.jboss.wsf.spi.annotation.WebContext.
  • JBoss +WS 1.0.x due to a deployer limitation used a proprietary .jse +extension for deploying WS endpoints nested in .sar +files. +This was deprecated with JBoss WS 1.2.x. and with JBoss WS 2.x this +proprietary extension is not supported anymore as it is possible to use +the standard .war extension for deploying nested WS endpoints. +If +you see: INIT_WAITING_DEPLOYER error messages for .jse files, +re-package them using a .war extension, JBWS-1854.
  • Another +known limitation is that EJB3 web service endpoints can only +be +specified using annotations and not metadata in jboss.xml. This is +something that will be addressed in a future release, JBAS-4852, +JBWS-1813.
  • Finding +the default local business interface on a ejb3 bean may not work in +certain inheritance scenarios. You may workaround this known +problem by annotating the local business interface. +Read more +about this at EJBTHREE-1062.
  • EJB +Timer +related fixes, JBAS-3379, +JBAS-4053.
  • JBossMQ +related fixes, JBAS-4525, JBAS-4555, JBAS-4559, JBAS-4607, JBAS-4625, +JBAS-4699
  • JSP compiler now set to compile JDK 1.5 +source code by default, JBAS-4605.
  • The +mail-ra.rar resource adapter was missing from the distro, JBAS-4659.
  • HSQLDB +(which shouldn't be used in production) v1.8.0.8 has a known bug when +used in server mode, JBAS-4694. +This doesn't affect the default jboss installation where HSQLDB is used +in in-process mode.
  • Serialization +of HomeHandleImplIIOP has changed. In the unlikely case of a +compatibility problem, define the system property +-Dorg.jboss.proxy.ejb.old.homehandle.serialization=true to fall back to +the legacy serialization mode, JBAS-4801. +

JBossAS +4.2.1.GA +

  • JBoss TS, the new default transaction +manager will not let +you enlist multiple 1-phase participants in the same transaction. This +was *not* the default behavior with the legacy JBoss TM that would log +a warning and continue. There are good reasons for this change, mainly +to avoid heuristic outcomes in the case of system crashes, which is the +primary reason of using a transaction manager anyway! If your come +across this problem you should try to fix it by switching to XA +resources or implementing some form of compensating transactions. +However, if this is not option and you are fully aware of the +consequences you can override this behavior by setting +com.arjuna.ats.jta.allowMultipleLastResources to true in +conf/jbossjta-properties.xml. For more details read the wiki on Multiple1PC, +or consult the JBoss +Transactions documentation.
  • +
  • A major problem related to the cleaning up of threads after +user transaction timeouts was corrected in JBAS-4481. +If you happen to be using User Transactions make sure you follow the correct +pattern for committing or rolling them back.
  • +
  • Another serious classloading issue that could lead to a +hanging JBoss with a 100% CPU utilization was fixed with JBAS-4441.
  • +

JBossAS 4.2.0.GA

+
  • A JavaSE 5 runtime is required +to run JBossAS 4.2. A full +JDK with tools.jar support is no longer needed by jboss, since JBoss +Web packages the eclipse JDT compiler for compiling JSP pages and +javassist has its own internal compiler. JAVA_HOME can point to a JRE, JBAS-4161.
  • +
  • When compared to previous 4.0.x releases, the various JBoss +APIs should be stable but backwards +compatibility for individual component implementations may not be +guaranteed, e.g. interoperating with another JBoss instance that uses +an older version of JGroups.
  • +
  • Tomcat 6 is now bundled as part of JBoss Web. +deploy/jbossweb-tomcat55.sar has been replaced by +deploy/jboss-web.deployer.
  • +
  • conf/log4j.xml has been renamed to conf/jboss-log4j.xml, to +allow log4j.properties override from scoped deployments, JBAS-1853.
  • +
  • log4j and commons-logging have both been upgraded. +commons-logging is patched in addition, JBAS-2823.
  • +
  • Since the latest log4j includes a trace level, there is no +need to reference the custom jboss TRACE level in conf/jboss-log4j.xml +configs, JBAS-4163.
    +Instead of: <category +name="org.jboss.system"><priority value="TRACE" +class="org.jboss.logging.XLevel"/></category>
    +you can use: <category +name="org.jboss.system"><priority +value="TRACE"/></category>
  • +
  • Better integration with WebSphere MQ 5.x, JBAS-3183.
  • +
  • The MyFaces JSF implementation has been replaced by the +Glassfish JSF 1.2 one, JBAS-3897.
  • +
  • Hibernate, hibernate-annotations and +hibernate-entity-manager have all been upgraded. to v3.2.1.
  • +
  • The default invoker for EJBs has been changed from the +rmi-invoker to the unified-invoker, provided by JBoss Remoting, JBAS-3950.
  • +
  • Apache commons http-client and apache-codec were removed +from jbossall-client.jar, JBAS-4365.
  • +
  • The address that is stored in the host portion of the RMI +codebase URL can now be set correctly, JBAS-3325.
  • +
  • The java2ClassLoadingCompliance setting in jboss-web.xml +was ignored; this has been fixed, JBAS-3047.
  • +
  • In JBoss 4.2 the unified invokers based on JBoss Remoting +are the default transport for accessing EJBs. Using the unified +invokers JBoss 4.2 can interoperate safely with JBoss AS +4.0.4.GA/4.0.5.GA, using the flag +-Djboss.remoting.pre_2_0_compatible=true on the JBoss 4.2.x side. For +interoperating with older JBoss AS versions (3.2.8.SP1 to 4.0.3.SP1) +the legacy rmi or pooled invokers need to be used. See JBAS-4407 +and the wiki page on +JBoss Version Compatibility.
  • +

Configuration +Issues

+This lists the changes that could affect configuration.
+

JBossAS 4.2.3.GA

  • JBossAS +4.2.3.GA can be compiled with both Java5 & Java6. The Java5 +compiled binary is our primary/recommended binary distribution. It has +undergone rigorous testing and can run under both a Java 5 and a Java 6 +runtime. When running under Java 6 you need to manually copy the +following libraries from the JBOSS_HOME/client directory to the +JBOSS_HOME/lib/endorsed directory, so that the JAX-WS 2.0 apis +supported by JBossWS are used:
    • jboss-jaxrpc.jar
    • jboss-jaxws.jar
    • jboss-jaxws-ext.jar
    • jboss-saaj.jar
    • jaxb-api.jar
  • If +you still have problems using JBoss with a Sun Java 6 +runtime, you may want to set  -Dsun.lang.ClassLoader.allowArraySyntax=true, +as described in JBAS-4491. +Other potential problems under a Java 6 runtime include:
    • ORB +getting prematurely destroyed when using Sun JDK 6 (see Sun Bug ID: 6520484)
    • Unimplemented +methods in Hibernate for JDK6 interfaces.
  • When JBossAS +4.2.3 is compiled with Java 6, support for the extended JDBC 4 API is +included in the binary, however this can only be used under a +Java 6 runtime. In this case no manual configuration steps are +necessary. It should be noted however that the Java 6 compiled +distribution of JBoss AS 4.2.3.GA is still in experimental stage.

JBossAS +4.2.2.GA

  • Extensions to +LdapExtLoginModule, JBAS-4619.
  • Escape +syntax for mysql and postgresql in jboss CMP, JBAS-4463.
  • Introduced +a new system +property org.jboss.mx.loading.UnifiedLoaderRepository.notifyMode to +provide fine-grained control over the emission of notifications +whenever Unified Classloaders are created. Classloader leaks +can +appear if those notifications are send to remote jmx agents, so the +usage of the flag can avoid this problem, JBAS-4953. +

JBossAS 4.2.1.GA

+
  • %PATH% is not removed from java.library.path in the +presence of JAVA_HOME/bin/native, so e.g. native jdbc drivers can be +loaded, JBAS-4418.
  • +

JBossAS 4.2.0.GA +

  • JBossAS now binds its services to +localhost (127.0.0.1) *by +default*, instead of binding to all available interfaces (0.0.0.0). +This was primarily done for security reasons because of concerns of +users going to production without having secured +their servers properly. +To enable remote access by binding +JBoss services to a particular interface, simply run jboss with the -b +option. To bind to all available interfaces and re-enable the legacy +behaviour use -b 0.0.0.0. In any case, be aware you still need +to secure +you server properly.
  • +
  • There now distinct properties to configure the various +mcast ports, JBAS-4021.
  • +
  • When running under Linux, run.sh forces the use of IPv4, +due to a jdk bug, JBAS-4332.
  • +
  • JBoss EJB3 is now included by default. If you don't +need/want EJB3 support, simply remove deploy/ejb3.deployer.
  • +
  • When using native libraries for JBoss Web store them in +JBOSS_HOME/bin/native, which is automatically included in the +classpath, JBAS-4162.
  • +
  • JBoss Transactions is the new default transaction manager +in JBoss. It is configured in conf/jboss-service.xml and has additional +properties defined in conf/jbossjta-properties.xml. The transaction log +is stored by default at server/default/data/tx-object-store.
  • +
  • If you are on Red Hat Linux, check out the changes in +bin/jboss_init_redhat.sh, JBAS-4041.
  • +
  • The JBossAS distributions usually include the installer +(.jar), the sources (.tar.gz) and the canonical binary release (.zip). +Unzipping the binary distribution (.zip) with a native unzip utility +will restore correctly the executable permission in the /bin/*.sh +files. However, unzipping using the JDK jar utility ignores the +executable bit, so this need to be set manually.
  • +
  • bin/shutdown.sh no longer sources run.conf, JBAS-4155.
  • +

Library Updates

+For a full list of the JBoss and thirdparty libraries used +with JBoss AS 4.2.3 see  build-thirdparty.xml. +

JBossAS 4.2.3.GA

JBoss Library Updates

  • javassist +upgraded to v3.8.0.GA (from v3.6.0.GA)
  • jboss cache +upgraded to v1.4.1.SP9 (from v1.4.1.SP5)
  • jboss jaxr +upgraded to v1.2.0.SP1 (from v1.2.0.GA)
  • jboss +transactions upgraded to v4.2.3.SP7 (from v4.2.3.SP6)
  • jboss +ws upgraded to v3.0.1 / native v2.0.4 (from v2.0.1.SP2)
  • jboss +xb upgraded to v1.0.0.SP3 (from v1.0.0.SP1)
  • jboss +remoting upgraded to v2.2.2.SP8 (from v2.2.2.SP1)

Thirdparty +Library Updates

  • jfreechart upgraded to +v1.0.2 (from v0.9.20)
  • oswego-concurrent upgraded to +v1.3.4-jboss-update1 (from v1.3.4-jboss)
  • sun-jsf +upgraded to v1.2_09-b01 (from v1.2_04_P02)
  • codehaus-jettison +was introduced at v1.0-RC2

JBossAS +4.2.2.GA

JBoss Library Updates +
  • javassist upgraded to v3.6.0.GA (from v3.5.0.GA)
  • jboss +aop upgraded to v1.5.6.GA (from 1.5.5.GA)
  • jboss +cache upgraded to v1.4.1.SP5 (from 1.4.1.SP3)
  • jboss +common upgraded to v1.2.1.GA (from v1.2.0.GA)
  • jboss +remoting upgraded to v2.2.2.SP1 (from v2.2.1.GA)
  • jboss +ts upgraded to v4.2.3.SP6 (from v4.2.3.SP5)
  • jboss +web upgraded to v2.0.1.GA (from v2.0.0.GA)
  • jboss ws +upgraded to v2.0.1.SP2 (from v1.2.1.GA)
  • jboss xb +upgraded to v1.0.0.SP1 (from v1.0.0.GA)
  • jgroups +upgraded to v2.4.1.SP4 (from v2.4.1.SP3)
Thirdparty +Library Updates +
  • hsqldb upgraded to v1.8.0.8 (from v1.8.0.2)
  • jacorb +upgraded to v2.3.0jboss.patch5 (from v2.3.0jboss.patch4)
  • oswego-concurrent +upgraded to v1.3.4-jboss (from v1.3.4)

JBossAS +4.2.1.GA

+JBoss Library Updates +
  • hibernate, upgraded to v3.2.4.SP1_CP01 +(from v3.2.3.GA)
  • +
  • jboss-ts14, upgraded to v4.2.3.SP5 +(from v4.2.3.SP3)
  • +
  • jboss-remoting, upgraded to v2.2.1.GA (from v2.2.0.SP4)
  • +
Thirdparty Library Updates +
  • jacorb, upgraded to v2.3.0jboss.patch4 (from +v2.2.4jboss.patch1)
  • +
  • sun-jsf, upgraded to v1.2_04_P02 (from v1.2_04_P01)
  • +

Detailed Release Notes +

JBossAS-4.2.3.GA

Feature +Request

  • [ JBAS-3051 +] change jmx console title to display the name of the jboss server +configuration with the machine name
  • [ JBAS-4156 +] [jmx-console] Add additional informatin to page header
  • +[ JBAS-4455 +] LoadBalancePolicy that tries to pin all requests associated with a tx +to one server
  • [ JBAS-4501 +] JBoss AS 4.2 won't build with JDK 1.6
  • [ JBAS-4804 +] GenericHeaderAuthenticator injection of ssoid, sessioncookie name
  • +
  • [ JBAS-4986 +] Remove compile-time dependency on Debugger from ClusterPartition
  • +
  • [ JBAS-5035 +] MySQLValidConnectionChecker has driver name com.mysql.jdbc.Driver +hard coded
  • [ JBAS-5139 +] Support injection-target properties within service-ref declarations
  • +
  • [ JBAS-5704 +] Provide JAAS credentials in org.jboss.ant.JMX task so that calls can +be made to security protected MBeans
+

Bug

  • [ JBAS-1901 +] web-console shows dead archives after redeploy
  • +[ JBAS-2477 +] Exception in web-console j2ee domain after undeploy of application
  • +
  • [ JBAS-3402 +] Web Console and Firefox
  • [ JBAS-3406 +] JMX Console throws 500 exception on regular expressions
  • +[ JBAS-3637 +] twiddle ignores environment properties when creating its +InitialContext
  • [ JBAS-4246 +] JBoss logo not displayed for web status when accessed from web +console
  • [ JBAS-4287 +] run.sh can consume 100% single CPU resources on Solaris
  • +[ JBAS-4343 +] NullPointerException causing bad password exception in +LdapLoginModule when the role attribute is not set for a given entry
  • +
  • [ JBAS-4453 +] SerializableResultSetMetaData did not have the classname for the +column set.
  • [ JBAS-4662 +] XADatasource property names are not using the javabean convention
  • +
  • [ JBAS-4673 +] SARDeployer should throw an error if there is more than one loader +repository
  • [ JBAS-4753 +] ExternalContext can pass duplicate interfaces to +Proxy.newProxyInstance(loader, interfaces, handler)
  • +[ JBAS-4766 +] HTTP session replication failover failures with async buddy +replication
  • [ JBAS-4805 +] InitialContextFactory.getHAContext() should not use hardcoded +localhost for lookup
  • [ JBAS-4815 +] UnifiedInvokerProxyHA - Client instance check and assignment should +be atomic
  • [ JBAS-4870 +] Redelivery flags not updated in case of JBossMQ node failure
  • +
  • [ JBAS-4892 +] WebService ignores java.rmi.server.codebase system property
  • +
  • [ JBAS-4897 +] CVE-2007-5461: Information Leak in Tomcat Webdav Servlet
  • +
  • [ JBAS-4911 +] MSSQLValidConnectionChecker throws exception with MS SQL Server 2005 +JDBC driver
  • [ JBAS-4921 +] Web service deployment: web.xml modified to web.xml.org - Subsequent +runs fail
  • [ JBAS-4927 +] Code added in 4.2.1 breaks web app that works in 4.2.0
  • +[ JBAS-4934 +] JBossCacheWrapper should not re-use data gravitation option
  • +
  • [ JBAS-4938 +] source tarball contains non free code
  • [ JBAS-4943 +] jboss-ds_1_5.dtd is wrong
  • [ JBAS-4945 +] Messages transfered from DLQ to working queue will never be resent to +DLQ
  • [ JBAS-4950 +] Transaction failover authorisation is broken within +UnifiedInvokerHAProxy
  • [ JBAS-4964 +] txFailoverAuthorizations should be keyed on transaction propagation +context
  • [ JBAS-4969 +] Security-domain name entry in options map causing exception in custom +login modules
  • [ JBAS-4975 +] Usage of read-ahead on-find with entity beans containing binary +attributes (mapped to BLOB, VARBINAR, ...) breaks eager loading.
  • +
  • [ JBAS-4994 +] ReplyHeaderFilter reports old versions: Servlet 2.4, Tomcat-5.5
  • +
  • [ JBAS-5014 +] EJBMethodPermission implies should check for null methodname and +methodSig==""
  • [ JBAS-5015 +] Deploy entity beans in Oracle 11g on JBoss 4.2.1 and JBoss 4.2.1
  • +
  • [ JBAS-5020 +] Incorrect system property usage in JMX console clustering service
  • +
  • [ JBAS-5026 +] NPE in JvmRouteValve.handleJvmRoute
  • [ JBAS-5049 +] NoInitialContextException on deployment of EAR that contains MDB and +persistence.xml
  • [ JBAS-5063 +] JBoss 4.2.2 doesn't work with JSF RI 1.2_07
  • +[ JBAS-5068 +] Possible NullPointerException in DistributedReplicantManager#_add()
  • +
  • [ JBAS-5072 +] Fix null pointer exception when getting keys, values, or entry's in +the ConcurrentHashmap
  • [ JBAS-5080 +] Need to check transaction status on SQL operations
  • +[ JBAS-5091 +] BuddyCommunicationTimeout is too low
  • [ JBAS-5105 +] PostgreSQL Entity Command for jdbc2pm is Not Working Properly
  • +
  • [ JBAS-5108 +] Twiddle should print out 'invoke' results, even when no +propertyeditor for the returned object is found
  • +[ JBAS-5109 +] Web context and servlet paramters not available in WebMetaData
  • +
  • [ JBAS-5112 +] WebXMLRewriter leaks input stream
  • [ JBAS-5127 +] Hardcoded partition name in cluster-examples-service.xml
  • +
  • [ JBAS-5142 +] cmp2.x jdbc2 pm: missing a join in a collection path translating +"member of"
  • [ JBAS-5149 +] 'webservices' meta data (jboss.xml) not available for ejb3 web +service endpoints
  • [ JBAS-5189 +] Txn-Manager arjuna commits data after timeout in long transactions
  • +
  • [ JBAS-5206 +] Can't start JBoss 5 with a pure JRE installation
  • +[ JBAS-5220 +] twiddle not displaying info regarding java.lang:* beans when +-Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServerBuilderImpl +is used .
  • [ JBAS-5228 +] Race condition maintaining acknowledgements when pushing messages to +the client
  • [ JBAS-5275 +] org.jboss.test.security.test.XMLLoginModulesUnitTestCase failing on +Z-servers
  • [ JBAS-5317 +] org.jboss.test.security.test.HttpsUnitTestCase failing with the IBM +jvm
  • [ JBAS-5354 +] Need to improve error handling around thread pool errors
  • +
  • [ JBAS-5364 +] UnifiedInvokerHAProxy can throw NullPointerException under load
  • +
  • [ JBAS-5428 +] Addition of undocumented feature has caused a bug in normal behaviour +
  • [ JBAS-5431 +] PooledInvokerProxy is not using the TPC factory setup by the +UserTransaction client
  • [ JBAS-5444 +] remove twiddle.bat/shutdown.bat %ARGS% processing in favour of %*
  • +
  • [ JBAS-5459 +] JDBCStartCommand fails with index already exists
  • +[ JBAS-5475 +] NullPointerException when no invoker proxy bindings configured
  • +
  • [ JBAS-5479 +] SSLSessionInterceptor has a copy/paste error in invokeHome method
  • +
  • [ JBAS-5492 +] ClusteredSingleSignOn dead member cleaner throws NPE
  • +[ JBAS-5502 +] Enabling JBossMQ XA recovery fails
  • [ JBAS-5526 +] DB Connections established which fail check-valid-connection-sql do +not immediatly close their connection
  • [ JBAS-5528 +] If SingletonStatelessSessionInstancePool is used for a SLSB, +container MBean state is reported incorrectly
  • +[ JBAS-5568 +] sample-binding.xml does not work for jboss-messaging-1.4
  • +
  • [ JBAS-5571 +] When JBossMQ does XA recovery it should always write the XID to the +log
  • [ JBAS-5574 +] Don't log an error for BMT Stateful not completing their transactions +
  • [ JBAS-5608 +] Removing a session from a clustered sso entry removes all sessions
  • +
  • [ JBAS-5612 +] MySQLValidConnectionChecker is not serializable
  • +[ JBAS-5613 +] OracleValidConnectionChecker is not serializable
  • +[ JBAS-5623 +] JMS ActivationSpec 'acknowledgeMode' does not follow spec +recommendation
  • [ JBAS-5639 +] org.jboss.test.util.test.PropertyEditorsUnitTestCase failing on +Z-systems
  • [ JBAS-5644 +] Incorrect containerName attribute setting in valves
  • +[ JBAS-5657 +] JSP source code exposure in jmx-console
  • [ JBAS-5670 +] Using MessageConsumers with Message Selector make messages stuck in +queue
  • [ JBAS-5678 +] closed jdbc connection before transaction rollback is called
  • +
  • [ JBAS-5696 +] removal of entity with self-referencing CMR and fk-constraint
  • +
  • [ JBAS-5706 +] Default session metadata replication too infrequent
  • +[ JBAS-5735 +] Session not reliably bound to SessionReplicationContext if +SecurityAssocationValve not present

Task

+
  • [ JBAS-4148 +] Replace Gjt code used in the ejb 2.x validation phase
  • +[ JBAS-4424 +] WebAuthentication:Generate a SSOID
  • [ JBAS-4811 +] Integrate the JBossWS core testsuite in the release QA
  • +[ JBAS-4874 +] Track JBoss and thirdparty dependencies for JBossAS 4.2.3
  • +
  • [ JBAS-4876 +] Re-enable JGroups message bundling
  • [ JBAS-4918 +] replace ${jboss.server.home.dir}/log references with +${jboss.server.log.dir}
  • [ JBAS-5057 +] testsuite regression +org.jboss.test.security.test.EJBPermissionUnitTestCase
  • +[ JBAS-5059 +] Update Service Binding configuration for JBossMessaging
  • +[ JBAS-5060 +] Upgrade jfreechart to v1.0.2
  • [ JBAS-5088 +] Failing +org.jboss.test.jbossmq.test.ConnectionConsumerErrorFiredUnitTestCase.testExceptionListenerFiredOnError +(jrockit)
  • [ JBAS-5094 +] org.jboss.test.jaxr.scout failures
  • [ JBAS-5101 +] Re-enable JGroups message bundling
  • [ JBAS-5210 +] Expose sub-pool statistics for Improved Management.
  • +[ JBAS-5226 +] ClientUserTransaction should be configured with Unified invoker
  • +
  • [ JBAS-5331 +] AOP deployer should include pluggable instrumentor jar(s)
  • +
  • [ JBAS-5402 +] Keep JBoss Cache jars out of default
  • [ JBAS-5485 +] Add mdbsessionpoolclear testcase from EJB3
  • [ +JBAS-5648 +] Upgrade to jboss-jaxr-1.0.2.SP1
  • [ JBAS-5650 +] Merge clustering fixes from EAP branch
  • [ JBAS-5677 +] Add discussion of usage of FC to Clustering Guide
  • +[ JBAS-5702 +] Add JDBC4 support to DataSourceInterceptor
  • [ +JBAS-5710 +] Get the JBoss-AS-4.2.x-TestSuite-sun15 passing
  • +[ JBAS-5711 +] Get the JBoss-AS-4.2.x-TestSuite-jrockit15 passing
  • +[ JBAS-5712 +] Add JDBC4 support to Branch_4_2
  • [ JBAS-5720 +] Get a JBoss-AS-4.2.x-TestSuite-sun15-sun16 going
  • +[ JBAS-5721 +] Get a JBoss-AS-4.2.x-TestSuite-sun16-sun16 going
  • +[ JBAS-5722 +] Get all the testsuites passing
  • [ JBAS-5723 +] Verify JBoss-AS-4.2.x-CompatibilityMatrix
  • [ JBAS-5724 +] Verify TCK1.4 tests are passing
  • [ JBAS-5725 +] Verify EJB3 tests are passing
  • [ JBAS-5726 +] Verify JBossWS testsuite
  • [ JBAS-5731 +] JaxWS 2.0 / JaxWS 2.1 support for Branch_4_2
  • +[ JBAS-5748 +] Update links in ROOT.war/index.html
  • [ JBAS-5750 +] Update the interoperability tests matrix with 4.2.2.GA client libs
  • +
  • [ JBAS-5765 +] Make release notes for 4.2.3.GA

Sub-task

+
  • [ JBAS-4875 +] Upgrade jboss transactions to 4.2.3.SP7 (from 4.2.3.SP6)
  • +
  • [ JBAS-4877 +] Upgrade JSF to 1.2_08
  • [ JBAS-4925 +] Upgrade jboss cache to 1.4.1.SP7 (from 1.4.1.SP5)
  • +[ JBAS-4933 +] Upgrade to jbossxb 1.0.0.SP3 (from 1.0.0.SP1)
  • +[ JBAS-4955 +] All the known bind address properties should be set to the default +bind address
  • [ JBAS-4962 +] Upgrade jboss remoting to v2.2.2.SP5 (from v2.2.2.SP1)
  • +[ JBAS-4981 +] Transaction variable is not reset in ejb2 inflow interceptor
  • +
  • [ JBAS-4996 +] Upgrade jbossws to 2.0.4.GA (from 2.0.1.SP2)
  • +[ JBAS-5082 +] Add a transaction status interface for the connection manager and +implement it in TxConnectionManager
  • [ JBAS-5083 +] Add the transaction active check to the jdbc resource adapter
  • +
  • [ JBAS-5084 +] Add the transaction active check to the jms resource adapter
  • +
  • [ JBAS-5170 +] 4.2.x fix to get HA Singleton election policies working in +heterogeneous topologies
  • [ JBAS-5498 +] JDK6: org.jboss.test.security.test.LoginModulesUnitTestCase
  • +
  • [ JBAS-5727 +] Upgrade javassist to 3.8.0.GA
  • [ JBAS-5729 +] Upgrade jboss remoting to v2.2.2.SP8 (from v2.2.2.SP5)
  • +[ JBAS-5753 +] fix org.jboss.test.jbossmx.compliance.objectname.MalformedTestCase
  • +
  • [ JBAS-5754 +] Get tests-webservice passing
  • [ JBAS-5755 +] +org.jboss.test.jca.test.StatisticsFormatterUnitTestCase.testXmlFormatterStatistics +
  • [ JBAS-5758 +] fix iiop tests
  • [ JBAS-5764 +] Upgrade to the latest JSF implementation 1.2_09 (from 1.2_08)
  • +
  • [ JBAS-5768 +] Upgrade JBoss Cache to 1.4.1.SP9
  • [ JBAS-5769 +] Fix +org.jboss.test.jca.test.BackgroundValidationUnitTestCase.testDeployedBackgroundValidationFailure +
  • [ JBAS-5770 +] fix 3 +org.jboss.test.jca.test.JDBCStatementTestsConnectionUnitTestCase +failures
  • [ JBAS-5772 +] +org.jboss.test.cluster.test/FamilyClusterInfoUnitTestCase(Default-TCP)/testSynchronization +

Patch

  • +[ JBAS-4478 +] ignore local ant options when building
  • [ JBAS-5073 +] fix build authenticated proxy (there seems to have been a cut and +paste error at some point)
  • [ JBAS-5527 +] jboss_4_0.dtd should include support for +SingletonStatelessSessionInstancePool

+

JBossAS-4.2.2.GA

+

Feature Request

  • [ JBAS-4093 +] Example XA datasource configuration for Sybase
  • +[ JBAS-4465 +] Rename hsqldb-jdbc-state-service.xml to jdbc-state-service.xml
  • +
  • [ JBAS-4479 +] It'd be nice for listThreadDump() to return a timestamp as well
  • +
  • [ JBAS-4490 +] Update and document all HA Failover features for the jca datasources
  • +
  • [ JBAS-4595 +] Inconclusive exception thrown by HttpNamingContextFactory
  • +
  • [ JBAS-4619 +] Add parseRoleNameFromDN option to LdapExtLoginModule
  • +[ JBAS-4752 +] Session Expiration should also flush the JBoss Authentication Cache
  • +

Bug

  • [ JBAS-3379 +] BigIntegerTimerIdGenerator may create dupplicate timer IDs after +server crash
  • [ JBAS-4000 +] should come before +in standardjboss.xml
  • +
  • [ JBAS-4053 +] EJB TimerService createTimer swallows underlying exception
  • +
  • [ JBAS-4404 +] Tests testJdbc and testControlFlags in +org.jboss.test.security.test.LoginModulesUnitTestCase may fail +incorrectly
  • [ JBAS-4422 +] org.jboss.test.util.test.TwiddleUnitTestCase can't connect to host
  • +
  • [ JBAS-4463 +] escape syntax
  • [ JBAS-4464 +] NPE on shutdown in jacorb connection layer
  • [ +JBAS-4492 +] NullPointerException in org.jboss.util.propertyeditor.DateEditor +setValue(...)
  • [ JBAS-4525 +] JBossMQ WriteTask in UIL2 could block forever
  • +[ JBAS-4528 +] jboss-ds-1.5.dtd is not up-to-date
  • [ JBAS-4536 +] Isolated classloading is incorrectly isolating java.* classes
  • +
  • [ JBAS-4540 +] Port 8083, HTTP request revealing installation directory
  • +
  • [ JBAS-4541 +] Authentication Service (AS) Context stored in CSIv2 encoded IORs +shouldn't indicate EstablishTrustInClient supported when +AUTH_METHOD_NONE
  • [ JBAS-4546 +] Fix RunAsSecurityInterceptor
  • [ JBAS-4555 +] Connection.close() taking 2 minutes in JBossMQ
  • +[ JBAS-4559 +] JBossMQ security manager should have a dependency on the Jaas service +
  • [ JBAS-4575 +] resourceadapter-class should be optional
  • [ JBAS-4593 +] Leak in org/jboss/mx/loading/UnifiedClassLoader3
  • +[ JBAS-4597 +] CacheInvalidator.areInvalid doesn't lock partitions
  • +[ JBAS-4605 +] JSP compiler won't compile JDK 1.5 source
  • [ JBAS-4607 +] Transaction timeout is not raising a JMSException in the JBossMQ +Persistence manager or StateManager
  • [ JBAS-4611 +] HTTP Session Repl Cache configured with CacheLoader can cause slow AS +shutdowns
  • [ JBAS-4614 +] UnifiedInvokerHAProxy does not implement InvokerProxyHA
  • +[ JBAS-4615 +] NamingContext caches stale Naming stub
  • [ JBAS-4622 +] Can't flush bad naming stub if no java.naming.provider.url specified
  • +
  • [ JBAS-4623 +] org.jboss.web.tomcat.service.session.JBossCacheCluster creates +MBeanServer with incorrent domain name
  • [ JBAS-4625 +] Connection leak if failure to setup connection in jms inbound +resource adapter
  • [ JBAS-4655 +] HandleImplIIOP not retrieving EJBObject correctly
  • +[ JBAS-4659 +] jboss-4.2.1.GA.zip distribution doesn't include mail-ra.rar
  • +
  • [ JBAS-4667 +] Wrong logic in +CachedConnectionManager.getCloseConnectionSynchronization()
  • +
  • [ JBAS-4680 +] Update example for JBossWS Message TRACE in jboss-log4j.xml
  • +
  • [ JBAS-4681 +] Generated Corba stub throws BAD_OPERATION on toString() when not +connected to the ORB
  • [ JBAS-4691 +] JACC: Unchecked WebUserDataPermission(s) for excluded and transport +guarantee use cases
  • [ JBAS-4697 +] Use of EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap.toArray() +is not thread safe and should be replace with +java.util.concurrent.ConcurrentHashMap when using MQ transactions.
  • +
  • [ JBAS-4701 +] JaasSecurityDomain doesn't handle encrypted truststore passwords +properly
  • [ JBAS-4719 +] Implementations of Invoker should implement equals as an equality +check rather than relying on Object.equals, this is important for +cluster fail-over support
  • [ JBAS-4729 +] HARMIClient fails over on UnmarshalException
  • +[ JBAS-4748 +] TransactionLocal.get() not sufficiently pluggable
  • [ +JBAS-4801 +] HomeHandleImplIIOP not using the HandleDelegate
+

Task

  • [ JBAS-3142 +] Add UnifiedInvoker (JBSer and JavaSer) into Version MatrixTestSuite
  • +
  • [ JBAS-4092 +] Clean up the tests-webservice-ssl target
  • [ JBAS-4523 +] Verify installation of jbossws tools jars
  • [ JBAS-4526 +] JBossMQ UIL2 Read/Write Tasks should not be doing initialization
  • +
  • [ JBAS-4549 +] Track JBoss and thirdparty dependencies for JBossAS 4.2.2
  • +
  • [ JBAS-4572 +] EJB 3 testsuite 100%
  • [ JBAS-4600 +] Rename JBossMQ variables from jboss-messaging to +jboss.messaging-mq.lib
  • [ JBAS-4601 +] Add example sybase-xa-ds.xml from the forums
  • +[ JBAS-4638 +] fix org.jboss.test.web.test.ssl.SSLUnitTestCase caused by upgrade to +JBoss Web 2.0.1.CR6.
  • [ JBAS-4640 +] JmsActivation reconnection could start multiple threads
  • +[ JBAS-4641 +] Move XMLJUnitMultipleResultFormatter from testsuite module to test +module
  • [ JBAS-4649 +] Upgrade to JBoss Cache 1.4.1.SP4
  • [ JBAS-4695 +] Update the release notes for JBossAS 4.2.2.GA
  • +[ JBAS-4696 +] Arrange community documents for 4.2.2.GA
  • [ JBAS-4698 +] Oswego Concurrent needs checking for bug fixes
  • +[ JBAS-4699 +] JBossMQ should use XA_RMFAIL as the default XA error code
  • +
  • [ JBAS-4737 +] Include the CSIv2-patched JacORB
  • [ JBAS-4754 +] Do a full CTS1.4 run to check for regressions.
+

Sub-task

  • [ JBAS-3572 +] Fix the NPEs (better error handling) identified by the new +ServiceController testsuite
  • [ JBAS-3613 +] failing test in +org.jboss.test.iiop.test.ParameterPassingStressTestCase
  • +[ JBAS-4152 +] Upgrade to hsql 1.8.0.8 causes +org.jboss.test.cmp2.idxandusersql.test.IdxAndUsersqlUnitTestCase::testCMRmn2 +to fail
  • [ JBAS-4550 +] Upgrade to JBossWeb 2.0.1 (from 2.0.0.GA)
  • [ JBAS-4578 +] Upgrade jboss remoting to v2.2.2.SP1 (from v2.2.1.GA)
  • +[ JBAS-4663 +] Replace JBossClusteredTestCase usage of RMIAdaptor
  • +[ JBAS-4664 +] Move JBossClusteredTestCase to test module in Branch_4_2
  • +
  • [ JBAS-4675 +] TransactionLocal cannot be locked when transaction is marked rollback +only
  • [ JBAS-4690 +] TransactionLocal tests are not run against the proper transaction +manager
  • [ JBAS-4694 +] Upgrade hsqldb to v1.8.0.8 (from 1.8.0.2)
  • [ JBAS-4715 +] Upgrade jboss common to 1.2.1.GA (from 1.2.0.GA)
  • +[ JBAS-4723 +] Upgrade JGroups to 2.4.1.SP4
  • [ JBAS-4731 +] Upgrade to JBoss Cache 1.4.1.SP5
  • [ JBAS-4740 +] HARMIClient to give preference to wrapping NoSuchObjectException
  • +
  • [ JBAS-4759 +] Upgrade jboss transactions to 4.2.3.SP6 (from 4.2.3.SP5)
  • +
  • [ JBAS-4760 +] Upgrade to javassist 3.6.0.GA (from 3.5.0.GA)
  • +[ JBAS-4761 +] Upgrade to JBoss AOP 1.5.6.GA (from 1.5.5.GA)
  • +[ JBAS-4767 +] Upgrade jbossws to 2.0.1 (from 1.2.1.GA)
+

JBossAS-4.2.1.GA

Feature Request

-
    -
  • [JBAS-1365] - Allow arbitrary creation of filters in ListenerServiceMBeanSupport
  • -
  • [JBAS-1391] - Add support for datasource failover
  • -
  • [JBAS-1401] - Tomcat 5.5.9 integration
  • -
  • [JBAS-1448] - Update the ServerInfo listThreadDump to use the jdk 5 stack traces
  • -
  • [JBAS-1449] - Update the ServerInfo memory ops to use the jdk 5 mbeans
  • -
  • [JBAS-1460] - Add an option to relax the JaasSecurityDomain certificate validation
  • -
  • [JBAS-1468] - Add support for IP address reporting inside a Login Module
  • -
  • [JBAS-1473] - Add support for customization of the login module password hash mechanism
  • -
  • [JBAS-1508] - JBoss AS needs JSF
  • -
  • [JBAS-1509] - CMT EJB should throw an exception if transaction marked rollback
  • -
  • [JBAS-1562] - Expose getEntityLockMonitor in the MBean EntityLockMonitorMBean
  • -
  • [JBAS-1604] - Add detailed logging to the jms resource adapter
  • -
  • [JBAS-1610] - Integrate jdk5 MXBeans (platform MBeans) to JBoss
  • -
  • [JBAS-1645] - The MDB should not automatically create JBossMQ destinations
  • -
  • [JBAS-1680] - Add a descriptors list attribute to the JarDeployer
  • -
  • [JBAS-1722] - Allow for a Principal instance as the Context.SECURITY_PRINCIPAL in LoginInitialContextFactory
  • -
  • [JBAS-1736] - twiddle should support username and password options
  • -
  • [JBAS-1739] - Add default users/roles properties to the UsersRolesLoginModule
  • -
  • [JBAS-1758] - A BarrierController service to allow start/stop dependecies triggered by notifications
  • -
  • [JBAS-1764] - Add MySQLConnectionValidator
  • -
- -

Bug

-
    -
  • [JBAS-20] - Multiple ports wsdl service element
  • -
  • [JBAS-21] - Cannot find wsdl in client deployment
  • -
  • [JBAS-897] - invalid ejb-link
  • -
  • [JBAS-1021] - Virtual host problem
  • -
  • [JBAS-1065] - No redeployment possible after unsuccessful first deployment
  • -
  • [JBAS-1070] - Warning message not found when deploying WS4EE Web Service
  • -
  • [JBAS-1099] - Missing EJB verifier message
  • -
  • [JBAS-1115] - bad path to included xsd gets built in WSDLFilePublisher
  • -
  • [JBAS-1183] - Verifier warning message not found
  • -
  • [JBAS-1235] - TimedObject id persistence fails on restart
  • -
  • [JBAS-1270] - UserTransaction with non default ProviderURL
  • -
  • [JBAS-1358] - Tomcat session replication breaks if there is already an active transaction
  • -
  • [JBAS-1363] - JACC DelegatingPolicy will not work with a SecurityManager installed
  • -
  • [JBAS-1377] - bad path to included xsd gets built in WSDLFilePublisher
  • -
  • [JBAS-1378] - Need tcp configuration variation of the cluster unit tests
  • -
  • [JBAS-1480] - Web Console: Monitors: Errors in the log
  • -
  • [JBAS-1495] - Looking up a session bean on one server from within another in JBoss 3.2.7
  • -
  • [JBAS-1512] - misspelling of UserPrinicpalRequest and UserPrinicipalServletRequest
  • -
  • [JBAS-1516] - Tomcat5: StandardContext getConfigBase tries to create a directory
  • -
  • [JBAS-1517] - SAR detection broken
  • -
  • [JBAS-1544] - Wrong MBean attribute name in jboss:service=Mail (POP3SererHost )
  • -
  • [JBAS-1545] - FileURLConnection breaks if path has spaces
  • -
  • [JBAS-1551] - Classloader bug (version > 3.2.3)
  • -
  • [JBAS-1552] - JBoss use wrong version of javax.resource.ResourceException class file
  • -
  • [JBAS-1555] - HTTP Status 403 on using org.jboss.web.tomcat.security.JaccAuthorizationRealm
  • -
  • [JBAS-1560] - Clustered stateful session bean removal of expired passivated instances causes deadlock
  • -
  • [JBAS-1561] - Fix for Hibernate/JBossCache integration
  • -
  • [JBAS-1564] - Prepared Statement Cache does not take into account autocommit semantics
  • -
  • [JBAS-1574] - SerializableResultSetMetaData.getColumnCount is off by one
  • -
  • [JBAS-1576] - Hibernate TransactionSynch should rollback transaction on session.flush exception
  • -
  • [JBAS-1577] - white-space in ServiceMBean EVENT types
  • -
  • [JBAS-1578] - Duplicate Messages
  • -
  • [JBAS-1579] - Need to cleanup the serialVersionUIDs for Serializable/Externalizable classes
  • -
  • [JBAS-1580] - Problem when Submitting Massive Load into HttpSession
  • -
  • [JBAS-1581] - JDBC StateManager - CREATE_TABLES_ON_STARTUP is wrong
  • -
  • [JBAS-1582] - NullPersistenceManager, DelegateName is wrong
  • -
  • [JBAS-1583] - Primary key violation on JMS_TRANSACTIONS
  • -
  • [JBAS-1588] - Collection synchronization into cmp2
  • -
  • [JBAS-1589] - Typo in JBossMQ's TxManager
  • -
  • [JBAS-1590] - Container does not call commit or refresh for the JACC provider
  • -
  • [JBAS-1592] - JaccAuthorizationRealm always returns false on subsequent requests
  • -
  • [JBAS-1599] - EJB Pools Strict Maximum Pool Permits Leak
  • -
  • [JBAS-1600] - Stateless sesion ejbCreate CreateException are not propagated correctly
  • -
  • [JBAS-1602] - Can't use container level taglibs
  • -
  • [JBAS-1619] - LoadLibrary should be done through the deployment classloader
  • -
  • [JBAS-1622] - findSessions doesn't find all sessions in http session replication
  • -
  • [JBAS-1632] - clustering unit test failure
  • -
  • [JBAS-1633] - Random IllegalStateException when session id is recycled
  • -
  • [JBAS-1636] - Don't try to delist a track-connection-by-tx connection that is already broken and has been closed.
  • -
  • [JBAS-1639] - Integrate Critical JBWS bug fixes
  • -
  • [JBAS-1640] - JACC web application validation fails when Tomcat Connector is secure
  • -
  • [JBAS-1669] - NullPointerException in DLQHandler
  • -
  • [JBAS-1673] - ClassCastException in JmsActivation in setupQueueConnection
  • -
  • [JBAS-1674] - web-console depends on UseJBossWebLoader=true
  • -
  • [JBAS-1675] - Integrate Critical CTS bug fixes
  • -
  • [JBAS-1677] - createConsumer and temporaries
  • -
  • [JBAS-1679] - http session timeout is not implemented when distributed
  • -
  • [JBAS-1682] - LDAP support: Roles in root context (empty searchBase) not supported
  • -
  • [JBAS-1683] - The JACC subject policy context handler always returns null
  • -
  • [JBAS-1684] - JaccAuthorizationRealm incorrectly returns false when unauthenticated caller attempts to access an unprotected resource
  • -
  • [JBAS-1685] - JACC Web*Permission do not handle an empty
  • -
  • [JBAS-1686] - AbstractWebDeployer adds more unchecked permissions to the JACC policy provider than it should
  • -
  • [JBAS-1688] - Incorrect war parent class loader used when UseJBossWebLoader=false
  • -
  • [JBAS-1695] - JACC: incorrect * mapping of web.xml
  • -
  • [JBAS-1718] - JACC javax.servlet.http.HttpServletRequest PolicyContext data is null
  • -
  • [JBAS-1723] - The JACC policy should be consulted for an 'unauthenticated caller'
  • -
  • [JBAS-1737] - jmx-console fails to pass java.lang.Object values to op invocations
  • -
  • [JBAS-1738] - JndiLoginInitialContextFactory is missing from jbossall-client.jar
  • -
  • [JBAS-1741] - Deadlock can occur when acting on startup notification from jboss.system:type=Server and trying to access the web server.
  • -
  • [JBAS-1749] - JMX invoker authentication interceptor example doesn't make sense
  • -
  • [JBAS-1756] - Questionable management of the security association in StatefulSessionInstanceInterceptor
  • -
  • [JBAS-1765] - Check the SQLStatus for MySQLExceptionSorter == 8
  • -
  • [JBAS-1771] - MainDeployer.parseManifestLibraries does not log underlying exceptions
  • -
- -

Task

-
    -
  • [JBAS-58] - Complete testing of JMS Message Inflow
  • -
  • [JBAS-1271] - Scout/jUDDI based JAXR Implementation
  • -
  • [JBAS-1359] - Remove the castor dependency for the snmp adapter, use jbossxb
  • -
  • [JBAS-1446] - org.jboss.resource.deployment.RARDeployment needs TRACE logging
  • -
  • [JBAS-1478] - Move axis-ws4ee to package org.jboss.org.apache.axis
  • -
  • [JBAS-1559] - Check all serverSocket accept threads
  • -
  • [JBAS-1597] - Update docs for the 4.0.2 release
  • -
  • [JBAS-1609] - Backport latest JBossCache (1.2.2)
  • -
  • [JBAS-1617] - Merge fixes for JacORB bugs #562 and #568 into the JacORB lib shipped w/ JBoss
  • -
  • [JBAS-1618] - Update 4.0.2 to use the latest hsql release
  • -
  • [JBAS-1631] - Cleanup System.out from console servlets and mbeans
  • -
  • [JBAS-1637] - Add the j2ee dtd/schema redistribution terms to the release
  • -
  • [JBAS-1644] - Cleanup the license headers in the source code
  • -
  • [JBAS-1691] - Switch to UseJBossWebLoader=false as the default web container configuration
  • -
  • [JBAS-1696] - OIL and RMI ILs are still present in the distribution
  • -
  • [JBAS-1730] - Cleanup the commons jar usage
  • -
  • [JBAS-1757] - Cleanup the error reporting output about faulty deployments
  • -
- -

Patch

-
    -
  • [JBAS-64] - javax.naming.StateFactory/ObjectFactory support
  • -
  • [JBAS-1506] - CDROutputStream.create_input_stream is wrong when there are deferred writes
  • -
  • [JBAS-1556] - SingletonStatelessSessionInstancePool doesn't work properly now
  • -
- -

Configuration Issues

-

Note that as of the 4.0.1 release, the distributed configurations have -switched back to the 3.2.x types of distribution configurations:

-
    -
  • minimal: a minimal microkernel with logging, JNDI and hot deployment - support
  • -
  • default: a base level J2EE 1.4 application server configuration
  • -
  • all: a full J2EE 1.4 server configuration with clustering and all - optional services
  • -
- -

The standard configuration from the 4.0.0-4.0.1RC1 releases has been dropped -and the default flat class loading model from 3.0.x-3.2.x has been restored for -the default configuration. This change in behavior was done to restore -consistency with the 3.2.x class loading model. The 4.0.0 scoped class loading -behavior and call by value JNDI lookup behavior can be restored by: -

-
    -
  1. Editing conf/jboss-service.xml and setting the NamingService CallByValue to true: -
    -   <mbean code="org.jboss.naming.NamingService"
    -      name="jboss:service=Naming">
    -      <!-- The call by value mode. true if all lookups are unmarshalled using
    -      the caller's TCL, false if in VM lookups return the value by reference.
    -      -->
    -      <attribute name="CallByValue">true</attribute>
    -      <!-- The listening port for the bootstrap JNP service. Set this to -1
    -        to run the NamingService without the JNP invoker listening port.
    -      -->
    -      ...
    -   </mbean>
    -
    -
  2. - -
  3. Editing the deploy/ear-deployer.xml and setting the Isolated and CallByValue attribute to true: -
    -<server>
    -   <!-- EAR deployer, remove if you are not using ear deployments -->
    -   <mbean code="org.jboss.deployment.EARDeployer"
    -      name="jboss.j2ee:service=EARDeployer">
    -      <!-- A flag indicating if ear deployments should have their own scoped
    -      class loader to isolate their classes from other deployments.
    -      -->
    -      <attribute name="Isolated">true</attribute>
    -      <!-- A flag indicating if the ear components should have in VM call
    -      optimization disabled.
    -      -->
    -      <attribute name="CallByValue">true</attribute>
    -   </mbean>
    -</server>
    -
    -
- -

Documentation and Help

-Documentation and help may be obtained from the JBoss site. - - -

Licenses

-

JBoss is licensed under the LGPL. The licence texts for JBoss and the thirdparty components -it uses may be found in the docs/licenses directory of the distribution. -Browse Licences -

- -

About JBoss Inc.

-

JBoss Inc. is in the business of providing superior technical support -to our customers. Our goal is to make Professional Open Source™ the SAFE -CHOICE +

  • [JBAS-3158] +- Need a way to detect collisions between JSF RI and JSF MyFaces
  • +
  • [JBAS-4408] +- LIMIT/OFFSET support in StoreManager2
  • +
  • [JBAS-4454] +- Upgrade to JSF RI 1.2_04 P02
  • +

Bug

+
  • [JBAS-4415] +- ClusterFileTransferTestCase.testFarmDeploy fails to delete and copy
  • +
  • [JBAS-4418] +- run.bat should include %PATH% in java.library.path when bin/native +exists
  • +
  • [JBAS-4425] +- ConnectionFactoryTemplate.xsl incorrectly sets isSameRM-override-value
  • +
  • [JBAS-4427] +- Misnamed FK index name for CMP2
  • +
  • [JBAS-4429] +- Classloader leak to JBossTS ReaperThread
  • +
  • [JBAS-4441] +- Jboss hangs at startup with 100% CPU utilization
  • +
  • [JBAS-4444] +- The invoker-proxy-binding in the base container configuration is +ignored on sub-configurations.
  • +
  • [JBAS-4461] +- new InitialContext().rebind("x", null) throws NullPointerException
  • +
  • [JBAS-4462] +- mod() function not supported in SQL server 2005
  • +
  • [JBAS-4473] +- Java to IDL mapping erroneously treats a 'get' method as an attribute
  • +
  • [JBAS-4481] +- Transaction timeouts leave garbage Status.ROLLEDBACK UserTransaction +object bound to the thread
  • +

Task

+
  • [JBAS-4198] +- Align EJB3 Security with JEE 1.4 Behavior
  • +
  • [JBAS-4420] +- Separate classloader leak tests from the 'all' tests
  • +
  • [JBAS-4442] +- Need to update exception handling code in HypersonicDatabase.java
  • +
  • [JBAS-4467] +- Document in the release notes a configuration for multiple 1PC with +JBossTS
  • +
  • [JBAS-4480] +- Upgrade hibernate to v3.2.4.SP1_CP01
  • +
  • [JBAS-4482] +- Add compatibility runs against 4.2.0.GA in Branch_4_2
  • +
  • [JBAS-4503] +- Update the release notes for JBossAS 4.2.1.GA
  • +
  • [JBAS-4510] +- Upgrade jboss remoting to v2.2.1.GA (from v2.2.0.SP4)
  • +

Documentation +and Help

The JBossAS community +project is hosted on jboss.org . Documentation and help +may +be obtained from the following locations. +

Licenses

+

JBoss Application Server  is licensed under the LGPL, +as explained in the JBoss End +User License Agreement. The licence texts for JBoss and the +thirdparty components it uses may be found in the docs/licenses +directory of the distribution. Browse +Licences +

About JBoss, a +division of RedHat

+

JBoss, a division of Red +Hat, is in the business of providing +superior technical support to our customers. Our goal is to make +Professional Open Source™ the SAFE CHOICE for you. We accomplish this by backing up our open source Java products with technical support services that are delivered by the core developers themselves. We can help you to train your staff and provide you with support at every stage of the application lifecycle - from development and integration through deployment and maintenance. Visit -the JBoss Services -page for more information. -

- - - +the JBoss +Services page for more information.

+ \ No newline at end of file diff --git a/jboss/readme.txt b/jboss/readme.txt deleted file mode 100644 index bae298b15a..0000000000 --- a/jboss/readme.txt +++ /dev/null @@ -1,51 +0,0 @@ -$Id: readme.txt,v 1.1 2006/04/21 17:58:42 jjanke Exp $ - ------------------ -Base: JBoss 3.2.3 ------------------ - -jboss-service.xml -================= -1099 -> @ADEMPIERE_JNP_PORT@ = JNDI JNP invoker listening port -1098 = RmiPort -- -8083 = WebService Class Loading -- -4444 = JMX RMI/JRMP invoker -4445 = Pooled invoker - - -login-config.xml -================ -- no changes - -http-invoker.sar/META-INF/jboss-service.xml -=========================================== -8080 -> @ADEMPIERE_WEB_PORT@ = HTTP Invoker - -jbossweb-tomcat41.sar/META-INF/jboss-service.xml -================================================ -8080 -> @ADEMPIERE_WEB_PORT@ = HTTP/1.1 CoyoteConnector -8443 -> @ADEMPIERE_SSL_PORT@ = SSL HTTP/1.1 CoyoteConnector --> @ADEMPIERE_KEYSTORE@ = keystoreFile --> @ADEMPIERE_KEYSTOREPASS@ = keystorePass --- -8009 = AJP 1.3 -8443 = AJP 1.3 redirect port - - -Server Libraries used: ----------------------- -jboss-jmx.jar -jboss-system.jar - - -Client Librarties used: ------------------------ -jboss-client.jar -jboss-common-client.jar -jboss-j2ee.jar -jboss.client.jar -jboss-transactions-client.jar -jmx-rmi-connector-client.jar -jnp-client.jar diff --git a/jboss/readme_j2ee.html b/jboss/readme_j2ee.html deleted file mode 100644 index 7ce6edb3c8..0000000000 --- a/jboss/readme_j2ee.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - JBoss J2EE Certification Readme - - - - -To help assure the compatibility of J2EE implementations, Sun -Microsystems has developed a Technology Compatibility Kit (TCK). In -addition, Sun offers a branding license to J2EE implementations that -wish to claim compatibility to the J2EE standards. In November, 2003 -Sun released J2EE 1.4, and with that release for the first time allowed -open source implementations to license the TCK on a stand alone basis. -At that time, JBoss, Inc. became a TCK licensee and committed to pass -the test.
-
-The TCK is an extensive set of over 23,000 tests. The testing takes a -very large commitment due to the size, lack of automation, and errors -in a testing package of this size. JBoss enlisted the assistance of our -J2EE Certification Founding Partners Atos Origin, Borland, Hewlett -Packard, Iona, Intel, Sonic, Unisys, and webMethods. JBoss began work -on this effort in January, 2004 and completed the full testing on JBoss -4.0 by the end of June, 2004, which is a very aggressive timeline. Much -of the time went into setting up and configuring the tests and -understanding the nuances of the tests. Not surprisingly, there were -only relatively minor changes made to the JBoss code base JBoss has -been used by many customers as a defacto reference implementation for -several years. The primary areas where new functionality was needed -were in CSIV2 security for IIOP, a JAXR implementation, and the -addition of a new web services implementation.
-
-JBoss, Inc. and our J2EE Certification Founding Partners are pleased -that we have passed this significant milestone becoming the first Open -Source implementation in the market to pass the J2EE 1.4 TCK. This -brings our customers and partners and development community the -assurance that Professional Open Source is a safe choice for deployment -of your applications.
-
-NOTICE FROM SUN MICROSYSTEMS: -Any redistributed derivative work of the software licensed hereunder -must be compatible and branded with the appropriate compatibility logo -specified by Sun and licensed by Sun pursuant to a separate Trademark -License required to be executed by you with Sun. Redistribution of the -software licensed hereunder must retain this notice.
-
-NOTICE FROM JBOSS, INC. -The notice from Sun Microsystems does not in any way affect the LGPL -license or impose additional conditions on the LGPL license.
-
-ADDITIONAL NOTICE FROM SUN MICROSYSTEMS: This version of the JBoss -Application Server source code is made available in support of the open -source development process. Some numbered or tagged revisions of this -source have been tested and found to pass the Java™ 2 Platform, -Enterprise Edition (J2EE™) Compatibility Test Suite, and you can find -information on which revisions or tags at www.jboss.com. Please note that since -only binaries can be tested, source code cannot be described as a -compatible implementation of the J2EE Specification. The different -build environment on your machine and any changes you may make to this -code could render your resulting build incompatible. Because of this, -writing or deploying applications to builds based on this code can lead -to lack of portability. You should instead consider deploying -production applications on the pre-built binaries of the JBoss -Application Server that are available at www.jboss.com -that have been tested and certified to meet the J2EE compatibility -requirements. - - diff --git a/jboss/server/adempiere/conf/log4j.xml b/jboss/server/adempiere/conf/jboss-log4j.xml similarity index 81% rename from jboss/server/adempiere/conf/log4j.xml rename to jboss/server/adempiere/conf/jboss-log4j.xml index 125917a440..b09e3f516a 100644 --- a/jboss/server/adempiere/conf/log4j.xml +++ b/jboss/server/adempiere/conf/jboss-log4j.xml @@ -1,273 +1,306 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jboss/server/adempiere/conf/jboss-minimal.xml b/jboss/server/adempiere/conf/jboss-minimal.xml new file mode 100644 index 0000000000..504c463900 --- /dev/null +++ b/jboss/server/adempiere/conf/jboss-minimal.xml @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + resource:jboss-log4j.xml + + + + + + + + + JBoss System Threads + System Threads + + 60000 + + 10 + + 1000 + + run + + + + + + + + + + + + + false + + 1099 + + ${jboss.bind.address} + + 1098 + + ${jboss.bind.address} + + jboss.system:service=ThreadPool + + jboss:service=NamingBeanImpl + + + + + + + + + + jboss.system:service=MainDeployer + + + org.jboss.deployment.DeploymentSorter + + + org.jboss.deployment.scanner.DeploymentFilter + + 5000 + + + + deploy/ + + + + + diff --git a/jboss/server/adempiere/conf/jboss-serviceTemplate.xml b/jboss/server/adempiere/conf/jboss-serviceTemplate.xml index b8e5ede831..07855f9801 100644 --- a/jboss/server/adempiere/conf/jboss-serviceTemplate.xml +++ b/jboss/server/adempiere/conf/jboss-serviceTemplate.xml @@ -1,454 +1,696 @@ - - - - - - - - - - - - - - - - - - jboss.system:service=MainDeployer - jboss.system:service=ServiceDeployer - jboss.j2ee:service=EARDeployer - jboss.ejb:service=EJBDeployer - jboss.jca:service=RARDeployer - jboss.jca:service=ConnectionFactoryDeployer - jboss.web:service=WebServer - jboss:service=Naming - jboss:service=ClientUserTransaction - jboss:service=CorbaORB - - - - - - - - - - - - - - JBoss System Threads - System Threads - - 60000 - - 10 - - 1000 - - run - - - - - - - - - - resource:log4j.xml - - true - - 60 - - - - - - - java.rmi.server.RMIClassLoaderSpi - org.jboss.system.JBossRMIClassLoader - - - - - - - - - - - - - - - - - - 8083 - - true - ${jboss.bind.address} - ${jboss.bind.address} - - - - - - - - - false - - @ADEMPIERE_JNP_PORT@ - - ${jboss.bind.address} - - 1098 - - ${jboss.bind.address} - - jboss.system:service=ThreadPool - - - - - - - - - - - jboss.security:service=XMLLoginConfig - - - login-config.xml - - - - - org.jboss.security.plugins.JaasSecurityManager - anonymous - - 1800 - - 60 - - - - - - - - - - - - - 300 - - true - jboss:service=XidFactory - - - - - - jboss:service=invoker,type=jrmp - jboss:service=ClientUserTransaction - UserTransactionSessionFactory - org.jboss.tm.usertx.interfaces.UserTransactionSessionFactory - - - org.jboss.proxy.ClientMethodInterceptor - org.jboss.invocation.InvokerInterceptor - - - jboss:service=invoker,type=jrmp - - - - - jboss:service=invoker,type=jrmp - jboss:service=ClientUserTransaction - - org.jboss.tm.usertx.interfaces.UserTransactionSession - - - org.jboss.proxy.ClientMethodInterceptor - org.jboss.invocation.InvokerInterceptor - - - jboss:service=invoker,type=jrmp - - - - - - - - - - - 4444 - ${jboss.bind.address} - - jboss:service=TransactionManager - - - - - jboss:service=TransactionManager - - - - 1 - 300 - 300 - 60000 - ${jboss.bind.address} - 4445 - ${jboss.bind.address} - 0 - false - - jboss:service=TransactionManager - - - - - - - - - - - - - - - - - - - - - - - - - jboss.system:service=MainDeployer - - - org.jboss.deployment.DeploymentSorter - - - - - - #,%,\,,.,_$ - - #,$,%,~,\,v,.BAK,.bak,.old,.orig,.tmp,.rej,.sh - - .make.state,.nse_depinfo,CVS,CVS.admin,RCS,RCSLOG,SCCS,TAGS,core,tags - - - - 5000 - - true - - - - deploy/ - - - - - True - - - - + + + + + + + + + + + + + + + + + + jboss.system:service=MainDeployer + jboss.system:service=ServiceDeployer + jboss.j2ee:service=EARDeployer + jboss.ejb:service=EJBDeployer + jboss.jca:service=RARDeployer + jboss.jca:service=ConnectionFactoryDeployer + jboss.web:service=WebServer + jboss.j2ee:service=ClientDeployer + jboss:service=Mail + jboss.mq:service=DestinationManager + jboss:service=Naming + jboss:service=TransactionManager + jboss:service=ClientUserTransaction + jboss:service=CorbaORB + + + + + + + + + + + + + + + + + + JBoss System Threads + System Threads + + 60000 + + 10 + + 1000 + + run + + + + + + + + + + resource:jboss-log4j.xml + + true + + 60 + + + + + + + + + + + + + java.rmi.server.RMIClassLoaderSpi + org.jboss.system.JBossRMIClassLoader + + + + + + + + + + + + + + + + + + + ${jboss.bind.address} + 8083 + + ${java.rmi.server.hostname} + + true + + false + + + jboss.system:service=ThreadPool + + + + + + + + + + + + + false + + @ADEMPIERE_JNP_PORT@ + + ${jboss.bind.address} + + 1098 + + ${jboss.bind.address} + + jboss.system:service=ThreadPool + + jboss:service=NamingBeanImpl + + + + + jboss:service=HAJNDI + + + + + + + + jboss.security:service=XMLLoginConfig + + + login-config.xml + + + + + + true + org.jboss.security.plugins.JaasSecurityManager + anonymous + + 1800 + + 60 + + false + + + + + + + + + + + + + + + + 300 + ${jboss.server.data.dir}/tx-object-store + + + + + + + jboss:service=invoker,type=unified + jboss:service=ClientUserTransaction + UserTransactionSessionFactory + org.jboss.tm.usertx.interfaces.UserTransactionSessionFactory + + + org.jboss.proxy.ClientMethodInterceptor + org.jboss.invocation.InvokerInterceptor + + + jboss:service=invoker,type=unified + + + + + jboss:service=invoker,type=unified + jboss:service=ClientUserTransaction + + org.jboss.tm.usertx.interfaces.UserTransactionSession + + + org.jboss.proxy.ClientMethodInterceptor + org.jboss.invocation.InvokerInterceptor + + + jboss:service=invoker,type=unified + + + + + + + + + + + + + + + + jboss:service=TransactionManager + jboss.remoting:service=Connector,transport=socket + + + + + 4444 + ${jboss.bind.address} + + jboss:service=TransactionManager + + + + + jboss:service=TransactionManager + + + + 1 + 300 + 300 + 60000 + ${jboss.bind.address} + 4445 + ${jboss.bind.address} + 0 + 1 + false + + + jboss:service=TransactionManager + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + invocation + org.jboss.invocation.unified.marshall.InvocationMarshaller + org.jboss.invocation.unified.marshall.InvocationUnMarshaller + + + + + + + 600000 + ${jboss.bind.address} + 4446 + + + true + + + + + + + + + + + + + + + + + + + + + + + + + jboss:service=invoker,type=unified + + + + jboss.remoting:service=NetworkRegistry + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + jboss.system:service=MainDeployer + + + org.jboss.deployment.DeploymentSorter + + + + + + + #,%,\,,.,_$ + + #,$,%,~,\,v,.BAK,.bak,.old,.orig,.tmp,.rej,.sh,.bsh + + .make.state,.nse_depinfo,CVS,CVS.admin,RCS,RCSLOG,SCCS,TAGS,core,tags + + + + 5000 + + + true + + + + deploy/ + + + + True + + + + diff --git a/jboss/server/adempiere/conf/jbossjta-properties.xml b/jboss/server/adempiere/conf/jbossjta-properties.xml new file mode 100644 index 0000000000..c52151c8f7 --- /dev/null +++ b/jboss/server/adempiere/conf/jbossjta-properties.xml @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jboss/server/adempiere/conf/jndi.properties b/jboss/server/adempiere/conf/jndi.properties index e48f6333c5..17e8a87e3d 100644 --- a/jboss/server/adempiere/conf/jndi.properties +++ b/jboss/server/adempiere/conf/jndi.properties @@ -1,4 +1,4 @@ -# DO NOT EDIT THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING -# -java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory -java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces +# DO NOT EDIT THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING +# +java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory +java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces diff --git a/jboss/server/adempiere/conf/login-configTemplate.xml b/jboss/server/adempiere/conf/login-configTemplate.xml index 98729a7bce..a762d6156e 100644 --- a/jboss/server/adempiere/conf/login-configTemplate.xml +++ b/jboss/server/adempiere/conf/login-configTemplate.xml @@ -1,164 +1,169 @@ - - + + + + + + + + + + + + true + + + + + + + + + guest + java:/DefaultDS + SELECT PASSWD FROM JMS_USERS WHERE USERID=? + SELECT ROLEID, 'Roles' FROM JMS_ROLES WHERE USERID=? + + + + + + + + + + + sa + sa + + jboss.jca:service=LocalTxCM,name=DefaultDS + + + + + + + + guest + guest + guest + jboss.jca:service=TxCM,name=JmsXA + + + + + + + + + props/jmx-console-users.properties + props/jmx-console-roles.properties + + + + + + + + + web-console-users.properties + web-console-roles.properties + + + + + + + + + props/jbossws-users.properties + props/jbossws-roles.properties + anonymous + + + + + + + + + + + - - - - - - - - - - - - - - - - guest - java:/DefaultDS - SELECT PASSWD FROM JMS_USERS WHERE USERID=? - SELECT ROLEID, 'Roles' FROM JMS_ROLES WHERE USERID=? - - - - - - - - - - - sa - sa - - jboss.jca:service=LocalTxCM,name=DefaultDS - - - - - - - - guest - guest - guest - jboss.jca:service=TxCM,name=JmsXA - - - - - - - - - props/jmx-console-users.properties - props/jmx-console-roles.properties - - - - - - - - - web-console-users.properties - web-console-roles.properties - - - - - - - - - anonymous - - - - - - - - - - - - - + anonymous - - - + + + diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-roles.properties b/jboss/server/adempiere/conf/props/jbossws-roles.properties similarity index 79% rename from jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-roles.properties rename to jboss/server/adempiere/conf/props/jbossws-roles.properties index de659ce34d..3aa243dc2e 100644 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-roles.properties +++ b/jboss/server/adempiere/conf/props/jbossws-roles.properties @@ -1,2 +1,2 @@ -# A sample roles.properties file for use with the UsersRolesLoginModule -admin=JBossAdmin +# A sample roles.properties file for use with the UsersRolesLoginModule +kermit=friend \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties b/jboss/server/adempiere/conf/props/jbossws-users.properties similarity index 83% rename from jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties rename to jboss/server/adempiere/conf/props/jbossws-users.properties index a992feab3b..1f3533572b 100644 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties +++ b/jboss/server/adempiere/conf/props/jbossws-users.properties @@ -1,2 +1,2 @@ -# A sample users.properties file for use with the UsersRolesLoginModule -admin=admin +# A sample users.properties file for use with the UsersRolesLoginModule +kermit=thefrog \ No newline at end of file diff --git a/jboss/server/adempiere/conf/props/jmx-console-roles.properties b/jboss/server/adempiere/conf/props/jmx-console-roles.properties index bf4c71ba06..211d157f21 100644 --- a/jboss/server/adempiere/conf/props/jmx-console-roles.properties +++ b/jboss/server/adempiere/conf/props/jmx-console-roles.properties @@ -1,2 +1,2 @@ -# A sample roles.properties file for use with the UsersRolesLoginModule -admin=JBossAdmin,HttpInvoker +# A sample roles.properties file for use with the UsersRolesLoginModule +admin=JBossAdmin,HttpInvoker diff --git a/jboss/server/adempiere/conf/props/jmx-console-users.properties b/jboss/server/adempiere/conf/props/jmx-console-users.properties index a992feab3b..6dc8aa5181 100644 --- a/jboss/server/adempiere/conf/props/jmx-console-users.properties +++ b/jboss/server/adempiere/conf/props/jmx-console-users.properties @@ -1,2 +1,2 @@ -# A sample users.properties file for use with the UsersRolesLoginModule -admin=admin +# A sample users.properties file for use with the UsersRolesLoginModule +admin=admin diff --git a/jboss/server/adempiere/conf/server.policy b/jboss/server/adempiere/conf/server.policy deleted file mode 100644 index 9803a30694..0000000000 --- a/jboss/server/adempiere/conf/server.policy +++ /dev/null @@ -1,12 +0,0 @@ -/// ====================================================================== /// -// // -// JBoss Security Policy // -// // -/// ====================================================================== /// - -// $Id: server.policy,v 1.8 2005/09/04 17:52:10 jjanke Exp $ - -grant { - // Allow everything for now - permission java.security.AllPermission; -}; diff --git a/jboss/server/adempiere/conf/standardjaws.xml b/jboss/server/adempiere/conf/standardjaws.xml deleted file mode 100644 index b509bbdf4a..0000000000 --- a/jboss/server/adempiere/conf/standardjaws.xml +++ /dev/null @@ -1,1267 +0,0 @@ - - - - - - - - - - - - - - java:/DefaultDS - Hypersonic SQL - false - - - true - false - true - false - 300 - false - false - - - - - InterBase - - java.lang.Boolean - BIT - SMALLINT - - - java.lang.Byte - TINYINT - SMALLINT - - - java.lang.Short - SMALLINT - SMALLINT - - - java.lang.Integer - INTEGER - INTEGER - - - java.lang.Long - BIGINT - NUMERIC(18,0) - - - java.lang.Float - REAL - FLOAT - - - java.lang.Double - DOUBLE - DOUBLE PRECISION - - - java.lang.Character - CHAR - CHAR - - - java.lang.String - VARCHAR - VARCHAR(64) - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - TIME - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - java.lang.Object - JAVA_OBJECT - VARCHAR(2000) - - - - - DB2 - - java.lang.Boolean - BIT - SMALLINT - - - - java.lang.Short - SMALLINT - SMALLINT - - - java.lang.Integer - INTEGER - INTEGER - - - java.lang.Long - BIGINT - BIGINT - - - java.lang.Float - REAL - REAL - - - java.lang.Double - DOUBLE - DOUBLE - - - java.lang.Character - CHAR - CHAR - - - java.lang.String - VARCHAR - VARCHAR(254) - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - TIME - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - java.lang.Object - JAVA_OBJECT - BLOB(2000) - - - - - Oracle8 - - java.lang.Boolean - BIT - NUMBER(1) - - - java.lang.Byte - NUMERIC - NUMBER(3) - - - java.lang.Short - NUMERIC - NUMBER(5) - - - java.lang.Integer - INTEGER - NUMBER(10) - - - java.lang.Long - BIGINT - NUMBER(19) - - - java.lang.Float - REAL - NUMBER(38,7) - - - java.math.BigDecimal - DECIMAL - NUMBER(38,15) - - - java.lang.Double - DOUBLE - NUMBER(38,15) - - - java.lang.Character - CHAR - CHAR - - - java.lang.String - VARCHAR - VARCHAR2(255) - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - DATE - - - java.sql.Timestamp - TIMESTAMP - DATE - - - java.lang.Object - BLOB - BLOB - - - - - - Oracle7 - - java.lang.Boolean - BIT - NUMBER(1) - - - java.lang.Byte - NUMERIC - NUMBER(3) - - - java.lang.Short - NUMERIC - NUMBER(5) - - - java.lang.Integer - INTEGER - NUMBER(10) - - - java.lang.Long - BIGINT - NUMBER(19) - - - java.lang.Float - REAL - NUMBER(38,7) - - - java.lang.Double - DOUBLE - NUMBER(38,15) - - - java.lang.Character - CHAR - CHAR - - - java.lang.String - VARCHAR - VARCHAR2(255) - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - DATE - - - java.sql.Timestamp - TIMESTAMP - DATE - - - java.lang.Object - JAVA_OBJECT - LONG RAW - - - - - - Sybase - - java.lang.Boolean - BIT - BIT - - - - java.lang.Integer - INTEGER - INTEGER - - - java.lang.Long - NUMERIC - NUMERIC(38,0) - - - java.lang.Float - REAL - REAL - - - java.lang.Double - DOUBLE - DOUBLE PRECISION - - - java.lang.Character - CHAR - CHAR - - - java.lang.String - VARCHAR - VARCHAR(255) - - - java.sql.Date - DATE - DATETIME - - - java.sql.Time - TIME - SMALLDATETIME - - - java.sql.Timestamp - TIMESTAMP - DATETIME - - - java.lang.Object - JAVA_OBJECT - IMAGE - - - - - PostgreSQL - - java.lang.Boolean - CHAR - BOOLEAN - - - java.lang.Byte - TINYINT - INT2 - - - java.lang.Short - SMALLINT - INT2 - - - java.lang.Integer - INTEGER - INT4 - - - java.lang.Long - BIGINT - INT8 - - - java.lang.Float - FLOAT - FLOAT(7) - - - java.lang.Double - DOUBLE - FLOAT8 - - - java.lang.Character - CHAR - CHAR(1) - - - java.lang.String - VARCHAR - TEXT - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - TIME - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - java.lang.Object - JAVA_OBJECT - OID - - - - - PostgreSQL 7.2 - - java.lang.Boolean - CHAR - BOOLEAN - - - java.lang.Byte - TINYINT - INT2 - - - java.lang.Short - SMALLINT - INT2 - - - java.lang.Integer - INTEGER - INT4 - - - java.lang.Long - BIGINT - INT8 - - - java.lang.Float - FLOAT - FLOAT(7) - - - java.lang.Double - DOUBLE - FLOAT8 - - - java.lang.Character - CHAR - CHAR(1) - - - java.lang.String - VARCHAR - TEXT - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - TIME - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - java.lang.Object - JAVA_OBJECT - BYTEA - - - - - Hypersonic SQL - - java.lang.Byte - SMALLINT - SMALLINT - - - java.util.Date - DATE - DATE - - - java.lang.Boolean - BIT - BIT - - - java.lang.Integer - INTEGER - INTEGER - - - java.lang.Object - JAVA_OBJECT - OBJECT - - - java.lang.Short - SMALLINT - SMALLINT - - - java.lang.Character - CHAR - CHAR - - - java.lang.String - VARCHAR - VARCHAR(256) - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - java.lang.Float - REAL - REAL - - - java.lang.Long - BIGINT - BIGINT - - - java.lang.Double - DOUBLE - DOUBLE - - - - - PointBase - - java.lang.Character - CHAR - CHAR - - - java.lang.Short - SMALLINT - SMALLINT - - - java.lang.Long - BIGINT - INTEGER - - - java.lang.Double - DOUBLE - FLOAT - - - java.lang.Float - FLOAT - FLOAT - - - java.lang.Boolean - BINARY - BOOLEAN - - - java.lang.String - VARCHAR - VARCHAR(256) - - - java.lang.Byte - SMALLINT - SMALLINT - - - java.lang.Object - BLOB - BLOB - - - java.lang.Integer - INTEGER - INTEGER - - - - - SOLID - - java.lang.Character - CHAR - CHAR - - - java.lang.Byte - TINYINT - TINYINT - - - java.lang.Short - INTEGER - INTEGER - - - java.lang.Double - DOUBLE - DOUBLE - - - java.lang.Object - BLOB - BLOB - - - java.lang.String - VARCHAR - VARCHAR(256) - - - java.lang.Integer - INTEGER - INTEGER - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - java.lang.Boolean - BIT - BIT - - - java.lang.Float - FLOAT - FLOAT - - - java.lang.Long - BIGINT - BIGINT - - - java.util.Date - DATE - DATE - - - - - mySQL - - java.lang.Float - FLOAT - FLOAT - - - java.lang.Double - DOUBLE - DOUBLE - - - java.lang.Boolean - TINYINT - TINYINT - - - java.lang.Object - JAVA_OBJECT - BLOB - - - java.lang.Integer - INTEGER - INTEGER - - - java.lang.Short - SMALLINT - SMALLINT - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - java.lang.Byte - TINYINT - TINYINT - - - java.lang.Character - CHAR - CHAR - - - java.lang.Long - BIGINT - BIGINT - - - java.lang.String - VARCHAR - VARCHAR(255) BINARY - - - java.util.Date - DATE - DATETIME - - - java.sql.Date - DATE - DATETIME - - - java.sql.Time - TIME - BIGINT - - - - - MS SQLSERVER - - java.lang.Integer - INTEGER - INTEGER - - - java.lang.Character - CHAR - CHAR - - - java.lang.Short - SMALLINT - SMALLINT - - - java.lang.Double - DOUBLE - DOUBLE - - - java.lang.Long - DECIMAL - DECIMAL(20) - - - java.math.BigDecimal - VARCHAR - VARCHAR(256) - - - java.lang.String - VARCHAR - VARCHAR(256) - - - java.lang.Object - JAVA_OBJECT - IMAGE - - - java.lang.Byte - TINYINT - TINYINT - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - java.sql.Date - DATE - DATETIME - - - java.sql.Time - TIME - DATETIME - - - java.util.Date - DATE - DATETIME - - - java.lang.Boolean - BIT - BIT - - - java.lang.Float - FLOAT - FLOAT - - - - - MS SQLSERVER2000 - - - java.lang.Integer - INTEGER - INTEGER - - - - java.lang.Character - CHAR - CHAR - - - - java.lang.Short - SMALLINT - SMALLINT - - - - java.lang.Long - BIGINT - BIGINT - - - - java.math.BigDecimal - VARCHAR - VARCHAR(256) - - - - java.lang.String - VARCHAR - VARCHAR(256) - - - - java.lang.Object - JAVA_OBJECT - IMAGE - - - - java.lang.Byte - TINYINT - TINYINT - - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - - java.sql.Date - DATE - DATETIME - - - - java.sql.Time - TIME - DATETIME - - - - java.util.Date - DATE - DATETIME - - - - java.lang.Boolean - BIT - BIT - - - - java.lang.Float - REAL - REAL - - - - java.lang.Double - DOUBLE - FLOAT - - - - - DB2/400 - - java.lang.Character - CHAR - CHAR(1) - - - java.lang.String - VARCHAR - VARCHAR(256) - - - - java.util.Date - DATE - DATE - - - java.sql.Time - TIME - TIME - - - java.lang.Float - FLOAT - FLOAT - - - java.lang.Integer - INTEGER - INTEGER - - - java.lang.Double - DOUBLE - DOUBLE - - - java.lang.Long - BIGINT - INTEGER - - - java.lang.Boolean - CHAR - CHAR(5) - - - java.lang.Short - SMALLINT - SMALLINT - - - java.lang.Object - JAVA_OBJECT - VARCHAR(4096) FOR BIT DATA - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - - - SapDB - - java.lang.Integer - INTEGER - INTEGER - - - java.lang.Character - CHAR - CHAR - - - java.lang.String - VARCHAR - VARCHAR(256) - - - java.lang.Object - JAVA_OBJECT - LONG BYTE - - - java.lang.Byte - TINYINT - CHAR BYTE - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - java.util.Date - DATE - DATE - - - java.sql.Time - TIME - TIME - - - java.lang.Boolean - BIT - BOOLEAN - - - java.lang.Float - FLOAT - FLOAT - - - java.lang.Short - SMALLINT - SMALLINT - - - java.lang.Double - DOUBLE - DOUBLE PRECISION - - - java.lang.Long - DECIMAL - DECIMAL(20) - - - - - Cloudscape - - java.math.BigDecimal - LONGVARCHAR - LONG VARCHAR - - - java.lang.Boolean - BIT - BOOLEAN - - - java.lang.Byte - TINYINT - TINYINT - - - java.lang.Short - SMALLINT - SMALLINT - - - java.lang.Integer - INTEGER - INTEGER - - - java.lang.Long - BIGINT - LONGINT - - - java.lang.Float - REAL - REAL - - - java.lang.Double - DOUBLE - DOUBLE PRECISION - - - java.lang.Character - CHAR - CHAR - - - java.lang.String - LONGVARCHAR - LONG VARCHAR - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - TIME - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - java.lang.Object - JAVA_OBJECT - LONG VARBINARY - - - - - - InformixDB - - java.lang.Character - CHAR - CHAR(1) - - - - java.lang.String - VARCHAR - VARCHAR(255,0) - - - - java.math.BigDecimal - NUMERIC - DECIMAL - - - - java.lang.Boolean - BIT - SMALLINT - - - - java.lang.Integer - INTEGER - INTEGER - - - - java.lang.Long - BIGINT - NUMERIC(18,0) - - - - java.lang.Float - REAL - FLOAT - - - - java.lang.Double - DOUBLE - DOUBLE PRECISION - - - - java.lang.Byte - TINYINT - SMALLINT - - - - java.lang.Short - SMALLINT - SMALLINT - - - - java.util.Date - DATE - DATE - - - - java.sql.Date - DATE - DATE - - - - java.sql.Time - TIME - TIME - - - - java.sql.Timestamp - TIMESTAMP - DATETIME YEAR TO FRACTION(3) - - - - java.lang.Object - JAVA_OBJECT - BYTE - - - - - diff --git a/jboss/server/adempiere/conf/standardjboss.xml b/jboss/server/adempiere/conf/standardjboss.xml index b9afdf42fb..9939c89e39 100644 --- a/jboss/server/adempiere/conf/standardjboss.xml +++ b/jboss/server/adempiere/conf/standardjboss.xml @@ -1,1064 +1,1216 @@ - - - - - - - - - - - false - - - - - - stateless-http-invoker - jboss:service=invoker,type=http - org.jboss.proxy.ejb.ProxyFactory - - - - org.jboss.proxy.ejb.HomeInterceptor - org.jboss.proxy.SecurityInterceptor - org.jboss.proxy.TransactionInterceptor - org.jboss.invocation.InvokerInterceptor - - - - org.jboss.proxy.ejb.StatelessSessionInterceptor - - org.jboss.proxy.SecurityInterceptor - org.jboss.proxy.TransactionInterceptor - org.jboss.invocation.InvokerInterceptor - - - - - - - - entity-rmi-invoker - jboss:service=invoker,type=jrmp - org.jboss.proxy.ejb.ProxyFactory - - - - org.jboss.proxy.ejb.HomeInterceptor - org.jboss.proxy.SecurityInterceptor - org.jboss.proxy.TransactionInterceptor - org.jboss.invocation.InvokerInterceptor - org.jboss.invocation.MarshallingInvokerInterceptor - - - org.jboss.proxy.ejb.EntityInterceptor - org.jboss.proxy.SecurityInterceptor - org.jboss.proxy.TransactionInterceptor - org.jboss.invocation.InvokerInterceptor - org.jboss.invocation.MarshallingInvokerInterceptor - - - org.jboss.proxy.ejb.ListEntityInterceptor - org.jboss.proxy.SecurityInterceptor - org.jboss.proxy.TransactionInterceptor - org.jboss.invocation.InvokerInterceptor - org.jboss.invocation.MarshallingInvokerInterceptor - - - - - - - clustered-entity-rmi-invoker - jboss:service=invoker,type=jrmpha - org.jboss.proxy.ejb.ProxyFactoryHA - - - - org.jboss.proxy.ejb.HomeInterceptor - org.jboss.proxy.SecurityInterceptor - org.jboss.proxy.TransactionInterceptor - org.jboss.invocation.InvokerInterceptor - org.jboss.invocation.MarshallingInvokerInterceptor - - - org.jboss.proxy.ejb.EntityInterceptor - org.jboss.proxy.SecurityInterceptor - org.jboss.proxy.TransactionInterceptor - org.jboss.invocation.InvokerInterceptor - org.jboss.invocation.MarshallingInvokerInterceptor - - - org.jboss.proxy.ejb.ListEntityInterceptor - org.jboss.proxy.SecurityInterceptor - org.jboss.proxy.TransactionInterceptor - org.jboss.invocation.InvokerInterceptor - org.jboss.invocation.MarshallingInvokerInterceptor - - - - - - - stateless-rmi-invoker - jboss:service=invoker,type=jrmp - org.jboss.proxy.ejb.ProxyFactory - - - - org.jboss.proxy.ejb.HomeInterceptor - org.jboss.proxy.SecurityInterceptor - org.jboss.proxy.TransactionInterceptor - org.jboss.invocation.InvokerInterceptor - org.jboss.invocation.MarshallingInvokerInterceptor - - - org.jboss.proxy.ejb.StatelessSessionInterceptor - org.jboss.proxy.SecurityInterceptor - org.jboss.proxy.TransactionInterceptor - org.jboss.invocation.InvokerInterceptor - org.jboss.invocation.MarshallingInvokerInterceptor - - - - - - - clustered-stateless-rmi-invoker - jboss:service=invoker,type=jrmpha - org.jboss.proxy.ejb.ProxyFactoryHA - - - - org.jboss.proxy.ejb.HomeInterceptor - org.jboss.proxy.SecurityInterceptor - org.jboss.proxy.TransactionInterceptor - org.jboss.invocation.InvokerInterceptor - org.jboss.invocation.MarshallingInvokerInterceptor - - - org.jboss.proxy.ejb.StatelessSessionInterceptor - org.jboss.proxy.SecurityInterceptor - org.jboss.proxy.TransactionInterceptor - org.jboss.invocation.InvokerInterceptor - org.jboss.invocation.MarshallingInvokerInterceptor - - - - - - - stateful-rmi-invoker - jboss:service=invoker,type=jrmp - org.jboss.proxy.ejb.ProxyFactory - - - - org.jboss.proxy.ejb.HomeInterceptor - org.jboss.proxy.SecurityInterceptor - org.jboss.proxy.TransactionInterceptor - org.jboss.invocation.InvokerInterceptor - org.jboss.invocation.MarshallingInvokerInterceptor - - - org.jboss.proxy.ejb.StatefulSessionInterceptor - org.jboss.proxy.SecurityInterceptor - org.jboss.proxy.TransactionInterceptor - org.jboss.invocation.InvokerInterceptor - org.jboss.invocation.MarshallingInvokerInterceptor - - - - - - - clustered-stateful-rmi-invoker - jboss:service=invoker,type=jrmpha - org.jboss.proxy.ejb.ProxyFactoryHA - - - - org.jboss.proxy.ejb.HomeInterceptor - org.jboss.proxy.SecurityInterceptor - org.jboss.proxy.TransactionInterceptor - org.jboss.invocation.InvokerInterceptor - org.jboss.invocation.MarshallingInvokerInterceptor - - - org.jboss.proxy.ejb.StatefulSessionInterceptor - org.jboss.proxy.SecurityInterceptor - org.jboss.proxy.TransactionInterceptor - org.jboss.invocation.InvokerInterceptor - org.jboss.invocation.MarshallingInvokerInterceptor - - - - - - - message-driven-bean - default - org.jboss.ejb.plugins.jms.JMSContainerInvoker - - DefaultJMSProvider - StdJMSPool - true - - 1 - 15 - 30000 - 1 - - 10 - - queue/DLQ - 10 - 0 - - - - - - - - - singleton-message-driven-bean - default - org.jboss.ejb.plugins.jms.JMSContainerInvoker - - DefaultJMSProvider - StdJMSPool - true - - 1 - 1 - 30000 - 1 - - 10 - - queue/DLQ - 10 - 0 - - - - - - - message-inflow-driven-bean - default - org.jboss.ejb.plugins.inflow.JBossMessageEndpointFactory - - - org.jboss.proxy.ClientMethodInterceptor - org.jboss.ejb.plugins.inflow.MessageEndpointInterceptor - org.jboss.proxy.TransactionInterceptor - org.jboss.invocation.InvokerInterceptor - - - - - - iiop - jboss:service=invoker,type=iiop - org.jboss.proxy.ejb.IORFactory - - org.jboss.iiop.WebCL - per-servant - true - iiop - false - - - - - jms-message-inflow-driven-bean - default - org.jboss.ejb.plugins.inflow.JBossJMSMessageEndpointFactory - - - - providerAdapterJNDI - DefaultJMSProvider - - - minSession - 1 - - - maxSession - 15 - - - keepAlive - 60000 - - - maxMessages - 1 - - - reconnectInterval - 10 - - - useDLQ - true - - - DLQHandler - org.jboss.resource.adapter.jms.inflow.dlq.GenericDLQHandler - - - DLQJNDIName - queue/DLQ - - - DLQMaxResent - 10 - - - - org.jboss.proxy.ClientMethodInterceptor - org.jboss.ejb.plugins.inflow.MessageEndpointInterceptor - org.jboss.proxy.TransactionInterceptor - org.jboss.invocation.InvokerInterceptor - - - - - - - - - Standard CMP 2.x EntityBean - false - entity-rmi-invoker - false - false - true - - org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor - org.jboss.ejb.plugins.LogInterceptor - org.jboss.ejb.plugins.SecurityInterceptor - org.jboss.ejb.plugins.TxInterceptorCMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.ejb.plugins.EntityCreationInterceptor - org.jboss.ejb.plugins.EntityLockInterceptor - org.jboss.ejb.plugins.EntityInstanceInterceptor - org.jboss.ejb.plugins.EntityReentranceInterceptor - org.jboss.resource.connectionmanager.CachedConnectionInterceptor - org.jboss.ejb.plugins.EntitySynchronizationInterceptor - org.jboss.ejb.plugins.cmp.jdbc.JDBCRelationInterceptor - - org.jboss.ejb.plugins.EntityInstancePool - org.jboss.ejb.plugins.InvalidableEntityInstanceCache - org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager - org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock - - org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy - - 50 - 1000000 - 300 - 600 - 400 - 60 - 1 - 0.75 - - - - 100 - - B - - - - - cmp2.x jdbc2 pm - false - entity-rmi-invoker - false - true - true - - org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor - org.jboss.ejb.plugins.LogInterceptor - org.jboss.ejb.plugins.SecurityInterceptor - org.jboss.ejb.plugins.TxInterceptorCMT - org.jboss.ejb.plugins.EntityCreationInterceptor - org.jboss.ejb.plugins.EntityInstanceInterceptor - org.jboss.ejb.plugins.EntityReentranceInterceptor - org.jboss.resource.connectionmanager.CachedConnectionInterceptor - org.jboss.ejb.plugins.EntitySynchronizationInterceptor - org.jboss.ejb.plugins.cmp.jdbc2.RelationInterceptor - - org.jboss.ejb.plugins.EntityInstancePool - org.jboss.ejb.plugins.PerTxEntityInstanceCache - org.jboss.ejb.plugins.cmp.jdbc2.JDBCStoreManager2 - org.jboss.ejb.plugins.lock.NoLock - - - 500 - 10000 - - - 10 - - - - - 100 - - C - - - - Clustered CMP 2.x EntityBean - false - clustered-entity-rmi-invoker - false - false - - org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor - org.jboss.ejb.plugins.CleanShutdownInterceptor - org.jboss.ejb.plugins.LogInterceptor - org.jboss.ejb.plugins.SecurityInterceptor - org.jboss.ejb.plugins.TxInterceptorCMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.ejb.plugins.EntityCreationInterceptor - org.jboss.ejb.plugins.EntityLockInterceptor - org.jboss.ejb.plugins.EntityInstanceInterceptor - org.jboss.ejb.plugins.EntityReentranceInterceptor - org.jboss.resource.connectionmanager.CachedConnectionInterceptor - org.jboss.ejb.plugins.EntitySynchronizationInterceptor - org.jboss.ejb.plugins.cmp.jdbc.JDBCRelationInterceptor - - org.jboss.ejb.plugins.EntityInstancePool - org.jboss.ejb.plugins.EntityInstanceCache - org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager - org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock - - org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy - - 50 - 1000000 - 300 - 600 - 400 - 60 - 1 - 0.75 - - - - 100 - - B - - ${jboss.partition.name:DefaultPartition} - - - - - Standard CMP 2.x EntityBean with cache invalidation - false - entity-rmi-invoker - - org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor - org.jboss.ejb.plugins.LogInterceptor - org.jboss.ejb.plugins.SecurityInterceptor - org.jboss.ejb.plugins.TxInterceptorCMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.ejb.plugins.EntityCreationInterceptor - org.jboss.ejb.plugins.EntityLockInterceptor - org.jboss.ejb.plugins.EntityInstanceInterceptor - org.jboss.ejb.plugins.EntityReentranceInterceptor - org.jboss.resource.connectionmanager.CachedConnectionInterceptor - org.jboss.ejb.plugins.EntitySynchronizationInterceptor - org.jboss.cache.invalidation.triggers.EntityBeanCacheBatchInvalidatorInterceptor - org.jboss.ejb.plugins.cmp.jdbc.JDBCRelationInterceptor - - org.jboss.ejb.plugins.EntityInstancePool - org.jboss.ejb.plugins.InvalidableEntityInstanceCache - org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager - org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock - - org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy - - 50 - 1000000 - 300 - 600 - 400 - 60 - 1 - 0.75 - - - - 100 - - A - - - - Instance Per Transaction CMP 2.x EntityBean - false - entity-rmi-invoker - false - false - - org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor - org.jboss.ejb.plugins.LogInterceptor - org.jboss.ejb.plugins.SecurityInterceptor - org.jboss.ejb.plugins.TxInterceptorCMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.ejb.plugins.EntityCreationInterceptor - org.jboss.ejb.plugins.EntityLockInterceptor - org.jboss.ejb.plugins.EntityInstanceInterceptor - org.jboss.ejb.plugins.EntityReentranceInterceptor - org.jboss.resource.connectionmanager.CachedConnectionInterceptor - org.jboss.ejb.plugins.EntitySynchronizationInterceptor - org.jboss.ejb.plugins.cmp.jdbc.JDBCRelationInterceptor - - org.jboss.ejb.plugins.EntityInstancePool - org.jboss.ejb.plugins.PerTxEntityInstanceCache - org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager - org.jboss.ejb.plugins.lock.NoLock - - - 100 - - C - - - - Standard CMP EntityBean - false - entity-rmi-invoker - false - false - - org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor - org.jboss.ejb.plugins.LogInterceptor - org.jboss.ejb.plugins.SecurityInterceptor - org.jboss.ejb.plugins.TxInterceptorCMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.ejb.plugins.EntityCreationInterceptor - org.jboss.ejb.plugins.EntityLockInterceptor - org.jboss.ejb.plugins.EntityInstanceInterceptor - org.jboss.ejb.plugins.EntityReentranceInterceptor - org.jboss.resource.connectionmanager.CachedConnectionInterceptor - org.jboss.ejb.plugins.EntitySynchronizationInterceptor - - org.jboss.ejb.plugins.EntityInstancePool - org.jboss.ejb.plugins.EntityInstanceCache - org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager - org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock - - org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy - - 50 - 1000000 - 300 - 600 - 400 - 60 - 1 - 0.75 - - - - 100 - - A - - - - Clustered CMP EntityBean - false - clustered-entity-rmi-invoker - false - false - - org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor - org.jboss.ejb.plugins.CleanShutdownInterceptor - org.jboss.ejb.plugins.LogInterceptor - org.jboss.ejb.plugins.SecurityInterceptor - org.jboss.ejb.plugins.TxInterceptorCMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.ejb.plugins.EntityCreationInterceptor - org.jboss.ejb.plugins.EntityLockInterceptor - org.jboss.ejb.plugins.EntityInstanceInterceptor - org.jboss.ejb.plugins.EntityReentranceInterceptor - org.jboss.resource.connectionmanager.CachedConnectionInterceptor - org.jboss.ejb.plugins.EntitySynchronizationInterceptor - - org.jboss.ejb.plugins.EntityInstancePool - org.jboss.ejb.plugins.EntityInstanceCache - org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager - org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock - - org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy - - 50 - 1000000 - 300 - 600 - 400 - 60 - 1 - 0.75 - - - - 100 - - A - - ${jboss.partition.name:DefaultPartition} - - - - - Instance Per Transaction CMP EntityBean - false - entity-rmi-invoker - false - false - - org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor - org.jboss.ejb.plugins.LogInterceptor - org.jboss.ejb.plugins.SecurityInterceptor - org.jboss.ejb.plugins.TxInterceptorCMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.ejb.plugins.EntityCreationInterceptor - org.jboss.ejb.plugins.EntityLockInterceptor - org.jboss.ejb.plugins.EntityInstanceInterceptor - org.jboss.ejb.plugins.EntityReentranceInterceptor - org.jboss.resource.connectionmanager.CachedConnectionInterceptor - org.jboss.ejb.plugins.EntitySynchronizationInterceptor - - org.jboss.ejb.plugins.EntityInstancePool - org.jboss.ejb.plugins.PerTxEntityInstanceCache - org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager - org.jboss.ejb.plugins.lock.NoLock - - - 100 - - C - - - - Standard Stateless SessionBean - false - stateless-rmi-invoker - - org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor - org.jboss.ejb.plugins.LogInterceptor - org.jboss.ejb.plugins.SecurityInterceptor - - org.jboss.ejb.plugins.TxInterceptorCMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.webservice.server.ServiceEndpointInterceptor - org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor - - org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor - org.jboss.ejb.plugins.TxInterceptorBMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.webservice.server.ServiceEndpointInterceptor - org.jboss.resource.connectionmanager.CachedConnectionInterceptor - - org.jboss.ejb.plugins.StatelessSessionInstancePool - - - - 100 - - - - - Clustered Stateless SessionBean - false - clustered-stateless-rmi-invoker - - org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor - org.jboss.ejb.plugins.CleanShutdownInterceptor - org.jboss.ejb.plugins.LogInterceptor - org.jboss.ejb.plugins.SecurityInterceptor - - org.jboss.ejb.plugins.TxInterceptorCMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.webservice.server.ServiceEndpointInterceptor - org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor - - org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor - org.jboss.ejb.plugins.TxInterceptorBMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.webservice.server.ServiceEndpointInterceptor - org.jboss.resource.connectionmanager.CachedConnectionInterceptor - - org.jboss.ejb.plugins.StatelessSessionInstancePool - - - - 100 - - - ${jboss.partition.name:DefaultPartition} - - - - - - Standard Stateful SessionBean - false - stateful-rmi-invoker - - org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor - org.jboss.ejb.plugins.LogInterceptor - - org.jboss.ejb.plugins.TxInterceptorCMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor - - org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor - org.jboss.ejb.plugins.TxInterceptorBMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.resource.connectionmanager.CachedConnectionInterceptor - org.jboss.ejb.plugins.SecurityInterceptor - - org.jboss.ejb.plugins.StatefulSessionInstanceCache - org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager - - org.jboss.ejb.plugins.LRUStatefulContextCachePolicy - - 50 - 1000000 - 1800 - 1800 - 300 - 600 - 400 - 60 - 1 - 0.75 - - - - 100 - - - - - Clustered Stateful SessionBean - false - clustered-stateful-rmi-invoker - - org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor - org.jboss.ejb.plugins.CleanShutdownInterceptor - org.jboss.ejb.plugins.LogInterceptor - - org.jboss.ejb.plugins.TxInterceptorCMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor - - org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor - org.jboss.ejb.plugins.TxInterceptorBMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.ejb.plugins.SecurityInterceptor - org.jboss.resource.connectionmanager.CachedConnectionInterceptor - org.jboss.ejb.plugins.StatefulHASessionSynchronisationInterceptor - - org.jboss.ejb.plugins.StatefulHASessionInstanceCache - org.jboss.ejb.plugins.StatefulHASessionPersistenceManager - - org.jboss.ejb.plugins.LRUStatefulContextCachePolicy - - 50 - 1000000 - 1800 - 1800 - 300 - 600 - 400 - 60 - 1 - 0.75 - - - - 100 - - - ${jboss.partition.name:DefaultPartition} - - - - - Standard BMP EntityBean - false - entity-rmi-invoker - false - false - - org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor - org.jboss.ejb.plugins.LogInterceptor - org.jboss.ejb.plugins.SecurityInterceptor - org.jboss.ejb.plugins.TxInterceptorCMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.ejb.plugins.EntityCreationInterceptor - org.jboss.ejb.plugins.EntityLockInterceptor - org.jboss.ejb.plugins.EntityInstanceInterceptor - org.jboss.ejb.plugins.EntityReentranceInterceptor - org.jboss.resource.connectionmanager.CachedConnectionInterceptor - org.jboss.ejb.plugins.EntitySynchronizationInterceptor - - org.jboss.ejb.plugins.EntityInstancePool - org.jboss.ejb.plugins.EntityInstanceCache - org.jboss.ejb.plugins.BMPPersistenceManager - org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock - - org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy - - 50 - 1000000 - 300 - 600 - 400 - 60 - 1 - 0.75 - - - - 100 - - A - - - - Clustered BMP EntityBean - false - clustered-entity-rmi-invoker - false - false - - org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor - org.jboss.ejb.plugins.CleanShutdownInterceptor - org.jboss.ejb.plugins.LogInterceptor - org.jboss.ejb.plugins.SecurityInterceptor - org.jboss.ejb.plugins.TxInterceptorCMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.ejb.plugins.EntityCreationInterceptor - org.jboss.ejb.plugins.EntityLockInterceptor - org.jboss.ejb.plugins.EntityInstanceInterceptor - org.jboss.ejb.plugins.EntityReentranceInterceptor - org.jboss.resource.connectionmanager.CachedConnectionInterceptor - org.jboss.ejb.plugins.EntitySynchronizationInterceptor - - org.jboss.ejb.plugins.EntityInstancePool - org.jboss.ejb.plugins.EntityInstanceCache - org.jboss.ejb.plugins.BMPPersistenceManager - org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock - - org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy - - 50 - 1000000 - 300 - 600 - 400 - 60 - 1 - 0.75 - - - - 100 - - A - - ${jboss.partition.name:DefaultPartition} - - - - - Instance Per Transaction BMP EntityBean - false - entity-rmi-invoker - false - false - - org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor - org.jboss.ejb.plugins.LogInterceptor - org.jboss.ejb.plugins.SecurityInterceptor - org.jboss.ejb.plugins.TxInterceptorCMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.ejb.plugins.EntityCreationInterceptor - org.jboss.ejb.plugins.EntityLockInterceptor - org.jboss.ejb.plugins.EntityInstanceInterceptor - org.jboss.ejb.plugins.EntityReentranceInterceptor - org.jboss.resource.connectionmanager.CachedConnectionInterceptor - org.jboss.ejb.plugins.EntitySynchronizationInterceptor - - org.jboss.ejb.plugins.EntityInstancePool - org.jboss.ejb.plugins.PerTxEntityInstanceCache - org.jboss.ejb.plugins.BMPPersistenceManager - org.jboss.ejb.plugins.lock.NoLock - - - 100 - - C - - - - Standard Message Driven Bean - false - message-driven-bean - - org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor - org.jboss.ejb.plugins.LogInterceptor - org.jboss.ejb.plugins.RunAsSecurityInterceptor - - org.jboss.ejb.plugins.TxInterceptorCMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor - - org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor - org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.resource.connectionmanager.CachedConnectionInterceptor - - org.jboss.ejb.plugins.MessageDrivenInstancePool - - - - 100 - - - - - Singleton Message Driven Bean - false - singleton-message-driven-bean - - org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor - org.jboss.ejb.plugins.LogInterceptor - org.jboss.ejb.plugins.RunAsSecurityInterceptor - - org.jboss.ejb.plugins.TxInterceptorCMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor - - org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor - org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.resource.connectionmanager.CachedConnectionInterceptor - - org.jboss.ejb.plugins.MessageDrivenInstancePool - - - - 100 - - - - - Standard Message Inflow Driven Bean - false - message-inflow-driven-bean - - org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor - org.jboss.ejb.plugins.LogInterceptor - org.jboss.ejb.plugins.RunAsSecurityInterceptor - - org.jboss.ejb.plugins.TxInterceptorCMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor - - org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor - org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT - org.jboss.ejb.plugins.CallValidationInterceptor - org.jboss.resource.connectionmanager.CachedConnectionInterceptor - - org.jboss.ejb.plugins.MessageDrivenInstancePool - - - - 100 - - - - - - \ No newline at end of file + + + + + + + + + + + + true + + + + + entity-unified-invoker + jboss:service=invoker,type=unified + org.jboss.proxy.ejb.ProxyFactory + + + + org.jboss.proxy.ejb.HomeInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.EntityInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.ListEntityInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + + + + + clustered-entity-unified-invoker + jboss:service=invoker,type=unifiedha + org.jboss.proxy.ejb.ProxyFactoryHA + + + + org.jboss.proxy.ejb.HomeInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.proxy.ejb.SingleRetryInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.EntityInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.proxy.ejb.SingleRetryInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.ListEntityInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.proxy.ejb.SingleRetryInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + + + + + stateless-unified-invoker + jboss:service=invoker,type=unified + org.jboss.proxy.ejb.ProxyFactory + + + + org.jboss.proxy.ejb.HomeInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.StatelessSessionInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + + + + + clustered-stateless-unified-invoker + jboss:service=invoker,type=unifiedha + org.jboss.proxy.ejb.ProxyFactoryHA + + + + org.jboss.proxy.ejb.HomeInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.proxy.ejb.SingleRetryInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.StatelessSessionInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.proxy.ejb.SingleRetryInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + + + + + stateful-unified-invoker + jboss:service=invoker,type=unified + org.jboss.proxy.ejb.ProxyFactory + + + + org.jboss.proxy.ejb.HomeInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.StatefulSessionInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + + + + + clustered-stateful-unified-invoker + jboss:service=invoker,type=unifiedha + org.jboss.proxy.ejb.ProxyFactoryHA + + + + org.jboss.proxy.ejb.HomeInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.proxy.ejb.SingleRetryInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.StatefulSessionInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.proxy.ejb.SingleRetryInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + + + + + entity-rmi-invoker + jboss:service=invoker,type=jrmp + org.jboss.proxy.ejb.ProxyFactory + + + + org.jboss.proxy.ejb.HomeInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.EntityInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.ListEntityInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + + + + + clustered-entity-rmi-invoker + jboss:service=invoker,type=jrmpha + org.jboss.proxy.ejb.ProxyFactoryHA + + + + org.jboss.proxy.ejb.HomeInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.proxy.ejb.SingleRetryInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.EntityInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.proxy.ejb.SingleRetryInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.ListEntityInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.proxy.ejb.SingleRetryInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + + + + + stateless-rmi-invoker + jboss:service=invoker,type=jrmp + org.jboss.proxy.ejb.ProxyFactory + + + + org.jboss.proxy.ejb.HomeInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.StatelessSessionInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + + + + + clustered-stateless-rmi-invoker + jboss:service=invoker,type=jrmpha + org.jboss.proxy.ejb.ProxyFactoryHA + + + + org.jboss.proxy.ejb.HomeInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.proxy.ejb.SingleRetryInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.StatelessSessionInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.proxy.ejb.SingleRetryInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + + + + + stateful-rmi-invoker + jboss:service=invoker,type=jrmp + org.jboss.proxy.ejb.ProxyFactory + + + + org.jboss.proxy.ejb.HomeInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.StatefulSessionInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + + + + + clustered-stateful-rmi-invoker + jboss:service=invoker,type=jrmpha + org.jboss.proxy.ejb.ProxyFactoryHA + + + + org.jboss.proxy.ejb.HomeInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.proxy.ejb.SingleRetryInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.StatefulSessionInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.proxy.ejb.SingleRetryInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + + + + + message-driven-bean + default + org.jboss.ejb.plugins.jms.JMSContainerInvoker + + DefaultJMSProvider + StdJMSPool + true + + 1 + 15 + 30000 + 1 + + 10 + + queue/DLQ + 10 + 0 + + + + + + + + + singleton-message-driven-bean + default + org.jboss.ejb.plugins.jms.JMSContainerInvoker + + DefaultJMSProvider + StdJMSPool + true + + 1 + 1 + 30000 + 1 + + 10 + + queue/DLQ + 10 + 0 + + + + + + + message-inflow-driven-bean + default + org.jboss.ejb.plugins.inflow.JBossMessageEndpointFactory + + + org.jboss.proxy.ClientMethodInterceptor + org.jboss.ejb.plugins.inflow.MessageEndpointInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + + + + + + iiop + jboss:service=invoker,type=iiop + org.jboss.proxy.ejb.IORFactory + + org.jboss.iiop.WebCL + per-servant + true + iiop + false + + + + + jms-message-inflow-driven-bean + default + org.jboss.ejb.plugins.inflow.JBossJMSMessageEndpointFactory + + + + providerAdapterJNDI + DefaultJMSProvider + + + minSession + 1 + + + maxSession + 15 + + + keepAlive + 60000 + + + maxMessages + 1 + + + reconnectInterval + 10 + + + useDLQ + true + + + DLQHandler + org.jboss.resource.adapter.jms.inflow.dlq.GenericDLQHandler + + + DLQJNDIName + queue/DLQ + + + DLQMaxResent + 10 + + + + org.jboss.proxy.ClientMethodInterceptor + org.jboss.ejb.plugins.inflow.MessageEndpointInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + + + + + + + + + Standard CMP 2.x EntityBean + false + entity-unified-invoker + false + false + true + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityLockInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + org.jboss.ejb.plugins.cmp.jdbc.JDBCRelationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.InvalidableEntityInstanceCache + org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager + org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock + + org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy + + 50 + 1000000 + 300 + 600 + 400 + 60 + 1 + 0.75 + + + + 100 + + B + + + + + cmp2.x jdbc2 pm + false + entity-unified-invoker + false + true + true + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + org.jboss.ejb.plugins.cmp.jdbc2.RelationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.PerTxEntityInstanceCache + org.jboss.ejb.plugins.cmp.jdbc2.JDBCStoreManager2 + org.jboss.ejb.plugins.lock.NoLock + + + 500 + 10000 + + + + 10 + + + + + + 100 + + C + + + + Clustered CMP 2.x EntityBean + false + clustered-entity-unified-invoker + false + false + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.CleanShutdownInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityLockInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + org.jboss.ejb.plugins.cmp.jdbc.JDBCRelationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.EntityInstanceCache + org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager + org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock + + org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy + + 50 + 1000000 + 300 + 600 + 400 + 60 + 1 + 0.75 + + + + 100 + + B + + ${jboss.partition.name:DefaultPartition} + + + + + Standard CMP 2.x EntityBean with cache invalidation + false + entity-unified-invoker + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityLockInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + org.jboss.cache.invalidation.triggers.EntityBeanCacheBatchInvalidatorInterceptor + org.jboss.ejb.plugins.cmp.jdbc.JDBCRelationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.InvalidableEntityInstanceCache + org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager + org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock + + org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy + + 50 + 1000000 + 300 + 600 + 400 + 60 + 1 + 0.75 + + + + 100 + + A + + + + Instance Per Transaction CMP 2.x EntityBean + false + entity-unified-invoker + false + false + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityLockInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + org.jboss.ejb.plugins.cmp.jdbc.JDBCRelationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.PerTxEntityInstanceCache + org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager + org.jboss.ejb.plugins.lock.NoLock + + + 100 + + C + + + + Standard CMP EntityBean + false + entity-unified-invoker + false + false + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityLockInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.EntityInstanceCache + org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager + org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock + + org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy + + 50 + 1000000 + 300 + 600 + 400 + 60 + 1 + 0.75 + + + + 100 + + A + + + + Clustered CMP EntityBean + false + clustered-entity-unified-invoker + false + false + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.CleanShutdownInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityLockInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.EntityInstanceCache + org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager + org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock + + org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy + + 50 + 1000000 + 300 + 600 + 400 + 60 + 1 + 0.75 + + + + 100 + + A + + ${jboss.partition.name:DefaultPartition} + + + + + Instance Per Transaction CMP EntityBean + false + entity-unified-invoker + false + false + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityLockInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.PerTxEntityInstanceCache + org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager + org.jboss.ejb.plugins.lock.NoLock + + + 100 + + C + + + + Standard Stateless SessionBean + false + stateless-unified-invoker + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor + + org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor + org.jboss.ejb.plugins.TxInterceptorBMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + + org.jboss.ejb.plugins.StatelessSessionInstancePool + + + + 100 + + + + + Clustered Stateless SessionBean + false + clustered-stateless-unified-invoker + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.CleanShutdownInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor + + org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor + org.jboss.ejb.plugins.TxInterceptorBMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + + org.jboss.ejb.plugins.StatelessSessionInstancePool + + + + 100 + + + ${jboss.partition.name:DefaultPartition} + + + + + + Standard Stateful SessionBean + false + stateful-unified-invoker + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor + + org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor + org.jboss.ejb.plugins.TxInterceptorBMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + + org.jboss.ejb.plugins.StatefulSessionInstanceCache + org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager + + org.jboss.ejb.plugins.LRUStatefulContextCachePolicy + + 50 + 1000000 + 1800 + 1800 + 300 + 600 + 400 + 60 + 1 + 0.75 + + + + 100 + + + + + Clustered Stateful SessionBean + false + clustered-stateful-unified-invoker + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.CleanShutdownInterceptor + org.jboss.ejb.plugins.LogInterceptor + + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor + + org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor + org.jboss.ejb.plugins.TxInterceptorBMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.StatefulHASessionSynchronisationInterceptor + + org.jboss.ejb.plugins.StatefulHASessionInstanceCache + org.jboss.ejb.plugins.StatefulHASessionPersistenceManager + + org.jboss.ejb.plugins.LRUStatefulContextCachePolicy + + 50 + 1000000 + 1800 + 1800 + 300 + 600 + 400 + 60 + 1 + 0.75 + + + + 100 + + + ${jboss.partition.name:DefaultPartition} + + + + + Standard BMP EntityBean + false + entity-unified-invoker + false + false + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityLockInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.EntityInstanceCache + org.jboss.ejb.plugins.BMPPersistenceManager + org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock + + org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy + + 50 + 1000000 + 300 + 600 + 400 + 60 + 1 + 0.75 + + + + 100 + + A + + + + Clustered BMP EntityBean + false + clustered-entity-unified-invoker + false + false + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.CleanShutdownInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityLockInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.EntityInstanceCache + org.jboss.ejb.plugins.BMPPersistenceManager + org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock + + org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy + + 50 + 1000000 + 300 + 600 + 400 + 60 + 1 + 0.75 + + + + 100 + + A + + ${jboss.partition.name:DefaultPartition} + + + + + Instance Per Transaction BMP EntityBean + false + entity-unified-invoker + false + false + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityLockInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.PerTxEntityInstanceCache + org.jboss.ejb.plugins.BMPPersistenceManager + org.jboss.ejb.plugins.lock.NoLock + + + 100 + + C + + + + Standard Message Driven Bean + false + message-driven-bean + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.RunAsSecurityInterceptor + + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor + + org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor + org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + + org.jboss.ejb.plugins.MessageDrivenInstancePool + + + + 100 + + + + + Singleton Message Driven Bean + false + singleton-message-driven-bean + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.RunAsSecurityInterceptor + + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor + + org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor + org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + + org.jboss.ejb.plugins.MessageDrivenInstancePool + + + + 100 + + + + + Standard Message Inflow Driven Bean + false + message-inflow-driven-bean + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.RunAsSecurityInterceptor + + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor + + org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor + org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + + org.jboss.ejb.plugins.MessageDrivenInstancePool + + + + 100 + + + + + + diff --git a/jboss/server/adempiere/conf/standardjbosscmp-jdbc.xml b/jboss/server/adempiere/conf/standardjbosscmp-jdbc.xml index 6385d8ce2c..ad56169af8 100644 --- a/jboss/server/adempiere/conf/standardjbosscmp-jdbc.xml +++ b/jboss/server/adempiere/conf/standardjbosscmp-jdbc.xml @@ -1,2985 +1,3103 @@ - - - - - - - - - - - - - - - java:/DefaultDS - - - true - false - false - 300000 - false - true - false - foreign-key - - on-load - 1000 - * - - 1000 - false - - - UUIDKeyGeneratorFactory - java.lang.String - VARCHAR - VARCHAR(32) - - - - org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLCompiler - false - - - - - FirstSQL/J - - PRIMARY KEY (?2) - FOREIGN KEY (?3) REFERENCES ?4 (?5) - t - _ - 32 - true - 1 - 0 - - - concat - (?1 || ?2) - - - substring - substring(?1 FROM ?2 FOR ?3) - - - lcase - lower(?1) - - - length - char_length(?1) - - - locate - position(?1 IN ?2) - - - abs - math.abs(?1) - - - sqrt - math.sqrt(CAST(?1 AS DOUBLE)) - - - ucase - upper(?1) - - - count - count(?1) - - - - java.lang.Boolean - TINYINT - TINYINT - - - java.lang.Byte - TINYINT - TINYINT - - - java.lang.Short - SMALLINT - SMALLINT - - - java.lang.Integer - INTEGER - INTEGER - - - java.lang.Long - BIGINT - BIGINT - - - java.lang.Float - REAL - REAL - - - java.lang.Double - DOUBLE - DOUBLE - - - java.lang.Character - CHAR - CHAR - - - java.lang.String - VARCHAR - - VARCHAR(256) - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - TIME - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - java.util.Date - TIMESTAMP - TIMESTAMP - - - java.math.BigDecimal - DECIMAL - DECIMAL - - - java.lang.Object - - LONGVARBINARY - VARCHAR(2147483500) - - - - - Ingres - SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE - ALTER TABLE ?1 ADD CONSTRAINT ?2 PRIMARY KEY (?3) - ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - t - _ - 32 - true - TRUE - FALSE - - - concat - concat(?1,?2) - - - substring - left(?1,?2) - - - lcase - lower(?1) - - - length - length(?1) - - - locate - locate(?1,?2) - - - abs - abs(?1) - - - sqrt - sqrt(?1) - - - ucase - upper(?1) - - - count - count(?1) - - - - - java.lang.Boolean - INTEGER - INTEGER - - - java.lang.Byte - TINYINT - INT1 - - - java.lang.Short - SMALLINT - SMALLINT - - - java.lang.Integer - INTEGER - INTEGER - - - java.lang.Long - BIGINT - INTEGER4 - - - java.lang.Float - FLOAT - FLOAT4 - - - java.lang.Double - DOUBLE - FLOAT8 - - - java.lang.Character - CHAR - CHAR - - - java.lang.String - VARCHAR - VARCHAR(256) - - - java.util.Date - TIMESTAMP - DATE - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - DATE - - - java.sql.Timestamp - TIMESTAMP - DATE - - - java.math.BigDecimal - DOUBLE - FLOAT8 - - - - java.lang.Object - JAVA_OBJECT - LONG VARCHAR - - - - McKoi - SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE - CONSTRAINT ?1 PRIMARY KEY (?2) - ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - t - _ - 32 - true - TRUE - FALSE - - - count - count(?1) - - - - java.lang.Boolean - BIT - BOOLEAN - - - java.lang.Byte - TINYINT - SMALLINT - - - java.lang.Short - SMALLINT - SMALLINT - - - java.lang.Integer - INTEGER - INTEGER - - - java.lang.Long - BIGINT - BIGINT - - - java.lang.Float - REAL - FLOAT - - - java.lang.Double - DOUBLE - DOUBLE - - - java.lang.Character - CHAR - CHAR - - - java.lang.String - VARCHAR - VARCHAR(64) - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - TIME - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - java.lang.Object - JAVA_OBJECT - JAVA_OBJECT - - - - - Firebird - SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE - CONSTRAINT ?1 PRIMARY KEY (?2) - ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - t - _ - 31 - true - 1 - 0 - - - count - count(?1) - - - - java.lang.Boolean - BIT - SMALLINT default 0 - - - java.lang.Byte - TINYINT - SMALLINT default 0 - - - java.lang.Short - SMALLINT - SMALLINT default 0 - - - java.lang.Integer - INTEGER - INTEGER default 0 - - - java.lang.Long - BIGINT - NUMERIC(18,0) default 0 - - - java.lang.Float - REAL - FLOAT default 0 - - - java.lang.Double - DOUBLE - DOUBLE PRECISION default 0 - - - java.lang.Character - VARCHAR - CHAR - - - - java.lang.String - VARCHAR - VARCHAR(64) - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - TIME - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - java.lang.Object - JAVA_OBJECT - BLOB - - - - - InterBase - SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE - CONSTRAINT ?1 PRIMARY KEY (?2) - ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - t - _ - 31 - true - 1 - 0 - - - count - count(?1) - - - - java.lang.Boolean - BIT - SMALLINT default 0 - - - java.lang.Byte - TINYINT - SMALLINT default 0 - - - java.lang.Short - SMALLINT - SMALLINT default 0 - - - java.lang.Integer - INTEGER - INTEGER default 0 - - - java.lang.Long - BIGINT - NUMERIC(18,0) default 0 - - - java.lang.Float - REAL - FLOAT default 0 - - - java.lang.Double - DOUBLE - DOUBLE PRECISION default 0 - - - java.lang.Character - VARCHAR - CHAR - - - java.lang.String - VARCHAR - VARCHAR(64) - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - TIME - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - java.lang.Object - JAVA_OBJECT - VARCHAR(2000) - - - - - DB2 - - CONSTRAINT ?1 PRIMARY KEY (?2) - ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - t - _ - 32 - true - 1 - 0 - - - count - count(?1) - - - locate - locate(CAST(?1 as VARCHAR(254)), - CAST(?2 as VaRCHAR(254)),?3) - - - - java.lang.Boolean - BIT - SMALLINT - - - - java.lang.Short - SMALLINT - SMALLINT - - - java.lang.Integer - INTEGER - INTEGER - - - java.lang.Long - BIGINT - BIGINT - - - java.lang.Float - REAL - REAL - - - java.lang.Double - DOUBLE - DOUBLE - - - java.lang.Character - CHAR - CHAR - - - java.lang.String - VARCHAR - VARCHAR(254) - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - TIME - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - - java.lang.Object - VARBINARY - BLOB(2000) - - - - - Derby - - CONSTRAINT ?1 PRIMARY KEY (?2) - ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - t - _ - 18 - true - 1 - 0 - - - concat - (?1 || ?2) - - - substr - substr(?1, ?2, ?3) - - - lcase - lower(?1) - - - length - length(?1) - - - locate - locate(?2, ?1, ?3) - - - abs - abs(?1) - - - sqrt - sqrt(?1) - - - ucase - upper(?1) - - - count - count(?1) - - - - java.math.BigDecimal - NUMERIC - DECIMAL - - - java.lang.Boolean - BIT - BOOLEAN - - - - java.lang.Short - SMALLINT - SMALLINT - - - java.lang.Integer - INTEGER - INTEGER - - - java.lang.Long - BIGINT - BIGINT - - - java.lang.Float - REAL - REAL - - - java.lang.Double - DOUBLE - DOUBLE PRECISION - - - java.lang.Character - CHAR - CHAR - - - java.lang.String - VARCHAR - VARCHAR(256) - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - TIME - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - java.lang.Object - BLOB - BLOB - - - - - Oracle9i - - SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE - CONSTRAINT ?1 PRIMARY KEY (?2) - ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - t - _ - 30 - true - 1 - 0 - - - concat - (?1 || ?2) - - - substring - substr(?1, ?2, ?3) - - - lcase - lower(?1) - - - length - length(?1) - - - locate - instr(?2, ?1, ?3) - - - abs - abs(?1) - - - sqrt - sqrt(?1) - - - ucase - upper(?1) - - - count - count(?1) - - - - java.lang.Boolean - BIT - NUMBER(1) - - - java.lang.Byte - SMALLINT - NUMBER(3) - - - java.lang.Short - NUMERIC - - NUMBER(5) - - - java.lang.Integer - INTEGER - NUMBER(10) - - - java.lang.Long - BIGINT - NUMBER(19) - - - java.lang.Float - REAL - NUMBER(38,7) - - - java.math.BigDecimal - DECIMAL - NUMBER(38,15) - - - java.lang.Double - DOUBLE - NUMBER(38,15) - - - java.lang.Character - VARCHAR - CHAR - - - java.lang.String - VARCHAR - VARCHAR2(255) - - - java.util.Date - TIMESTAMP - TIMESTAMP(3) - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - DATE - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP(9) - - - java.lang.Object - BLOB - BLOB - - - - - - Oracle8 - SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE - CONSTRAINT ?1 PRIMARY KEY (?2) - ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - t - _ - 30 - true - 1 - 0 - - - concat - (?1 || ?2) - - - substring - substr(?1, ?2, ?3) - - - lcase - lower(?1) - - - length - length(?1) - - - locate - instr(?2, ?1, ?3) - - - abs - abs(?1) - - - sqrt - sqrt(?1) - - - ucase - upper(?1) - - - count - count(?1) - - - - java.lang.Boolean - BIT - NUMBER(1) - - - java.lang.Byte - NUMERIC - NUMBER(3) - - - java.lang.Short - NUMERIC - NUMBER(5) - - - java.lang.Integer - INTEGER - NUMBER(10) - - - java.lang.Long - BIGINT - NUMBER(19) - - - java.lang.Float - REAL - NUMBER(38,7) - - - java.math.BigDecimal - DECIMAL - NUMBER(38,15) - - - java.lang.Double - DOUBLE - NUMBER(38,15) - - - java.lang.Character - VARCHAR - CHAR - - - java.lang.String - VARCHAR - VARCHAR2(255) - - - - java.util.Date - TIMESTAMP - DATE - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - DATE - - - - java.sql.Timestamp - TIMESTAMP - DATE - - - java.lang.Object - BLOB - BLOB - - - - - - Oracle7 - SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE - CONSTRAINT ?1 PRIMARY KEY (?2) - ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - t - _ - 30 - true - 1 - 0 - - - concat - (?1 || ?2) - - - substring - substr(?1, ?2, ?3) - - - lcase - lower(?1) - - - length - length(?1) - - - locate - instr(?2, ?1, ?3) - - - abs - abs(?1) - - - sqrt - sqrt(?1) - - - ucase - upper(?1) - - - count - count(?1) - - - - java.lang.Boolean - BIT - NUMBER(1) - - - java.lang.Byte - NUMERIC - NUMBER(3) - - - java.lang.Short - NUMERIC - NUMBER(5) - - - java.lang.Integer - INTEGER - NUMBER(10) - - - java.lang.Long - BIGINT - NUMBER(19) - - - java.lang.Float - REAL - NUMBER(38,7) - - - java.lang.Double - DOUBLE - NUMBER(38,15) - - - java.lang.Character - VARCHAR - CHAR - - - java.lang.String - VARCHAR - VARCHAR2(255) - - - - java.util.Date - TIMESTAMP - DATE - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - DATE - - - - java.sql.Timestamp - TIMESTAMP - DATE - - - java.lang.Object - LONGVARBINARY - LONG RAW - - - - - - Sybase - - CONSTRAINT ?1 PRIMARY KEY (?2) - ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - t - _ - 30 - true - 1 - 0 - - - count - count(?1) - - - length - char_length(?1) - - - - java.lang.Boolean - BIT - BIT - - - - java.lang.Integer - INTEGER - INTEGER - - - java.lang.Long - NUMERIC - NUMERIC(38,0) - - - java.lang.Float - REAL - REAL - - - java.lang.Double - DOUBLE - DOUBLE PRECISION - - - java.lang.Character - CHAR - CHAR - - - java.lang.String - VARCHAR - VARCHAR(255) - - - java.util.Date - TIMESTAMP - DATETIME - - - java.sql.Date - DATE - DATETIME - - - java.sql.Time - TIME - SMALLDATETIME - - - java.sql.Timestamp - TIMESTAMP - DATETIME - - - java.lang.Object - JAVA_OBJECT - IMAGE - - - - - PostgreSQL - SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE - CONSTRAINT ?1 PRIMARY KEY (?2) - ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - ?1 - t - _ - 32 - true - TRUE - FALSE - - - concat - (?1 || ?2) - - - substring - substring(?1 FROM ?2 FOR ?3) - - - lcase - lower(?1) - - - length - length(?1) - - - locate - (CASE position(?1 in substring(?2 from ?3)) WHEN 0 THEN 0 ELSE position(?1 in substring(?2 from ?3)) + ?3 - 1 END) - - - abs - abs(?1) - - - sqrt - sqrt(CAST(?1 AS double precision)) - - - ucase - upper(?1) - - - count - count(?1) - - - - java.lang.Boolean - CHAR - BOOLEAN - - - java.lang.Byte - TINYINT - INT2 - - - java.lang.Short - SMALLINT - INT2 - - - java.lang.Integer - INTEGER - INT4 - - - java.lang.Long - BIGINT - INT8 - - - java.lang.Float - FLOAT - FLOAT(7) - - - java.lang.Double - DOUBLE - FLOAT8 - - - java.lang.Character - CHAR - CHAR(1) - - - java.lang.String - VARCHAR - TEXT - - - java.util.Date - TIMESTAMP - TIMESTAMP with time zone - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - TIME - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP with time zone - - - java.math.BigDecimal - NUMERIC - NUMERIC - - - java.lang.Object - VARBINARY - BYTEA - - - - - PostgreSQL 8.0 - SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE - CONSTRAINT ?1 PRIMARY KEY (?2) - ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - ?1 - t - _ - 32 - true - TRUE - FALSE - - - concat - (?1 || ?2) - - - substring - substring(?1 FROM ?2 FOR ?3) - - - lcase - lower(?1) - - - length - length(?1) - - - locate - (CASE position(?1 in substring(?2 from ?3)) WHEN 0 THEN 0 ELSE position(?1 in substring(?2 from ?3)) + ?3 - 1 END) - - - abs - abs(?1) - - - sqrt - sqrt(CAST(?1 AS double precision)) - - - ucase - upper(?1) - - - count - count(?1) - - - - java.lang.Boolean - BOOLEAN - BOOLEAN - - - java.lang.Byte - TINYINT - INT2 - - - java.lang.Short - SMALLINT - INT2 - - - java.lang.Integer - INTEGER - INT4 - - - java.lang.Long - BIGINT - INT8 - - - java.lang.Float - FLOAT - FLOAT(7) - - - java.lang.Double - DOUBLE - FLOAT8 - - - java.lang.Character - CHAR - CHAR(1) - - - java.lang.String - VARCHAR - TEXT - - - java.util.Date - TIMESTAMP - TIMESTAMP - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - TIME - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - java.math.BigDecimal - NUMERIC - NUMERIC - - - java.lang.Object - VARBINARY - BYTEA - - - - - PostgreSQL 7.2 - SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE - CONSTRAINT ?1 PRIMARY KEY (?2) - ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - ?1 - t - _ - 32 - true - TRUE - FALSE - - - concat - (?1 || ?2) - - - substring - substring(?1 FROM ?2 FOR ?3) - - - lcase - lower(?1) - - - length - length(?1) - - - locate - (CASE position(?1 in substring(?2 from ?3)) WHEN 0 THEN 0 ELSE position(?1 in substring(?2 from ?3)) + ?3 - 1 END) - - - abs - abs(?1) - - - sqrt - sqrt(CAST(?1 AS double precision)) - - - ucase - upper(?1) - - - count - count(?1) - - - - java.lang.Boolean - CHAR - BOOLEAN - - - java.lang.Byte - TINYINT - INT2 - - - java.lang.Short - SMALLINT - INT2 - - - java.lang.Integer - INTEGER - INT4 - - - java.lang.Long - BIGINT - INT8 - - - java.lang.Float - FLOAT - FLOAT(7) - - - java.lang.Double - DOUBLE - FLOAT8 - - - java.lang.Character - CHAR - CHAR(1) - - - java.lang.String - VARCHAR - TEXT - - - java.util.Date - TIMESTAMP - TIMESTAMP - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - TIME - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - java.math.BigDecimal - NUMERIC - NUMERIC - - - java.lang.Object - VARBINARY - BYTEA - - - - - Hypersonic SQL - - CONSTRAINT ?1 PRIMARY KEY (?2) - ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - ?1 IDENTITY - ALTER TABLE ?1 ADD COLUMN ?2 ?3 - ALTER TABLE ?1 DROP COLUMN ?2 - t - _ - 32 - true - (1=1) - (1=0) - - - concat - (?1 || ?2) - - - substring - SUBSTRING(?1, ?2, ?3) - - - lcase - lcase(?1) - - - length - LENGTH(?1) - - - locate - LOCATE(?1, ?2, ?3) - - - abs - ABS(?1) - - - sqrt - SQRT(?1) - - - ucase - ucase(?1) - - - count - count(?1) - - - - java.lang.Byte - SMALLINT - SMALLINT - - - java.util.Date - TIMESTAMP - TIMESTAMP - - - java.lang.Boolean - BIT - BIT - - - java.lang.Integer - INTEGER - INTEGER - - - java.lang.Object - - VARBINARY - VARBINARY - - - java.lang.Short - SMALLINT - SMALLINT - - - java.lang.Character - CHAR - CHAR - - - java.lang.String - VARCHAR - VARCHAR(256) - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - TIME - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - java.lang.Float - REAL - REAL - - - java.lang.Long - BIGINT - BIGINT - - - java.lang.Double - DOUBLE - DOUBLE - - - java.math.BigDecimal - DECIMAL - DECIMAL - - - - - PointBase - SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE - CONSTRAINT ?1 PRIMARY KEY (?2) - ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - t - _ - 32 - true - TRUE - FALSE - - - lcase - lower(?1) - - - ucase - upper(?1) - - - count - count(?1) - - - - java.lang.Character - CHAR - CHAR - - - java.lang.Short - SMALLINT - SMALLINT - - - java.lang.Long - BIGINT - INTEGER - - - java.lang.Double - DOUBLE - FLOAT - - - java.lang.Float - FLOAT - FLOAT - - - java.lang.Boolean - BIT - BOOLEAN - - - java.lang.String - VARCHAR - VARCHAR(256) - - - java.lang.Byte - SMALLINT - SMALLINT - - - java.lang.Object - BLOB - BLOB - - - java.lang.Integer - INTEGER - INTEGER - - - java.util.Date - DATE - DATE - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - - - SOLID - - PRIMARY KEY (?2) - ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - t - _ - 32 - true - 1 - 0 - - - count - count(?1) - - - - java.lang.Character - CHAR - CHAR - - - java.lang.Byte - TINYINT - TINYINT - - - java.lang.Short - INTEGER - INTEGER - - - java.lang.Double - DOUBLE - DOUBLE - - - java.lang.Object - BLOB - BLOB - - - java.lang.String - VARCHAR - VARCHAR(256) - - - java.lang.Integer - INTEGER - INTEGER - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - java.lang.Boolean - BIT - BIT - - - java.lang.Float - FLOAT - FLOAT - - - java.lang.Long - BIGINT - BIGINT - - - java.util.Date - TIMESTAMP - TIMESTAMP - - - - - mySQL - SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE - CONSTRAINT ?1 PRIMARY KEY (?2) - - ALTER TABLE ?1 ADD INDEX (?3), ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - ?1 auto_increment - ALTER TABLE ?1 MODIFY ?2 ?3 - t - _ - 32 - false - 1 - 0 - - - concat - concat(?1, ?2) - - - substring - substring(?1 FROM ?2 FOR ?3) - - - lcase - lower(?1) - - - length - length(?1) - - - locate - locate(?1, ?2, ?3) - - - abs - abs(?1) - - - sqrt - sqrt(?1) - - - ucase - upper(?1) - - - count - count(?1) - - - - java.lang.Float - FLOAT - FLOAT - - - java.lang.Double - DOUBLE - DOUBLE - - - java.lang.Boolean - TINYINT - TINYINT - - - java.math.BigDecimal - DOUBLE - DOUBLE - - - java.lang.Object - BLOB - LONGBLOB - - - - java.lang.Integer - INTEGER - INTEGER - - - java.lang.Short - SMALLINT - SMALLINT - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - - java.lang.Byte - TINYINT - TINYINT - - - java.lang.Character - CHAR - CHAR - - - java.lang.Long - BIGINT - BIGINT - - - java.lang.String - VARCHAR - VARCHAR(250) BINARY - - - java.util.Date - TIMESTAMP - DATETIME - - - - java.sql.Date - DATE - DATETIME - - - java.sql.Time - TIME - TIME - - - - - MS SQLSERVER - SELECT ?1 FROM ?2 with (updlock) WHERE ?3 ORDER BY ?4 - CONSTRAINT ?1 PRIMARY KEY (?2) - ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - ?1 IDENTITY - ALTER TABLE ?1 ALTER COLUMN ?2 ?3 - t - _ - 32 - true - 1 - 0 - - - concat - (?1 + ?2) - - - substring - substring(?1, ?2, ?3) - - - lcase - lower(?1) - - - length - len(?1) - - - locate - charindex(?1, ?2, ?3) - - - abs - abs(?1) - - - sqrt - sqrt(?1) - - - ucase - upper(?1) - - - count - count(?1) - - - - java.lang.Integer - INTEGER - INTEGER - - - java.lang.Character - CHAR - CHAR - - - java.lang.Short - SMALLINT - SMALLINT - - - java.lang.Double - DOUBLE - DOUBLE - - - java.lang.Long - DECIMAL - DECIMAL(20) - - - java.math.BigDecimal - VARCHAR - VARCHAR(256) - - - java.lang.String - VARCHAR - VARCHAR(256) - - - java.lang.Object - JAVA_OBJECT - IMAGE - - - java.lang.Byte - TINYINT - TINYINT - - - - java.sql.Timestamp - TIMESTAMP - DATETIME - - - java.sql.Date - DATE - DATETIME - - - java.sql.Time - TIME - DATETIME - - - java.util.Date - TIMESTAMP - DATETIME - - - java.lang.Boolean - BIT - BIT - - - java.lang.Float - FLOAT - FLOAT - - - - - MS SQLSERVER2000 - SELECT ?1 FROM ?2 with (xlock) WHERE ?3 ORDER BY ?4 - CONSTRAINT ?1 PRIMARY KEY (?2) - ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - ?1 IDENTITY - t - _ - 32 - true - 1 - 0 - - - concat - (?1 + ?2) - - - substring - substring(?1, ?2, ?3) - - - lcase - lower(?1) - - - length - len(?1) - - - locate - charindex(?1, ?2, ?3) - - - abs - abs(?1) - - - sqrt - sqrt(?1) - - - ucase - upper(?1) - - - count - count(?1) - - - - java.lang.Integer - INTEGER - INTEGER - - - - java.lang.Character - CHAR - CHAR - - - - java.lang.Short - SMALLINT - SMALLINT - - - - java.lang.Long - BIGINT - BIGINT - - - - java.math.BigDecimal - VARCHAR - VARCHAR(256) - - - - java.lang.String - VARCHAR - VARCHAR(256) - - - - java.lang.Object - LONGVARBINARY - IMAGE - - - - java.lang.Byte - TINYINT - TINYINT - - - - - java.sql.Timestamp - TIMESTAMP - DATETIME - - - - java.sql.Date - DATE - DATETIME - - - - java.sql.Time - TIME - DATETIME - - - - java.util.Date - TIMESTAMP - DATETIME - - - - java.lang.Boolean - BIT - BIT - - - - java.lang.Float - REAL - REAL - - - - java.lang.Double - DOUBLE - FLOAT - - - - - DB2/400 - - CONSTRAINT ?1 PRIMARY KEY (?2) - ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - t - _ - 32 - true - 1 - 0 - - - count - count(?1) - - - - java.lang.Character - CHAR - CHAR(1) - - - java.lang.String - VARCHAR - VARCHAR(256) - - - - java.util.Date - TIMESTAMP - TIMESTAMP - - - java.sql.Time - TIME - TIME - - - java.lang.Float - FLOAT - FLOAT - - - java.lang.Integer - INTEGER - INTEGER - - - java.lang.Double - DOUBLE - DOUBLE - - - java.lang.Long - BIGINT - INTEGER - - - java.lang.Boolean - CHAR - CHAR(5) - - - java.lang.Short - SMALLINT - SMALLINT - - - java.lang.Object - JAVA_OBJECT - VARCHAR(4096) FOR BIT DATA - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - - - SapDB - - - SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE - CONSTRAINT ?1 PRIMARY KEY (?2) - ALTER TABLE ?1 ADD FOREIGN KEY ?2 (?3) REFERENCES ?4 (?5) - t - _ - 32 - true - 1 - 0 - - - count - count(?1) - - - - java.lang.Integer - INTEGER - INTEGER - - - java.lang.Character - CHAR - CHAR - - - java.lang.String - VARCHAR - VARCHAR(256) - - - java.lang.Object - JAVA_OBJECT - LONG BYTE - - - java.lang.Byte - TINYINT - CHAR BYTE - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - java.util.Date - TIMESTAMP - TIMESTAMP - - - java.sql.Time - TIME - TIME - - - java.lang.Boolean - BIT - BOOLEAN - - - java.lang.Float - FLOAT - FLOAT - - - java.lang.Short - SMALLINT - SMALLINT - - - java.lang.Double - DOUBLE - DOUBLE PRECISION - - - java.lang.Long - DECIMAL - DECIMAL(20) - - - - - Cloudscape - - CONSTRAINT ?1 PRIMARY KEY (?2) - ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - t - _ - 32 - true - 1 - 0 - - - count - count(?1) - - - - java.math.BigDecimal - LONGVARCHAR - LONG VARCHAR - - - java.lang.Boolean - BIT - BOOLEAN - - - java.lang.Byte - TINYINT - TINYINT - - - java.lang.Short - SMALLINT - SMALLINT - - - java.lang.Integer - INTEGER - INTEGER - - - java.lang.Long - BIGINT - LONGINT - - - java.lang.Float - REAL - REAL - - - java.lang.Double - DOUBLE - DOUBLE PRECISION - - - java.lang.Character - CHAR - CHAR - - - java.lang.String - LONGVARCHAR - LONG VARCHAR - - - - java.sql.Date - DATE - DATE - - - java.sql.Time - TIME - TIME - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - java.lang.Object - JAVA_OBJECT - LONG VARBINARY - - - - - - InformixDB - select ?1 from ?2 where ?3 order by ?4 for update - PRIMARY KEY (?2) CONSTRAINT ?1 - ALTER TABLE ?1 ADD CONSTRAINT FOREIGN KEY (?3) REFERENCES ?4 (?5) CONSTRAINT ?2 - t - _ - 32 - true - 1 - 0 - - - count - count(?1) - - - - java.lang.Character - CHAR - CHAR(1) - - - - java.lang.String - VARCHAR - VARCHAR(255,0) - - - - java.math.BigDecimal - NUMERIC - DECIMAL - - - - java.lang.Boolean - BIT - SMALLINT - - - - java.lang.Integer - INTEGER - INTEGER - - - - java.lang.Long - BIGINT - NUMERIC(18,0) - - - - java.lang.Float - REAL - FLOAT - - - - java.lang.Double - DOUBLE - DOUBLE PRECISION - - - - java.lang.Byte - TINYINT - SMALLINT - - - - java.lang.Short - SMALLINT - SMALLINT - - - - java.util.Date - TIMESTAMP - DATETIME YEAR TO FRACTION(3) - - - - java.sql.Date - DATE - DATE - - - - java.sql.Time - TIME - TIME - - - - java.sql.Timestamp - TIMESTAMP - DATETIME YEAR TO FRACTION(3) - - - - java.lang.Object - BLOB - BLOB - - - - - Mimer SQL - - CONSTRAINT ?1 PRIMARY KEY (?2) - ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) - t - _ - 32 - true - 1 - 0 - - - java.lang.Boolean - BIT - SMALLINT - - - - java.lang.Byte - TINYINT - SMALLINT - - - - java.lang.Short - SMALLINT - SMALLINT - - - - java.lang.Integer - INTEGER - INTEGER - - - - java.lang.Long - BIGINT - BIGINT - - - - java.lang.Float - REAL - REAL - - - - java.lang.Double - DOUBLE - DOUBLE PRECISION - - - - java.lang.Character - CHAR - CHAR - - - - java.lang.String - VARCHAR - VARCHAR(5000) - - - - java.sql.Date - DATE - DATE - - - - java.sql.Time - TIME - TIME - - - - java.sql.Timestamp - TIMESTAMP - TIMESTAMP - - - - java.lang.Object - JAVA_OBJECT - VARBINARY(5000) - - - - - - - - - - - jboss.jdbc:service=SQLExceptionProcessor - - - - - - SELECT CURRENT_TIMESTAMP - - - - - - - - TEST_SEQUENCE - - - - - %%t_seq - - - - - - - - - - - - - - - - - - - - - - - - - - - - UUIDKeyGeneratorFactory - - - - - - - - - SELECT CURRENT_TIMESTAMP - - - - - - - alias - alter - between - char - column - commit - create - date - default - delete - drop - file - from - grant - group - index - integer - join - number - on - order - primary - public - revoke - rollback - row - select - set - session - size - table - trigger - update - unique - user - varchar - view - - + + + + + + + + + + + + + + + java:/DefaultDS + + + true + false + false + 300000 + false + true + false + foreign-key + + on-load + 1000 + * + + 1000 + false + + + UUIDKeyGeneratorFactory + java.lang.String + VARCHAR + VARCHAR(32) + + + + org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLCompiler + false + + + + + FirstSQL/J + + PRIMARY KEY (?2) + FOREIGN KEY (?3) REFERENCES ?4 (?5) + t + _ + 32 + true + 1 + 0 + + + concat + (?1 || ?2) + + + substring + substring(?1 FROM ?2 FOR ?3) + + + lcase + lower(?1) + + + length + char_length(?1) + + + locate + position(?1 IN ?2) + + + abs + math.abs(?1) + + + sqrt + math.sqrt(CAST(?1 AS DOUBLE)) + + + ucase + upper(?1) + + + count + count(?1) + + + + java.lang.Boolean + TINYINT + TINYINT + + + java.lang.Byte + TINYINT + TINYINT + + + java.lang.Short + SMALLINT + SMALLINT + + + java.lang.Integer + INTEGER + INTEGER + + + java.lang.Long + BIGINT + BIGINT + + + java.lang.Float + REAL + REAL + + + java.lang.Double + DOUBLE + DOUBLE + + + java.lang.Character + CHAR + CHAR + + + java.lang.String + VARCHAR + + VARCHAR(256) + + + java.sql.Date + DATE + DATE + + + java.sql.Time + TIME + TIME + + + java.sql.Timestamp + TIMESTAMP + TIMESTAMP + + + java.util.Date + TIMESTAMP + TIMESTAMP + + + java.math.BigDecimal + DECIMAL + DECIMAL + + + java.lang.Object + + LONGVARBINARY + VARCHAR(2147483500) + + + + + Ingres + SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE + ALTER TABLE ?1 ADD CONSTRAINT ?2 PRIMARY KEY (?3) + ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + t + _ + 32 + true + TRUE + FALSE + + + concat + concat(?1,?2) + + + substring + left(?1,?2) + + + lcase + lower(?1) + + + length + length(?1) + + + locate + locate(?1,?2) + + + abs + abs(?1) + + + sqrt + sqrt(?1) + + + ucase + upper(?1) + + + count + count(?1) + + + + + java.lang.Boolean + INTEGER + INTEGER + + + java.lang.Byte + TINYINT + INT1 + + + java.lang.Short + SMALLINT + SMALLINT + + + java.lang.Integer + INTEGER + INTEGER + + + java.lang.Long + BIGINT + INTEGER4 + + + java.lang.Float + FLOAT + FLOAT4 + + + java.lang.Double + DOUBLE + FLOAT8 + + + java.lang.Character + CHAR + CHAR + + + java.lang.String + VARCHAR + VARCHAR(256) + + + java.util.Date + TIMESTAMP + DATE + + + java.sql.Date + DATE + DATE + + + java.sql.Time + TIME + DATE + + + java.sql.Timestamp + TIMESTAMP + DATE + + + java.math.BigDecimal + DOUBLE + FLOAT8 + + + + java.lang.Object + JAVA_OBJECT + LONG VARCHAR + + + + McKoi + SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE + CONSTRAINT ?1 PRIMARY KEY (?2) + ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + t + _ + 32 + true + TRUE + FALSE + + + count + count(?1) + + + + java.lang.Boolean + BIT + BOOLEAN + + + java.lang.Byte + TINYINT + SMALLINT + + + java.lang.Short + SMALLINT + SMALLINT + + + java.lang.Integer + INTEGER + INTEGER + + + java.lang.Long + BIGINT + BIGINT + + + java.lang.Float + REAL + FLOAT + + + java.lang.Double + DOUBLE + DOUBLE + + + java.lang.Character + CHAR + CHAR + + + java.lang.String + VARCHAR + VARCHAR(64) + + + java.sql.Date + DATE + DATE + + + java.sql.Time + TIME + TIME + + + java.sql.Timestamp + TIMESTAMP + TIMESTAMP + + + java.lang.Object + JAVA_OBJECT + JAVA_OBJECT + + + + + Firebird + SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE + CONSTRAINT ?1 PRIMARY KEY (?2) + ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + t + _ + 31 + true + 1 + 0 + + + count + count(?1) + + + + java.lang.Boolean + BIT + SMALLINT default 0 + + + java.lang.Byte + TINYINT + SMALLINT default 0 + + + java.lang.Short + SMALLINT + SMALLINT default 0 + + + java.lang.Integer + INTEGER + INTEGER default 0 + + + java.lang.Long + BIGINT + NUMERIC(18,0) default 0 + + + java.lang.Float + REAL + FLOAT default 0 + + + java.lang.Double + DOUBLE + DOUBLE PRECISION default 0 + + + java.lang.Character + VARCHAR + CHAR + + + + java.lang.String + VARCHAR + VARCHAR(64) + + + java.sql.Date + DATE + DATE + + + java.sql.Time + TIME + TIME + + + java.sql.Timestamp + TIMESTAMP + TIMESTAMP + + + java.lang.Object + JAVA_OBJECT + BLOB + + + + + InterBase + SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE + CONSTRAINT ?1 PRIMARY KEY (?2) + ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + t + _ + 31 + true + 1 + 0 + + + count + count(?1) + + + + java.lang.Boolean + BIT + SMALLINT default 0 + + + java.lang.Byte + TINYINT + SMALLINT default 0 + + + java.lang.Short + SMALLINT + SMALLINT default 0 + + + java.lang.Integer + INTEGER + INTEGER default 0 + + + java.lang.Long + BIGINT + NUMERIC(18,0) default 0 + + + java.lang.Float + REAL + FLOAT default 0 + + + java.lang.Double + DOUBLE + DOUBLE PRECISION default 0 + + + java.lang.Character + VARCHAR + CHAR + + + java.lang.String + VARCHAR + VARCHAR(64) + + + java.sql.Date + DATE + DATE + + + java.sql.Time + TIME + TIME + + + java.sql.Timestamp + TIMESTAMP + TIMESTAMP + + + java.lang.Object + JAVA_OBJECT + VARCHAR(2000) + + + + + DB2 + + + CONSTRAINT ?1 PRIMARY KEY (?2) + ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + t + _ + 18 + true + 1 + 0 + + + count + count(?1) + + + locate + locate(CAST(?1 as VARCHAR(254)), + CAST(?2 as VaRCHAR(254)),?3) + + + + java.lang.Boolean + BIT + SMALLINT + + + + java.lang.Short + SMALLINT + SMALLINT + + + java.lang.Integer + INTEGER + INTEGER + + + java.lang.Long + BIGINT + BIGINT + + + java.lang.Float + REAL + REAL + + + java.lang.Double + DOUBLE + DOUBLE + + + java.lang.Character + CHAR + CHAR + + + java.lang.String + VARCHAR + VARCHAR(254) + + + java.sql.Date + DATE + DATE + + + java.sql.Time + TIME + TIME + + + java.sql.Timestamp + TIMESTAMP + TIMESTAMP + + + + java.lang.Object + VARBINARY + BLOB(2000) + + + + + Derby + + CONSTRAINT ?1 PRIMARY KEY (?2) + ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + t + _ + 18 + true + 1 + 0 + + + concat + (?1 || ?2) + + + substr + substr(?1, ?2, ?3) + + + lcase + lower(?1) + + + length + length(?1) + + + locate + locate(?2, ?1, ?3) + + + abs + abs(?1) + + + sqrt + sqrt(?1) + + + ucase + upper(?1) + + + count + count(?1) + + + + java.math.BigDecimal + NUMERIC + DECIMAL + + + java.lang.Boolean + BIT + BOOLEAN + + + + java.lang.Short + SMALLINT + SMALLINT + + + java.lang.Integer + INTEGER + INTEGER + + + java.lang.Long + BIGINT + BIGINT + + + java.lang.Float + REAL + REAL + + + java.lang.Double + DOUBLE + DOUBLE PRECISION + + + java.lang.Character + CHAR + CHAR + + + java.lang.String + VARCHAR + VARCHAR(256) + + + java.sql.Date + DATE + DATE + + + java.sql.Time + TIME + TIME + + + java.sql.Timestamp + TIMESTAMP + TIMESTAMP + + + java.lang.Object + BLOB + BLOB + + + + + Oracle9i + + SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE + CONSTRAINT ?1 PRIMARY KEY (?2) + ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + t + _ + 30 + true + 1 + 0 + + + concat + (?1 || ?2) + + + substring + substr(?1, ?2, ?3) + + + lcase + lower(?1) + + + length + length(?1) + + + locate + instr(?2, ?1, ?3) + + + abs + abs(?1) + + + sqrt + sqrt(?1) + + + ucase + upper(?1) + + + count + count(?1) + + + + java.lang.Boolean + BIT + NUMBER(1) + + + java.lang.Byte + SMALLINT + NUMBER(3) + + + java.lang.Short + NUMERIC + + NUMBER(5) + + + java.lang.Integer + INTEGER + NUMBER(10) + + + java.lang.Long + BIGINT + NUMBER(19) + + + java.lang.Float + REAL + NUMBER(38,7) + + + java.math.BigDecimal + DECIMAL + NUMBER(38,15) + + + java.lang.Double + DOUBLE + NUMBER(38,15) + + + java.lang.Character + VARCHAR + CHAR + + + java.lang.String + VARCHAR + VARCHAR2(255) + + + java.util.Date + TIMESTAMP + TIMESTAMP(3) + + + java.sql.Date + DATE + DATE + + + java.sql.Time + TIME + DATE + + + java.sql.Timestamp + TIMESTAMP + TIMESTAMP(9) + + + java.lang.Object + BLOB + BLOB + + + + + + Oracle8 + SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE + CONSTRAINT ?1 PRIMARY KEY (?2) + ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + t + _ + 30 + true + 1 + 0 + + + concat + (?1 || ?2) + + + substring + substr(?1, ?2, ?3) + + + lcase + lower(?1) + + + length + length(?1) + + + locate + instr(?2, ?1, ?3) + + + abs + abs(?1) + + + sqrt + sqrt(?1) + + + ucase + upper(?1) + + + count + count(?1) + + + + java.lang.Boolean + BIT + NUMBER(1) + + + java.lang.Byte + NUMERIC + NUMBER(3) + + + java.lang.Short + NUMERIC + NUMBER(5) + + + java.lang.Integer + INTEGER + NUMBER(10) + + + java.lang.Long + BIGINT + NUMBER(19) + + + java.lang.Float + REAL + NUMBER(38,7) + + + java.math.BigDecimal + DECIMAL + NUMBER(38,15) + + + java.lang.Double + DOUBLE + NUMBER(38,15) + + + java.lang.Character + VARCHAR + CHAR + + + java.lang.String + VARCHAR + VARCHAR2(255) + + + + java.util.Date + TIMESTAMP + DATE + + + java.sql.Date + DATE + DATE + + + java.sql.Time + TIME + DATE + + + + java.sql.Timestamp + TIMESTAMP + DATE + + + java.lang.Object + BLOB + BLOB + + + + + + Oracle7 + SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE + CONSTRAINT ?1 PRIMARY KEY (?2) + ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + t + _ + 30 + true + 1 + 0 + + + concat + (?1 || ?2) + + + substring + substr(?1, ?2, ?3) + + + lcase + lower(?1) + + + length + length(?1) + + + locate + instr(?2, ?1, ?3) + + + abs + abs(?1) + + + sqrt + sqrt(?1) + + + ucase + upper(?1) + + + count + count(?1) + + + + java.lang.Boolean + BIT + NUMBER(1) + + + java.lang.Byte + NUMERIC + NUMBER(3) + + + java.lang.Short + NUMERIC + NUMBER(5) + + + java.lang.Integer + INTEGER + NUMBER(10) + + + java.lang.Long + BIGINT + NUMBER(19) + + + java.lang.Float + REAL + NUMBER(38,7) + + + java.lang.Double + DOUBLE + NUMBER(38,15) + + + java.lang.Character + VARCHAR + CHAR + + + java.lang.String + VARCHAR + VARCHAR2(255) + + + + java.util.Date + TIMESTAMP + DATE + + + java.sql.Date + DATE + DATE + + + java.sql.Time + TIME + DATE + + + + java.sql.Timestamp + TIMESTAMP + DATE + + + java.lang.Object + LONGVARBINARY + LONG RAW + + + + + + Sybase + + CONSTRAINT ?1 PRIMARY KEY (?2) + ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + t + _ + 30 + true + 1 + 0 + + + count + count(?1) + + + length + char_length(?1) + + + + java.lang.Boolean + BIT + BIT + + + + java.lang.Integer + INTEGER + INTEGER + + + java.lang.Long + NUMERIC + NUMERIC(38,0) + + + java.lang.Float + REAL + REAL + + + java.lang.Double + DOUBLE + DOUBLE PRECISION + + + java.lang.Character + CHAR + CHAR + + + java.lang.String + VARCHAR + VARCHAR(255) + + + java.util.Date + TIMESTAMP + DATETIME + + + java.sql.Date + DATE + DATETIME + + + java.sql.Time + TIME + SMALLDATETIME + + + java.sql.Timestamp + TIMESTAMP + DATETIME + + + java.lang.Object + JAVA_OBJECT + IMAGE + + + + + PostgreSQL + SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE + CONSTRAINT ?1 PRIMARY KEY (?2) + ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + ?1 + t + _ + 32 + true + TRUE + FALSE + + + concat + (?1 || ?2) + + + substring + substring(?1 FROM ?2 FOR ?3) + + + lcase + lower(?1) + + + length + length(?1) + + + locate + (CASE position(?1 in substring(?2 from ?3)) WHEN 0 THEN 0 ELSE position(?1 in substring(?2 from ?3)) + ?3 - 1 END) + + + abs + abs(?1) + + + sqrt + sqrt(CAST(?1 AS double precision)) + + + ucase + upper(?1) + + + count + count(?1) + + + + java.lang.Boolean + CHAR + BOOLEAN + + + java.lang.Byte + TINYINT + INT2 + + + java.lang.Short + SMALLINT + INT2 + + + java.lang.Integer + INTEGER + INT4 + + + java.lang.Long + BIGINT + INT8 + + + java.lang.Float + FLOAT + FLOAT(7) + + + java.lang.Double + DOUBLE + FLOAT8 + + + java.lang.Character + CHAR + CHAR(1) + + + java.lang.String + VARCHAR + TEXT + + + java.util.Date + TIMESTAMP + TIMESTAMP with time zone + + + java.sql.Date + DATE + DATE + + + java.sql.Time + TIME + TIME + + + java.sql.Timestamp + TIMESTAMP + TIMESTAMP with time zone + + + java.math.BigDecimal + NUMERIC + NUMERIC + + + java.lang.Object + VARBINARY + BYTEA + + + + + PostgreSQL 8.0 + + SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE + CONSTRAINT ?1 PRIMARY KEY (?2) + ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + ?1 + t + _ + 32 + true + TRUE + FALSE + + + concat + (?1 || ?2) + + + substring + substring(?1 FROM ?2 FOR ?3) + + + lcase + lower(?1) + + + length + length(?1) + + + locate + (CASE position(?1 in substring(?2 from ?3)) WHEN 0 THEN 0 ELSE position(?1 in substring(?2 from ?3)) + ?3 - 1 END) + + + abs + abs(?1) + + + sqrt + sqrt(CAST(?1 AS double precision)) + + + ucase + upper(?1) + + + count + count(?1) + + + + java.lang.Boolean + BOOLEAN + BOOLEAN + + + java.lang.Byte + TINYINT + INT2 + + + java.lang.Short + SMALLINT + INT2 + + + java.lang.Integer + INTEGER + INT4 + + + java.lang.Long + BIGINT + INT8 + + + java.lang.Float + FLOAT + FLOAT(7) + + + java.lang.Double + DOUBLE + FLOAT8 + + + java.lang.Character + CHAR + CHAR(1) + + + java.lang.String + VARCHAR + TEXT + + + java.util.Date + TIMESTAMP + TIMESTAMP + + + java.sql.Date + DATE + DATE + + + java.sql.Time + TIME + TIME + + + java.sql.Timestamp + TIMESTAMP + TIMESTAMP + + + java.math.BigDecimal + NUMERIC + NUMERIC + + + java.lang.Object + VARBINARY + BYTEA + + + + + PostgreSQL 7.2 + SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE + CONSTRAINT ?1 PRIMARY KEY (?2) + ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + ?1 + t + _ + 32 + true + TRUE + FALSE + + + concat + (?1 || ?2) + + + substring + substring(?1 FROM ?2 FOR ?3) + + + lcase + lower(?1) + + + length + length(?1) + + + locate + (CASE position(?1 in substring(?2 from ?3)) WHEN 0 THEN 0 ELSE position(?1 in substring(?2 from ?3)) + ?3 - 1 END) + + + abs + abs(?1) + + + sqrt + sqrt(CAST(?1 AS double precision)) + + + ucase + upper(?1) + + + count + count(?1) + + + + java.lang.Boolean + CHAR + BOOLEAN + + + java.lang.Byte + TINYINT + INT2 + + + java.lang.Short + SMALLINT + INT2 + + + java.lang.Integer + INTEGER + INT4 + + + java.lang.Long + BIGINT + INT8 + + + java.lang.Float + FLOAT + FLOAT(7) + + + java.lang.Double + DOUBLE + FLOAT8 + + + java.lang.Character + CHAR + CHAR(1) + + + java.lang.String + VARCHAR + TEXT + + + java.util.Date + TIMESTAMP + TIMESTAMP + + + java.sql.Date + DATE + DATE + + + java.sql.Time + TIME + TIME + + + java.sql.Timestamp + TIMESTAMP + TIMESTAMP + + + java.math.BigDecimal + NUMERIC + NUMERIC + + + java.lang.Object + VARBINARY + BYTEA + + + + + Hypersonic SQL + + CONSTRAINT ?1 PRIMARY KEY (?2) + ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + ?1 IDENTITY + ALTER TABLE ?1 ADD COLUMN ?2 ?3 + ALTER TABLE ?1 DROP COLUMN ?2 + t + _ + 32 + true + (1=1) + (1=0) + + + concat + (?1 || ?2) + + + substring + SUBSTRING(?1, ?2, ?3) + + + lcase + lcase(?1) + + + length + LENGTH(?1) + + + locate + LOCATE(?1, ?2, ?3) + + + abs + ABS(?1) + + + sqrt + SQRT(?1) + + + ucase + ucase(?1) + + + count + count(?1) + + + + java.lang.Byte + SMALLINT + SMALLINT + + + java.util.Date + TIMESTAMP + TIMESTAMP + + + java.lang.Boolean + BIT + BIT + + + java.lang.Integer + INTEGER + INTEGER + + + java.lang.Object + + VARBINARY + VARBINARY + + + java.lang.Short + SMALLINT + SMALLINT + + + java.lang.Character + CHAR + CHAR + + + java.lang.String + VARCHAR + VARCHAR(256) + + + java.sql.Date + DATE + DATE + + + java.sql.Time + TIME + TIME + + + java.sql.Timestamp + TIMESTAMP + TIMESTAMP + + + java.lang.Float + REAL + REAL + + + java.lang.Long + BIGINT + BIGINT + + + java.lang.Double + DOUBLE + DOUBLE + + + java.math.BigDecimal + DECIMAL + DECIMAL + + + + + PointBase + SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE + CONSTRAINT ?1 PRIMARY KEY (?2) + ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + t + _ + 32 + true + TRUE + FALSE + + + lcase + lower(?1) + + + ucase + upper(?1) + + + count + count(?1) + + + locate + position(?1 IN ?2) + + + + java.lang.Character + CHAR + CHAR + + + java.lang.Short + SMALLINT + SMALLINT + + + java.lang.Long + BIGINT + INTEGER + + + java.lang.Double + DOUBLE + FLOAT + + + java.lang.Float + FLOAT + FLOAT + + + java.lang.Boolean + BIT + BOOLEAN + + + java.lang.String + VARCHAR + VARCHAR(256) + + + java.lang.Byte + SMALLINT + SMALLINT + + + java.lang.Object + BLOB + BLOB + + + java.lang.Integer + INTEGER + INTEGER + + + java.util.Date + DATE + DATE + + + java.sql.Timestamp + TIMESTAMP + TIMESTAMP + + + + + SOLID + + PRIMARY KEY (?2) + ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + t + _ + 32 + true + 1 + 0 + + + count + count(?1) + + + + java.lang.Character + CHAR + CHAR + + + java.lang.Byte + TINYINT + TINYINT + + + java.lang.Short + INTEGER + INTEGER + + + java.lang.Double + DOUBLE + DOUBLE + + + java.lang.Object + BLOB + BLOB + + + java.lang.String + VARCHAR + VARCHAR(256) + + + java.lang.Integer + INTEGER + INTEGER + + + java.sql.Timestamp + TIMESTAMP + TIMESTAMP + + + java.lang.Boolean + BIT + BIT + + + java.lang.Float + FLOAT + FLOAT + + + java.lang.Long + BIGINT + BIGINT + + + java.util.Date + TIMESTAMP + TIMESTAMP + + + + + mySQL + SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE + CONSTRAINT ?1 PRIMARY KEY (?2) + + ALTER TABLE ?1 ADD INDEX (?3), ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + ?1 auto_increment + ALTER TABLE ?1 MODIFY ?2 ?3 + t + _ + 32 + false + 1 + 0 + + + concat + concat(?1, ?2) + + + substring + substring(?1 FROM ?2 FOR ?3) + + + lcase + lower(?1) + + + length + length(?1) + + + locate + locate(?1, ?2, ?3) + + + abs + abs(?1) + + + sqrt + sqrt(?1) + + + ucase + upper(?1) + + + count + count(?1) + + + + java.lang.Float + FLOAT + FLOAT + + + java.lang.Double + DOUBLE + DOUBLE + + + java.lang.Boolean + TINYINT + TINYINT + + + java.math.BigDecimal + DOUBLE + DOUBLE + + + java.lang.Object + BLOB + LONGBLOB + + + + java.lang.Integer + INTEGER + INTEGER + + + java.lang.Short + SMALLINT + SMALLINT + + + java.sql.Timestamp + TIMESTAMP + TIMESTAMP + + + + java.lang.Byte + TINYINT + TINYINT + + + java.lang.Character + CHAR + CHAR + + + java.lang.Long + BIGINT + BIGINT + + + java.lang.String + VARCHAR + VARCHAR(250) BINARY + + + java.util.Date + TIMESTAMP + DATETIME + + + + java.sql.Date + DATE + DATETIME + + + java.sql.Time + TIME + TIME + + + + + MS SQLSERVER + SELECT ?1 FROM ?2 with (updlock) WHERE ?3 ORDER BY ?4 + CONSTRAINT ?1 PRIMARY KEY (?2) + ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + ?1 IDENTITY + ALTER TABLE ?1 ALTER COLUMN ?2 ?3 + t + _ + 32 + true + 1 + 0 + + + concat + (?1 + ?2) + + + substring + substring(?1, ?2, ?3) + + + lcase + lower(?1) + + + length + len(?1) + + + locate + charindex(?1, ?2, ?3) + + + abs + abs(?1) + + + sqrt + sqrt(?1) + + + ucase + upper(?1) + + + count + count(?1) + + + + java.lang.Integer + INTEGER + INTEGER + + + java.lang.Character + CHAR + CHAR + + + java.lang.Short + SMALLINT + SMALLINT + + + java.lang.Double + DOUBLE + DOUBLE + + + java.lang.Long + DECIMAL + DECIMAL(20) + + + java.math.BigDecimal + VARCHAR + VARCHAR(256) + + + java.lang.String + VARCHAR + VARCHAR(256) + + + java.lang.Object + JAVA_OBJECT + IMAGE + + + java.lang.Byte + TINYINT + TINYINT + + + + java.sql.Timestamp + TIMESTAMP + DATETIME + + + java.sql.Date + DATE + DATETIME + + + java.sql.Time + TIME + DATETIME + + + java.util.Date + TIMESTAMP + DATETIME + + + java.lang.Boolean + BIT + BIT + + + java.lang.Float + FLOAT + FLOAT + + + + + MS SQLSERVER2000 + + SELECT ?1 FROM ?2 with (xlock) WHERE ?3 ORDER BY ?4 + CONSTRAINT ?1 PRIMARY KEY (?2) + ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + ?1 IDENTITY + t + _ + 32 + true + 1 + 0 + + + concat + (?1 + ?2) + + + substring + substring(?1, ?2, ?3) + + + lcase + lower(?1) + + + length + len(?1) + + + locate + charindex(?1, ?2, ?3) + + + abs + abs(?1) + + + sqrt + sqrt(?1) + + + ucase + upper(?1) + + + count + count(?1) + + + mod + (?1 % ?2) + + + + java.lang.Integer + INTEGER + INTEGER + + + + java.lang.Character + CHAR + CHAR + + + + java.lang.Short + SMALLINT + SMALLINT + + + + java.lang.Long + BIGINT + BIGINT + + + + java.math.BigDecimal + VARCHAR + VARCHAR(256) + + + + java.lang.String + VARCHAR + VARCHAR(256) + + + + java.lang.Object + LONGVARBINARY + IMAGE + + + + java.lang.Byte + TINYINT + TINYINT + + + + + java.sql.Timestamp + TIMESTAMP + DATETIME + + + + java.sql.Date + DATE + DATETIME + + + + java.sql.Time + TIME + DATETIME + + + + java.util.Date + TIMESTAMP + DATETIME + + + + java.lang.Boolean + BIT + BIT + + + + java.lang.Float + REAL + REAL + + + + java.lang.Double + DOUBLE + FLOAT + + + + + DB2/400 + + CONSTRAINT ?1 PRIMARY KEY (?2) + ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + t + _ + 18 + true + 1 + 0 + + + count + count(?1) + + + + java.lang.Character + CHAR + CHAR(1) + + + java.lang.String + VARCHAR + VARCHAR(256) + + + + java.util.Date + TIMESTAMP + TIMESTAMP + + + java.sql.Time + TIME + TIME + + + java.lang.Float + FLOAT + FLOAT + + + java.lang.Integer + INTEGER + INTEGER + + + java.lang.Double + DOUBLE + DOUBLE + + + java.lang.Long + BIGINT + INTEGER + + + java.lang.Boolean + CHAR + CHAR(5) + + + java.lang.Short + SMALLINT + SMALLINT + + + java.lang.Object + JAVA_OBJECT + VARCHAR(4096) FOR BIT DATA + + + java.sql.Timestamp + TIMESTAMP + TIMESTAMP + + + + + SapDB + + + SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE + CONSTRAINT ?1 PRIMARY KEY (?2) + ALTER TABLE ?1 ADD FOREIGN KEY ?2 (?3) REFERENCES ?4 (?5) + t + _ + 32 + true + 1 + 0 + + + count + count(?1) + + + + java.lang.Integer + INTEGER + INTEGER + + + java.lang.Character + CHAR + CHAR + + + java.lang.String + VARCHAR + VARCHAR(256) + + + java.lang.Object + JAVA_OBJECT + LONG BYTE + + + java.lang.Byte + TINYINT + CHAR BYTE + + + java.sql.Timestamp + TIMESTAMP + TIMESTAMP + + + java.util.Date + TIMESTAMP + TIMESTAMP + + + java.sql.Time + TIME + TIME + + + java.lang.Boolean + BIT + BOOLEAN + + + java.lang.Float + FLOAT + FLOAT + + + java.lang.Short + SMALLINT + SMALLINT + + + java.lang.Double + DOUBLE + DOUBLE PRECISION + + + java.lang.Long + DECIMAL + DECIMAL(20) + + + + + MaxDB + SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE + CONSTRAINT ?1 PRIMARY KEY (?2) + ALTER TABLE ?1 ADD FOREIGN KEY ?2 (?3) REFERENCES ?4 (?5) + ?1 + t + _ + 32 + true + true + false + + + count + count(?1) + + + + java.lang.Integer + INTEGER + INTEGER + + + java.lang.Character + CHAR + CHAR + + + java.lang.String + VARCHAR + VARCHAR(256) + + + java.lang.Object + JAVA_OBJECT + LONG BYTE + + + java.lang.Byte + TINYINT + CHAR BYTE + + + java.sql.Timestamp + TIMESTAMP + TIMESTAMP + + + java.util.Date + TIMESTAMP + TIMESTAMP + + + java.sql.Time + TIME + TIME + + + java.lang.Boolean + BOOLEAN + BOOLEAN + + + java.lang.Float + FLOAT + FLOAT + + + java.lang.Short + SMALLINT + SMALLINT + + + java.lang.Double + DOUBLE + DOUBLE PRECISION + + + java.lang.Long + DECIMAL + DECIMAL(20) + + + + + Cloudscape + + CONSTRAINT ?1 PRIMARY KEY (?2) + ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + t + _ + 32 + true + 1 + 0 + + + count + count(?1) + + + + java.math.BigDecimal + LONGVARCHAR + LONG VARCHAR + + + java.lang.Boolean + BIT + BOOLEAN + + + java.lang.Byte + TINYINT + TINYINT + + + java.lang.Short + SMALLINT + SMALLINT + + + java.lang.Integer + INTEGER + INTEGER + + + java.lang.Long + BIGINT + LONGINT + + + java.lang.Float + REAL + REAL + + + java.lang.Double + DOUBLE + DOUBLE PRECISION + + + java.lang.Character + CHAR + CHAR + + + java.lang.String + LONGVARCHAR + LONG VARCHAR + + + + java.sql.Date + DATE + DATE + + + java.sql.Time + TIME + TIME + + + java.sql.Timestamp + TIMESTAMP + TIMESTAMP + + + java.lang.Object + JAVA_OBJECT + LONG VARBINARY + + + + + + InformixDB + select ?1 from ?2 where ?3 order by ?4 for update + PRIMARY KEY (?2) CONSTRAINT ?1 + ALTER TABLE ?1 ADD CONSTRAINT FOREIGN KEY (?3) REFERENCES ?4 (?5) CONSTRAINT ?2 + t + _ + 32 + true + 1 + 0 + + + count + count(?1) + + + + java.lang.Character + CHAR + CHAR(1) + + + + java.lang.String + VARCHAR + VARCHAR(255,0) + + + + java.math.BigDecimal + NUMERIC + DECIMAL + + + + java.lang.Boolean + BIT + SMALLINT + + + + java.lang.Integer + INTEGER + INTEGER + + + + java.lang.Long + BIGINT + NUMERIC(18,0) + + + + java.lang.Float + REAL + FLOAT + + + + java.lang.Double + DOUBLE + DOUBLE PRECISION + + + + java.lang.Byte + TINYINT + SMALLINT + + + + java.lang.Short + SMALLINT + SMALLINT + + + + java.util.Date + TIMESTAMP + DATETIME YEAR TO FRACTION(3) + + + + java.sql.Date + DATE + DATE + + + + java.sql.Time + TIME + TIME + + + + java.sql.Timestamp + TIMESTAMP + DATETIME YEAR TO FRACTION(3) + + + + java.lang.Object + BLOB + BLOB + + + + + Mimer SQL + + CONSTRAINT ?1 PRIMARY KEY (?2) + ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) + t + _ + 32 + true + 1 + 0 + + + java.lang.Boolean + BIT + SMALLINT + + + + java.lang.Byte + TINYINT + SMALLINT + + + + java.lang.Short + SMALLINT + SMALLINT + + + + java.lang.Integer + INTEGER + INTEGER + + + + java.lang.Long + BIGINT + BIGINT + + + + java.lang.Float + REAL + REAL + + + + java.lang.Double + DOUBLE + DOUBLE PRECISION + + + + java.lang.Character + CHAR + CHAR + + + + java.lang.String + VARCHAR + VARCHAR(5000) + + + + java.sql.Date + DATE + DATE + + + + java.sql.Time + TIME + TIME + + + + java.sql.Timestamp + TIMESTAMP + TIMESTAMP + + + + java.lang.Object + JAVA_OBJECT + VARBINARY(5000) + + + + + + + + + + + jboss.jdbc:service=SQLExceptionProcessor + + + + + + SELECT CURRENT_TIMESTAMP + + + + + + + + TEST_SEQUENCE + + + + + %%t_seq + + + + + + + + + + + + + + + + + + + + + + + + + + + + UUIDKeyGeneratorFactory + + + + + + + + + SELECT CURRENT_TIMESTAMP + + + + + + + + + + + + + + + + + alias + alter + between + char + column + commit + create + date + default + delete + drop + file + from + grant + group + index + integer + join + number + on + order + primary + public + revoke + rollback + row + select + set + session + size + table + trigger + update + unique + user + varchar + view + + diff --git a/jboss/server/adempiere/conf/xmdesc/AttributePersistenceService-xmbean.xml b/jboss/server/adempiere/conf/xmdesc/AttributePersistenceService-xmbean.xml index 5e5ba5935e..a60da5e074 100644 --- a/jboss/server/adempiere/conf/xmdesc/AttributePersistenceService-xmbean.xml +++ b/jboss/server/adempiere/conf/xmdesc/AttributePersistenceService-xmbean.xml @@ -1,107 +1,107 @@ - - - - - - - - XMBean Attribute Persistence Service - - - - - org.jboss.system.pm.AttributePersistenceService - - - - Specifies whether to call destroy() on the AttributePersistenceManager implementation, upon service stop - ApmDestroyOnServiceStop - boolean - - - - - - - The actual AttributePersistenceManager implementation - AttributePersistenceManagerClass - java.lang.String - - - - - - - The XML configuration that is passed to the AttributePersistenceManager implementation - AttributePersistenceManagerConfig - org.w3c.dom.Element - - - - - - - The version tag to use for stored/loaded Attribute data - VersionTag - java.lang.String - - - - - - &defaultAttributes; - - - - Factory method returning the active AttributePersistenceManager implementation, for internal usage - apmCreate - org.jboss.mx.persistence.AttributePersistenceManager - - - - Delegated to the active APM returns true when a persisted image with this id exists - apmExists - - The id of the persisted attribute image - id - java.lang.String - - boolean - - - - Delegated to the active APM removes the specified persisted attribute image - apmRemove - - The id of the persisted attribute image - id - java.lang.String - - void - - - - Delegated to the active APM removes the persisted attribute images - apmRemoveAll - void - - - - Delegated to the active APM it returns a list with the ids of all persisted attribute images - apmListAll - [Ljava.lang.String; - - - - Delegated to the active APM it returns a single string with the ids of all persisted attribute images - apmListAllAsString - java.lang.String - - - &defaultOperations; - + + + + + + + + XMBean Attribute Persistence Service + + + + + org.jboss.system.pm.AttributePersistenceService + + + + Specifies whether to call destroy() on the AttributePersistenceManager implementation, upon service stop + ApmDestroyOnServiceStop + boolean + + + + + + + The actual AttributePersistenceManager implementation + AttributePersistenceManagerClass + java.lang.String + + + + + + + The XML configuration that is passed to the AttributePersistenceManager implementation + AttributePersistenceManagerConfig + org.w3c.dom.Element + + + + + + + The version tag to use for stored/loaded Attribute data + VersionTag + java.lang.String + + + + + + &defaultAttributes; + + + + Factory method returning the active AttributePersistenceManager implementation, for internal usage + apmCreate + org.jboss.mx.persistence.AttributePersistenceManager + + + + Delegated to the active APM returns true when a persisted image with this id exists + apmExists + + The id of the persisted attribute image + id + java.lang.String + + boolean + + + + Delegated to the active APM removes the specified persisted attribute image + apmRemove + + The id of the persisted attribute image + id + java.lang.String + + void + + + + Delegated to the active APM removes the persisted attribute images + apmRemoveAll + void + + + + Delegated to the active APM it returns a list with the ids of all persisted attribute images + apmListAll + [Ljava.lang.String; + + + + Delegated to the active APM it returns a single string with the ids of all persisted attribute images + apmListAllAsString + java.lang.String + + + &defaultOperations; + \ No newline at end of file diff --git a/jboss/server/adempiere/conf/xmdesc/ClientUserTransaction-xmbean.xml b/jboss/server/adempiere/conf/xmdesc/ClientUserTransaction-xmbean.xml index 881abd88df..dc4598400f 100644 --- a/jboss/server/adempiere/conf/xmdesc/ClientUserTransaction-xmbean.xml +++ b/jboss/server/adempiere/conf/xmdesc/ClientUserTransaction-xmbean.xml @@ -1,28 +1,28 @@ - - - - - ClientUserTransaction Service. - org.jboss.tm.usertx.server.ClientUserTransactionService - &defaultAttributes; - - Set the name of the proxy factory service used for the UserTransactionSession - TxProxyName - javax.management.ObjectName - - - - Expose UserTransactionSession and UserTransactionSessionFactory interfaces via JMX to invokers. - invoke - - A pointer to the invocation object - invocation - org.jboss.invocation.Invocation - - java.lang.Object - - - &defaultOperations; + + + + + ClientUserTransaction Service. + org.jboss.tm.usertx.server.ClientUserTransactionService + &defaultAttributes; + + Set the name of the proxy factory service used for the UserTransactionSession + TxProxyName + javax.management.ObjectName + + + + Expose UserTransactionSession and UserTransactionSessionFactory interfaces via JMX to invokers. + invoke + + A pointer to the invocation object + invocation + org.jboss.invocation.Invocation + + java.lang.Object + + + &defaultOperations; \ No newline at end of file diff --git a/jboss/server/adempiere/conf/xmdesc/JNDIView-xmbean.xml b/jboss/server/adempiere/conf/xmdesc/JNDIView-xmbean.xml index 26d03d0219..4855e6fbfa 100644 --- a/jboss/server/adempiere/conf/xmdesc/JNDIView-xmbean.xml +++ b/jboss/server/adempiere/conf/xmdesc/JNDIView-xmbean.xml @@ -1,28 +1,35 @@ - - - - - JNDIView Service. List deployed application java:comp namespaces, - the java: namespace as well as the global InitialContext JNDI namespace. - - org.jboss.naming.JNDIView - &defaultAttributes; - - Output JNDI info as text - list - - If true, list the class of each object in addition to its name - verbose - boolean - - java.lang.String - - - Output JNDI info in XML format - listXML - java.lang.String - - &defaultOperations; + + + + + JNDIView Service. List deployed application java:comp namespaces, + the java: namespace as well as the global InitialContext JNDI namespace. + + org.jboss.naming.JNDIView + &defaultAttributes; + + The HANamingService service name + HANamingService + java.lang.String + + + Output JNDI info as text + list + + If true, list the class of each object in addition to its name + verbose + boolean + + java.lang.String + + + Output JNDI info in XML format + listXML + java.lang.String + + &defaultOperations; \ No newline at end of file diff --git a/jboss/server/adempiere/conf/xmdesc/Log4jService-xmbean.xml b/jboss/server/adempiere/conf/xmdesc/Log4jService-xmbean.xml index a81ded2810..b030d9278b 100644 --- a/jboss/server/adempiere/conf/xmdesc/Log4jService-xmbean.xml +++ b/jboss/server/adempiere/conf/xmdesc/Log4jService-xmbean.xml @@ -1,110 +1,110 @@ - - -]> - - - - This MBean allows to get and set Log4j specific options. -See also resource:log4j.xml - - org.jboss.logging.Log4jService - - The default constructor - Log4jService - - - &defaultAttributes; - - - The URL of the log4j.xml config file. - ConfigurationURL - java.net.URL - - - Should data writen to standard error be caught and integrated into the log output. - CatchSystemErr - boolean - - - Should data writen to standard output be caught and integrated into the log output. - CatchSystemOut - boolean - - - Sets the log4j quite mode. For log4j 1.2.8 this must stay on true. - Log4jQuietMode - boolean - - - The time in seconds between checking for new config. - RefreshPeriod - int - - - - Displays the log level of a given logger. - getLoggerLevel - - The name of the logger to display. - logger - java.lang.String - - java.lang.String - - - Sets the log level for a given logger. - setLoggerLevel - - The name of the logger to set. - logger - java.lang.String - - - The log level to set. - level - java.lang.String - - void - - - Sets the levels of each logger specified by the given comma - seperated list of logger names. - setLoggerLevels - - The list of loggers - loggers - java.lang.String - - - The log level to set - level - java.lang.String - - void - - - Force the logging system to reconfigure. - reconfigure - void - - - Force the logging system to reconfigure with the given URL. - reconfigure - - The url for the new configuration. - url - java.lang.String - - void - - - - &defaultOperations; - + + +]> + + + + This MBean allows to get and set Log4j specific options. +See also resource:log4j.xml + + org.jboss.logging.Log4jService + + The default constructor + Log4jService + + + &defaultAttributes; + + + The URL of the log4j.xml config file. + ConfigurationURL + java.net.URL + + + Should data writen to standard error be caught and integrated into the log output. + CatchSystemErr + boolean + + + Should data writen to standard output be caught and integrated into the log output. + CatchSystemOut + boolean + + + Sets the log4j quite mode. For log4j 1.2.8 this must stay on true. + Log4jQuietMode + boolean + + + The time in seconds between checking for new config. + RefreshPeriod + int + + + + Displays the log level of a given logger. + getLoggerLevel + + The name of the logger to display. + logger + java.lang.String + + java.lang.String + + + Sets the log level for a given logger. + setLoggerLevel + + The name of the logger to set. + logger + java.lang.String + + + The log level to set. + level + java.lang.String + + void + + + Sets the levels of each logger specified by the given comma + seperated list of logger names. + setLoggerLevels + + The list of loggers + loggers + java.lang.String + + + The log level to set + level + java.lang.String + + void + + + Force the logging system to reconfigure. + reconfigure + void + + + Force the logging system to reconfigure with the given URL. + reconfigure + + The url for the new configuration. + url + java.lang.String + + void + + + + &defaultOperations; + \ No newline at end of file diff --git a/jboss/server/adempiere/conf/xmdesc/NamingBean-xmbean.xml b/jboss/server/adempiere/conf/xmdesc/NamingBean-xmbean.xml new file mode 100644 index 0000000000..dc5d3eece9 --- /dev/null +++ b/jboss/server/adempiere/conf/xmdesc/NamingBean-xmbean.xml @@ -0,0 +1,37 @@ + + + + + + The JNDI pojo bean + + org.jnp.server.NamingBeanImpl + + + The default constructor + NamingBeanImpl + + + + The NamingInstance + NamingInstance + org.jnp.interfaces.Naming + + + + + The start lifecycle op + start + void + + + The stop lifecycle op + stop + void + + + diff --git a/jboss/server/adempiere/conf/xmdesc/NamingService-xmbean.xml b/jboss/server/adempiere/conf/xmdesc/NamingService-xmbean.xml index 0650ed7142..22562de752 100644 --- a/jboss/server/adempiere/conf/xmdesc/NamingService-xmbean.xml +++ b/jboss/server/adempiere/conf/xmdesc/NamingService-xmbean.xml @@ -1,129 +1,196 @@ - - -]> - - - - The standard JBoss JNDI naming server with a custom - ProxyFactoryInterceptor interceptor that does replacement of NamingContext - objects with the detached invoker proxy. - - - - - - - - - - - - org.jboss.naming.NamingService - - - The default constructor - NamingService - - - &defaultAttributes; - - - MethodMap - java.util.Map - - - The call by value mode. true if all lookups are unmarshalled using - the caller's TCL, false if in VM lookups return the value by reference. - CallByValue - boolean - - - The bind address of the bootstrap lookup socket. - BindAddress - java.lang.String - - - The listening port for the bootstrap JNP service. Set this to -1 - to run the NamingService without the JNP invoker listening port. - Port - int - - - The bootstrap socket backlog count. - Backlog - int - - - The bootstrap socket javax.net.ServerSocketFactory - JNPServerSocketFactory - java.lang.String - - - - The port of the RMI naming service, 0 == anonymous. This - is only used if an explicit InvokerProxyFactory has not been set. - RmiPort - int - - - The RMI service bind address. Empty == all addresses - RmiBindAddress - java.lang.String - - - The RMI service java.rmi.server.RMIClientSocketFactory - ClientSocketFactory - java.lang.String - - - The RMI service java.rmi.server.RMIServerSocketFactory - ServerSocketFactory - java.lang.String - - - - InstallGlobalService - boolean - - - The thread pool service used to control the bootstrap lookups - LookupPool - org.jboss.util.threadpool.BasicThreadPoolMBean - - - The detached invoker proxy factory to use for the naming - service transport. - InvokerProxyFactory - org.jboss.invocation.jrmp.server.JRMPProxyFactoryMBean - - - - - The generic invocation operation used by detached invokers - to route requests to the service - - invoke - - The Naming interface method invocation encapsulation - - invocation - org.jboss.invocation.Invocation - - java.lang.Object - - - &defaultOperations; - - + + +]> + + + + The standard JBoss JNDI naming server with a custom + ProxyFactoryInterceptor interceptor that does replacement of NamingContext + objects with the detached invoker proxy. + + + + + + + + + + + + org.jboss.naming.NamingService + + + The default constructor + NamingService + + + &defaultAttributes; + + + MethodMap + java.util.Map + + + Underlying Naming bean instance + Naming + org.jnp.server.NamingBean + + + Underlying Naming bean instance + NamingInstance + org.jnp.interfaces.Naming + + + The call by value mode. true if all lookups are unmarshalled using + the caller's TCL, false if in VM lookups return the value by reference. + CallByValue + boolean + + + The bind address of the bootstrap lookup socket. + BindAddress + java.lang.String + + + The listening port for the bootstrap JNP service. Set this to -1 + to run the NamingService without the JNP invoker listening port. + Port + int + + + The bootstrap socket backlog count. + Backlog + int + + + The bootstrap socket javax.net.ServerSocketFactory class name + JNPServerSocketFactory + java.lang.String + + + The bootstrap socket javax.net.ServerSocketFactory + JNPServerSocketFactoryBean + javax.net.ServerSocketFactory + + + + The port of the RMI naming service, 0 == anonymous. This + is only used if an explicit InvokerProxyFactory has not been set. + RmiPort + int + + + The RMI service bind address. Empty == all addresses + RmiBindAddress + java.lang.String + + + The RMI service java.rmi.server.RMIClientSocketFactory class name + ClientSocketFactory + java.lang.String + + + The RMI service java.rmi.server.RMIServerSocketFactory instance + ClientSocketFactoryBean + java.rmi.server.RMIClientSocketFactory + + + The RMI service java.rmi.server.RMIServerSocketFactory class name + ServerSocketFactory + java.lang.String + + + The RMI service java.rmi.server.RMIServerSocketFactory instance + ServerSocketFactory + java.rmi.server.RMIServerSocketFactory + + + + Ghe InstallGlobalService which defines whether the MainMBean's + Naming server will be installed as the NamingContext.setLocal global + value. + InstallGlobalService + boolean + + + The UseGlobalService which defines whether the MainMBean's + Naming server will initialized from the existing NamingContext.setLocal global + value. + UseGlobalService + boolean + + + The thread pool service used to control the bootstrap lookups + LookupPool + org.jboss.util.threadpool.BasicThreadPoolMBean + + + The detached invoker proxy factory to use for the naming + service transport. + InvokerProxyFactory + org.jboss.invocation.jrmp.server.JRMPProxyFactoryMBean + + + + + The generic invocation operation used by detached invokers + to route requests to the service + + invoke + + The Naming interface method invocation encapsulation + + invocation + org.jboss.invocation.Invocation + + java.lang.Object + + + Create an alias in jndi + + createAlias + + The from name + + fromName + java.lang.String + + + The to name + + toName + java.lang.String + + void + + + Remove an alias from jndi + + removeAlias + + The name + + name + java.lang.String + + void + + + &defaultOperations; + + diff --git a/jboss/server/adempiere/conf/xmdesc/TransactionManagerService-xmbean.xml b/jboss/server/adempiere/conf/xmdesc/TransactionManagerService-xmbean.xml index f259cef077..58d6e00783 100644 --- a/jboss/server/adempiere/conf/xmdesc/TransactionManagerService-xmbean.xml +++ b/jboss/server/adempiere/conf/xmdesc/TransactionManagerService-xmbean.xml @@ -1,84 +1,89 @@ - - - - - - TransactionManager Service. - org.jboss.tm.TransactionManagerService - &defaultAttributes; - - Should be set to true for transaction demarcation over IIOP - GlobalIdsEnabled - boolean - - - Whether to interrupt threads at transaction timeout - InterruptThreads - boolean - - - The transaction timeout in seconds - TransactionTimeout - int - - - Name of the xidFactory - XidFactory - javax.management.ObjectName - - - Returns the TransactionManager managed by this service - TransactionManager - javax.transaction.TransactionManager - - - Returns the XATerminator managed by this service - XATerminator - org.jboss.tm.JBossXATerminator - - - Counts the number of active transactions - TransactionCount - long - - - Counts the number of commited transactions - CommitCount - long - - - Counts the number of transactions that have been rolled back - RollbackCount - long - - - - Register a XAException Formatter - registerXAExceptionFormatter - - The class of the formatter - clazz - java.lang.Class - - - A XAExceptionFromatter value - formatter - org.jboss.tm.XAExceptionFormatter - - void - - - Unregister a XAException Formatter - unregisterXAExceptionFormatter - - The class of the formatter - clazz - java.lang.Class - - void - - - &defaultOperations; + + + + + + TransactionManager Service. + org.jboss.tm.TransactionManagerService + &defaultAttributes; + + Should be set to true for transaction demarcation over IIOP + GlobalIdsEnabled + boolean + + + Whether to interrupt threads at transaction timeout + InterruptThreads + boolean + + + The transaction timeout in seconds + TransactionTimeout + int + + + Name of the xidFactory + XidFactory + javax.management.ObjectName + + + Transaction Integrity Policy + TransactionIntegrityFactory + org.jboss.tm.integrity.TransactionIntegrityFactory + + + Returns the TransactionManager managed by this service + TransactionManager + javax.transaction.TransactionManager + + + Returns the XATerminator managed by this service + XATerminator + org.jboss.tm.JBossXATerminator + + + Counts the number of active transactions + TransactionCount + long + + + Counts the number of commited transactions + CommitCount + long + + + Counts the number of transactions that have been rolled back + RollbackCount + long + + + + Register a XAException Formatter + registerXAExceptionFormatter + + The class of the formatter + clazz + java.lang.Class + + + A XAExceptionFromatter value + formatter + org.jboss.tm.XAExceptionFormatter + + void + + + Unregister a XAException Formatter + unregisterXAExceptionFormatter + + The class of the formatter + clazz + java.lang.Class + + void + + + &defaultOperations; \ No newline at end of file diff --git a/jboss/server/adempiere/conf/xmdesc/org.jboss.deployment.JARDeployer-xmbean.xml b/jboss/server/adempiere/conf/xmdesc/org.jboss.deployment.JARDeployer-xmbean.xml index a7386ad40c..42591af2bc 100644 --- a/jboss/server/adempiere/conf/xmdesc/org.jboss.deployment.JARDeployer-xmbean.xml +++ b/jboss/server/adempiere/conf/xmdesc/org.jboss.deployment.JARDeployer-xmbean.xml @@ -1,102 +1,46 @@ - - - - - The JARDeployer adds archives that do not contain META-INF/*.xml - files. The pattern of xml files that correspond to deployment descriptors - can be specified using the DescriptorNames attribute. - - org.jboss.deployment.JARDeployer - - The list of suffixes that define deployment descriptors which - if found in an archive META-INF directory indicate non-jar deployments - which should be ignored by the JARDeployer. - DescriptorNames - [Ljava.lang.String; - - - - - - - - &defaultAttributes; - - - Get the associated service DeploymentInfo if found, null otherwise - getService - - serviceName - javax.management.ObjectName - - org.jboss.deployment.DeploymentInfo - - - This method is called by MainDeployer to determine which - deployer is suitable for a DeploymentInfo. - accepts - - di - org.jboss.deployment.DeploymentInfo - - boolean - - - The init method lets the deployer set a few properties of the - DeploymentInfo, such as the watch url. - init - - di - org.jboss.deployment.DeploymentInfo - - void - - - Set up the components of the deployment that do not refer to - other components. - create - - di - org.jboss.deployment.DeploymentInfo - - void - - - The start method starts all the mbeans in this DeploymentInfo. - start - - di - org.jboss.deployment.DeploymentInfo - - void - - - The stop method invokes stop on the mbeans associated with - the deployment in reverse order relative to start. - stop - - di - org.jboss.deployment.DeploymentInfo - - void - - - The destroy method invokes destroy on the mbeans associated - with the deployment in reverse order relative to create. - destroy - - di - org.jboss.deployment.DeploymentInfo - - void - - - &defaultOperations; - + + + + + + The JARDeployer adds archives that do not contain META-INF/*.xml + files. The pattern of xml files that correspond to deployment descriptors + can be specified using the DescriptorNames attribute. + + org.jboss.deployment.JARDeployer + + + The list of suffixes that define deployment descriptors which + if found in an archive META-INF directory indicate non-jar deployments + which should be ignored by the JARDeployer + + DescriptorNames + [Ljava.lang.String; + + + + + + + + + + Allow the override of supported suffixes and relative order + EnhancedSuffixes + [Ljava.lang.String; + + + &deployerAttributes; + &defaultAttributes; + + &deployerOperations; + &defaultOperations; + + diff --git a/jboss/server/adempiere/conf/xmdesc/org.jboss.deployment.MainDeployer-xmbean.xml b/jboss/server/adempiere/conf/xmdesc/org.jboss.deployment.MainDeployer-xmbean.xml index 99ccff46dc..7579a6bc2d 100644 --- a/jboss/server/adempiere/conf/xmdesc/org.jboss.deployment.MainDeployer-xmbean.xml +++ b/jboss/server/adempiere/conf/xmdesc/org.jboss.deployment.MainDeployer-xmbean.xml @@ -1,235 +1,270 @@ - - - - - The Main deployer is the service which acts as the entry - point for the deployment/undeployment requests. - - org.jboss.deployment.MainDeployer - - - - CopyFiles - boolean - - - - - - - ServiceController - javax.management.ObjectName - - - - ServiceName - javax.management.ObjectName - - - - SuffixOrder - [Ljava.lang.String; - - - - EnhancedSuffixOrder - [Ljava.lang.String; - - - - - TempDir - java.io.File - - - - TempDirString - java.lang.String - - &defaultAttributes; - - - - addDeployer - - deployer - org.jboss.deployment.SubDeployer - - void - - - - removeDeployer - - deployer - org.jboss.deployment.SubDeployer - - void - - - - deploy - - url - java.lang.String - - void - - - deploy - - url - java.net.URL - - void - - - - deploy - - sdi - org.jboss.deployment.DeploymentInfo - - void - - - - getDeployment - - url - java.net.URL - - org.jboss.deployment.DeploymentInfo - - - - getWatchUrl - - url - java.net.URL - - java.net.URL - - - - isDeployed - - url - java.net.URL - - boolean - - - - isDeployed - - url - java.lang.String - - boolean - - - - listDeployed - java.util.Collection - - - - listDeployedAsString - java.lang.String - - - - listDeployedModules - java.util.Collection - - - - listDeployers - java.util.Collection - - - Check the current deployment states and generate a - IncompleteDeploymentException if there are mbeans waiting for depedencies. - - checkIncompleteDeployments - void - - - - listIncompletelyDeployed - java.util.Collection - - - - listWaitingForDeployer - java.util.Collection - - - - redeploy - - url - java.lang.String - - void - - - - redeploy - - url - java.net.URL - - void - - - - redeploy - - sdi - org.jboss.deployment.DeploymentInfo - - void - - - - shutdown - void - - - - undeploy - - url - java.lang.String - - void - - - - undeploy - - url - java.net.URL - - void - - - - undeploy - - sdi - org.jboss.deployment.DeploymentInfo - - void - - - &defaultOperations; + + + + + + + + + The Main deployer is the service which acts as the entry + point for the deployment/undeployment requests. + + org.jboss.deployment.MainDeployer + + + + CopyFiles + boolean + + + + + + + ServiceController + javax.management.ObjectName + + + + ServiceName + javax.management.ObjectName + + + The suffix order used when sorting deployments, constructed dynamically by registering deployers + SuffixOrder + [Ljava.lang.String; + + + Allows the override of the suffix order declared by subdeployers, using the syntax [order:]suffix + + EnhancedSuffixOrder + [Ljava.lang.String; + + + + + + + + TempDir + java.io.File + + + + TempDirString + java.lang.String + + + &defaultAttributes; + + + + addDeployer + + deployer + org.jboss.deployment.SubDeployer + + void + + + + removeDeployer + + deployer + org.jboss.deployment.SubDeployer + + void + + + + deploy + + url + java.lang.String + + void + + + + deploy + + url + java.net.URL + + void + + + + deploy + + sdi + org.jboss.deployment.DeploymentInfo + + void + + + starts a package identified by a URL + start + + urlspec + java.lang.String + + void + + + stops a package identified by a URL + stop + + urlspec + java.lang.String + + void + + + + getDeployment + + url + java.net.URL + + org.jboss.deployment.DeploymentInfo + + + + getWatchUrl + + url + java.net.URL + + java.net.URL + + + + isDeployed + + url + java.net.URL + + boolean + + + + isDeployed + + url + java.lang.String + + boolean + + + + listDeployed + java.util.Collection + + + + listDeployedAsString + java.lang.String + + + + listDeployedModules + java.util.Collection + + + + listDeployers + java.util.Collection + + + Check the current deployment states and generate a + IncompleteDeploymentException if there are mbeans waiting for depedencies. + + checkIncompleteDeployments + void + + + + listIncompletelyDeployed + java.util.Collection + + + + listWaitingForDeployer + java.util.Collection + + + + redeploy + + url + java.lang.String + + void + + + + redeploy + + url + java.net.URL + + void + + + + redeploy + + sdi + org.jboss.deployment.DeploymentInfo + + void + + + + shutdown + void + + + + undeploy + + url + java.lang.String + + void + + + + undeploy + + url + java.net.URL + + void + + + + undeploy + + sdi + org.jboss.deployment.DeploymentInfo + + void + + + &defaultOperations; + \ No newline at end of file diff --git a/jboss/server/adempiere/conf/xmdesc/org.jboss.deployment.SARDeployer-xmbean.xml b/jboss/server/adempiere/conf/xmdesc/org.jboss.deployment.SARDeployer-xmbean.xml index 618ab22112..dffcb236f7 100644 --- a/jboss/server/adempiere/conf/xmdesc/org.jboss.deployment.SARDeployer-xmbean.xml +++ b/jboss/server/adempiere/conf/xmdesc/org.jboss.deployment.SARDeployer-xmbean.xml @@ -1,107 +1,50 @@ - - - - - The SAR deployer handles the JBoss service archive deployments. - - org.jboss.deployment.SARDeployer - - - Get the JMX ObjectName of the service that provides the SubDeployer - ServiceName - javax.management.ObjectName - - - Get an array of suffixes of interest to this subdeployer - Suffixes - [Ljava.lang.String; - - - Get the relative order of the specified suffixes - RelativeOrder - int - - - A flag passed to the JAXP DocumentBuilderFactory setNamespaceAware method - UseNamespaceAwareParser - boolean - - - - - - &defaultAttributes; - - - Get the associated service DeploymentInfo if found, null otherwise - getService - - serviceName - javax.management.ObjectName - - org.jboss.deployment.DeploymentInfo - - - This method is called by MainDeployer to determine which - deployer is suitable for a DeploymentInfo. - accepts - - di - org.jboss.deployment.DeploymentInfo - - boolean - - - The init method lets the deployer set a few properties of the - DeploymentInfo, such as the watch url. - init - - di - org.jboss.deployment.DeploymentInfo - - void - - - Set up the components of the deployment that do not refer to - other components. - create - - di - org.jboss.deployment.DeploymentInfo - - void - - - The start method starts all the mbeans in this DeploymentInfo. - start - - di - org.jboss.deployment.DeploymentInfo - - void - - - The stop method invokes stop on the mbeans associated with - the deployment in reverse order relative to start. - stop - - di - org.jboss.deployment.DeploymentInfo - - void - - - The destroy method invokes destroy on the mbeans associated - with the deployment in reverse order relative to create. - destroy - - di - org.jboss.deployment.DeploymentInfo - - void - - - &defaultOperations; + + + + + The SAR deployer handles the JBoss service archive deployments. + org.jboss.deployment.SARDeployer + + + A flag passed to the JAXP DocumentBuilderFactory setNamespaceAware method + UseNamespaceAwareParser + boolean + + + + + + + + Allow the override of supported suffixes and relative order + EnhancedSuffixes + [Ljava.lang.String; + + + + + + + &deployerAttributes; + &defaultAttributes; + + + Get the associated service DeploymentInfo if found, null otherwise + getService + + serviceName + javax.management.ObjectName + + org.jboss.deployment.DeploymentInfo + + + &deployerOperations; + &defaultOperations; + \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/cache-invalidation-service.xml b/jboss/server/adempiere/deploy/cache-invalidation-service.xml index 08b9541860..6331cb4ccf 100644 --- a/jboss/server/adempiere/deploy/cache-invalidation-service.xml +++ b/jboss/server/adempiere/deploy/cache-invalidation-service.xml @@ -1,48 +1,48 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/jboss/server/adempiere/deploy/client-deployer-service.xml b/jboss/server/adempiere/deploy/client-deployer-service.xml index b982ae29ce..4376ac6622 100644 --- a/jboss/server/adempiere/deploy/client-deployer-service.xml +++ b/jboss/server/adempiere/deploy/client-deployer-service.xml @@ -1,47 +1,55 @@ - - - - - - - - + + + + + + + + The J2EE Application Client Deployer + org.jboss.deployment.ClientDeployer + + + + The service state name + StateString + java.lang.String + + + The service state value + State + int + + + + + The create lifecycle operation + create + + + The start lifecycle operation + start + + + The stop lifecycle operation + stop + + + The destroy lifecycle operation + destroy + + + + + + + diff --git a/jboss/server/adempiere/deploy/ear-deployer.xml b/jboss/server/adempiere/deploy/ear-deployer.xml index 2f3e836bb0..99a9306bfe 100644 --- a/jboss/server/adempiere/deploy/ear-deployer.xml +++ b/jboss/server/adempiere/deploy/ear-deployer.xml @@ -1,19 +1,25 @@ - - - - - - - - false - - false - - + + + + + + + + false + + false + + true + + diff --git a/jboss/server/adempiere/deploy/ejb-deployer.xml b/jboss/server/adempiere/deploy/ejb-deployer.xml index f8bd8b444b..e04e38c4a2 100644 --- a/jboss/server/adempiere/deploy/ejb-deployer.xml +++ b/jboss/server/adempiere/deploy/ejb-deployer.xml @@ -1,69 +1,311 @@ - - - - - - - - - - - - jboss.ejb:service=EJBTimerService,retryPolicy=fixedDelay - jboss.ejb:service=EJBTimerService,persistencePolicy=database - org.jboss.ejb.txtimer.BigIntegerTimerIdGenerator - org.jboss.ejb.txtimer.TimedObjectInvokerImpl - - - - - 100 - - - - - - - - - - - - - - - true - - false - - true - - true - - - jboss:service=TransactionManager - - jboss:service=WebService - - - + + + + + + + + + + + jboss.ejb:service=EJBTimerService,retryPolicy=fixedDelay + jboss.ejb:service=EJBTimerService,persistencePolicy=database + org.jboss.ejb.txtimer.BigIntegerTimerIdGenerator + org.jboss.ejb.txtimer.TimedObjectInvokerImpl + + jboss:service=TransactionManager + + + + + + 100 + + + + + + + + jboss.jca:service=DataSourceBinding,name=DefaultDS + + org.jboss.ejb.txtimer.GeneralPurposeDatabasePersistencePlugin + + TIMERS + + + + + + + + + + + + The EJBDeployer responsible for ejb jar deployment + + + + + + + org.jboss.ejb.EJBDeployer + + + + The class name of the MBean + Name + java.lang.String + + + + The status of the MBean + State + int + + + + The status of the MBean in text form + StateString + java.lang.String + + + + + The JMX ObjectName of the service that provides the SubDeployer + ServiceName + javax.management.ObjectName + + + + An array of suffixes of interest to this subdeployer + Suffixes + [Ljava.lang.String; + + + + The relative order of the specified suffixes + RelativeOrder + int + + + + + Allow the override of supported suffixes and relative order + EnhancedSuffixes + [Ljava.lang.String; + + + + + The dynamic class loading simple web server + WebServiceName + javax.management.ObjectName + + + + Control the bean verifier (on/off) + VerifyDeployments + boolean + + + + Control the verbose mode of the bean verifier + VerifierVerbose + boolean + + + + Control the strictness of the bean verifier + StrictVerifier + boolean + + + + Enable/disable call-by-value semantics + CallByValue + boolean + + + + Enable/disable the validation of deployment descriptors + ValidateDTDs + boolean + + + + Enable/disable the metrics interceptor for containers + MetricsEnabled + boolean + + + + The transaction manager service to use + TransactionManagerServiceName + javax.management.ObjectName + + + + + List the deployed applications + listDeployedApplications + java.util.Iterator + + + + + Standard MBean lifecycle method + create + + + + The start lifecycle operation + start + + + + The stop lifecycle operation + stop + + + + The destroy lifecycle operation + destroy + + + + The detyped lifecycle operation (for internal use only) + jbossInternalLifecycle + + The lifecycle operation + method + java.lang.String + + void + + + + + Accept a module for deployment + accepts + + info + org.jboss.deployment.DeploymentInfo + + boolean + + + + Initialize deployment step + init + + info + org.jboss.deployment.DeploymentInfo + + + + + Create deployment step + create + + info + org.jboss.deployment.DeploymentInfo + + + + + Start deployment step + start + + info + org.jboss.deployment.DeploymentInfo + + + + + Stop deployment step + stop + + info + org.jboss.deployment.DeploymentInfo + + + + + Destroy deployment step + destroy + + info + org.jboss.deployment.DeploymentInfo + + + + + + Add dynamically an operation interceptor + addOperationInterceptor + + The Interceptor + interceptor + org.jboss.mx.interceptor.Interceptor + + + + + Remove dynamically an operation interceptor + removeOperationInterceptor + + The Interceptor + interceptor + org.jboss.mx.interceptor.Interceptor + + + + + + + true + + false + + true + + true + + + jboss:service=TransactionManager + + jboss:service=WebService + + + + diff --git a/jboss/server/adempiere/deploy/ejb3-interceptors-aop.xml b/jboss/server/adempiere/deploy/ejb3-interceptors-aop.xml new file mode 100644 index 0000000000..150b3dff2a --- /dev/null +++ b/jboss/server/adempiere/deploy/ejb3-interceptors-aop.xml @@ -0,0 +1,365 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.ThreadlocalPool.class, maxSize=30, timeout=10000) + + + + + + + + + + + + + + + + + + + + + + + + + + + + @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.ThreadlocalPool.class, maxSize=30, timeout=10000) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.ThreadlocalPool.class, maxSize=30, timeout=10000) + + + + + + + @org.jboss.annotation.ejb.cache.Cache (org.jboss.ejb3.cache.simple.SimpleStatefulCache.class) + + + @org.jboss.annotation.ejb.cache.simple.PersistenceManager (org.jboss.ejb3.cache.simple.StatefulSessionFilePersistenceManager.class) + + + @org.jboss.annotation.ejb.cache.simple.CacheConfig (maxSize=100000, idleTimeoutSeconds=300, removalTimeoutSeconds=0) + + + + + @org.jboss.annotation.ejb.cache.Cache (org.jboss.ejb3.cache.tree.StatefulTreeCache.class) + + + @org.jboss.annotation.ejb.cache.tree.CacheConfig (name="jboss.cache:service=EJB3SFSBClusteredCache", maxSize=100000, idleTimeoutSeconds=300, removalTimeoutSeconds=0) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.ThreadlocalPool.class, maxSize=30, timeout=10000) + + + + + @org.jboss.annotation.ejb.cache.Cache (org.jboss.ejb3.cache.simple.SimpleStatefulCache.class) + + + @org.jboss.annotation.ejb.cache.simple.PersistenceManager (org.jboss.ejb3.cache.simple.StatefulSessionFilePersistenceManager.class) + + + @org.jboss.annotation.ejb.cache.simple.CacheConfig (maxSize=100000, idleTimeoutSeconds=300, removalTimeoutSeconds=0) + + + + + @org.jboss.annotation.ejb.cache.Cache (org.jboss.ejb3.cache.tree.StatefulTreeCache.class) + + + @org.jboss.annotation.ejb.cache.tree.CacheConfig (name="jboss.cache:service=EJB3SFSBClusteredCache", maxSize=100000, idleTimeoutSeconds=300, removalTimeoutSeconds=0) + + + + + + + @org.jboss.annotation.ejb.cache.Cache (org.jboss.ejb3.cache.NoPassivationCache.class) + + + + + + + + + + + + + + + + + @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.StrictMaxPool.class, maxSize=15, timeout=10000) + + + + + + + + + + + + + + + + + + + + + @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.StrictMaxPool.class, maxSize=15, timeout=10000) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/ejb3.deployer/META-INF/jboss-service.xml b/jboss/server/adempiere/deploy/ejb3.deployer/META-INF/jboss-service.xml new file mode 100644 index 0000000000..23666202aa --- /dev/null +++ b/jboss/server/adempiere/deploy/ejb3.deployer/META-INF/jboss-service.xml @@ -0,0 +1,312 @@ + + + + + + jboss.aop:service=AspectDeployer + socket://${jboss.bind.address}:3873 + + + org.jboss.aspects.remoting.AOPRemotingInvocationHandler + + + + + + + + + snmp-adaptor.jar, + otherimages.jar, + applet.jar, + jcommon.jar, + console-mgr-classes.jar, + jfreechart.jar, + juddi-service.jar, + wsdl4j.jar, + commons-collections.jar, + commons-pool.jar, + juddi.jar, + commons-discovery.jar, + uddi4j.jar, + axis.jar, + commons-dbcp.jar, + jboss-juddiaxis.jar, + trove.jar, + javassist.jar, + jboss-aop-jdk50.jar, + jboss-aspect-library-jdk50.jar, + ejb3-persistence.jar, + commons-validator-1.1.3.jar, + commons-collections.jar, + commons-fileupload.jar, + commons-pool.jar, + hibernate-entitymanager.jar, + jboss-ejb3x.jar, + commons-digester-1.6.jar, + cglib-2.1.1.jar, + commons-discovery.jar, + jboss-annotations-ejb3.jar, + jaxen-1.1-beta-4.jar, + hibernate-annotations.jar, + commons-httpclient.jar, + commons-logging.jar, + commons-vfs.jar, + hibernate3.jar, + commons-logging-api.jar, + asm.jar, + asm-attrs.jar, + commons-lang-2.0.jar, + commons-beanutils.jar, + jboss-ejb3.jar, + dom4j.jar, + commons-codec-1.2.jar, + wsdl4j.jar, + xmlsec.jar, + jbossws.jar, + jboss-bean-deployer.jar, + jboss-microcontainer.jar, + jboss-dependency.jar, + jboss-container.jar, + tomcat-coyote.jar, + commons-collections.jar, + myfaces.jar, + jstl.jar, + commons-digester-1.6.jar, + myfaces-impl.jar, + commons-beanutils.jar, + myfaces-jsf-api.jar, + commons-codec-1.2.jar, + catalina-optional.jar, + tomcat-util.jar, + jasper-compiler.jar, + commons-el.jar, + jasper-compiler-jdt.jar, + tomcat-http.jar, + catalina-manager.jar, + jasper-runtime.jar, + tomcat55-service.jar, + servlets-invoker.jar, + catalina.jar, + naming-resources.jar, + servlets-default.jar, + tomcat-ajp.jar, + commons-modeler.jar, + tomcat-apr.jar, + servlets-webdav.jar + + + + + + false + + + + The EJB3Deployer responsible for ejb3 deployment + + + + + + + org.jboss.ejb3.EJB3Deployer + + + + The class name of the MBean + Name + java.lang.String + + + + The status of the MBean + State + int + + + + The status of the MBean in text form + StateString + java.lang.String + + + + + The ObjectName of the Subdeployer + ServiceName + javax.management.ObjectName + + + + The suffixes of interest to this deployer + Suffixes + [Ljava.lang.String; + + + + The relative order of the suffixes in the global suffixes list + RelativeOrder + int + + + + + DefaultProperties + java.util.Properties + + + + If true, .jars will not be examined for annotations, 3.0 descriptors + DeployEjb3ExtensionOnly + boolean + + + + mbean that has list of jars to ignore + JarsIgnoredForScanning + org.jboss.ejb3.JarsIgnoredForScanningMBean + + + + + Standard MBean lifecycle method + create + + + + The start lifecycle operation + start + + + + The stop lifecycle operation + stop + + + + The destroy lifecycle operation + destroy + + + + The detyped lifecycle operation (for internal use only) + jbossInternalLifecycle + + The lifecycle operation + method + java.lang.String + + void + + + + + Accept a module for deployment + accepts + + info + org.jboss.deployment.DeploymentInfo + + boolean + + + + Initialize deployment step + init + + info + org.jboss.deployment.DeploymentInfo + + + + + Create deployment step + create + + info + org.jboss.deployment.DeploymentInfo + + + + + Start deployment step + start + + info + org.jboss.deployment.DeploymentInfo + + + + + Stop deployment step + stop + + info + org.jboss.deployment.DeploymentInfo + + + + + Destroy deployment step + destroy + + info + org.jboss.deployment.DeploymentInfo + + + + + + Add dynamically an operation interceptor + addOperationInterceptor + + The Interceptor + interceptor + org.jboss.mx.interceptor.Interceptor + + + + + Remove dynamically an operation interceptor + removeOperationInterceptor + + The Interceptor + interceptor + org.jboss.mx.interceptor.Interceptor + + + + + + jboss.aop:service=AspectDeployer + jboss.ejb:service=EJBDeployer + jboss.ejb3:service=JarsIgnoredForScanning + + + diff --git a/jboss/server/adempiere/deploy/ejb3.deployer/META-INF/persistence.properties b/jboss/server/adempiere/deploy/ejb3.deployer/META-INF/persistence.properties new file mode 100644 index 0000000000..4c600c71f9 --- /dev/null +++ b/jboss/server/adempiere/deploy/ejb3.deployer/META-INF/persistence.properties @@ -0,0 +1,17 @@ +hibernate.transaction.manager_lookup_class=org.hibernate.transaction.JBossTransactionManagerLookup +#hibernate.connection.release_mode=after_statement +#hibernate.transaction.flush_before_completion=false +#hibernate.transaction.auto_close_session=false +#hibernate.query.factory_class=org.hibernate.hql.ast.ASTQueryTranslatorFactory +#hibernate.hbm2ddl.auto=create-drop +#hibernate.hbm2ddl.auto=create +hibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProvider +# Clustered cache with TreeCache +#hibernate.cache.provider_class=org.jboss.ejb3.entity.TreeCacheProviderHook +#hibernate.treecache.mbean.object_name=jboss.cache:service=EJB3EntityTreeCache +#hibernate.dialect=org.hibernate.dialect.HSQLDialect +hibernate.jndi.java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory +hibernate.jndi.java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces +hibernate.bytecode.use_reflection_optimizer=false +# I don't think this is honored, but EJB3Deployer uses it +hibernate.bytecode.provider=javassist \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/hsqldb-ds.xml b/jboss/server/adempiere/deploy/hsqldb-ds.xml new file mode 100644 index 0000000000..b50ff3eab8 --- /dev/null +++ b/jboss/server/adempiere/deploy/hsqldb-ds.xml @@ -0,0 +1,113 @@ + + + + + + + + + + + + DefaultDS + + + + + jdbc:hsqldb:${jboss.server.data.dir}${/}hypersonic${/}localDB + + + org.hsqldb.jdbcDriver + + + sa + + + + + + + + + + 5 + + + 20 + + + + + 0 + + + + + + + + + + + + + + HsqlDbRealm + + + + + 32 + + + + Hypersonic SQL + + + + jboss:service=Hypersonic,database=localDB + + + + + + + + localDB + true + + + diff --git a/jboss/server/adempiere/deploy/http-invoker.sar/META-INF/jboss-serviceTemplate.xml b/jboss/server/adempiere/deploy/http-invoker.sar/META-INF/jboss-serviceTemplate.xml deleted file mode 100644 index 3eb00233bf..0000000000 --- a/jboss/server/adempiere/deploy/http-invoker.sar/META-INF/jboss-serviceTemplate.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - http:// - :@ADEMPIERE_WEB_PORT@/invoker/EJBInvokerServlet - true - - - - - - jboss:service=Naming - - http:// - :@ADEMPIERE_WEB_PORT@/invoker/JMXInvokerServlet - true - org.jnp.interfaces.Naming - - - - org.jboss.proxy.ClientMethodInterceptor - org.jboss.proxy.SecurityInterceptor - org.jboss.naming.interceptors.ExceptionInterceptor - org.jboss.invocation.InvokerInterceptor - - - - - - - jboss:service=Naming - http:// - :@ADEMPIERE_WEB_PORT@/invoker/readonly/JMXInvokerServlet - true - org.jnp.interfaces.Naming - - - - org.jboss.proxy.ClientMethodInterceptor - org.jboss.proxy.SecurityInterceptor - org.jboss.naming.interceptors.ExceptionInterceptor - org.jboss.invocation.InvokerInterceptor - - - - diff --git a/jboss/server/adempiere/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation/http/servlet/InvokerServlet$GetCredentialAction.class b/jboss/server/adempiere/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation/http/servlet/InvokerServlet$GetCredentialAction.class deleted file mode 100644 index 00e5e297dc71d45c0a01297f8968b6338a94621c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1041 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 B^GpB$ diff --git a/jboss/server/adempiere/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation/http/servlet/NamingFactoryServlet.class b/jboss/server/adempiere/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation/http/servlet/NamingFactoryServlet.class deleted file mode 100644 index 61d65f82c399e0f8ba389541add5096e99748a2f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4696 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 L;oDKJRl)iXSvu1& diff --git a/jboss/server/adempiere/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation/http/servlet/ReadOnlyAccessFilter.class b/jboss/server/adempiere/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation/http/servlet/ReadOnlyAccessFilter.class deleted file mode 100644 index e89a6f2dd6b245d27ad301b6d72f786bb0a51c93..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5578 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 - java:/jaas/jmx-console - diff --git a/jboss/server/adempiere/deploy/http-invoker.sar/invoker.war/WEB-INF/web.xml b/jboss/server/adempiere/deploy/http-invoker.sar/invoker.war/WEB-INF/web.xml deleted file mode 100644 index edf4c6ccae..0000000000 --- a/jboss/server/adempiere/deploy/http-invoker.sar/invoker.war/WEB-INF/web.xml +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - ReadOnlyAccessFilter - org.jboss.invocation.http.servlet.ReadOnlyAccessFilter - - readOnlyContext - readonly - The top level JNDI context the filter will enforce - read-only access on. If specified only Context.lookup operations - will be allowed on this context. Another other operations or lookups - on any other context will fail. Do not associate this filter with the - JMXInvokerServlets if you want unrestricted access. - - - - invokerName - jboss:service=Naming - The JMX ObjectName of the naming service mbean - - - - - - ReadOnlyAccessFilter - /readonly/* - - - - - EJBInvokerServlet - The EJBInvokerServlet receives posts containing serlized - MarshalledInvocation objects that are routed to the EJB invoker given by - the invokerName init-param. The return content is a serialized - MarshalledValue containg the return value of the inovocation, or any - exception that may have been thrown. - - org.jboss.invocation.http.servlet.InvokerServlet - - invokerName - jboss:service=invoker,type=http - The RMI/HTTP EJB compatible invoker - - 1 - - - JMXInvokerServlet - The JMXInvokerServlet receives posts containing serlized - MarshalledInvocation objects that are routed to the invoker given by - the the MBean whose object name hash is specified by the - invocation.getObjectName() value. The return content is a serialized - MarshalledValue containg the return value of the inovocation, or any - exception that may have been thrown. - - org.jboss.invocation.http.servlet.InvokerServlet - 1 - - - - JNDIFactory - A servlet that exposes the JBoss JNDI Naming service stub - through http. The return content is a serialized - MarshalledValue containg the org.jnp.interfaces.Naming stub. This - configuration handles requests for the standard JNDI naming service. - - org.jboss.invocation.http.servlet.NamingFactoryServlet - - namingProxyMBean - jboss:service=invoker,type=http,target=Naming - - - proxyAttribute - Proxy - - 2 - - - - ReadOnlyJNDIFactory - A servlet that exposes the JBoss JNDI Naming service stub - through http, but only for a single read-only context. The return content - is a serialized MarshalledValue containg the org.jnp.interfaces.Naming - stub. - - org.jboss.invocation.http.servlet.NamingFactoryServlet - - namingProxyMBean - jboss:service=invoker,type=http,target=Naming,readonly=true - - - proxyAttribute - Proxy - - 2 - - - - - JNDIFactory - /JNDIFactory/* - - - - ReadOnlyJNDIFactory - /ReadOnlyJNDIFactory/* - - - EJBInvokerServlet - /EJBInvokerServlet/* - - - JMXInvokerServlet - /JMXInvokerServlet/* - - - - JMXInvokerServlet - /readonly/JMXInvokerServlet/* - - - - - JNDIFactory - /restricted/JNDIFactory/* - - - JMXInvokerServlet - /restricted/JMXInvokerServlet/* - - - - - - HttpInvokers - An example security config that only allows users with the - role HttpInvoker to access the HTTP invoker servlets - - /restricted/* - GET - POST - - - HttpInvoker - - - - BASIC - JBoss HTTP Invoker - - - - HttpInvoker - - diff --git a/jboss/server/adempiere/deploy/jboss-aop-jdk50.deployer/META-INF/jboss-service.xml b/jboss/server/adempiere/deploy/jboss-aop-jdk50.deployer/META-INF/jboss-service.xml new file mode 100644 index 0000000000..7b5ca5e1e0 --- /dev/null +++ b/jboss/server/adempiere/deploy/jboss-aop-jdk50.deployer/META-INF/jboss-service.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + false + + true + true + org.jboss.test, org.jboss.injbossaop + org.jboss. + + true + false + + + + + + diff --git a/jboss/server/adempiere/deploy/jboss-aop-jdk50.deployer/base-aop.xml b/jboss/server/adempiere/deploy/jboss-aop-jdk50.deployer/base-aop.xml new file mode 100644 index 0000000000..7eb6373183 --- /dev/null +++ b/jboss/server/adempiere/deploy/jboss-aop-jdk50.deployer/base-aop.xml @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + javax.management.DynamicMBean + org.jboss.aspects.jmx.JmxIntrospectingMixin + new org.jboss.aspects.jmx.JmxIntrospectingMixin(this) + + + + + + + + + + + + + + + org.jboss.aspects.asynch.AsynchProvider,org.jboss.aspects.asynch.FutureHolder + org.jboss.aspects.asynch.AsynchMixin + + + + + + + + + + + + + + + + org.jboss.aspects.asynchronous.aspects.AsynchronousFacade + + org.jboss.aspects.asynchronous.aspects.AsynchronousFacadeImpl + new org.jboss.aspects.asynchronous.aspects.AsynchronousFacadeImpl() + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jboss/server/adempiere/deploy/jboss-bean.deployer/META-INF/jboss-service.xml b/jboss/server/adempiere/deploy/jboss-bean.deployer/META-INF/jboss-service.xml new file mode 100644 index 0000000000..aea8aa59c7 --- /dev/null +++ b/jboss/server/adempiere/deploy/jboss-bean.deployer/META-INF/jboss-service.xml @@ -0,0 +1,15 @@ + + + + + + + + .beans + META-INF/jboss-beans.xml + + + diff --git a/jboss/server/adempiere/deploy/jboss-ha-local-jdbc.rar b/jboss/server/adempiere/deploy/jboss-ha-local-jdbc.rar new file mode 100644 index 0000000000000000000000000000000000000000..cf97ae75097e425fb0e41e89e9946bcc16ce799c GIT binary patch literal 6731 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 SVE+^Xey_LRZ(f2wyZ-`Tn1+1- literal 0 HcmV?d00001 diff --git a/jboss/server/adempiere/deploy/jboss-ha-xa-jdbc.rar b/jboss/server/adempiere/deploy/jboss-ha-xa-jdbc.rar new file mode 100644 index 0000000000000000000000000000000000000000..59fcb27259f1d3d15ae396ebff7970fe7f14354b GIT binary patch literal 8704 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 literal 0 HcmV?d00001 diff --git a/jboss/server/adempiere/deploy/jboss-local-jdbc.rar b/jboss/server/adempiere/deploy/jboss-local-jdbc.rar new file mode 100644 index 0000000000000000000000000000000000000000..810b9a2db56158f686075ac6ac04a5b417a3377c GIT binary patch literal 11934 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 literal 0 HcmV?d00001 diff --git a/jboss/server/adempiere/deploy/jboss-web.deployer/META-INF/jboss-service.xml b/jboss/server/adempiere/deploy/jboss-web.deployer/META-INF/jboss-service.xml new file mode 100644 index 0000000000..b751e6cbfc --- /dev/null +++ b/jboss/server/adempiere/deploy/jboss-web.deployer/META-INF/jboss-service.xml @@ -0,0 +1,204 @@ + + + + + + + + + + + + + BASIC + org.apache.catalina.authenticator.BasicAuthenticator + + + CLIENT-CERT + org.apache.catalina.authenticator.SSLAuthenticator + + + DIGEST + org.apache.catalina.authenticator.DigestAuthenticator + + + FORM + org.apache.catalina.authenticator.FormAuthenticator + + + NONE + org.apache.catalina.authenticator.NonLoginAuthenticator + + + + + + java:/jaas/other + + + false + + false + + javax.servlet + + true + + + false + + + org.jboss.web.tomcat.service.session.JBossCacheManager + + + + + + + + + + instant + 2000 + + + false + + + 60 + + jboss.web + + + jboss.security:service=JaasSecurityManager + + + + + + jboss:service=TransactionManager + + + jboss.jca:service=CachedConnectionManager + + + + diff --git a/jboss/server/adempiere/deploy/jboss-web.deployer/META-INF/webserver-xmbean.xml b/jboss/server/adempiere/deploy/jboss-web.deployer/META-INF/webserver-xmbean.xml new file mode 100644 index 0000000000..7160053608 --- /dev/null +++ b/jboss/server/adempiere/deploy/jboss-web.deployer/META-INF/webserver-xmbean.xml @@ -0,0 +1,195 @@ + + + + + The JBoss Web Deployer responsible for war deployment + + + + + + + org.jboss.web.tomcat.service.JBossWeb + + + + + Authenticators + java.util.Properties + + + + UseJBossWebLoader + boolean + + + + AllowSelfPrivilegedWebApps + boolean + + + + DeleteWorkDirOnContextDestroy + boolean + + + + HttpHeaderForSSOAuth + java.lang.String + + + + SessionCookieForSSOAuth + java.lang.String + + + + SubjectAttributeName + java.lang.String + + + + CacheName + java.lang.String + + + + UnpackWars + boolean + + + + AcceptNonWarDirs + boolean + + + + Config + org.w3c.dom.Element + + + + LenientEjbLink + boolean + + + + UseJK + boolean + + + + MaxUnreplicatedInterval + int + + + + Domain + java.lang.String + + + + FilteredPackages + [Ljava.lang.String; + + + + Java2ClassLoadingCompliance + boolean + + + + DefaultSecurityDomain + java.lang.String + + + + SnapshotMode + java.lang.String + + + + SnapshotInterval + int + + + + ConfigFile + java.lang.String + + + + UseLocalCache + boolean + + + + SessionIdAlphabet + java.lang.String + + + + ContextMBeanCode + java.lang.String + + + + ManagerClass + java.lang.String + + + + DeployedApplications + java.util.Iterator + + + + SecurityManagerService + org.jboss.security.plugins.JaasSecurityManagerServiceMBean + + + + + Allow the override of supported suffixes and relative order + EnhancedSuffixes + [Ljava.lang.String; + + + &deployerAttributes; + &defaultAttributes; + + + + See if a war is deployed + isDeployed + + warUrl + java.lang.String + + boolean + + + + Start all connectors of the Domain + startConnectors + + + + Stop all connectors of the Domain + stopConnectors + + + &deployerOperations; + &defaultOperations; + &interceptable; + + diff --git a/jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/ROOT.war/WEB-INF/web.xml b/jboss/server/adempiere/deploy/jboss-web.deployer/ROOT.war/WEB-INF/web.xml similarity index 84% rename from jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/ROOT.war/WEB-INF/web.xml rename to jboss/server/adempiere/deploy/jboss-web.deployer/ROOT.war/WEB-INF/web.xml index 822a69b46d..b2be5de3ef 100644 --- a/jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/ROOT.war/WEB-INF/web.xml +++ b/jboss/server/adempiere/deploy/jboss-web.deployer/ROOT.war/WEB-INF/web.xml @@ -1,20 +1,20 @@ - - - - - - Welcome to JBoss - - Welcome to JBoss - - - Status Servlet - org.jboss.web.tomcat.tc5.StatusServlet - - - Status Servlet - /status - - + + + + + + Welcome to JBoss + + Welcome to JBoss + + + Status Servlet + org.jboss.web.tomcat.service.StatusServlet + + + Status Servlet + /status + + diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/nolines_minus.gif b/jboss/server/adempiere/deploy/jboss-web.deployer/ROOT.war/favicon.ico similarity index 50% rename from jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/nolines_minus.gif rename to jboss/server/adempiere/deploy/jboss-web.deployer/ROOT.war/favicon.ico index 2592ac20f3f4c28e38f789309ec52f08505bdf6e..66dd49e31839c440a4688224a2a6c92addbf3125 100644 GIT binary patch literal 1406 zcmeH^&r8#B7{^~r*VNY9${(3!vtg=fm?n@7MeDd@j!iO!~3g(Q6L3 z%}@wb=&4&c^-TIZVcKnJy~oz;&~~Sc&TEx)H9X>Z#{;I^9rO&|wgUd*XXeBNNnAHo|5F}yCBR3*!Am-w;xk+qdi_`gJ031}=Y zX@u6l6IK*9HWhwvssw{ER5i}3CRx){iAlD@5w^5nL?hdTA%4@6~gea6J$tg6;JgHwA(n6pI1NrQE& QP}s8#oRpW6<$r(uFCH4at^fc4 literal 861 zcmZ?wbhEHb6k-r!_|DAG)YR0_(7-SXMnhmkhJfNv7DfgJW(FOQ??HKjfy0V{okPZB z!-9j&9Ku>LGYlFIxARNO@hDtWaBUIiPTOMfV7_}lvsu=hh(Z;&NfL@qDJM29Jw4q( Jn2m+O8UP#&8=e3F diff --git a/jboss/server/adempiere/deploy/jboss-web.deployer/ROOT.war/index.html b/jboss/server/adempiere/deploy/jboss-web.deployer/ROOT.war/index.html new file mode 100644 index 0000000000..c97dfa1829 --- /dev/null +++ b/jboss/server/adempiere/deploy/jboss-web.deployer/ROOT.war/index.html @@ -0,0 +1,46 @@ + + + + + Welcome to JBoss™ + + + + + + + + + + + + + +

JBoss Online Resources

+ + +

JBoss Management

+ + + + + + + + diff --git a/jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/ROOT.war/jboss.css b/jboss/server/adempiere/deploy/jboss-web.deployer/ROOT.war/jboss.css similarity index 87% rename from jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/ROOT.war/jboss.css rename to jboss/server/adempiere/deploy/jboss-web.deployer/ROOT.war/jboss.css index 53d63132a7..f0838a6d94 100644 --- a/jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/ROOT.war/jboss.css +++ b/jboss/server/adempiere/deploy/jboss-web.deployer/ROOT.war/jboss.css @@ -1,145 +1,143 @@ -body { - margin: 13px 0px 10px 0px; - background-color: #ffffff; - font-size: 10px; - font-family: verdana, arial, "sans-serif"; - color: #606060; - } -img { - border: 0px; - } -#header { - background-color: #FF7A22; - background-image: url("header_bg.jpg"); - background-repeat: no-repeat; - background-position: 226px 0px; - width: 100%; - height: 80px; - } -#header #banner { - float: right; - margin: 8px 5px 0px 0px; - } -#logo { - position: absolute; - top: 4px; - left: 4px; - z-index: 200; -} -#navigation_bar { - background-color: #f0f0f0; - border-bottom: 1px dotted #999999; - height: 20px; - } -#items { - font-size: 12px; - width: 600px; - margin: 5px 5px 5px 170px; - position: relative; - z-index: 300; - } -#items .item { - margin-right: 10px; - } -.side_block { - margin: 15px 5px 10px 5px; - background-color: #fbfbfb; - border: 1px solid #f0f0f0; - } -.side_block h3 { - font-size: 11px; - font-weight: 100; - width: 100%; - margin: 0px 0px 5px 0px; - padding: 4px 4px 4px 10x; - background-color: #f0f0f0; - } -.side_block h4 { - font-size: 11px; - color: #FF7A22; - font-weight: bold; - margin: 10px 5px 4px 5px; - } -.side_block p { - margin: 5px 5px 3px 5px; - } -.side_block form { - margin: 0px 0px 0px 5px; - } -.side_block #login { - font-size: 9px; - } -.side_block p img { - text-align: center; - } -#content { - width: 90%; - margin: 10px auto; - } -#left { - float: left; - width: 14%; - } -#right { - float: right; - width: 14%; - } -.content_block { - text-align: justify; - border: 1px solid #999999; - margin: 5px; - width: 31%; - float: left; - } -.content_block p { - margin: 0px 5px 3px 5px; - } -.content_block h3 { - font-size: 11px; - font-weight: bold; - color: #000000; - margin: 0px 0px 5px 0px; - padding: 4px 4px 4px 4x; - text-align: center; - background-color: #f0f0f0; - border-bottom: 1px solid #999999 - } -.content_block h4 { - font-size: 11px; - color: #FF7A22; - text-align: left; - font-weight: bold; - margin: 10px 5px 4px 5px; - } -#footer { - clear: both; - border-top: 1px dotted #999999; - } -#credits { - background-color: #f0f0f0; - padding: 5px; - text-align: center; - } -#footer_bar { - height: 20px; - width: 100%; - background-color: #FF7A22; - } -.hide { - display: none; - } -.spacer { - clear: both; - } -.spacer hr { - display: none; - } -.center { - text-align: center; - } -#youcandoit { - background-image: url("youcandoit.jpg"); - background-repeat: repeat-x; - height: 165px; - margin: 0px 30px 0px 30px; - } +body { + margin: 13px 0px 10px 0px; + background-color: #ffffff; + font-size: 10px; + font-family: verdana, arial, "sans-serif"; + color: #606060; + } +img { + border: 0px; + } +#header { + background-color: #003D6E; + background-repeat: no-repeat; + width: 100%; + height: 80px; + } +#header #banner { + float: right; + margin: 8px 5px 0px 0px; + } +#logo { + position: absolute; + top: 2px; + left: 4px; + z-index: 200; +} +#navigation_bar { + background-color: #f0f0f0; + border-bottom: 1px dotted #999999; + height: 20px; + } +#items { + font-size: 12px; + width: 600px; + margin: 5px 5px 5px 170px; + position: relative; + z-index: 300; + } +#items .item { + margin-right: 10px; + } +.side_block { + margin: 15px 5px 10px 5px; + background-color: #fbfbfb; + border: 1px solid #f0f0f0; + } +.side_block h3 { + font-size: 11px; + font-weight: 100; + width: 100%; + margin: 0px 0px 5px 0px; + padding: 4px 4px 4px 10x; + background-color: #f0f0f0; + } +.side_block h4 { + font-size: 11px; + color: #003D6E; + font-weight: bold; + margin: 10px 5px 4px 5px; + } +.side_block p { + margin: 5px 5px 3px 5px; + } +.side_block form { + margin: 0px 0px 0px 5px; + } +.side_block #login { + font-size: 9px; + } +.side_block p img { + text-align: center; + } +#content { + width: 90%; + margin: 10px auto; + } +#left { + float: left; + width: 14%; + } +#right { + float: right; + width: 14%; + } +.content_block { + text-align: justify; + border: 1px solid #999999; + margin: 5px; + width: 31%; + float: left; + } +.content_block p { + margin: 0px 5px 3px 5px; + } +.content_block h3 { + font-size: 11px; + font-weight: bold; + color: #000000; + margin: 0px 0px 5px 0px; + padding: 4px 4px 4px 4x; + text-align: center; + background-color: #f0f0f0; + border-bottom: 1px solid #999999 + } +.content_block h4 { + font-size: 11px; + color: #003D6E; + text-align: left; + font-weight: bold; + margin: 10px 5px 4px 5px; + } +#footer { + clear: both; + border-top: 1px dotted #999999; + } +#credits { + background-color: #f0f0f0; + padding: 5px; + text-align: center; + } +#footer_bar { + height: 20px; + width: 100%; + background-color: #003D6E; + } +.hide { + display: none; + } +.spacer { + clear: both; + } +.spacer hr { + display: none; + } +.center { + text-align: center; + } +#youcandoit { + background-image: url("youcandoit.jpg"); + background-repeat: repeat-x; + height: 165px; + margin: 0px 30px 0px 30px; + } diff --git a/jboss/server/adempiere/deploy/jboss-web.deployer/ROOT.war/logo.gif b/jboss/server/adempiere/deploy/jboss-web.deployer/ROOT.war/logo.gif new file mode 100644 index 0000000000000000000000000000000000000000..d33ddf6660be544bb91dc2874484f2092a9aae84 GIT binary patch literal 10268 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 - - - - - - - - - - Tomcat Status - - - -
Tomcat Status
- - - - - -
- - - - - - - - - - - - -
JVM:free: total: max:

-
- - - Connector --
- - - - -
- - - - - - - - - - -
threadInfo maxThreads: minSpareThreads: maxSpareThreads: currentThreadCount: currentThreadsBusy:

-
- - - - - - - - - - - -
requestInfo maxTime: processingTime: requestCount: errorCount: bytesReceived: bytesSent:

-
- - - - - - -
StageTimeB SentB RecvClientVHostRequest

-
- - - - - - - - - - ? - - - -
+ + + + + + + + + + + Tomcat Status + + + +
Tomcat Status
+ + + + + +
+ + + + + + + + + + + + +
JVM:free: total: max:

+
+ + + Connector --
+ + + + +
+ + + + + + + + + + +
threadInfo maxThreads: minSpareThreads: maxSpareThreads: currentThreadCount: currentThreadsBusy:

+
+ + + + + + + + + + + +
requestInfo maxTime: processingTime: requestCount: errorCount: bytesReceived: bytesSent:

+
+ + + + + + +
StageTimeB SentB RecvClientVHostRequest

+
+ + + + + + + + + + ? + + + +
diff --git a/jboss/server/adempiere/deploy/jboss-web.deployer/conf/web.xml b/jboss/server/adempiere/deploy/jboss-web.deployer/conf/web.xml new file mode 100644 index 0000000000..ef15dd2b20 --- /dev/null +++ b/jboss/server/adempiere/deploy/jboss-web.deployer/conf/web.xml @@ -0,0 +1,1248 @@ + + + + + + + + + + + + + + + + + + com.sun.faces.injectionProvider + org.jboss.web.jsf.integration.injection.JBossInjectionProvider + + + + + CommonHeadersFilter + org.jboss.web.tomcat.filters.ReplyHeaderFilter + + X-Powered-By + Servlet 2.4; JBoss-4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)/JBossWeb-2.0 + + + + + CommonHeadersFilter + /* + + + + + + + + + + org.jboss.web.tomcat.security.SecurityFlushSessionListener + + + + + + org.jboss.web.jsf.integration.config.JBossJSFConfigureListener + + + + + + + com.sun.faces.application.WebappLifecycleListener + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + default + org.apache.catalina.servlets.DefaultServlet + + debug + 0 + + + listings + false + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + jsp + org.apache.jasper.servlet.JspServlet + + fork + false + + + xpoweredBy + false + + + compilerSourceVM + 1.5 + + + + engineOptionsClass + org.jboss.web.tomcat.service.jasper.JspServletOptions + + + + JSF standard tlds + tagLibJar0 + jsf-libs/jsf-impl.jar + + + JSTL standard tlds + tagLibJar1 + jstl.jar + + + 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + default + / + + + + + + + + jsp + *.jsp + + + + jsp + *.jspx + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 30 + + + + + + + + + + + + abs + audio/x-mpeg + + + ai + application/postscript + + + aif + audio/x-aiff + + + aifc + audio/x-aiff + + + aiff + audio/x-aiff + + + aim + application/x-aim + + + art + image/x-jg + + + asf + video/x-ms-asf + + + asx + video/x-ms-asf + + + au + audio/basic + + + avi + video/x-msvideo + + + avx + video/x-rad-screenplay + + + bcpio + application/x-bcpio + + + bin + application/octet-stream + + + bmp + image/bmp + + + body + text/html + + + cdf + application/x-cdf + + + cer + application/x-x509-ca-cert + + + class + application/java + + + cpio + application/x-cpio + + + csh + application/x-csh + + + css + text/css + + + dib + image/bmp + + + doc + application/msword + + + dtd + application/xml-dtd + + + dv + video/x-dv + + + dvi + application/x-dvi + + + eps + application/postscript + + + etx + text/x-setext + + + exe + application/octet-stream + + + gif + image/gif + + + gtar + application/x-gtar + + + gz + application/x-gzip + + + hdf + application/x-hdf + + + hqx + application/mac-binhex40 + + + htc + text/x-component + + + htm + text/html + + + html + text/html + + + hqx + application/mac-binhex40 + + + ief + image/ief + + + jad + text/vnd.sun.j2me.app-descriptor + + + jar + application/java-archive + + + java + text/plain + + + jnlp + application/x-java-jnlp-file + + + jpe + image/jpeg + + + jpeg + image/jpeg + + + jpg + image/jpeg + + + js + text/javascript + + + jsf + text/plain + + + jspf + text/plain + + + kar + audio/x-midi + + + latex + application/x-latex + + + m3u + audio/x-mpegurl + + + mac + image/x-macpaint + + + man + application/x-troff-man + + + mathml + application/mathml+xml + + + me + application/x-troff-me + + + mid + audio/x-midi + + + midi + audio/x-midi + + + mif + application/x-mif + + + mov + video/quicktime + + + movie + video/x-sgi-movie + + + mp1 + audio/x-mpeg + + + mp2 + audio/x-mpeg + + + mp3 + audio/x-mpeg + + + mpa + audio/x-mpeg + + + mpe + video/mpeg + + + mpeg + video/mpeg + + + mpega + audio/x-mpeg + + + mpg + video/mpeg + + + mpv2 + video/mpeg2 + + + ms + application/x-wais-source + + + nc + application/x-netcdf + + + oda + application/oda + + + + odb + application/vnd.oasis.opendocument.database + + + + odc + application/vnd.oasis.opendocument.chart + + + + odf + application/vnd.oasis.opendocument.formula + + + + odg + application/vnd.oasis.opendocument.graphics + + + + odi + application/vnd.oasis.opendocument.image + + + + odm + application/vnd.oasis.opendocument.text-master + + + + odp + application/vnd.oasis.opendocument.presentation + + + + ods + application/vnd.oasis.opendocument.spreadsheet + + + + odt + application/vnd.oasis.opendocument.text + + + ogg + application/ogg + + + + otg + application/vnd.oasis.opendocument.graphics-template + + + + oth + application/vnd.oasis.opendocument.text-web + + + + otp + application/vnd.oasis.opendocument.presentation-template + + + + ots + application/vnd.oasis.opendocument.spreadsheet-template + + + + ott + application/vnd.oasis.opendocument.text-template + + + pbm + image/x-portable-bitmap + + + pct + image/pict + + + pdf + application/pdf + + + pgm + image/x-portable-graymap + + + pic + image/pict + + + pict + image/pict + + + pls + audio/x-scpls + + + png + image/png + + + pnm + image/x-portable-anymap + + + pnt + image/x-macpaint + + + ppm + image/x-portable-pixmap + + + ppt + application/powerpoint + + + ps + application/postscript + + + psd + image/x-photoshop + + + qt + video/quicktime + + + qti + image/x-quicktime + + + qtif + image/x-quicktime + + + ras + image/x-cmu-raster + + + rdf + application/rdf+xml + + + rgb + image/x-rgb + + + rm + application/vnd.rn-realmedia + + + roff + application/x-troff + + + rtf + application/rtf + + + rtx + text/richtext + + + sh + application/x-sh + + + shar + application/x-shar + + + + smf + audio/x-midi + + + sit + application/x-stuffit + + + snd + audio/basic + + + src + application/x-wais-source + + + sv4cpio + application/x-sv4cpio + + + sv4crc + application/x-sv4crc + + + swf + application/x-shockwave-flash + + + t + application/x-troff + + + tar + application/x-tar + + + tcl + application/x-tcl + + + tex + application/x-tex + + + texi + application/x-texinfo + + + texinfo + application/x-texinfo + + + tif + image/tiff + + + tiff + image/tiff + + + tr + application/x-troff + + + tsv + text/tab-separated-values + + + txt + text/plain + + + ulw + audio/basic + + + ustar + application/x-ustar + + + vxml + application/voicexml+xml + + + xbm + image/x-xbitmap + + + xht + application/xhtml+xml + + + xhtml + application/xhtml+xml + + + xml + application/xml + + + xpm + image/x-xpixmap + + + xsl + application/xml + + + xslt + application/xslt+xml + + + xul + application/vnd.mozilla.xul+xml + + + xwd + image/x-xwindowdump + + + wav + audio/x-wav + + + svg + image/svg+xml + + + svgz + image/svg+xml + + + vsd + application/x-visio + + + + wbmp + image/vnd.wap.wbmp + + + + wml + text/vnd.wap.wml + + + + wmlc + application/vnd.wap.wmlc + + + + wmls + text/vnd.wap.wmlscript + + + + wmlscriptc + application/vnd.wap.wmlscriptc + + + wrl + x-world/x-vrml + + + Z + application/x-compress + + + z + application/x-compress + + + zip + application/zip + + + xls + application/vnd.ms-excel + + + doc + application/vnd.ms-word + + + ppt + application/vnd.ms-powerpoint + + + + + + + + + + + + + + + + index.html + index.htm + index.jsp + + + diff --git a/jboss/server/adempiere/deploy/jboss-web.deployer/context.xml b/jboss/server/adempiere/deploy/jboss-web.deployer/context.xml new file mode 100644 index 0000000000..cb1d2b02ee --- /dev/null +++ b/jboss/server/adempiere/deploy/jboss-web.deployer/context.xml @@ -0,0 +1,17 @@ + + + + + + + org.jboss.web.tomcat.security.RunAsListener + + diff --git a/jboss/server/adempiere/deploy/jboss-web.deployer/serverTemplate.xml b/jboss/server/adempiere/deploy/jboss-web.deployer/serverTemplate.xml new file mode 100644 index 0000000000..d336f1775f --- /dev/null +++ b/jboss/server/adempiere/deploy/jboss-web.deployer/serverTemplate.xml @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jboss/server/adempiere/deploy/jboss-xa-jdbc.rar b/jboss/server/adempiere/deploy/jboss-xa-jdbc.rar new file mode 100644 index 0000000000000000000000000000000000000000..c5bd01d94710e14b260503e4fbc6e283fd34e21d GIT binary patch literal 15978 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 R|CWIKGyVmoHF^HM`(L;o&QSmW literal 0 HcmV?d00001 diff --git a/jboss/server/adempiere/deploy/jbossjca-service.xml b/jboss/server/adempiere/deploy/jbossjca-service.xml index ede4aae514..b9f53b2806 100644 --- a/jboss/server/adempiere/deploy/jbossjca-service.xml +++ b/jboss/server/adempiere/deploy/jbossjca-service.xml @@ -1,72 +1,67 @@ - - - - - - - - - - - - - - - - - - - - - - WorkManager - - 1024 - - 100 - - 60000 - - - - jboss.jca:service=WorkManagerThreadPool - jboss:service=TransactionManager - - - - jboss.jca:service=WorkManager - jboss:service=TransactionManager - - - - -ds.xml - stylesheets/ConnectionFactoryTemplate.xsl - - - - - jboss:service=TransactionManager - - - false - - - true - - - - + + + + + + + + + + + + + + + + + + + + + + WorkManager + + 1024 + + 100 + + 60000 + + + + jboss.jca:service=WorkManagerThreadPool + jboss:service=TransactionManager + + + + jboss.jca:service=WorkManager + jboss:service=TransactionManager + + + + -ds.xml + 300:-ds.xml + stylesheets/ConnectionFactoryTemplate.xsl + false + + + + + jboss:service=TransactionManager + + + true + + + + diff --git a/jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/META-INF/jboss-service.xml b/jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/META-INF/jboss-service.xml deleted file mode 100644 index cb531d73bf..0000000000 --- a/jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/META-INF/jboss-service.xml +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - java:/jaas/other - - - false - - false - - org.apache.commons.logging - - true - - - org.jboss.web.tomcat.tc5.session.JBossCacheManager - - - - - - - - - - instant - 2000 - - true - - - false - - jboss.web - - - jboss.security:service=JaasSecurityManager - - - - - jboss:service=TransactionManager - - - - - diff --git a/jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/ROOT.war/index.html b/jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/ROOT.war/index.html deleted file mode 100644 index e0db9cdd72..0000000000 --- a/jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/ROOT.war/index.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - -Welcome to JBoss™ - - - - - - - - - - - - - -

JBoss Online Resources

- - - -

JBoss Management

- - - - - - - - diff --git a/jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/ROOT.war/logo.gif b/jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/ROOT.war/logo.gif deleted file mode 100644 index 724660296c9cf1bd3265a61c4b64b70450afa662..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12721 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 diff --git a/jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/conf/web.xml b/jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/conf/web.xml deleted file mode 100644 index 599604fde1..0000000000 --- a/jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/conf/web.xml +++ /dev/null @@ -1,978 +0,0 @@ - - - - - - - - - - - - - - - - CommonHeadersFilter - org.jboss.web.tomcat.filters.ReplyHeaderFilter - - X-Powered-By - Servlet 2.4; JBoss-4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)/Tomcat-5.5 - - - - - CommonHeadersFilter - /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - default - org.apache.catalina.servlets.DefaultServlet - - debug - 0 - - - listings - true - - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - jsp - org.apache.jasper.servlet.JspServlet - - fork - false - - - xpoweredBy - false - - - - engineOptionsClass - org.jboss.web.tomcat.tc5.jasper.JspServletOptions - - - 3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - default - / - - - - - - - - jsp - *.jsp - - - - jsp - *.jspx - - - - - - - - - - - - - - - - 30 - - - - - - - - - - - - abs - audio/x-mpeg - - - ai - application/postscript - - - aif - audio/x-aiff - - - aifc - audio/x-aiff - - - aiff - audio/x-aiff - - - aim - application/x-aim - - - art - image/x-jg - - - asf - video/x-ms-asf - - - asx - video/x-ms-asf - - - au - audio/basic - - - avi - video/x-msvideo - - - avx - video/x-rad-screenplay - - - bcpio - application/x-bcpio - - - bin - application/octet-stream - - - bmp - image/bmp - - - body - text/html - - - cdf - application/x-cdf - - - cer - application/x-x509-ca-cert - - - class - application/java - - - cpio - application/x-cpio - - - csh - application/x-csh - - - css - text/css - - - dib - image/bmp - - - doc - application/msword - - - dtd - text/plain - - - dv - video/x-dv - - - dvi - application/x-dvi - - - eps - application/postscript - - - etx - text/x-setext - - - exe - application/octet-stream - - - gif - image/gif - - - gtar - application/x-gtar - - - gz - application/x-gzip - - - hdf - application/x-hdf - - - hqx - application/mac-binhex40 - - - htc - text/x-component - - - htm - text/html - - - html - text/html - - - hqx - application/mac-binhex40 - - - ief - image/ief - - - jad - text/vnd.sun.j2me.app-descriptor - - - jar - application/java-archive - - - java - text/plain - - - jnlp - application/x-java-jnlp-file - - - jpe - image/jpeg - - - jpeg - image/jpeg - - - jpg - image/jpeg - - - js - text/javascript - - - jsf - text/plain - - - jspf - text/plain - - - kar - audio/x-midi - - - latex - application/x-latex - - - m3u - audio/x-mpegurl - - - mac - image/x-macpaint - - - man - application/x-troff-man - - - me - application/x-troff-me - - - mid - audio/x-midi - - - midi - audio/x-midi - - - mif - application/x-mif - - - mov - video/quicktime - - - movie - video/x-sgi-movie - - - mp1 - audio/x-mpeg - - - mp2 - audio/x-mpeg - - - mp3 - audio/x-mpeg - - - mpa - audio/x-mpeg - - - mpe - video/mpeg - - - mpeg - video/mpeg - - - mpega - audio/x-mpeg - - - mpg - video/mpeg - - - mpv2 - video/mpeg2 - - - ms - application/x-wais-source - - - nc - application/x-netcdf - - - oda - application/oda - - - pbm - image/x-portable-bitmap - - - pct - image/pict - - - pdf - application/pdf - - - pgm - image/x-portable-graymap - - - pic - image/pict - - - pict - image/pict - - - pls - audio/x-scpls - - - png - image/png - - - pnm - image/x-portable-anymap - - - pnt - image/x-macpaint - - - ppm - image/x-portable-pixmap - - - ppt - application/powerpoint - - - ps - application/postscript - - - psd - image/x-photoshop - - - qt - video/quicktime - - - qti - image/x-quicktime - - - qtif - image/x-quicktime - - - ras - image/x-cmu-raster - - - rgb - image/x-rgb - - - rm - application/vnd.rn-realmedia - - - roff - application/x-troff - - - rtf - application/rtf - - - rtx - text/richtext - - - sh - application/x-sh - - - shar - application/x-shar - - - smf - audio/x-midi - - - sit - application/x-stuffit - - - snd - audio/basic - - - src - application/x-wais-source - - - sv4cpio - application/x-sv4cpio - - - sv4crc - application/x-sv4crc - - - swf - application/x-shockwave-flash - - - t - application/x-troff - - - tar - application/x-tar - - - tcl - application/x-tcl - - - tex - application/x-tex - - - texi - application/x-texinfo - - - texinfo - application/x-texinfo - - - tif - image/tiff - - - tiff - image/tiff - - - tr - application/x-troff - - - tsv - text/tab-separated-values - - - txt - text/plain - - - ulw - audio/basic - - - ustar - application/x-ustar - - - xbm - image/x-xbitmap - - - xht - application/xhtml - - - xhtml - application/xhtml - - - xml - text/xml - - - xpm - image/x-xpixmap - - - xsl - text/xml - - - xwd - image/x-xwindowdump - - - wav - audio/x-wav - - - svg - image/svg - - - svgz - image/svg - - - vsd - application/x-visio - - - - wbmp - image/vnd.wap.wbmp - - - - wml - text/vnd.wap.wml - - - - wmlc - application/vnd.wap.wmlc - - - - wmls - text/vnd.wap.wmlscript - - - - wmlscriptc - application/vnd.wap.wmlscriptc - - - wrl - x-world/x-vrml - - - Z - application/x-compress - - - z - application/x-compress - - - zip - application/zip - - - - - - - - - - - - - - - - - index.html - index.htm - index.jsp - - - diff --git a/jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/context.xml b/jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/context.xml deleted file mode 100644 index 8c6fb6c4e4..0000000000 --- a/jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/context.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/serverTemplate.xml b/jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/serverTemplate.xml deleted file mode 100644 index ea7077b44d..0000000000 --- a/jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/serverTemplate.xml +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jboss/server/adempiere/deploy/jmx-console.war/META-INF/MANIFEST.MF b/jboss/server/adempiere/deploy/jmx-console.war/META-INF/MANIFEST.MF deleted file mode 100644 index d33b84725d..0000000000 --- a/jboss/server/adempiere/deploy/jmx-console.war/META-INF/MANIFEST.MF +++ /dev/null @@ -1,4 +0,0 @@ -Manifest-Version: 1.0 -Ant-Version: Apache Ant 1.6.2 -Created-By: 1.4.2_05-b04 (Sun Microsystems Inc.) - diff --git a/jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/AddressPort.class b/jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/AddressPort.class deleted file mode 100644 index f04674ffcfd0f71b62d67a033d64e23a513df4c1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2765 zcmb7GYjYD-7=AXlO_!yVw7~{N!cCI2AzW&ea4&)c(iSLGB3`;lwrNV5jhk&Pf_GH@ zf`0I;UvWlK#*T_JjvxF{j?dZMBuj`hI-Q<#_C4?O-p=!$lfVA{`Bwmk@KDB#j9CRf zTn*!x0twd?T*sV@8(~b!xG7^^fr7VW+>%jHuoZ7B7{G0@dPfZJiqH2H$ar7If(%VT z6vZ$~VlIn84`We*ii-GHQZRz5a9A9m-DNS{5$Kv2R>G)bjN5aX3ez-fW)We#0;=3B%5QO{-U^VCfaz&Dr9zUb0Rk z^M+Z;EEkPtGqb$1p3%x$!!pcF$*5bVQOmgCtMnv1o;S+6gl+k1U7uMM#&2lF8YPju zQPOJjnpqX!u5hrSnc9kOQR{9)Z&K^FCxG)c&B;PDE8H9Q?zzE9P?<%p(aB(^2XE?& zHD-{R)~zL@%;3Td%C3$CnJ^JDg-b@$6-GSZIm@ipD+C2gM$M>8kaEmU=yJ(?q8{A~ z>m|KmRgF5;y*4^Q2CDT%L&DhqDy7mf%j82RtM#gNTEe({M7@XY38#I;$$3U>EmaAR zCX#&=Bn*n`btxlZw5`}{-_gC~){69!Fw)kwiPb6C7TOegGdx+A*D{_?Y_i$efAFKETpQ`u_pSR6ajZALVV`fL!xMOB&b#YN= zdQhOfwr@%T!!LebaAskkDBDSV^i6&zHN zKvKmeA-fE+H*`pB#z@;zwF~50YZpDY6In#Cr4p71AA_-@`cZ7TB-p+I| zUb;QkhojxZpWS1O)%u!ohx|D1b>lXY*NrRk`suWrT&cZ$jZ)h&gYpUIUbjZ3*-E|rv_3xWY23&8Aji-J|`&oW~x%K|a2R;-B2&2thB7 zGT*io#<(*MNKX+!n9@I`y#E(S(;R#=sTTZ^z<3M6Y#`PWKj8j!>UV7Y7MD{`v2`Xrlx<;fGLX&&H!)D~Z(v(C6b*cjSlS;A zv@nznrlWztLJQlUAd(F^ww_=(7IMs`H!)J!M6|Gh9g!DW7!^^p5R2^Onz6jdsfCv| zu5`Fki{Q3O%31ye=5j0N6o{uuhP~L9EG3u4-+xL$_g*9 zvid75F`KrLI&^#264eo zD(=82Im>+-u<0Y&D?uP19ZXW!ag*UJ_JXOO5P!slV?1OFbGAX%QE&}PxQI6?5ixqf zyL-XYeZjmOUGP!P!gH9Ocek*o7k|xz4|kmNUhR+H+l#;17tagZ#b388!KP|cbDyB5 d9ZM{--&w~6O%FKy?6qI;*iUrg%iATK{s#q#eCPlG diff --git a/jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/AttrResultInfo.class b/jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/AttrResultInfo.class deleted file mode 100644 index f28dcbdeeadf4e4ba0023024d2367600e052ad46..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1289 zcmb7D-%k@k5dO9;z5X}>3sl=GRzWRC>4_kU1r!Y=CXE^)7~<2l-Ii<0U31+kzWFEB z#Fn6mFD5+rM;T}DDm~Pgcn>qXJKxTH^UdD(AD_PhC}1;&1aeVa#GEvmH1pErV^}~T z4jp%-S(Lbfg1ZWqVu&Lb!Ls!CB3O~0LiZIsU!)r$;a zUNwd7Fl4-FnHyGHf9cpQ?uhqWZcxG;-tIKT`6MsO4PFrxjfw-uerJ@MRAtInW%t*y z%&=x!rr2P3o%10EJpNJJ2OiY(oeT@i?NOgk?J6-CE14F5-Z?CDXV>GDDA^UGxo0@0 z+z$>z;=pV(6iT*J*BfQK-PRk2N4ilpS|o^Gu`S`)O?^`c=at+1GplCHX6syRws-jv zsWF+G^RYP-mHno})=`DGglSuJJ+@N!xL&XiuP>$hL&+0HFho>H`C!Jc2)0|V@HtX;f&6Hchki@cfEvw=Y z9y7!{7O^m!o^<*DQHNoCSk{{sLog?2<70U?G=_+*dq%S(W%a+F z!Gn3Y)L^&~y{07WvmLiQ@{ zKG1%Id|EpO)8=~!X!#z3+CmQ@EfwlvT}dthcO}^b-Ie4c`O@?UY`zgjqTXnqFmj5xbbW-o|@n!S2nax63pTz(I?V_#u?p}GT;6QS70l2 diff --git a/jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/OpResultInfo.class b/jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/OpResultInfo.class deleted file mode 100644 index 7ecae15d495f62f809ee77b08d3edd06ae78a0f2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 718 zcma)3O;6iE5Ph3CNfQhNXbUmlx71L4ptn}NR6;^Zi&PL7PMcs{M~)Y*9n@q0QV&t3 z9{L0LQB~h;B0)tCT;9y=&c63%=l<{SKLC!f*FpoGCh7wj0=KU{}G*^(a`xuoJJb4|kKUYf^W#-o00FLXb19?U>zm)fRM&knuvTS|q)p0P-9+kg$yb+E?FpEltoUa=B_*F+)s!Oj|EAOzvT1eNe`f@=770x#@% z6Vx791DXW3$hu97JG8S)_C0FsJC%1+rkM&k-6&!&aKnhFK>iF>m&rgf@H(psHvR$S Cgpqat diff --git a/jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/Server.class b/jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/Server.class deleted file mode 100644 index 28344ca8b92c60839a3eebaaf671125e3c88e1f9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9508 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 diff --git a/jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/model/DomainData.class b/jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/model/DomainData.class deleted file mode 100644 index 59a4691c9db4ef2b3581a99a3d225832d2f88a6e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1720 zcmb7FYflqF6g@*93(G<&k1C)-RiF=G6-0#s%0twoU}6!Xewxw^Y_sj^c5Bq%&ly{wU*}*|jawklLg(yEFHmbM9kifBpXY1HddEsfb`k!K{i7%ygj(x)^S#xQRKj zHm~9q78KkT^Bu8rSHYr~m&A}!u*{$q>=HN2JG^8t^k<9w4c9GRKGburW0nsyb&E~z za)trVqUxHKzUvr9&Tz>jylj?Dca>o%aTX!D#}M4G3xprZnq_0BTFM*FF3($%(LUhT z9(PRf?k@)2BeTMg$lA`KUd-E-ie4!xa&1R15tgNIO5H*g30P^t`|@1(?RA5f zrMJ{qkkKXD^%UoYH^O``%v z1sS3-MsLp$kTyf96R^}bbUZ&n;26PF`WT^4WYB>N(ltoq2!iAk!6*S-!bMt%dCnN7 zJ@FfoWK2?w`V=-%1ZXebiX!zH!Rapu*P!e-=wb+w!xf)yjOfNijV0x{2Ue$y`;a@i8R*G{T*6XJf>^t*-tmndSwjr=%(+$AQmL5SGt&w+D&^RdqPZtg7L(y`}nF4 c+S^nkFYHC?v!y0HwH~%gcqxgOmQhXr0k3jn2mk;8 diff --git a/jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/model/MBeanData.class b/jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/model/MBeanData.class deleted file mode 100644 index a2dca33131feb76e9c96851d97a0a88f81bbd207..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2082 zcma)-T~ixX7{~u7Z<~Zr3IdhB@RC}Z7s}dNPytgZh{XnUEYlgi@+4W(%_O^NvN-Km z;REPRFLcJ@j2DjHc;TI2$nk&nY_lN=PKTMZyXX9$=lPxICH(#GZ@&Xr#p5)_u$F>> zb+vq$#z**AEgNZUV#~lM>Z6p#1ALmMVB5e$13Lm~x6-hx-l1$+0yoMH`MrE$wxlEL zR?Bic^UL1xra-b~d2&~JQsDZq^x&Z-oqgxnr82Q)JGNI6i01N71!6mHjs7RfwqqTh zv?^BTNLHHMnJT+g*?cNHw)ze>W8O2nD{#B)cIsxM;&!`cqxHg+HQDyuj@hEGrs+ph zER4358>Z<4A3h9G72SB<@RpEBLd*VOg})5GEMTwM%-C6#ySxQ@-{e{8)B zYVxvdcfB{7t3%Fu1s6!s!LHkqwsVf}jqSNK1|5*!#}WsB3@ke${A0rS(-BcQ<5TT3 zk6hp3*9UwGKI4U7A%6B{(_GV(16L5kyO`lyMvE}ZJ@9>!``W=bR7SZsp&S&7uMsJ% zyhb#1HAN@Db*?v%!aP|Pe3y&bEO1E&KBr=t@JS;KFo&x_7?V%U`3oXHQ51pVO!%A2 zBN?wTsAeott?rZX`9d^(%T>f-`W|Mrs)v*akobE^aP6xfBsvJPJ`!XBi=#mLa-=~@ z1bJ`)h^n2+z!I{7uY3MCkSs7GXNV25?DerEdxg7sk$rs7{$Qj%M{Gp==ou1&_D3V_ zIcS0XKTLL#McFR?0pmblB6+ytUnaQ`yE7L%Lux%f6F11!%ZAx1$C_98A@pQU|%!%3di6!a_pitTITs?D4<^bw^2Zm zxN&SzdxgN`xQ{#3MX4$Bzj2OjJx~88-lt07E>v06U>#GfdM;c13+dvYFisJVzA6-d wKs?6B8PcaPVm~4l4f$v318_N_ZAN-dx(>U%>+|Z~%=Xx_0h{0mt7*9ZAKeasU;qFB diff --git a/jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/jboss-web.xml b/jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/jboss-web.xml deleted file mode 100644 index 38c3fdcb6d..0000000000 --- a/jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/jboss-web.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - diff --git a/jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/web.xml b/jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/web.xml deleted file mode 100644 index d876671c55..0000000000 --- a/jboss/server/adempiere/deploy/jmx-console.war/WEB-INF/web.xml +++ /dev/null @@ -1,89 +0,0 @@ - - - - - The standard web descriptor for the html adaptor - - HtmlAdaptor - org.jboss.jmx.adaptor.html.HtmlAdaptorServlet - - - ClusteredConsoleServlet - org.jboss.jmx.adaptor.html.ClusteredConsoleServlet - - jgProps - UDP(ip_mcast=true;ip_ttl=16;loopback=false;mcast_addr=228.1.2.3;mcast_port=45566): -org.jboss.jmx.adaptor.control.FindView - - The JGroups protocol stack config - - - - DisplayMBeans - /displayMBeans.jsp - - - InspectMBean - /inspectMBean.jsp - - - DisplayOpResult - /displayOpResult.jsp - - - ClusterView - /cluster/clusterView.jsp - - - - HtmlAdaptor - /HtmlAdaptor - - - ClusteredConsoleServlet - /cluster/ClusteredConsole - - - DisplayMBeans - /DisplayMBeans - - - InspectMBean - /InspectMBean - - - DisplayOpResult - /DisplayOpResult - - - - - - BASIC - JBoss JMX Console - - - - JBossAdmin - - diff --git a/jboss/server/adempiere/deploy/jmx-console.war/cluster/bootstrap.html b/jboss/server/adempiere/deploy/jmx-console.war/cluster/bootstrap.html deleted file mode 100644 index afa00d7fc4..0000000000 --- a/jboss/server/adempiere/deploy/jmx-console.war/cluster/bootstrap.html +++ /dev/null @@ -1,69 +0,0 @@ - - - Cluster View Bootstrap - - - - - - - - -

JBoss Cluster Bootstrap

-
- -The cluster nodes to view need to be specified via some bootstrap mechanism. -This can be done using any of the following methods. - -

Bootstrap Using Naming Discovery

-This determines the cluster entry point by doing an HAJNDI naming service -discovery query. The query may be restricted to a given partition name by -specifying the name in the PartitionName field. -If not specified than the first partition to respond will be choosen. -
- - - - - - - - - - - - - - - - - - -
PartitionName:
DiscoveryName:
DiscoveryPort:
DiscoveryTimeout:
-
- -

Bootstrap Using a Hostname

-This determines the cluster entry point(s) by querying the JNDI service -on the indicated server for the available cluster paritition services. -Any cluster to which the server belongs will serve as an entry point for -determining the members of the cluster. To query the server hosting the -jmx-console application use "locahost" for the hostname. -
- - - - - - - - - - - - -
Hostname:
Port:
-
- - - - diff --git a/jboss/server/adempiere/deploy/jmx-console.war/cluster/clusterView.jsp b/jboss/server/adempiere/deploy/jmx-console.war/cluster/clusterView.jsp deleted file mode 100644 index 0f27c92a96..0000000000 --- a/jboss/server/adempiere/deploy/jmx-console.war/cluster/clusterView.jsp +++ /dev/null @@ -1,44 +0,0 @@ -<%@page contentType="text/html" - import="java.net.*,java.io.*" -%> - -Clustered JBoss Management Console - - - - - -
-

Cluster View Bootstrap

-Reinvoke Bootstrap - -

Loaded Clusters

-<% - String partition = (String) request.getAttribute("partition"); -%> -

<%= partition %>

-
    -<% - String[] partitionHosts = (String[]) request.getAttribute("partitionHosts"); - for(int h = 0; h < partitionHosts.length; h ++) - { - String host = partitionHosts[h]; - String hostname = ""; - - try - { - hostname = InetAddress.getByName(host).getHostName(); - } - catch(IOException e) {} - - String hostURL = "http://"+host+":8080/jmx-console//HtmlAdaptor?action=displayMBeans"; -%> -
  • <%= hostname %>
  • -<% - } -%> -
-
- - - diff --git a/jboss/server/adempiere/deploy/jmx-console.war/cluster/index.html b/jboss/server/adempiere/deploy/jmx-console.war/cluster/index.html deleted file mode 100644 index c3da41e902..0000000000 --- a/jboss/server/adempiere/deploy/jmx-console.war/cluster/index.html +++ /dev/null @@ -1,6 +0,0 @@ - - - - - A frames enabled browser is required for the cluster view - diff --git a/jboss/server/adempiere/deploy/jmx-console.war/displayMBeans.jsp b/jboss/server/adempiere/deploy/jmx-console.war/displayMBeans.jsp deleted file mode 100644 index 1ace7654a0..0000000000 --- a/jboss/server/adempiere/deploy/jmx-console.war/displayMBeans.jsp +++ /dev/null @@ -1,59 +0,0 @@ -<%@page contentType="text/html" - import="java.net.*,java.util.*,org.jboss.jmx.adaptor.model.*,java.io.*" -%> - - - JBoss JMX Management Console - - - - - -
- - - - -
JBoss - <% - String hostname = ""; - try - { - hostname = InetAddress.getLocalHost().getHostName(); - } - catch(IOException e) {} - %> -

JMX Agent View <%= hostname %>

-
-
-
-ObjectName Filter (e.g. "jboss:*", "*:service=invoker,*") :"> -
-
-<% - Iterator mbeans = (Iterator) request.getAttribute("mbeans"); - while( mbeans.hasNext() ) - { - DomainData domainData = (DomainData) mbeans.next(); -%> -

<%= domainData.getDomainName() %>

-
    -<% - MBeanData[] data = domainData.getData(); - for(int d = 0; d < data.length; d ++) - { - String name = data[d].getObjectName().toString(); - String properties = data[d].getNameProperties(); -%> -
  • <%= URLDecoder.decode(properties) %>
  • -<% - } -%> -
-<% - } -%> - - - - diff --git a/jboss/server/adempiere/deploy/jmx-console.war/displayOpResult.jsp b/jboss/server/adempiere/deploy/jmx-console.war/displayOpResult.jsp deleted file mode 100644 index e7d483b8e3..0000000000 --- a/jboss/server/adempiere/deploy/jmx-console.war/displayOpResult.jsp +++ /dev/null @@ -1,74 +0,0 @@ -<%@page contentType="text/html" - import="java.net.*" -%> - - - Operation Results - - - - - - - - -
- - - - -
JBoss

JMX MBean Operation Result <%= opResultInfo.name%>()

- - - - - - - - - - -
Back to Agent View - Back to MBean View - Reinvoke MBean Operation"); -%> -
- - -
- -<% - if( opResultInfo.result == null ) - { -%> - Operation completed successfully without a return value. -<% - } - else - { - String opResultString = opResultInfo.result.toString(); - boolean hasPreTag = opResultString.startsWith("
");
-      if( hasPreTag == false )
-         out.println("
");
-      out.println(opResultString);
-      if( hasPreTag == false )
-         out.println("
"); - } -%> - - - - - diff --git a/jboss/server/adempiere/deploy/jmx-console.war/images/logo.gif b/jboss/server/adempiere/deploy/jmx-console.war/images/logo.gif deleted file mode 100644 index 724660296c9cf1bd3265a61c4b64b70450afa662..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12721 zcmWlfWn9y57sh|<4F-&m5@8@Qq$b^tkdhc35(A`bC?E>xMvI_RT0ut&f;bxib%Y2b z97;(!QbbTt35z}d=iUAC{+x5}^SQ3?bz9q7=^F$t01?107uX+t&W)A}yKJx@DtZ2y z&h^qO|9*VF`s^h4yxji!GB@3V8!yjwN63XVa%;})v81_YRJhHV`;YQ(^GfZ1k>h3< zac@NZ9+&<*Z^JG0nf@?YcnQaCO8My~!_7b8ecFIq7|cyIj4AcwUU$u5>2l8>-CtyJ zyK1;;N0vV=>^ykNtv%1pwB2i#b<+h2HJ$ExNg9^GG?)h!|2k& ztfi|C_f|ajNnt&sbFW>-_Qrr8KG!AGaDSE+_GpxpYQW|GK$0m&C*EZJb;h+#m1U0A%`ypOsyBe52>g{+D;$mP>zT-hTjO?27gOEy%xtuYt_3>FY2M*PuEB;&9VRS{h$B-isBP`G!(g|VgEMN30Ge4-;~?m`Mv$R zcfa+@XB!#rcf4ni&7Xh&ei+Dgw7lW|`NhpK-B|zn_cE6CseS8#rNe{l5(~ZB9NfS24(WRr0&Dap%+Y{tsqf?al2sr-ujM?moKwEkJLp zHJ0F(F*~dp5ajbaUFUa!6F0}>b9%z(YYDO{@-88G003lvK|uh(1yuh#1OI;$0Fn!E zQBpPxdS?bw_=tU3bX9i_=CECb&4cRKm&LV&RNXJxE4WKqK!)qlAln&5Fc)@6KhS~vXj8dD|@#)r`yJDk1 z$C%x6&e58MkWX^KgxsdX?OV8yl^xkXKIwSbgjG2?CVsJwjd)dDnX>bB$}F1u3MO~$ zmnHVy9lhK8B`R zA^yps^I77tR+*uKEhTnHoxUnR_`)ICHy6O;0NCiRm;3Z(Nr1yrSZMMJsuQdLfIyTBYtKL3;uX2!1LVRPgzTHgSC0c2 z2GGS5R>5@S*P9^?^I%tn!IUF&7^qbKi-rmHz}D)M3D(V6OQSj__o%p(6%@pjxWvB0 zOnWQg9dP|yC%K0anw=9;;^{9@U*w$hdHLbV7C<3oqtbhWVck$(d%yiF%e-KCOronI z2`q`L%Bqf9ZCgKbKD>HU(@qxBJRg5qMGwFp7u$f2IEsa5b`JAc_jq@!u^zvN#-!-5 zy-Zq37G%D77API6k#LP*O-?Q%U?%YMOtqK`2mKOkz)en1d#>M+MvCe)G9mn=2(3rH z+5L4Y!)qPsDuF(fxdF?X2*2yob9V^OKC1H_s+28a+`hf?wVbCt<6)Cd^|!9exSE6N zxjCjS$Pt*L!+O<@oU6V?zJR$U`SKZSON^EBcG((P#-V}RH7vBNY<&p1k}6mr;3t2@ zO55Cq0quWx+%sTls}a?`JQ-`9Fz9FA9{p)#fAG;GqpQ-2Prf|JQAGb{Qna6a)a7eA zv$UqCbMepoa|*pZ?nO(rZ%SoDhhTkIx{8K80inf5=tgT@CftT8Zgg;XWOY^_L5(&z zA(1lkt3ufZSYn6oPN5yS8x@cm4-szhB46&eda3?q`5y1(n54CGCG8@Ul<^Yyo|Z#(3Sf7T)A=;!DYUj=VY-uybk`cDpsR-EJ;xC)s(~Gn=3V z7|Y8c{OA^t8;BRjRToexUY4RR?5u-cbi-%4|1AR{PRZ+3(fPpYb%jo$d;F%h zD%ataR!4snoQUK;FGQL(sNburkIFS90=Z$v?RE5X!|n6JinjgA4RY>%&n@K!x6-9_ zWToaOEreHTl<*}I?8l?Z(*zMY9REO~Vz7mNC+rc`LKyvuP_(QWH}NO=AoCuhXqSGJSe=ZD@(tdM+lU0@$P9ySwbV& z%bOTEj;QKc<1c4643rP8Q~IJ84<5{Q)-fzb^+~Nr3R!iVCtKUS0njD*6FR$ zmW$#qEbG1#JdN%r9J=m!WU|Nu+a7;}n)j_XsI2R!6Mncb_%&~b9^mv)^e!vcTKOthCvW&FqTg2w(W6d( zzMF6V!f7z^1wMO=rKM-+`Jd>^h|P7794N}BgNfNbqnP#uQ!~Qrg2eR#2r1ZHEV6RQFvz1S!3mFKiDJ~Io)Zu5fU*s}-C z_p&2uqNd*AepZ>d%JO6>9*}4?6YH7}raMv}eG)xlTntLbuuBP>j#+hu>yi%lg&a?+ zh3mX1t{wRNO>~7ST6AhfHLt}P9Fo0uH_jo-`{F#5_Zg$SbUKuzK48~yIaWL8o=fDM zH)tZu2emU8O?cIMbA($zb^8Rv2>Uo{>boILY8aa(qJLGQF#6N;jJtW^mH@oY%#DgX z6=DC)vpB&p{thpz>6aIxYTni|HX@1h&Lp8MQ2hrAAF^U!Ng59j>*_xE65_pR*xmT` zLn$ZK=Npp==`L}!D^2oiyWFv)c0u=6GvCIs`5LHF@0&{3^-r)<2j5gS(!>l!z`Uul z$P2i$M$_f#Ntq?EJA&ssuAzeo_r^(mU*nHZF1U5>`rtXyBq}dJ<{*=k^*T`Uapxd?+Saf1a_Q?ns<-l4 zd+#+HyA5LHotwl$d+HJcut~L>WIh|7ASI{|VCOVEkPWK? zcv9#WE>KWUgZR%Zp1$OQ_4uI#R0rIIpVy&8`!2gXdY*XfPU`qceD%aRv6%ejFx8xv z9f^aU$5Q{(bw3Mcmkoej_Fw|`A8tDEKC{8I|E;;pMbt&1Ta4bT;+`e&%AY>@W&wx}$w1=bzgX~K_P}v_*+obokO?`@rCb`t6=)k2 z#!s3W5PeUNQ4M}jEe?|;Xhjluumq6%xj{uD0fn1P-CPZNTdIV^fF-b?&qUxQhZn}+ ze@TPh;PAH6Ao^q!j!63f&TQH$iMxb51BT!;ASWmgQ2>l*TYmS9*h9$u-BGa#KJ<$W z9TSWGMLy=gq&X++SFT0zaxv^KreHjhPVT~v8WfayT{0}cq)53GNGvcWUaD0t2-1ss zo#=^iFPgVe^B}>njG}kTpwGCo*t20u*)aJ}R}^jOpef(h=>~i!NbF));*Z zT{5HOnob=qnF#qs0)6M4UuW`fbo29hQ4i$u@!_EBWbjp*@BLlynOwdA8bk=tK6Uzf zpte@S4snGHG1w%NZe*V)78;Ylq37$vBH@we>qDmMf1`4ylEFqq`rXEyTf$cusH(@P zVx8)Q3_V)P)0<=7U>r>ezkO2y`(Mw%W?W)LHiKW`F7zc0sHH%7h+rhy^-$NrOB^11 zObQ<|{yhT<)55-&D1HA~=esEQGzFrE;R`3h{V>qSc1<$EP}Jtp=aSIY%{)^qY;Otj z`0mlxDVQk$=wXhbhkXTt$x3;K2j1Il~*5j1XhE};S(=nF-T3e zhFwYu>NIJv6_Tt3@fnLq7QJtQ0ejJdoHMGBga!<;A&%0BBcnX%XcuAyoWUxSSq`(vwCI>#iQ?Rhlv{u2Adw?SB#QGn9Li zh6pF#CliriGZMJ=TuQKYl>bV>%Vk0(K}(+kxkQ42b-~Nxxk_0sET!Tt$@^mG?{|2E zwsZM79F!@ZH;KjOQco=`K z@&E~h|H&J~etzrEbNa!yTMV=^Tfmpx){xS+MS+`>;h)ZXSg82MxhMIb2M_j@mzC8! zsyyjXc>*T^9lTGbSoLuYPdeU22KG89=-3P5`C2efb$&d$AMx~|?M=rB`I$FhO(wXM z`C{g#Su*!&YO*N!hvEG_Iv~vf^FL2qr)2A4LF#0b7l#pt2M8p`a2jxo4nK!MMq-e_ zVCym3gXeQ{yu+mc} zUdU^{xc?da{w64NfY0uE(P2v3hn%PDtd?;jFt4Q6QQT7rb{g9w2E+uv$G~AX5$85v z<^Mrk#3EyS;S_)-!Ff<}^KS0eWydS!%YW%DbO_-q06BLK}n zqh0U=^h^Ea=p6F-8>SV?2KYNhn@9)43@O5`AtSypBDAk!u-};PIG%6#?;v{+B!%ab zBHl8Mg3ZtbGO>^uCCHp=@o%4)IF9)`8+MG=8#&mU&KO=dW@>Q$V-%po=ryno!>ZPNUB zEPS9Wx=^>VTg!X26@ABm2t9!ZC-0oy+sq|aHZJ%=S}<^BO7G{6;aLJO%N|R|KuB2F zRWh$m9y3oqK|Y072*c-xLF8_ZlMhYgGGIl7i6p-XAO`Xei~h%+NK->=(LrMvfh6K& zw!>t$-(;pAUlK;ZcC%e&23|&i+7dsMqgKXLG9`cAS;X_f{ zRB-{cVQ8x5-xOnLs)+&>EYL?$ppQ(Z879+K*y#uVre4fWH<93hn@Dwb8fE-GlGYgL z8*`coRb=pcz4))bW6k8*X7*SJ4Nzjo!nx^8+P0E31FFP?v|Cmg`d1i;i0ZO(w|Fn|)3ht_bAEE&qrgbL;Mm*HUHZ2lM~{~O}6hyU^+HqR{+ z2r#$o&(8tJ^0agKBz#vwFRX;jK}#r|;d3jo7usMXo~+H4gbOP$4#bEA)7XdOuw$C) z!xCgLio>fXjr?K{7;zoJd2@@ic;0W#KqK{TSegxwD#C;57OkCeoQ|%=z%N)p83gDd z0<_w3?FAjwj)&ZRxz;?l*0R6W;?G+{UU=;P1#Jp3WJ906{PM&Ul1&7BnP0kI_H};c z+hto^qL<_^f4aC2mtgXn;b-$zkhv|ZmoLnw<9P!a|B0y2R;JjD(-8^`ZE0ee;BWaB z;_x~RJI(&OVT#?o2feTU?XKfD#)WToBuE)X0IG(DsquDUHo?a>p&FZjz~=s(fIFFk z`1XxoW)m5(iQ#^OY;2m4ctrQVVZMD6`MCAZe+!%@a7^eGj(LAbefThT_5Ez`=&jX> zxm67|N{36Vk&C)W6~O_TUlmHqW;l1r!O0j}%sc!~Bzeu24z;=c)9%$z`;R|Q9E1G% zI^l9`+bv+*BMxGS=W)G1;qh_XLjxU6+4}3Z?fY%pC158_jTc4&pKB>8YXg)5Vw68N zWL;QQzc|}R09rS}`uL?n$A=lkL1!1v9S*~roQIfF_|mQbY5w1l6qwaVv>o`RvUi)glUI3#7 z<(KNK&uh$Z7g4vIB)b%gm>{Pbbn-YoU>+rJ&9Q4W%2#C73Zy>tUB6=G&f_Z;ez?Y( zR$@O~+t}@X#>@1^59krQXtxK*6gqcRBAOsQ zdi3G0?MJ0V^sx^O4mYh}g4%Dvf$TSui}&O*Pn+A*&5IHX!s|a#??MR=(+&%FvXh*@A~C$*jJaVC4_hNVvnnEY;ooJnpwDR`}8s>yRQ=@VJ>cG zT-|3B2@;nlIYW19Z{!^@+t&v$!m)sCGf<1dW}e)87c6Y0E6Y{L74zM~Lfh9K@@j|@ z@I}`|)jJqj=*Cs{dx3`4PD=P`8uP$^dTSev8a%fIPXboc#RZM)(s>l{{q++5DI3Mw zhn%NJ-i({B>f}k-OLTjN*3fDt!UPH}eIje>N(zp)Fltd3%eJ3P_0&5=``XR`86y!$ ziJ+mao-=1CnC8|hUVDDx;UkUU{vTI09X~JdYHtfifnci1ojLX=iLDszBpXX=tK?&q zOhoau1%CUZ?p}+5NMVi#E$#rx?W;bSvvk0N{JK~xFL^slU8v!}l5eND*n?1XP|TaL zTv(=7PbmIW{>{s}zr!!0FTbJ4TuJ&J@ml_5tmw(?I&mA!OVny8TnP zp>F_ECiyY+0USx9N|rEt^F=F&tuQ@%ec5ZNo4I@H#^w#oj2CS7Vr2 zi8Kq{w!Y4+6AWCZ!`atA(p6#2$xw<5`9Y{CKGXnKs@~PwNlmr$A^~3!6wY-=e|$IU z`$p1XP*TYz9SpOh1^Nbf#VCOoJ-HcTRV=nY|<+ZOG`NIxteh>9D_IF;X(sd7rT@9PN6g+qaP z_1zfnUCdfk17svtGog|VatG4PBr0us6qXirzrz0Wz+}pvH2v83=TzsGWL~r}79nuz z8pfK@#pB4%`eWvt|K~kZnI%insuwJ{wrIvbjG;muYeJfXy7*rL6f9;D2)C?(D)+U% zO+#l$p~oXq;Wi*#r${fZdr@lFhHG#=o(3&P$cCXTq?p&JnM?8}5`A_TTF%x2w>G<6 zrJ?ybApL}c7!e=??L|WAH~7kFGSge5@2AA3K!msU0225;-x z3!wsz?I~OaTp7Eq8H!8?MaEMid+8Dsz(R5?xmPL%uX8Z-j=_k{Ta{6BS+}-y{_FAM zwsiM<{Wf2`)dG7XFBIRnPJd?-6+ixD!To+ezUk?8=do6wZD}(yj?dM*BdPHnZ&UN? zG==a$$WoLmfbn92r&e?oerqC)mYWZr4x$)j>VnRQZ-jrM=Phb4)K`RTNE*U(#YHTh zJ}SOrey6}Bwrf&1O88gL2p4fY@<;m5)tK;Tk$6%3K_JKDZ z`_IdMTWU!H#m_{FE=mtzqP)~bX3u5|c9eTnZETz42^lG5}N!v0x38Sy^*G~Lh{P2*< z_|7fBf#r@!|IQ05&L0XyEzv+y33A}$9L;5+s;fL`4IqxJU^_&i^4_O{BRtOBocJ56 z`{>uu;v@{~B`b4^V_@2hCEWh^_mk;IZ_^9oXGHRNgDlS`zrGZjP-8U6qu@3#lI#Dt zMr~*{2tyDmWcSvY96EVI?C{IZsPBQFQzl<~h=6%G*($LVK0v$}5eP6*@+4|14nV?R zW~CGksaTY{3Vozz}XB-bThmztdz8Wf65=qD0Q@}$Qe^_h1c))y011{MWMFM5 zF5(1e1pzur;n4>3_7M2kl(oM6bsI463_(!JOh~np&oUid0h^t=w}>%Ar<#cm5_l@i z4imr|o76IAnBaM@4=9bm5T}N2R*)Wl#Fb^26ymF8YFGo(wLl0WG`<8fZluHd`33gQeEN zCg^l^5_14gRmW${8S)S5U-_KN|AlsCotb3-WG3muqQVg*04^M!lO5G+I%?t2V`2Q* z!timvUTVI!2-pRiC5E$*wmI(ZcHB+18(*R0scNBt?k-q`pnVjn zRj?adCj4~QuMBgXZ$?WBh@VE?c@9eWK(61=&RW>uTGC%x zAGC#jzJ)Lz($R6^g*N1cWuF@qkok{EB!gTq;ApaPsiC0I2kIeGx;5GUy1i}j66L{q zX5nX6a{?%q2@>Pj-ya-oL_4T(vPYKS?~NTswH?f9)Nd5rkHzB}NXiKg1&^n;#UF!T zK6c72Q^z7py%nS)4(7r^;2*iFyAt3|s?6Rz?us1agg9Pwld}4gB8Y{)OSP+uW}z8i z494MZ0@ZSLu*I_8kpmPjX`aLOzez1lP_;L~+ncPKXD@*=?QMj~Hp0Z?IU@Ew+V(EA zH?eZCILT|)G(@5H+Xt%jf!eyaqpWvQpja#vr2s|VW3LqvB{qTa86y7+s6;Ci^CD9g z7?BkRPoz3b`U0XfgbXETTD5oA$O;F2s>7sU^+8Ql%`8oxw${t-xvJPind)ZH%1f2q)#p|C z_CJ%r?Gj-p%}}K#sn+BZ2E~*J4!~-*M=^ftxIi7`HX7lkmTaGpGh^HS{ zbGBA~<+5h2>B z?E#+VOSrUxem6N@0US7rf^f#l?54bO^3!sD;Vjkwu%@oEd;o|MPj%U3D_x)4K?Hop z*q?q91-5}im~;N?Nk0>o+G)FnK|3kNyRAVNAp5e{<1U%Xnw1{1$sR7L%Agk@ z{o?mDdD~M8{c*K}CNad3rR;j`3Di(^qRHslN_VR?wK^YSOG1jOdm)OI#g%<#))tCgC0KwcU}rcUuV* zmM=9j6&ixL2gI4}TvL2B$mFE?b#lyC;znJ7LT zqK3FYF~Wls`vBNAFNg)Dy%mQgP|p{*7u-16sqBBe@?`$37cJ58TEQH88wf~bHHbJc z`Fs)jZ?7kKznSS1+N#$z`M9Yjcw5c3$gO|pp1tvFSH_I*Z`kNth0(ubAOE?J?x(o{ zw?@ZiC(`OPL`k zG*y^*?>40nvY;61xnHnw_sPVVgM!Ley&p!m^u$31DDc$1*@{8su(pgOEKD1f=Uq&# zopJP+27Rv3U#RoZ^AGmk@KRKOsszoevQGXtef2*VH=#@4E9{L;oC?=HtX90sW>;?C zo3UAW*DrPARCQe;$a7eA$l)d1@#&aT=)^xYzxT)eT+~CrPu&h{lMooNZf~-UQwTxZuzE8xKw)gOkG{%DJ)uPr(Qh*ae`l_ImKiR4E)dCzN{W zAh?6Be{KvX+Lt59S&K;i5c9-!AfHv=?5?=6D8~Qxx+Af(xVOLJ%k?54duOg>XYQ(R zz|DGl`0K&p!PPUm4uAYUDTex6hIm$&ER0rus`XftJ5>kZK(Wc0cN}vZl9xrry|O+) zP4IwBAJtKOs6{kAo(BvN;b%zTGt6vm*%lSw2jaJZN;H6k>-3-8(x)X+4^UiXIUqax zz6XjhMZBVzIQ1}_sKygPy63+o5+hI$3$4W0$h)E?Bl@hs1WB1@E(%`H!$=Q!AGI#6;F@EHc-H6I+I)J1A`4cr); z9@DppcFH=5gt%{lWN8Q$vK2Q^_1Ov>K?7W{tx#rG6cHqTHWO+?QKx}rC#jBJ>54k6 z7x3}M^}+ZZJ4oBouFl(%a#s|=qxa>?*NwTtTB~ZcslIW$BWJ&jxP|?C8LebGC%AFC zdN^*Z@)KxyDn)byBTnTy_JJ6&2;DbXN&0Z!TmJMb zA`3reG}ZrkW3xY!ivzw{1}S`9GK>v7dm$`YEpqg=6AbcDmG7H>gD)){7Ws`at6)=n8_ z1PFwXA8EC|E1F~;XZ0y>sKGYck4f=hhR=ys#B*$ zKYiEUlhcj(A#$p>e#OMyn=L;vGDvyvmduJxPV)Dxf-k>&jmRqvJJPan^lA$0N214q zf+oaeUYYv5VFKMCBU6^cpPMAtniTacDOw4fWJ3{K%@hPiQW@!T0L92Dqe|d>l@sIu zHXBcbBN~R!eOzqa-=YZ&eHn}J>G~Y;wAc8>(u2QeUGH1D9^2ck4|tHn9<7aLo1~0n z?Qzv_@0}ak21H5u7aiIr?*Hp*elU5}{k^fTS9)-665q%Bkry)}1%PNLm^+7hR{}4- znyImx?lK9cKl?jyhZ=%InxfoMYlm?Iq_zqmZe24~%T(m3%U}=JH{+pf|TR)I-}v5173q14qrT_~s>k zTNoNR`)$rLLqot{>RkN4-PQ3KH|j!fft8S>myoUa%cnv)YGXg=Z$0b$DL|+47~-m^H@XDmdk(yDbJfv=orpiQ z)S6Fs_pQlF3gU|xPl_O|K2j{8XXI788Ftig@+%1_8 z9T0XyHF@e3U2u3(d1Tw?v&Vz%uE@3+{!x8AVrR6`FhKiZS532Gg}YzfnF7gwQniSn zXNyFso}Dd#%{?q6{!#DPVyWCy{+yYvCjZ!~%`N`1bYX*HJM{V!K@@Sg5d}}?^s46FhG2Y~qDs?4L)2p_tx@L_hZ@uidW2Xn^p)Cl735X+) zpGUqL(yixhy7%<3J338ox!8I-SG|xfh#s%x-Paj^)j-&3D1`plo4VZ8oHZ3M|Gs(o z!GQWBb-Ub(8JuLk3ve1iv%Es6S^;90}9=+BUAOsR&gG?QQJBPRmF4;P4^fl2;> zJ~EQ)s94P9?^Sg@-Z+r_j`e-u(SEC8)9CfxpIZYOxVl1d&3<{5@0lxn>g5N6Z2H2t z1l)63A_be7TklFu6S4DYKTXkjTQ&AVD kWK&i|7Dw>>yl~+${rDsMqo~#64=(%vl@nh)fB}sD2cOlTc>n+a diff --git a/jboss/server/adempiere/deploy/jmx-console.war/index.jsp b/jboss/server/adempiere/deploy/jmx-console.war/index.jsp deleted file mode 100644 index af65bc0633..0000000000 --- a/jboss/server/adempiere/deploy/jmx-console.war/index.jsp +++ /dev/null @@ -1,2 +0,0 @@ -<%@page contentType="text/html"%> - diff --git a/jboss/server/adempiere/deploy/jmx-console.war/inspectMBean.jsp b/jboss/server/adempiere/deploy/jmx-console.war/inspectMBean.jsp deleted file mode 100644 index 6d716829c9..0000000000 --- a/jboss/server/adempiere/deploy/jmx-console.war/inspectMBean.jsp +++ /dev/null @@ -1,309 +0,0 @@ -<%@page contentType="text/html" - import="java.net.*,java.util.*,javax.management.*,javax.management.modelmbean.*, - org.jboss.jmx.adaptor.control.Server, - org.jboss.jmx.adaptor.control.AttrResultInfo, - org.jboss.jmx.adaptor.model.*, - java.lang.reflect.Array" -%> -<%! public String fixDescription(String desc) - { - if (desc == null || desc.equals("")) - { - return "(no description)"; - } - return desc; - } -%> - - - MBean Inspector - - - - - - - -<% - ObjectName objectName = mbeanData.getObjectName(); - String objectNameString = mbeanData.getName(); - MBeanInfo mbeanInfo = mbeanData.getMetaData(); - MBeanAttributeInfo[] attributeInfo = mbeanInfo.getAttributes(); - MBeanOperationInfo[] operationInfo = mbeanInfo.getOperations(); -%> - - -
- - - - -
JBoss

JMX MBean View

-
    - - - - - - -<% - Hashtable properties = objectName.getKeyPropertyList(); - Iterator it = properties.keySet().iterator(); - while( it.hasNext() ) - { - String key = (String) it.next(); - String value = (String) properties.get( key ); -%> - -<% - } -%> - -
    MBean Name:Domain Name:<%= objectName.getDomain() %>
    <%= key %>: <%= value %>
    MBean Java Class:
    -
- - - - - -
Back to Agent View - Refresh MBean View
- -
-

MBean description:

-<%= fixDescription(mbeanInfo.getDescription())%> - -
-

List of MBean attributes:

- -
- - - - - - - - - - -<% - boolean hasWriteable = false; - for(int a = 0; a < attributeInfo.length; a ++) - { - MBeanAttributeInfo attrInfo = attributeInfo[a]; - String attrName = attrInfo.getName(); - String attrType = attrInfo.getType(); - AttrResultInfo attrResult = Server.getMBeanAttributeResultInfo(objectNameString, attrInfo); - String attrValue = attrResult.getAsText(); - String access = ""; - if( attrInfo.isReadable() ) - access += "R"; - if( attrInfo.isWritable() ) - { - access += "W"; - hasWriteable = true; - } - String attrDescription = fixDescription(attrInfo.getDescription()); -%> - - - - - - - -<% - } -%> -
NameTypeAccessValueDescription
<%= attrName %><%= attrType %><%= access %> -<% - if( attrInfo.isWritable() ) - { - String readonly = attrResult.editor == null ? "readonly" : ""; - if( attrType.equals("boolean") || attrType.equals("java.lang.Boolean") ) - { - // Boolean true/false radio boxes - Boolean value = Boolean.valueOf(attrValue); - String trueChecked = (value == Boolean.TRUE ? "checked" : ""); - String falseChecked = (value == Boolean.FALSE ? "checked" : ""); -%> - >True - >False -<% - } - else if( attrInfo.isReadable() ) - { // Text fields for read-write string values -%> - " <%= readonly %>> - -<% - } - else - { // Empty text fields for write-only -%> - > -<% - } - } - else - { - if( attrType.equals("[Ljavax.management.ObjectName;") ) - { - // Array of Object Names - ObjectName[] names = (ObjectName[]) Server.getMBeanAttributeObject(objectNameString, attrName); - if( names != null ) - { -%> - -<% - for( int i = 0; i < names.length; i++ ) - { -%> - -<% - } -%> -
- "><%= ( names[ i ] + "" ) %> -
-<% - } - } - // Array of some objects - else if( attrType.endsWith("[]")) - { - Object arrayObject = Server.getMBeanAttributeObject(objectNameString, attrName); - if (arrayObject != null) { -%> - -<% - for (int i = 0; i < Array.getLength(arrayObject); ++i) { -%> - -<% - } -%> -
<%=Array.get(arrayObject,i)%>
-<% - } - - } - else - { - // Just the value string -%> - <%= attrValue %> -<% - } - } - if( attrType.equals("javax.management.ObjectName") ) - { - // Add a link to the mbean - if( attrValue != null ) - { -%> - View MBean -<% - } - } -%> -
<%= attrDescription%>
-<% if( hasWriteable ) - { -%> - -<% - } -%> -
- -
-

List of MBean operations:

-<% - for(int a = 0; a < operationInfo.length; a ++) - { - MBeanOperationInfo opInfo = operationInfo[a]; - boolean accept = true; - if (opInfo instanceof ModelMBeanOperationInfo) - { - Descriptor desc = ((ModelMBeanOperationInfo)opInfo).getDescriptor(); - String role = (String)desc.getFieldValue("role"); - if ("getter".equals(role) || "setter".equals(role)) - { - accept = false; - } - } - if (accept) - { - MBeanParameterInfo[] sig = opInfo.getSignature(); -%> -
- - - -
-

<%= opInfo.getReturnType() + " " + opInfo.getName() + "()" %>

-

<%= fixDescription(opInfo.getDescription())%>

-<% - if( sig.length > 0 ) - { -%> - - - - - - - -<% - for(int p = 0; p < sig.length; p ++) - { - MBeanParameterInfo paramInfo = sig[p]; - String pname = paramInfo.getName(); - String ptype = paramInfo.getType(); - if( pname == null || pname.length() == 0 || pname.equals(ptype) ) - { - pname = "arg"+p; - } -%> - - - - - - -<% - } -%> -
ParamParamTypeParamValueParamDescription
<%= pname %><%= ptype %> -<% - if( ptype.equals("boolean") || ptype.equals("java.lang.Boolean") ) - { - // Boolean true/false radio boxes -%> - True - False -<% - } - else - { -%> - -<% - } -%> - <%= fixDescription(paramInfo.getDescription())%>
-<% - } -%> - -
-<% - } - } -%> - - - - diff --git a/jboss/server/adempiere/deploy/jmx-console.war/jboss.css b/jboss/server/adempiere/deploy/jmx-console.war/jboss.css deleted file mode 100644 index ff56bec620..0000000000 --- a/jboss/server/adempiere/deploy/jmx-console.war/jboss.css +++ /dev/null @@ -1,146 +0,0 @@ -body { - margin: 13px 0px 10px 0px; - background-color: #ffffff; - font-size: 12px; - font-family: verdana, arial, "sans-serif"; - color: #606060; - } -td { - font-size: 12px; - font-family: verdana, arial, "sans-serif"; - color: #606060; - } -input { - font-size: 13px; - font-family: verdana, arial, "sans-serif"; - color: #FF5906; - background-color: #f0f0f0; - border: 1px solid #cccccc; - } -img { - border: 0px; - } -p { - margin: 10px 30px 10px 20px - } -h3 { - color: #FF5906; - font-size: 13px; - font-family: verdana, arial, "sans-serif"; - margin: 10px 30px 10px 20px; - } -h4 { - color: #999999; - font-size: 13px; - font-family: verdana, arial, "sans-serif"; - margin: 10px 30px 10px 20px; - } -table { - border: 0px #999999; - } -a { - text-decoration : none; - } -a:link { - color: #FF5906; - } -a:visited { - color: #FF5906; - } -a:active { - background-color:transparent; - } -a:hover { - text-decoration : underline; - } -a.soft, a.soft:visited, a.soft:link { - TEXT-DECORATION: none; - COLOR: #000000; - } -a.soft:hover { - TEXT-DECORATION: underline; - BACKGROUND-COLOR: transparent; - COLOR: #000000 - } -#header { - background-color: #FF7A22; - background-image: url("header_bg.jpg"); - background-repeat: no-repeat; - background-position: 226px 0px; - width: 100%; - height: 80px; - } -#header #banner { - float: right; - margin: 8px 5px 0px 0px; - } -#logo { - position: absolute; - top: 4px; - left: 4px; - z-index: 200; -} -#services { - position: absolute; - top: 16px; - right: 10px; - z-index: 200; -} -#filter { - position: absolute; - top: 65px; - right: 30px; - z-index: 220; -} -#filter_label { - position: absolute; - top: 61px; - right: 215px; - z-index: 220; -} -#apply { - position: absolute; - top: -5px; - right: -30px; - z-index: 220; - border: none; -} -#navigation_bar { - background-color: #f0f0f0; - border-bottom: 1px dotted #999999; - height: 20px; - } -#separator_bar { - background-color: #ffffff; - border-bottom: 1px dotted #999999; - height: 20px; - } -#footer { - clear: both; - border-top: 1px dotted #999999; - } -#footer_bar { - height: 20px; - width: 100%; - background-color: #FF7A22; - } -.attribute_link a { - color: #606060; - text-decoration: none; - } -.attribute_link a:hover { - color: #606060; - border-bottom: 1px dotted #999999; - } -.hide { - display: none; - } -.spacer { - clear: both; - } -.spacer hr { - display: none; - } -.center { - text-align: center; - } diff --git a/jboss/server/adempiere/deploy/jmx-console.war/style_master.css b/jboss/server/adempiere/deploy/jmx-console.war/style_master.css deleted file mode 100644 index cb645708e8..0000000000 --- a/jboss/server/adempiere/deploy/jmx-console.war/style_master.css +++ /dev/null @@ -1,64 +0,0 @@ -BODY { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 14px; - background-color : White; -} - -H1{ - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 25px; - font-weight: bold; - color: #000099} -H2 { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 20px; - font-weight: bold; - color: #000000 -} -H3 { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 17px; - font-weight: bold; - color: #000000 -} -TH { - background-color : #000099; - color: #DEB887; - font-weight: bold; -}.bg_table { - background-color : #DEB887; -} -}.bg_cell{ - background-color : #ffffff; -} -A:ACTIVE { - font-family: Arial, Helvetica, sans-serif; - font-size: 14px; - color:Red; - background-color: #DEB887; - text-decoration : underline; - font-weight:bold; -} - A:HOVER { - font-family:Arial, Helvetica, sans-serif; - font-size: 14px; - color:Red; - text-decoration : underline; - font-weight:bold; -} - A:LINK { - font-family: Arial, Helvetica, sans-serif; - font-size: 14px; - color:#000099; - text-decoration : underline; - font-weight:bold; -} - A:VISITED { - font-family: Arial, Helvetica, sans-serif; - font-size: 14px; - color:Purple; - text-decoration : underline; - font-weight:bold; -} - - diff --git a/jboss/server/adempiere/deploy/jmx-invoker-service.xml b/jboss/server/adempiere/deploy/jmx-invoker-service.xml index 36c9f6cf51..e17d05452f 100644 --- a/jboss/server/adempiere/deploy/jmx-invoker-service.xml +++ b/jboss/server/adempiere/deploy/jmx-invoker-service.xml @@ -1,117 +1,131 @@ - - - - - - - - - jboss:service=invoker,type=jrmp - - jboss.jmx:type=adaptor,name=Invoker - - jmx/invoker/RMIAdaptor - - org.jboss.jmx.adaptor.rmi.RMIAdaptor, - org.jboss.jmx.adaptor.rmi.RMIAdaptorExt - - - - org.jboss.proxy.ClientMethodInterceptor - org.jboss.proxy.SecurityInterceptor - org.jboss.jmx.connector.invoker.client.InvokerAdaptorClientInterceptor - org.jboss.invocation.InvokerInterceptor - - - - - - - jmx/rmi/RMIAdaptor - jmx/invoker/RMIAdaptor - - - - - - The JMX Detached Invoker Service - org.jboss.jmx.connector.invoker.InvokerAdaptorService - - - - The class name of the MBean - Name - java.lang.String - - - The status of the MBean - State - int - - - The status of the MBean in text form - StateString - java.lang.String - - - The interfaces the invoker proxy supports - ExportedInterfaces - [Ljava.lang.Class; - - - Map(Long hash, Method) of the proxy interface methods - MethodMap - java.util.Map - - - - The start lifecycle operation - start - - - The stop lifecycle operation - stop - - - The detyped lifecycle operation (for internal use only) - jbossInternalLifecycle - - The lifecycle operation - method - java.lang.String - - void - - - - The detached invoker entry point - invoke - - The method invocation context - invocation - org.jboss.invocation.Invocation - - java.lang.Object - - - - org.jboss.jmx.adaptor.rmi.RMIAdaptor, - org.jboss.jmx.adaptor.rmi.RMIAdaptorExt - - - - + + + + + + + + + jboss:service=invoker,type=jrmp + + jboss.jmx:type=adaptor,name=Invoker + + jmx/invoker/RMIAdaptor + + org.jboss.jmx.adaptor.rmi.RMIAdaptor, + org.jboss.jmx.adaptor.rmi.RMIAdaptorExt + + + + org.jboss.proxy.ClientMethodInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.jmx.connector.invoker.client.InvokerAdaptorClientInterceptor + org.jboss.invocation.InvokerInterceptor + + + jboss:service=Naming + + + + + jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory + + + + + jmx/rmi/RMIAdaptor + jmx/invoker/RMIAdaptor + jboss:service=Naming + + + + + + The JMX Detached Invoker Service + org.jboss.jmx.connector.invoker.InvokerAdaptorService + + + + The class name of the MBean + Name + java.lang.String + + + The status of the MBean + State + int + + + The status of the MBean in text form + StateString + java.lang.String + + + The interfaces the invoker proxy supports + ExportedInterfaces + [Ljava.lang.Class; + + + Map(Long hash, Method) of the proxy interface methods + MethodMap + java.util.Map + + + + The start lifecycle operation + start + + + The stop lifecycle operation + stop + + + The detyped lifecycle operation (for internal use only) + jbossInternalLifecycle + + The lifecycle operation + method + java.lang.String + + void + + + + The detached invoker entry point + invoke + + The method invocation context + invocation + org.jboss.invocation.Invocation + + java.lang.Object + + + + + + + + + + + org.jboss.jmx.adaptor.rmi.RMIAdaptor, + org.jboss.jmx.adaptor.rmi.RMIAdaptorExt + + + + diff --git a/jboss/server/adempiere/deploy/jsr88-service.xml b/jboss/server/adempiere/deploy/jsr88-service.xml new file mode 100644 index 0000000000..69261f5dbc --- /dev/null +++ b/jboss/server/adempiere/deploy/jsr88-service.xml @@ -0,0 +1,19 @@ + + + + jboss.j2ee:service=EARDeployer + jboss.ejb:service=EJBDeployer + jboss.jca:service=RARDeployer + jboss.web:service=WebServer + jboss.j2ee:service=ClientDeployer + ${jboss.server.temp.dir}/jsr88 + jboss.system:service=MainDeployer + + false + + false + + diff --git a/jboss/server/adempiere/deploy/mail-ra.rar b/jboss/server/adempiere/deploy/mail-ra.rar new file mode 100644 index 0000000000000000000000000000000000000000..bbfdd6fdfdaf9d888a878d82e598e8bffbdee0da GIT binary patch literal 10990 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 - - - - - - - - - - - jboss.console:sar=console-mgr.sar - - java2ParentDelegation=true - - - - - - jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory - /web-console/images/jboss.gif - /web-console/ServerInfo.jsp - true - console/PluginManager - - - - ./deploy/management - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPBinding.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPBinding.jsp deleted file mode 100644 index ffe7f3b36c..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPBinding.jsp +++ /dev/null @@ -1,71 +0,0 @@ -<%@ taglib uri="/webconsole" prefix="jb" %> -<%@ page import="org.jboss.aop.*,java.util.*, - org.jboss.aop.advice.AdviceBinding" %> - - - -<% - String myUrl = response.encodeURL(request.getRequestURI() + "?" + request.getQueryString()); -%> - - - - -JBoss Management Console - AOP Pointcuts - - - - - - - - - -<% - String name = request.getParameter("binding"); - AdviceBinding binding = (AdviceBinding)AspectManager.instance().getBindings().get(name); -%> -
-
-

<%=name%>

-
-
-

Advice Binding

-

 

- - - - - -
-

Pointcut Expression: <%=binding.getPointcut().getExpr()%>

- <% if (binding.getCFlowString() != null) { - %> -

CFlow Expression: <%=binding.getCFlowString()%>

- <% } %> -
-

 

-

 

-

Refresh

- -

 

-

 

-

 

-
-

-
-
- - -
- - - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPClassMetaData.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPClassMetaData.jsp deleted file mode 100644 index e989b55cfa..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPClassMetaData.jsp +++ /dev/null @@ -1,38 +0,0 @@ -<%@ taglib uri="/webconsole" prefix="jb" %> -<%@ page import="org.jboss.aop.*,java.util.*"%> - - - -<% - String myUrl = response.encodeURL(request.getRequestURI() + "?" + request.getQueryString()); -%> - - - - -JBoss Management Console - AOP Pointcuts - - - - - - - - - -<% - String classname = request.getParameter("classname"); - String group = request.getParameter("group"); - ClassAdvisor advisor = (ClassAdvisor)AspectManager.instance().getAdvisor(classname); - HashMap groupAttrs = advisor.getClassMetaData().tag(group); -%> -
-
-
-
-

Metadata for class <%= classname %>

-

 

-<%@ include file="AOPMetaData.jsp" %> diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPConstructorChain.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPConstructorChain.jsp deleted file mode 100644 index de43f46b4b..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPConstructorChain.jsp +++ /dev/null @@ -1,84 +0,0 @@ -<%@ taglib uri="/webconsole" prefix="jb" %> -<%@ page import="org.jboss.aop.*,org.jboss.aop.advice.*,java.util.*,java.lang.reflect.Field, - java.lang.reflect.Constructor, - org.jboss.console.plugins.AOPLister"%> - - - -<% - String myUrl = response.encodeURL(request.getRequestURI() + "?" + request.getQueryString()); -%> - - - - -JBoss Management Console - AOP Pointcuts - - - - - - - - - -<% - String classname = request.getParameter("classname"); - int idx = Integer.parseInt(request.getParameter("constructor")); - ClassAdvisor advisor = (ClassAdvisor)AspectManager.instance().getAdvisor(classname); - Constructor constructor = advisor.getConstructors()[idx]; - Interceptor[] interceptors = advisor.getConstructorInterceptors()[idx]; - -%> -
-
-
-
-

<%=classname%>

-

 

- - - - - - - - -<% - if (interceptors != null) - { - String chain = AOPLister.outputChain(interceptors); -%> -<%=chain%> -<% } %> -
-

Constructor Chain for <%=AOPLister.shortenConstructor(classname, constructor)%>

-
-

Type

-
-

Description

-
-

 

-

Refresh

- -

 

-

 

-

 

-
-

-
-
- - -
- - - - - \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPConstructorConstructorCallerChain.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPConstructorConstructorCallerChain.jsp deleted file mode 100644 index 529cefd51e..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPConstructorConstructorCallerChain.jsp +++ /dev/null @@ -1,91 +0,0 @@ -<%@ taglib uri="/webconsole" prefix="jb" %> -<%@ page import="org.jboss.aop.*,org.jboss.aop.advice.*,java.util.*,java.lang.reflect.Field, - java.lang.reflect.Constructor, - org.jboss.console.plugins.AOPLister, - gnu.trove.TLongObjectHashMap"%> - - - -<% - String myUrl = response.encodeURL(request.getRequestURI() + "?" + request.getQueryString()); -%> - - - - -JBoss Management Console - AOP Pointcuts - - - - - - - - - -<% - String classname = request.getParameter("classname"); - int idx = Integer.parseInt(request.getParameter("index")); - String calledClassname = request.getParameter("calledclassname"); - long hash = Long.parseLong(request.getParameter("hash")); - ClassAdvisor advisor = (ClassAdvisor)AspectManager.instance().getAdvisor(classname); - Constructor constructor = advisor.getConstructors()[idx]; - HashMap called = advisor.getConCalledByConInterceptors()[idx]; - TLongObjectHashMap map = (TLongObjectHashMap)called.get(calledClassname); - CallerConstructorInfo info = (CallerConstructorInfo)map.get(hash); - Interceptor[] interceptors = info.interceptors; - -%> -
-
-
-
-

<%=classname%>

-

 

- - - - - - - - -<% - if (interceptors != null) - { - String chain = AOPLister.outputChain(interceptors); -%> -<%=chain%> -<% } %> -
-

Constructor Caller: <%=AOPLister.shortenConstructor(classname, constructor)%>

-

Called Constructor: <%=info.constructor.toString()%>

-
-

Type

-
-

Description

-
-

 

-

Refresh

- -

 

-

 

-

 

-
-

-
-
- - -
- - - - - \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPConstructorMetaData.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPConstructorMetaData.jsp deleted file mode 100644 index e08c9e7ed2..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPConstructorMetaData.jsp +++ /dev/null @@ -1,53 +0,0 @@ -<%@ taglib uri="/webconsole" prefix="jb" %> -<%@ page import="org.jboss.aop.*,java.util.*,java.lang.reflect.*, - org.jboss.aop.metadata.ConstructorMetaData"%> - - - -<% - String myUrl = response.encodeURL(request.getRequestURI() + "?" + request.getQueryString()); -%> - - - - -JBoss Management Console - AOP Pointcuts - - - - - - - - - -<% - - String classname = request.getParameter("classname"); - String group = request.getParameter("group"); - String con = request.getParameter("constructor"); - ClassAdvisor advisor = (ClassAdvisor)AspectManager.instance().getAdvisor(classname); - HashMap groupAttrs = new HashMap(); - ConstructorMetaData metaData = advisor.getConstructorMetaData(); - Iterator conit = metaData.getConstructors(); - while (conit.hasNext()) - { - String constructor = (String)conit.next(); - if (constructor.equals(con)) - { - groupAttrs = metaData.getConstructorMetaData(constructor).tag(group); - break; - } - } - -%> -
-
-
-
-

Metadata for constructor <%=con%>

-

 

-<%@ include file="AOPMetaData.jsp" %> diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPConstructorMethodCallerChain.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPConstructorMethodCallerChain.jsp deleted file mode 100644 index 47f33d605c..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPConstructorMethodCallerChain.jsp +++ /dev/null @@ -1,91 +0,0 @@ -<%@ taglib uri="/webconsole" prefix="jb" %> -<%@ page import="org.jboss.aop.*,org.jboss.aop.advice.*,java.util.*,java.lang.reflect.Field, - java.lang.reflect.Constructor, - org.jboss.console.plugins.AOPLister, - gnu.trove.TLongObjectHashMap"%> - - - -<% - String myUrl = response.encodeURL(request.getRequestURI() + "?" + request.getQueryString()); -%> - - - - -JBoss Management Console - AOP Pointcuts - - - - - - - - - -<% - String classname = request.getParameter("classname"); - int idx = Integer.parseInt(request.getParameter("index")); - String calledClassname = request.getParameter("calledclassname"); - long hash = Long.parseLong(request.getParameter("hash")); - ClassAdvisor advisor = (ClassAdvisor)AspectManager.instance().getAdvisor(classname); - Constructor constructor = advisor.getConstructors()[idx]; - HashMap called = advisor.getMethodCalledByConInterceptors()[idx]; - TLongObjectHashMap map = (TLongObjectHashMap)called.get(calledClassname); - CallerMethodInfo info = (CallerMethodInfo)map.get(hash); - Interceptor[] interceptors = info.interceptors; - -%> -
-
-
-
-

<%=classname%>

-

 

- - - - - - - - -<% - if (interceptors != null) - { - String chain = AOPLister.outputChain(interceptors); -%> -<%=chain%> -<% } %> -
-

Constructor Caller: <%=AOPLister.shortenConstructor(classname, constructor)%>

-

Called Method: <%=info.method.toString()%>

-
-

Type

-
-

Description

-
-

 

-

Refresh

- -

 

-

 

-

 

-
-

-
-
- - -
- - - - - \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPDefaultMetaData.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPDefaultMetaData.jsp deleted file mode 100644 index 80511407c6..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPDefaultMetaData.jsp +++ /dev/null @@ -1,38 +0,0 @@ -<%@ taglib uri="/webconsole" prefix="jb" %> -<%@ page import="org.jboss.aop.*,java.util.*"%> - - - -<% - String myUrl = response.encodeURL(request.getRequestURI() + "?" + request.getQueryString()); -%> - - - - -JBoss Management Console - AOP Pointcuts - - - - - - - - - -<% - String classname = request.getParameter("classname"); - String group = request.getParameter("group"); - ClassAdvisor advisor = (ClassAdvisor)AspectManager.instance().getAdvisor(classname); - HashMap groupAttrs = advisor.getDefaultMetaData().tag(group); -%> -
-
-
-
-

<%=classname%> Default MetaData

-

 

-<%@ include file="AOPMetaData.jsp" %> diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPFieldChain.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPFieldChain.jsp deleted file mode 100644 index d1b62fbfbe..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPFieldChain.jsp +++ /dev/null @@ -1,84 +0,0 @@ -<%@ taglib uri="/webconsole" prefix="jb" %> -<%@ page import="org.jboss.aop.*,org.jboss.aop.advice.*,java.util.*,java.lang.reflect.Field, - org.jboss.console.plugins.AOPLister"%> - - - -<% - String myUrl = response.encodeURL(request.getRequestURI() + "?" + request.getQueryString()); -%> - - - - -JBoss Management Console - AOP Pointcuts - - - - - - - - - -<% - String classname = request.getParameter("classname"); - int idx = Integer.parseInt(request.getParameter("field")); - ClassAdvisor advisor = (ClassAdvisor)AspectManager.instance().getAdvisor(classname); - Field field = advisor.getAdvisedFields()[idx]; - boolean read = request.getParameter("mode").equals("read"); - Interceptor[] interceptors = read ? advisor.getFieldReadInterceptors()[idx] : advisor.getFieldWriteInterceptors()[idx]; -%> -
-
-
-
-

<%=classname%>

-

 

- - - - - - - - -<% - if (interceptors != null) - { - String chain = AOPLister.outputChain(interceptors); -%> -<%=chain%> -<% } %> - -
-

Field <%= (read) ? "Read" : "Write" %> Chain for <%=AOPLister.shortenField(classname, field)%>

-
-

Type

-
-

Description

-
-

 

-

Refresh

- -

 

-

 

-

 

-
-

-
-
- - -
- - - - - \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPFieldMetaData.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPFieldMetaData.jsp deleted file mode 100644 index a18a6f0ef2..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPFieldMetaData.jsp +++ /dev/null @@ -1,39 +0,0 @@ -<%@ taglib uri="/webconsole" prefix="jb" %> -<%@ page import="org.jboss.aop.*,java.util.*"%> - - - -<% - String myUrl = response.encodeURL(request.getRequestURI() + "?" + request.getQueryString()); -%> - - - - -JBoss Management Console - AOP Pointcuts - - - - - - - - - -<% - String classname = request.getParameter("classname"); - String group = request.getParameter("group"); - String field = request.getParameter("field"); - ClassAdvisor advisor = (ClassAdvisor)AspectManager.instance().getAdvisor(classname); - HashMap groupAttrs = advisor.getFieldMetaData().getFieldMetaData(field).tag(group); -%> -
-
-
-
-

Metadata for field <%=field%>

-

 

-<%@ include file="AOPMetaData.jsp" %> diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPIntroductionPointcut.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPIntroductionPointcut.jsp deleted file mode 100644 index 797172bb52..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPIntroductionPointcut.jsp +++ /dev/null @@ -1,105 +0,0 @@ -<%@ taglib uri="/webconsole" prefix="jb" %> -<%@ page import="org.jboss.aop.*,java.util.*, - org.jboss.aop.introduction.InterfaceIntroduction"%> - - - -<% - String myUrl = response.encodeURL(request.getRequestURI() + "?" + request.getQueryString()); -%> - - - - -JBoss Management Console - AOP Pointcuts - - - - - - - - - -<% - String name = request.getParameter("pointcut"); - InterfaceIntroduction introduction = AspectManager.instance().getInterfaceIntroduction(name); -%> -
-

<%=name%>

-
-
-

Introduction Pointcut

-

 

- - - - -<% - Iterator mixins = introduction.getMixins().iterator(); - while (mixins.hasNext()) { - InterfaceIntroduction.Mixin mixin = (InterfaceIntroduction.Mixin)mixins.next(); - String[] interfaces = mixin.getInterfaces(); - String initializer = (mixin.getConstruction() == null) ? ("new " + mixin.getClassName() + "()") : mixin.getConstruction(); -%> - - - - -<% } %> -<% - String[] interfaces = introduction.getInterfaces(); - if (interfaces != null && interfaces.length > 0) { -%> - - - -<% }%> - -
-

Class Expression: <%=introduction.getClassExpr()%>

-
-

Mixin Class

-

<%=mixin.getClassName()%>

-

Mixin Initializer

-

<%=initializer%>

-
-

Interfaces

-<% - for (int j = 0; j < interfaces.length; j++) { -%> -

<%=interfaces[j]%>

-<% } %> -
-

Other Interfaces

-<% - for (int j = 0; j < interfaces.length; j++) { -%> -

<%=interfaces[j]%>

-<% } %> -
-

 

-

 

-

Refresh

- -

 

-

 

-

 

-
-

-
-
- - -
- - - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPMetaData.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPMetaData.jsp deleted file mode 100644 index b4a6790141..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPMetaData.jsp +++ /dev/null @@ -1,79 +0,0 @@ -<%@ page import="java.util.Iterator, - java.util.Map, - org.jboss.aop.metadata.SimpleMetaData, - org.jboss.aop.metadata.MetaDataResolver" %> - - - - - - - - - - -<% - boolean hasValues = false; - - Iterator it = groupAttrs.entrySet().iterator(); - while (it.hasNext()) - { - Map.Entry entry = (Map.Entry)it.next(); - String attr = (String)entry.getKey(); - if (!attr.equals(MetaDataResolver.EMPTY_TAG)) - { - hasValues = true; - SimpleMetaData.MetaDataValue value = (SimpleMetaData.MetaDataValue)entry.getValue(); -%> - - - -<% } - } - - if (!hasValues) - { -%> - - - -<% } - -%> - -
-

<%=group%>

-
-

Attribute Name

-
-

Type

-
-

Value (as String)

-
-

Serialization

-
<%=attr%> - <%=value.value.getClass().getName()%> - <%=value.value.toString()%> - <%=value.type%> -
empty
-

 

-

Refresh

- -

 

-

 

-

 

-
-

-
-
- - -
- - - - - \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPMethodChain.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPMethodChain.jsp deleted file mode 100644 index 55a3ac2ff3..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPMethodChain.jsp +++ /dev/null @@ -1,86 +0,0 @@ -<%@ taglib uri="/webconsole" prefix="jb" %> -<%@ page import="org.jboss.aop.*,org.jboss.aop.advice.*,java.util.*,gnu.trove.TLongObjectHashMap, - java.lang.reflect.Method, - org.jboss.console.plugins.AOPLister"%> - - - -<% - String myUrl = response.encodeURL(request.getRequestURI() + "?" + request.getQueryString()); -%> - - - - -JBoss Management Console - AOP Pointcuts - - - - - - - - - -<% - String classname = request.getParameter("classname"); - long hash = Long.parseLong(request.getParameter("method")); - ClassAdvisor advisor = (ClassAdvisor)AspectManager.instance().getAdvisor(classname); - TLongObjectHashMap methodChains = advisor.getMethodInterceptors(); - MethodInfo info = (MethodInfo)methodChains.get(hash); - Interceptor[] interceptors = info.interceptors; - Method method = (Method)advisor.getAdvisedMethods().get(hash); -%> -
-
-
-
-

<%=classname%>

-

 

- - - - - - - - -<% - if (interceptors != null) - { - String chain = AOPLister.outputChain(interceptors); -%> -<%=chain%> -<% } %> - -
-

Method Chain for <%=AOPLister.shortenMethod(classname, method)%>

-
-

Type

-
-

Description

-
-

 

-

Refresh

- -

 

-

 

-

 

-
-

-
-
- - -
- - - - - \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPMethodConstructorCallerChain.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPMethodConstructorCallerChain.jsp deleted file mode 100644 index 15af4493b3..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPMethodConstructorCallerChain.jsp +++ /dev/null @@ -1,92 +0,0 @@ -<%@ taglib uri="/webconsole" prefix="jb" %> -<%@ page import="org.jboss.aop.*,org.jboss.aop.advice.*,java.util.*,java.lang.reflect.Field, - java.lang.reflect.Constructor, - org.jboss.console.plugins.AOPLister, - gnu.trove.TLongObjectHashMap, - java.lang.reflect.Method"%> - - - -<% - String myUrl = response.encodeURL(request.getRequestURI() + "?" + request.getQueryString()); -%> - - - - -JBoss Management Console - AOP Pointcuts - - - - - - - - - -<% - String classname = request.getParameter("classname"); - String calledClassname = request.getParameter("calledclassname"); - long hash = Long.parseLong(request.getParameter("hash")); - long callingHash = Long.parseLong(request.getParameter("callinghash")); - ClassAdvisor advisor = (ClassAdvisor)AspectManager.instance().getAdvisor(classname); - Method method = (Method)advisor.getAdvisedMethods().get(callingHash); - HashMap called = (HashMap)advisor.getConCalledByMethodInterceptors().get(callingHash); - TLongObjectHashMap map = (TLongObjectHashMap)called.get(calledClassname); - CallerConstructorInfo info = (CallerConstructorInfo)map.get(hash); - Interceptor[] interceptors = info.interceptors; - -%> -
-
-
-
-

<%=classname%>

-

 

- - - - - - - - -<% - if (interceptors != null) - { - String chain = AOPLister.outputChain(interceptors); -%> -<%=chain%> -<% } %> -
-

Method Caller: <%=AOPLister.shortenMethod(classname, method)%>

-

Called Constructor: <%=info.constructor.toString()%>

-
-

Type

-
-

Description

-
-

 

-

Refresh

- -

 

-

 

-

 

-
-

-
-
- - -
- - - - - \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPMethodMetaData.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPMethodMetaData.jsp deleted file mode 100644 index a88d651cdb..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPMethodMetaData.jsp +++ /dev/null @@ -1,39 +0,0 @@ -<%@ taglib uri="/webconsole" prefix="jb" %> -<%@ page import="org.jboss.aop.*,java.util.*"%> - - - -<% - String myUrl = response.encodeURL(request.getRequestURI() + "?" + request.getQueryString()); -%> - - - - -JBoss Management Console - AOP Pointcuts - - - - - - - - - -<% - String classname = request.getParameter("classname"); - String group = request.getParameter("group"); - String method = request.getParameter("method"); - ClassAdvisor advisor = (ClassAdvisor)AspectManager.instance().getAdvisor(classname); - HashMap groupAttrs = advisor.getMethodMetaData().getMethodMetaData(method).tag(group); -%> -
-
-
-
-

Metadata for method <%=method%>

-

 

-<%@ include file="AOPMetaData.jsp" %> diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPMethodMethodCallerChain.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPMethodMethodCallerChain.jsp deleted file mode 100644 index 35cbf27125..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/AOPMethodMethodCallerChain.jsp +++ /dev/null @@ -1,92 +0,0 @@ -<%@ taglib uri="/webconsole" prefix="jb" %> -<%@ page import="org.jboss.aop.*,org.jboss.aop.advice.*,java.util.*,java.lang.reflect.Field, - java.lang.reflect.Constructor, - org.jboss.console.plugins.AOPLister, - gnu.trove.TLongObjectHashMap, - java.lang.reflect.Method"%> - - - -<% - String myUrl = response.encodeURL(request.getRequestURI() + "?" + request.getQueryString()); -%> - - - - -JBoss Management Console - AOP Pointcuts - - - - - - - - - -<% - String classname = request.getParameter("classname"); - String calledClassname = request.getParameter("calledclassname"); - long hash = Long.parseLong(request.getParameter("hash")); - long callingHash = Long.parseLong(request.getParameter("callinghash")); - ClassAdvisor advisor = (ClassAdvisor)AspectManager.instance().getAdvisor(classname); - Method method = (Method)advisor.getAdvisedMethods().get(callingHash); - HashMap called = (HashMap)advisor.getMethodCalledByMethodInterceptors().get(callingHash); - TLongObjectHashMap map = (TLongObjectHashMap)called.get(calledClassname); - CallerMethodInfo info = (CallerMethodInfo)map.get(hash); - Interceptor[] interceptors = info.interceptors; - -%> -
-
-
-
-

<%=classname%>

-

 

- - - - - - - - -<% - if (interceptors != null) - { - String chain = AOPLister.outputChain(interceptors); -%> -<%=chain%> -<% } %> -
-

Method Caller: <%=AOPLister.shortenMethod(classname, method)%>

-

Called Method: <%=info.method.toString()%>

-
-

Type

-
-

Description

-
-

 

-

Refresh

- -

 

-

 

-

 

-
-

-
-
- - -
- - - - - \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/EJB.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/EJB.jsp deleted file mode 100644 index 7b8b315e71..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/EJB.jsp +++ /dev/null @@ -1,42 +0,0 @@ -<%@ taglib uri="/webconsole" prefix="jb" %> - - -<% - String ejbName = new javax.management.ObjectName(request.getParameter("ObjectName")).getKeyProperty ("name"); - String containerUrl = "jboss.j2ee:service=EJB,jndiName=" + ejbName; - containerUrl = java.net.URLEncoder.encode(containerUrl); - containerUrl = "../jmx-console/HtmlAdaptor?action=inspectMBean&name=" + containerUrl; -%> - - - -EJB: <%=ejbName%> - - - - -

EJB '<%=ejbName%>'

- -

-

- - - - - - - - - - - - - - -
Management Object Name:
<%=ejb.getobjectName()%> 
Provides Statistics:
<%=ejb.isstatisticsProvider()%> 
- - Visit associated container MBean... - - - - \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/EJBModule.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/EJBModule.jsp deleted file mode 100644 index 0e948ae420..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/EJBModule.jsp +++ /dev/null @@ -1,44 +0,0 @@ -<%@ page import="javax.management.ObjectName"%> -<%@ taglib uri="/webconsole" prefix="jb" %> - - -<% - String moduleName = new ObjectName(module.getobjectName()).getKeyProperty ("name"); -%> - - - -EJB-Module: <%=moduleName%> - - - - -

EJB-Module '<%=moduleName%>'

- -

-

- - - - - - - - - - - - - - - - - - - - -
Management Object Name:
<%=module.getobjectName()%>
Provides Statistics:
<%=module.isstatisticsProvider()%>
Deployment Descriptor:
<%=org.jboss.console.plugins.helpers.servlet.ServletHelper.filter(module.getdeploymentDescriptor())%>
- - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/EntityEjb.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/EntityEjb.jsp deleted file mode 100644 index 0fc61e61a4..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/EntityEjb.jsp +++ /dev/null @@ -1,229 +0,0 @@ -<%@ taglib uri="/webconsole" prefix="jb" %> - - -<% - String ejbName = new javax.management.ObjectName(request.getParameter("ObjectName")).getKeyProperty ("name"); - String ejbModule = new javax.management.ObjectName(request.getParameter("ObjectName")).getKeyProperty ("EJBModule"); - String containerUrl = "jboss.j2ee:service=EJB,jndiName=" + ejbName; - containerUrl = java.net.URLEncoder.encode(containerUrl); - containerUrl = "../jmx-console/HtmlAdaptor?action=inspectMBean&name=" + containerUrl; - - org.jboss.invocation.InvocationStatistics invokeStats= container.getInvokeStats (); - - String doReset = request.getParameter("doReset"); - if (doReset != null && doReset.equals("true")) - { - ejb.resetStats (); - } - String doResetInvoc= request.getParameter("doResetInvoc"); - if (doResetInvoc!= null && doResetInvoc.equals("true")) - { - invokeStats.resetStats (); - } - - String resetUrl = response.encodeURL(request.getRequestURI()) + "?doReset=true&ObjectName=" + java.net.URLEncoder.encode(request.getParameter("ObjectName")); - String resetInvocUrl = response.encodeURL(request.getRequestURI()) + "?doResetInvoc=true&ObjectName=" + java.net.URLEncoder.encode(request.getParameter("ObjectName")); - String myUrl = response.encodeURL(request.getRequestURI()) + "?" + "&ObjectName=" + java.net.URLEncoder.encode(request.getParameter("ObjectName")); - org.jboss.metadata.BeanMetaData beanMetaData = container.getBeanMetaData(); - -%> -<%! -public String addStatRow (javax.management.j2ee.statistics.Statistic stat) -{ - String start = new java.util.Date(stat.getStartTime ()).toString (); - String lastSample = new java.util.Date(stat.getLastSampleTime ()).toString (); - - String result = "" + stat.getName() + " (unit: " + stat.getUnit () + ")" + - ""; - - if (stat instanceof javax.management.j2ee.statistics.CountStatistic) - { - result+= ""; - } - else if (stat instanceof javax.management.j2ee.statistics.RangeStatistic) - { - javax.management.j2ee.statistics.RangeStatistic rStat = (javax.management.j2ee.statistics.RangeStatistic)stat; - - result+= "" + - ""; - } - - result+= "
" + ((javax.management.j2ee.statistics.CountStatistic)stat).getCount() + "" + rStat.getCurrent () + "" + rStat.getLowWaterMark () + "" + rStat.getHighWaterMark() + "
" + start + "" + lastSample + " "; - - return result; - -} -%> - - - - -JBoss Management Console - Entity Bean - - - - - - -

- - -
-
-
-
-

Entity Bean

-

Name

-

<%=beanMetaData.getEjbName()%> (JNDI: <%=ejbName%>)

-

EJB Module

-

<%=ejbModule %>

-

Bean Statistics:

-

 

-<% -if (ejb.isstatisticsProvider()) -{ -%> - - - - - - - - <% - javax.management.j2ee.statistics.EntityBeanStats stats = (javax.management.j2ee.statistics.EntityBeanStats)ejb.getstats (); -%> - <%=addStatRow (stats.getCreateCount ()) %> - <%=addStatRow (stats.getRemoveCount ()) %> - <%=addStatRow (stats.getReadyCount ()) %> - <%=addStatRow (stats.getPooledCount ()) %> - -
-

Name

-
-

Value

- - - - - - -
-

Current

-
-

Low

-
-

High

-
-
-

Start Time

-
-

Last Sample Time

-
-

Reset Stats / Refresh Stats

-<% -} -else -{ -%> -

none.

-<% -} -%> -

 

-

 

-

Invocation Statistics:

-

 

-<% - java.util.Iterator iterInvoc = invokeStats.getStats().entrySet().iterator(); - if (iterInvoc.hasNext()) - { - -%> - - - - - - - - - - - <% - while (iterInvoc.hasNext()) - { - java.util.Map.Entry entry = (java.util.Map.Entry) iterInvoc.next(); - org.jboss.invocation.InvocationStatistics.TimeStatistic stat = (org.jboss.invocation.InvocationStatistics.TimeStatistic) entry.getValue(); - %> - - - - - - - - - - <% - } - %> -
-

Method name

-
-

Min (ms)

-
-

Max (ms)

-
-

Average (ms)

-
-

Total (ms)

-
-

# Invocations

-
-

<%=((java.lang.reflect.Method)entry.getKey()).getName()%>

-
-

<%=stat.minTime%>

-
-

<%=stat.maxTime%>

-
-

<%=(float)stat.totalTime/(float)stat.count%>

-
-

<%=stat.totalTime%>

-
-

<%=stat.count%>

-
-

Reset Stats / Refresh Stats

-<% - } - else - { -%> -

none.

-<% - } -%> - -

 

-

Actual concurrent invocations: <%=invokeStats.concurrentCalls%> (max: <%=invokeStats.maxConcurrentCalls%>)

-

 

-

 

-

 

-

View associated container MBean

-
-

-
-
- - -
- - - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/J2EEApp.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/J2EEApp.jsp deleted file mode 100644 index 1ee90836bc..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/J2EEApp.jsp +++ /dev/null @@ -1,44 +0,0 @@ -<%@ page import="javax.management.ObjectName"%> -<%@ taglib uri="/webconsole" prefix="jb" %> - - -<% - String appName = new ObjectName(app.getobjectName()).getKeyProperty ("name"); -%> - - - -J2EE Application: <%=appName%> - - - - -

J2EE Application '<%=appName%>'

- -

-

- - - - - - - - - - - - - - - - - - - - -
Management Object Name:
<%=app.getobjectName()%>
Provides Statistics:
<%=app.isstatisticsProvider()%>
Deployment Descriptor:
<%=org.jboss.console.plugins.helpers.servlet.ServletHelper.filter(app.getdeploymentDescriptor())%>
- - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/JNDIView.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/JNDIView.jsp deleted file mode 100644 index 83cbdfdf01..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/JNDIView.jsp +++ /dev/null @@ -1,38 +0,0 @@ -<%@ taglib uri="/webconsole" prefix="jb" %> - - - - -JBoss Management Console - JNDI View - - - - - - - -

- - -
-

JNDI View

-

 

- - <%=org.jboss.console.util.XMLToHTMLTreeBuilder.convertJNDIXML(jndiview.listXML())%> - -

 

- - -
- - - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/META-INF/MANIFEST.MF b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/META-INF/MANIFEST.MF deleted file mode 100644 index d33b84725d..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/META-INF/MANIFEST.MF +++ /dev/null @@ -1,4 +0,0 @@ -Manifest-Version: 1.0 -Ant-Version: Apache Ant 1.6.2 -Created-By: 1.4.2_05-b04 (Sun Microsystems Inc.) - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/MdbEjb.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/MdbEjb.jsp deleted file mode 100644 index 3e4ac99d4b..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/MdbEjb.jsp +++ /dev/null @@ -1,239 +0,0 @@ -<%@ page language="java" - import="java.util.Map" - import="java.util.HashMap" - import="java.util.Iterator" - import="org.jboss.invocation.InvocationStatistics" - import="org.jboss.invocation.InvocationStatistics.*" %> - -<%@ taglib uri="/webconsole" prefix="jb" %> - - - -<% - // Author: Boris Cinkler cinkler@users.sourceforge.net - - String ejbName = new javax.management.ObjectName(request.getParameter("ObjectName")).getKeyProperty ("name"); - String ejbModule = new javax.management.ObjectName(request.getParameter("ObjectName")).getKeyProperty ("EJBModule"); - String containerUrl = "jboss.j2ee:service=EJB,jndiName=" + ejbName; - containerUrl = java.net.URLEncoder.encode(containerUrl); - containerUrl = "../jmx-console/HtmlAdaptor?action=inspectMBean&name=" + containerUrl; - - org.jboss.invocation.InvocationStatistics invokeStats= container.getInvokeStats (); - - String doReset = request.getParameter("doReset"); - if (doReset != null && doReset.equals("true")) - { - ejb.resetStats (); - } - String doResetInvoc= request.getParameter("doResetInvoc"); - if (doResetInvoc!= null && doResetInvoc.equals("true")) - { - invokeStats.resetStats (); - } - - String resetUrl = response.encodeURL(request.getRequestURI()) + "?doReset=true&ObjectName=" + java.net.URLEncoder.encode(request.getParameter("ObjectName")); - String resetInvocUrl = response.encodeURL(request.getRequestURI()) + "?doResetInvoc=true&ObjectName=" + java.net.URLEncoder.encode(request.getParameter("ObjectName")); - String myUrl = response.encodeURL(request.getRequestURI()) + "?" + "&ObjectName=" + java.net.URLEncoder.encode(request.getParameter("ObjectName")); - org.jboss.metadata.BeanMetaData beanMetaData = container.getBeanMetaData(); - - %> - - <%! -public String addStatRow (javax.management.j2ee.statistics.Statistic stat) -{ - String start = new java.util.Date(stat.getStartTime ()).toString (); - String lastSample = new java.util.Date(stat.getLastSampleTime ()).toString (); - - String result = "" + stat.getName() + " (unit: " + stat.getUnit () + ")" + - ""; - - if (stat instanceof javax.management.j2ee.statistics.CountStatistic) - { - result += ""; - } - else if (stat instanceof javax.management.j2ee.statistics.RangeStatistic) - { - javax.management.j2ee.statistics.RangeStatistic rStat = (javax.management.j2ee.statistics.RangeStatistic)stat; - - result += "" + - ""; - } - - result += "
" + ((javax.management.j2ee.statistics.CountStatistic)stat).getCount() + "" + rStat.getCurrent () + "" + rStat.getLowWaterMark () + "" + rStat.getHighWaterMark() + "
" + start + "" + lastSample + " "; - - return result; -} -%> - - - - - -JBoss Management Console - Message Driven Bean - - - - - - - - - -
-
-
-
-

Message Driven Bean

-

Name

-

<%=beanMetaData.getEjbName()%> (JNDI: <%=ejbName%>)

-

EJB Module

-

<%=ejbModule %>

-

Bean Statistics:

-

 

-<% -if (ejb.isstatisticsProvider()) -{ -%> - - - - - - - - <% - javax.management.j2ee.statistics.MessageDrivenBeanStats stats = (javax.management.j2ee.statistics.MessageDrivenBeanStats)ejb.getstats (); -%> - <%=addStatRow (stats.getCreateCount ()) %> - <%=addStatRow (stats.getRemoveCount ()) %> - <%=addStatRow (stats.getMessageCount ()) %> - -
-

Name

-
-

Value

- - - - - - -
-

Current

-
-

Low

-
-

High

-
-
-

Start Time

-
-

Last Sample Time

-
-

Reset Stats / Refresh Stats

-<% -} -else -{ -%> -

none.

-<% -} -%> -

 

-

 

-

Invocation Statistics:

-

 

-<% - java.util.Iterator iterInvoc = invokeStats.getStats().entrySet().iterator(); - if (iterInvoc.hasNext()) - { - -%> - - - - - - - - - - - <% - while (iterInvoc.hasNext()) - { - java.util.Map.Entry entry = (java.util.Map.Entry) iterInvoc.next(); - org.jboss.invocation.InvocationStatistics.TimeStatistic stat = (org.jboss.invocation.InvocationStatistics.TimeStatistic) entry.getValue(); - %> - - - - - - - - - - <% - } - %> -
-

Method name

-
-

Min (ms)

-
-

Max (ms)

-
-

Average (ms)

-
-

Total (ms)

-
-

# Invocations

-
-

<%=((java.lang.reflect.Method)entry.getKey()).getName()%>

-
-

<%=stat.minTime%>

-
-

<%=stat.maxTime%>

-
-

<%=(float)stat.totalTime/(float)stat.count%>

-
-

<%=stat.totalTime%>

-
-

<%=stat.count%>

-
-

Reset Stats / Refresh Stats

-<% - } - else - { -%> -

none.

-<% - } -%> - -

 

-

Actual concurrent invocations: <%=invokeStats.concurrentCalls%> (max: <%=invokeStats.maxConcurrentCalls%>)

-

 

-

 

-

 

-

View associated container MBean

-
-

-
-
- - -
- - - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/Queue.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/Queue.jsp deleted file mode 100644 index 251da621b5..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/Queue.jsp +++ /dev/null @@ -1,119 +0,0 @@ -<%@ page import="org.jboss.mq.*"%> -<%@ page import="org.jboss.mq.server.*"%> -<%@ page import="java.text.DateFormat"%> -<%@ page import="java.util.Date"%> -<%@ taglib uri="/webconsole" prefix="jb" %> - -<% - String resetUrl = response.encodeURL(request.getRequestURI()) + "?doReset=true&ObjectName=" + java.net.URLEncoder.encode(request.getParameter("ObjectName")); - String myUrl = response.encodeURL(request.getRequestURI()) + "?" + "&ObjectName=" + java.net.URLEncoder.encode(request.getParameter("ObjectName")); - MessageCounter counter = queue.getMessageCounter()[0]; - - //check reset first - String doReset = request.getParameter("doReset"); - if (doReset != null && doReset.equals("true")) - { - counter.resetCounter(); - } - - String lastModified = "N/A"; - DateFormat dateFormat = DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.MEDIUM); - if (counter.getLastUpdate() > 0) - { - lastModified = dateFormat.format(new Date(counter.getLastUpdate())); - } - - -%> - - - - - -JBoss Management Console - JMS Queue - - - - - - - - - -
- - -
-
-
-

JMS Queue

-

Name

-

<%=queue.getQueueName()%>

-

JNDI Name

-

<%=queue.getJNDIName()%>

-

Receiver Count

-

<%=queue.getReceiversCount()%>

-

Message statistics:

- - - - - - - - - - - -
-

Queue Depth:

-
-

Queue Depth Delta:

-
-

Maximum Depth:

-
<%=queue.getQueueDepth()%><%=counter.getDepthDelta()%><%=queue.getMaxDepth()%>
-

 

-

 

-

Message statistics since startup or reset:

- - - - - - - - - - - -
-

Message Count:

-
-

Message Count Delta:

-
-

Last Message Add Date:

-
<%=counter.getCount()%><%=counter.getCountDelta()%><%=lastModified%>
-

Reset Stats / Refresh Stats

-

 

-

 

- -
-

-
-
- - - -
- -
- - - - - \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/ServerInfo.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/ServerInfo.jsp deleted file mode 100644 index 1a3b0fa0f6..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/ServerInfo.jsp +++ /dev/null @@ -1,136 +0,0 @@ -<%-- - | - | Author: Sacha Labourey (sacha@jboss.org) - | - | Distributable under LGPL license. - | See terms of license at gnu.org. - +--%> -<%@ taglib uri="/webconsole" prefix="jb" %> - - - -<% - String myUrl = response.encodeURL(request.getRequestURI()); -%> -<%! -public String memSize (java.lang.Long lOctets) -{ - long octets = lOctets.longValue(); - int ratio = 3*1024; - String unit = ""; - if (octets > ratio) - { - unit = "KB"; - octets/=1024; - - if (octets > ratio) - { - unit = "MB"; - octets/=1024; - - if (octets > ratio) - { - unit = "GB"; - octets/=1024; - - if (octets > ratio) - { - unit = "TB"; - octets/=1024; - } - } - } - } - - return octets + " " + unit; -} -%> - - - - -JBoss Management Console - Server Information - - - - - - - - - -
-
-
-
-

JBoss™ Application Server

-

 

- - - - - - - - - -
-

JBoss

-
-

Version

-

Version: <%=server.getVersion()%>

-

Version Name: <%=server.getVersionName()%>

-

Built on: <%=server.getBuildDate()%> -

-

Environment

-

Start date: <%=server.getStartDate()%>

-

Host: <%=serverInfo.getHostName()%> (<%=serverInfo.getHostAddress ()%>)

-

Base Location: <%=serverConfig.getServerBaseURL()%>

-

Base Location (local): <%=serverConfig.getServerBaseDir()%>

-

Running config: '<%= serverConfig.getServerHomeDir().getName()%>'

-

 

- - - - - - - - - -
-

JVM - Hardware

-
-

Hardware

-

#CPU: <%=serverInfo.getAvailableProcessors()%>

-

OS: <%=serverInfo.getOSName()%> <%=serverInfo.getOSVersion()%> (<%=serverInfo.getOSArch()%>)

-

JVM Environment

-

Free Memory: <%=memSize(serverInfo.getFreeMemory())%>

-

Max Memory: <%=memSize(serverInfo.getMaxMemory())%>

-

Total Memory: <%=memSize(serverInfo.getTotalMemory())%>

-

#Threads: <%=serverInfo.getActiveThreadCount()%>

-

JVM Version: <%=serverInfo.getJavaVMVersion()%> (<%=serverInfo.getJavaVMVendor()%>)

-

JVM Name: <%=serverInfo.getJavaVMName()%>

-

 

-

Refresh

- -

 

-

 

-

 

-
-

-
-
- - -
- - - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/Servlet.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/Servlet.jsp deleted file mode 100644 index 07c1d526c4..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/Servlet.jsp +++ /dev/null @@ -1,102 +0,0 @@ -<%@ page import="javax.management.ObjectName, - javax.management.j2ee.statistics.ServletStats, - javax.management.j2ee.statistics.TimeStatistic"%> -<%@ taglib uri="/webconsole" prefix="jb" %> - -<% - String doReset = request.getParameter("doReset"); - if (doReset != null && doReset.equals("true")) - { - servlet.resetStats(); - } - - String resetUrl = response.encodeURL(request.getRequestURI()) + "?doReset=true&ObjectName=" + java.net.URLEncoder.encode(request.getParameter("ObjectName")); - String myUrl = response.encodeURL(request.getRequestURI()) + "?" + "&ObjectName=" + java.net.URLEncoder.encode(request.getParameter("ObjectName")); -%> - - - - - -JBoss Management Console - Servlet - - - - - - - - - -
-
-
-
-

Servlet

-

Name

-

<%=new ObjectName(servlet.getobjectName()).getKeyProperty("name")%>

-

Servlet Statistics:

-

 

- - - - - - - - - - <% - ServletStats stats = (ServletStats)servlet.getstats(); - TimeStatistic stat = stats.getServiceTime(); - %> - - - - - - - - -
-

Min (ms)

-
-

Max (ms)

-
-

Average (ms)

-
-

Total (ms)

-
-

# Invocations

-
-

<%=stat.getMinTime()%>

-
-

<%=stat.getMaxTime()%>

-
-

<%=(float)stat.getTotalTime()/(float)stat.getCount()%>

-
-

<%=stat.getTotalTime()%>

-
-

<%=stat.getCount()%>

-
-

Reset Stats / Refresh Stats

-

 

-

 

- -
-

-
-
- - -
- - - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/StatefulEjb.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/StatefulEjb.jsp deleted file mode 100644 index d96294b543..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/StatefulEjb.jsp +++ /dev/null @@ -1,229 +0,0 @@ -<%@ taglib uri="/webconsole" prefix="jb" %> - - -<% - String ejbName = new javax.management.ObjectName(request.getParameter("ObjectName")).getKeyProperty ("name"); - String ejbModule = new javax.management.ObjectName(request.getParameter("ObjectName")).getKeyProperty ("EJBModule"); - String containerUrl = "jboss.j2ee:service=EJB,jndiName=" + ejbName; - containerUrl = java.net.URLEncoder.encode(containerUrl); - containerUrl = "../jmx-console/HtmlAdaptor?action=inspectMBean&name=" + containerUrl; - - org.jboss.invocation.InvocationStatistics invokeStats= container.getInvokeStats (); - - String doReset = request.getParameter("doReset"); - if (doReset != null && doReset.equals("true")) - { - ejb.resetStats (); - } - String doResetInvoc= request.getParameter("doResetInvoc"); - if (doResetInvoc!= null && doResetInvoc.equals("true")) - { - invokeStats.resetStats (); - } - - String resetUrl = response.encodeURL(request.getRequestURI()) + "?doReset=true&ObjectName=" + java.net.URLEncoder.encode(request.getParameter("ObjectName")); - String resetInvocUrl = response.encodeURL(request.getRequestURI()) + "?doResetInvoc=true&ObjectName=" + java.net.URLEncoder.encode(request.getParameter("ObjectName")); - String myUrl = response.encodeURL(request.getRequestURI()) + "?" + "&ObjectName=" + java.net.URLEncoder.encode(request.getParameter("ObjectName")); - org.jboss.metadata.BeanMetaData beanMetaData = container.getBeanMetaData(); - -%> -<%! -public String addStatRow (javax.management.j2ee.statistics.Statistic stat) -{ - String start = new java.util.Date(stat.getStartTime ()).toString (); - String lastSample = new java.util.Date(stat.getLastSampleTime ()).toString (); - - String result = "" + stat.getName() + " (unit: " + stat.getUnit () + ")" + - ""; - - if (stat instanceof javax.management.j2ee.statistics.CountStatistic) - { - result+= ""; - } - else if (stat instanceof javax.management.j2ee.statistics.RangeStatistic) - { - javax.management.j2ee.statistics.RangeStatistic rStat = (javax.management.j2ee.statistics.RangeStatistic)stat; - - result+= "" + - ""; - } - - result+= "
" + ((javax.management.j2ee.statistics.CountStatistic)stat).getCount() + "" + rStat.getCurrent () + "" + rStat.getLowWaterMark () + "" + rStat.getHighWaterMark() + "
" + start + "" + lastSample + " "; - - return result; - -} -%> - - - - -JBoss Management Console - Stateful Session Bean - - - - - - - - - -
-
-
-
-

Stateful Session Bean

-

Name

-

<%=beanMetaData.getEjbName()%> (JNDI: <%=ejbName%>)

-

EJB Module

-

<%=ejbModule %>

-

Bean Statistics:

-

 

-<% -if (ejb.isstatisticsProvider()) -{ -%> - - - - - - - - <% - javax.management.j2ee.statistics.StatefulSessionBeanStats stats = (javax.management.j2ee.statistics.StatefulSessionBeanStats)ejb.getstats (); -%> - <%=addStatRow (stats.getMethodReadyCount ()) %> - <%=addStatRow (stats.getCreateCount ()) %> - <%=addStatRow (stats.getRemoveCount ()) %> - <%=addStatRow (stats.getPassiveCount ()) %> - -
-

Name

-
-

Value

- - - - - - -
-

Current

-
-

Low

-
-

High

-
-
-

Start Time

-
-

Last Sample Time

-
-

Reset Stats / Refresh Stats

-<% -} -else -{ -%> -

none.

-<% -} -%> -

 

-

 

-

Invocation Statistics:

-

 

-<% - java.util.Iterator iterInvoc = invokeStats.getStats().entrySet().iterator(); - if (iterInvoc.hasNext()) - { - -%> - - - - - - - - - - - <% - while (iterInvoc.hasNext()) - { - java.util.Map.Entry entry = (java.util.Map.Entry) iterInvoc.next(); - org.jboss.invocation.InvocationStatistics.TimeStatistic stat = (org.jboss.invocation.InvocationStatistics.TimeStatistic) entry.getValue(); - %> - - - - - - - - - - <% - } - %> -
-

Method name

-
-

Min (ms)

-
-

Max (ms)

-
-

Average (ms)

-
-

Total (ms)

-
-

# Invocations

-
-

<%=((java.lang.reflect.Method)entry.getKey()).getName()%>

-
-

<%=stat.minTime%>

-
-

<%=stat.maxTime%>

-
-

<%=(float)stat.totalTime/(float)stat.count%>

-
-

<%=stat.totalTime%>

-
-

<%=stat.count%>

-
-

Reset Stats / Refresh Stats

-<% - } - else - { -%> -

none.

-<% - } -%> - -

 

-

Actual concurrent invocations: <%=invokeStats.concurrentCalls%> (max: <%=invokeStats.maxConcurrentCalls%>)

-

 

-

 

-

 

-

View associated container MBean

-
-

-
-
- - -
- - - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/StatelessEjb.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/StatelessEjb.jsp deleted file mode 100644 index fbe4010a28..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/StatelessEjb.jsp +++ /dev/null @@ -1,228 +0,0 @@ -<%@ taglib uri="/webconsole" prefix="jb" %> - - -<% - String ejbName = new javax.management.ObjectName(request.getParameter("ObjectName")).getKeyProperty ("name"); - String ejbModule = new javax.management.ObjectName(request.getParameter("ObjectName")).getKeyProperty ("EJBModule"); - String containerUrl = "jboss.j2ee:service=EJB,jndiName=" + ejbName; - containerUrl = java.net.URLEncoder.encode(containerUrl); - containerUrl = "../jmx-console/HtmlAdaptor?action=inspectMBean&name=" + containerUrl; - - org.jboss.invocation.InvocationStatistics invokeStats= container.getInvokeStats (); - - String doReset = request.getParameter("doReset"); - if (doReset != null && doReset.equals("true")) - { - ejb.resetStats (); - } - String doResetInvoc= request.getParameter("doResetInvoc"); - if (doResetInvoc!= null && doResetInvoc.equals("true")) - { - invokeStats.resetStats (); - } - - String resetUrl = response.encodeURL(request.getRequestURI()) + "?doReset=true&ObjectName=" + java.net.URLEncoder.encode(request.getParameter("ObjectName")); - String resetInvocUrl = response.encodeURL(request.getRequestURI()) + "?doResetInvoc=true&ObjectName=" + java.net.URLEncoder.encode(request.getParameter("ObjectName")); - String myUrl = response.encodeURL(request.getRequestURI()) + "?" + "&ObjectName=" + java.net.URLEncoder.encode(request.getParameter("ObjectName")); - org.jboss.metadata.BeanMetaData beanMetaData = container.getBeanMetaData(); - -%> -<%! -public String addStatRow (javax.management.j2ee.statistics.Statistic stat) -{ - String start = new java.util.Date(stat.getStartTime ()).toString (); - String lastSample = new java.util.Date(stat.getLastSampleTime ()).toString (); - - String result = "" + stat.getName() + " (unit: " + stat.getUnit () + ")" + - ""; - - if (stat instanceof javax.management.j2ee.statistics.CountStatistic) - { - result+= ""; - } - else if (stat instanceof javax.management.j2ee.statistics.RangeStatistic) - { - javax.management.j2ee.statistics.RangeStatistic rStat = (javax.management.j2ee.statistics.RangeStatistic)stat; - - result+= "" + - ""; - } - - result+= "
" + ((javax.management.j2ee.statistics.CountStatistic)stat).getCount() + "" + rStat.getCurrent () + "" + rStat.getLowWaterMark () + "" + rStat.getHighWaterMark() + "
" + start + "" + lastSample + " "; - - return result; - -} -%> - - - - -JBoss Management Console - Stateless Session Bean - - - - - - - - - -
-
-
-
-

Stateless Session Bean

-

Name

-

<%=beanMetaData.getEjbName()%> (JNDI: <%=ejbName%>)

-

EJB Module

-

<%=ejbModule %>

-

Bean Statistics:

-

 

-<% -if (ejb.isstatisticsProvider()) -{ -%> - - - - - - - - <% - javax.management.j2ee.statistics.StatelessSessionBeanStats stats = (javax.management.j2ee.statistics.StatelessSessionBeanStats)ejb.getstats (); -%> - <%=addStatRow (stats.getMethodReadyCount ()) %> - <%=addStatRow (stats.getCreateCount ()) %> - <%=addStatRow (stats.getRemoveCount ()) %> - -
-

Name

-
-

Value

- - - - - - -
-

Current

-
-

Low

-
-

High

-
-
-

Start Time

-
-

Last Sample Time

-
-

Reset Stats / Refresh Stats

-<% -} -else -{ -%> -

none.

-<% -} -%> -

 

-

 

-

Invocation Statistics:

-

 

-<% - java.util.Iterator iterInvoc = invokeStats.getStats().entrySet().iterator(); - if (iterInvoc.hasNext()) - { - -%> - - - - - - - - - - - <% - while (iterInvoc.hasNext()) - { - java.util.Map.Entry entry = (java.util.Map.Entry) iterInvoc.next(); - org.jboss.invocation.InvocationStatistics.TimeStatistic stat = (org.jboss.invocation.InvocationStatistics.TimeStatistic) entry.getValue(); - %> - - - - - - - - - - <% - } - %> -
-

Method name

-
-

Min (ms)

-
-

Max (ms)

-
-

Average (ms)

-
-

Total (ms)

-
-

# Invocations

-
-

<%=((java.lang.reflect.Method)entry.getKey()).getName()%>

-
-

<%=stat.minTime%>

-
-

<%=stat.maxTime%>

-
-

<%=(float)stat.totalTime/(float)stat.count%>

-
-

<%=stat.totalTime%>

-
-

<%=stat.count%>

-
-

Reset Stats / Refresh Stats

-<% - } - else - { -%> -

none.

-<% - } -%> - -

 

-

Actual concurrent invocations: <%=invokeStats.concurrentCalls%> (max: <%=invokeStats.maxConcurrentCalls%>)

-

 

-

 

-

 

-

View associated container MBean

-
-

-
-
- - -
- - - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/SysProperties.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/SysProperties.jsp deleted file mode 100644 index 20ea078bdc..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/SysProperties.jsp +++ /dev/null @@ -1,55 +0,0 @@ - - - - -JBoss Management Console - System Properties - - - - - - - -
-
-
-
-

JBoss™ System Properties

-

 

- - -<% - java.util.Properties props = System.getProperties (); - java.util.Iterator iter = props.keySet().iterator(); - - while (iter.hasNext()) - { - String key = (String)iter.next(); - String value = props.getProperty (key); -%> - - - - -<% - } -%> - -
<%=key%> <%=value%> 
-

-
-

-
-
- - -
- - - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/Topic.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/Topic.jsp deleted file mode 100644 index f183ea3e12..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/Topic.jsp +++ /dev/null @@ -1,114 +0,0 @@ -<%@ page import="java.net.URLEncoder, - org.jboss.mq.*, - org.jboss.mq.server.*" -%> -<%@ taglib uri="/webconsole" prefix="jb" %> - -<% - String objParameter = "&ObjectName=" + URLEncoder.encode(request.getParameter("ObjectName")); - String myUrl = response.encodeURL(request.getRequestURI()) + "?" + objParameter; -%> - - - - - -JBoss Management Console - JMS Topic - - - - - - - - - -
- - -
-
- - - - - - - -
- - - -
-

Name

-

<%=topic.getTopicName()%>

-

JNDI Name

-

<%=topic.getJNDIName()%>

-

Message statistics:

- - - - - - - - - - - - - -
-

All Message Count:

-
-

Durable Message Count:

-
-

Non Durable Message Count:

-
-

Maximum Depth:

-
<%=topic.getAllMessageCount()%><%=topic.getDurableMessageCount()%><%=topic.getNonDurableMessageCount()%><%=topic.getMaxDepth()%>
-

 

-

 

-

Subscription statistics:

- - - - - - - - - - - -
-

All Subscriptions Count:

-
-

Durable Subcriptions Count

-
-

Non Durable Subscriptions Count:

-
<%=topic.getAllSubscriptionsCount()%><%=topic.getDurableSubscriptionsCount()%><%=topic.getNonDurableSubscriptionsCount()%>
-

Refresh

-

 

-

 

- -
-

-
-
- - - -
- -
- - - - - \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/TopicNavigation.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/TopicNavigation.jsp deleted file mode 100644 index b481c0c0b7..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/TopicNavigation.jsp +++ /dev/null @@ -1,9 +0,0 @@ -<%@ page import="java.net.URLEncoder" %> -<%@ taglib uri="/webconsole" prefix="jb" %> -<% - String objParameter = "ObjectName=" + URLEncoder.encode(request.getParameter("ObjectName")); -%> -"> - " /> - " /> - \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/TopicSubscriptions.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/TopicSubscriptions.jsp deleted file mode 100644 index 89eb38ed95..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/TopicSubscriptions.jsp +++ /dev/null @@ -1,108 +0,0 @@ -<%@ page import="java.net.URLEncoder, - org.jboss.mq.*, - org.jboss.mq.server.*, - java.util.*, - java.text.DateFormat" -%> -<%@ taglib uri="/webconsole" prefix="jb" %> - -<% - String objParameter = "&ObjectName=" + URLEncoder.encode(request.getParameter("ObjectName")); - String myUrl = response.encodeURL(request.getRequestURI()) + "?" + objParameter; - - MessageCounter[] counter = topic.getMessageCounter(); - DateFormat dateFormat = DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.MEDIUM); -%> - - - - - -JBoss Management Console - JMS Topic - - - - - - - - - -
- - -
-
- - - - - - - -
- - - -
-

Name

-

<%=topic.getTopicName()%>

-

Subscriptions:

- - - - - - - - -<% for(int i = 0; i < counter.length; i++) -{ - String lastModified = "N/A"; - if (counter[i].getLastUpdate() > 0) - { - lastModified = dateFormat.format(new Date(counter[i].getLastUpdate())); - } -%> - - - - - - - -<%}%> -
-

Subscription Name:

-
-

Durable:

-
-

Message Count:

-
-

Message Count Delta:

-
-

Last Message Add Date:

-
 <%=counter[i].getDestinationSubscription()%> <%=counter[i].getDestinationDurable()%><%=counter[i].getDepth()%><%=counter[i].getDepthDelta()%><%=lastModified%>
-

Refresh

-

 

-

 

-
-

-
-
- - - -
- -
- - - - - \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/Classloaders.bsh b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/Classloaders.bsh deleted file mode 100644 index 438489760f..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/Classloaders.bsh +++ /dev/null @@ -1,83 +0,0 @@ -import org.jboss.console.manager.interfaces.*; -import org.jboss.console.manager.interfaces.impl.*; -import org.jboss.console.plugins.*; -import org.jboss.console.plugins.helpers.*; - -import javax.management.*; - - String getVersion (PluginContext ctx) - { - return "0.0a"; - } - - String getName (PluginContext ctx) - { - return "UCL lister"; - } - - ResourceTreeNode createUCLSubResource (PluginContext ctx, ObjectInstance instance) - { - String uclName = instance.getObjectName().getKeyProperty ("UCL"); - TreeNodeMenuEntry[] menus = ctx.createMenus (new String[] - { - "Before for UCL="+uclName, "before.html&ucl="+uclName, - null, - "After", "test.html" - }); - - return ctx.createResourceNode ( - "UCL " + uclName, // name - "UCL with id " + uclName, // description - "arrow.gif", // Icon URL - "mapage&ucl=" + uclName, // Default URL - menus, - null, - null, - instance.getObjectName().toString(), - instance.getClassName () ); - } - - ResourceTreeNode[] createUCLSubResources (PluginContext ctx) - { - ObjectInstance[] insts = - ctx.getMBeansForClass("jmx.loading:*", - "org.jboss.mx.loading.UnifiedClassLoader2"); - ctx.getLogger().info("TAILLE: " + insts.length); - ResourceTreeNode[] result = new ResourceTreeNode[10];//[insts.length]; - for (int i=0; i - - - - - - - - - jboss.admin:service=PluginManager - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/tlds/webconsole.tld b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/tlds/webconsole.tld deleted file mode 100644 index 5baeb3a20e..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/tlds/webconsole.tld +++ /dev/null @@ -1,64 +0,0 @@ - - - - - 1.0 - 1.1 - webconsole - - - mbean - org.jboss.console.plugins.helpers.servlet.MBeanTag - org.jboss.console.plugins.helpers.servlet.MBeanTagExtraInfo - JSP - Returns a proxy to an MBean reading the "ObjectName" query parameter - - mbean - false - true - - - intf - true - true - - - id - true - false - - - - - navigation - org.jboss.console.plugins.helpers.servlet.NavigationTag - JSP - - selectedTabName - false - true - - - - - tab - org.jboss.console.plugins.helpers.servlet.TabTag - JSP - - name - true - true - - - href - true - - - selected - true - - - - \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/web.xml b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/web.xml deleted file mode 100644 index 18d89ecb6d..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WEB-INF/web.xml +++ /dev/null @@ -1,356 +0,0 @@ - - - - - Web Admin Console - - J2EEFolder - org.jboss.console.plugins.helpers.ServletPluginHelper - - ScriptName - J2EEFolder.bsh - - - IsRootNode - true - - - ContextName - /web-console - - 1 - - - - SystemFolder - org.jboss.console.plugins.helpers.ServletPluginHelper - - ScriptName - SystemFolder.bsh - - - IsRootNode - true - - - ContextName - /web-console - - 1 - - - - MonitorsFolder - org.jboss.console.plugins.helpers.ServletPluginHelper - - WrapperClass - org.jboss.console.plugins.MonitorLister - - - IsRootNode - true - - - ContextName - /web-console - - 1 - - - - AOPFolder - org.jboss.console.plugins.helpers.ServletPluginHelper - - WrapperClass - org.jboss.console.plugins.AOPLister - - - IsRootNode - true - - - ContextName - /web-console - - 1 - - - - JMS Message - org.jboss.console.plugins.helpers.ServletPluginHelper - - WrapperClass - org.jboss.console.plugins.JMSLister - - - MBeanClass - org.jboss.management.j2ee.JMSResource - - - ContextName - /web-console - - 1 - - - - - - UCLs - org.jboss.console.plugins.helpers.ServletPluginHelper - - WrapperClass - org.jboss.console.plugins.UCLLister - - - FolderName - ROOT/System - - - ContextName - /web-console - - 1 - - - - MBeans - org.jboss.console.plugins.helpers.ServletPluginHelper - - WrapperClass - org.jboss.console.plugins.MBeansLister - - - FolderName - ROOT/System - - - ContextName - /web-console - - 1 - - - - JSR77 Domains and Servers - org.jboss.console.plugins.helpers.ServletPluginHelper - - WrapperClass - org.jboss.console.plugins.JSR77Lister - - - FolderName - ROOT/J2EE - - - ContextName - /web-console - - 1 - - - - JSR77 EJBModules and EJBs - org.jboss.console.plugins.helpers.ServletPluginHelper - - WrapperClass - org.jboss.console.plugins.EJBModuleLister - - - MBeanClass - org.jboss.management.j2ee.EJBModule - - - ContextName - /web-console - - 1 - - - - JSR77 J2EE Apps - org.jboss.console.plugins.helpers.ServletPluginHelper - - WrapperClass - org.jboss.console.plugins.J2EEAppLister - - - MBeanClass - org.jboss.management.j2ee.J2EEApplication - - - ContextName - /web-console - - 1 - - - - JSR77 WebModule - org.jboss.console.plugins.helpers.ServletPluginHelper - - WrapperClass - org.jboss.console.plugins.WebModuleLister - - - MBeanClass - org.jboss.management.j2ee.WebModule - - - ContextName - /web-console - - 1 - - - - HTTP Invocation - org.jboss.console.remote.InvokerServlet - 1 - - - - Create Snapshot - org.jboss.console.plugins.monitor.CreateSnapshotServlet - 1 - - - - Manage Snapshot - org.jboss.console.plugins.monitor.ManageSnapshotServlet - 1 - - - - Create Threshold Monitor - org.jboss.console.plugins.monitor.CreateThresholdMonitorServlet - 1 - - - - Manage Threshold Monitor - org.jboss.console.plugins.monitor.ManageThresholdMonitorServlet - 1 - - - - Create String Threshold Monitor - org.jboss.console.plugins.monitor.CreateStringThresholdMonitorServlet - 1 - - - - Manage String Threshold Monitor - org.jboss.console.plugins.monitor.ManageStringThresholdMonitorServlet - 1 - - - - Clear Monitor Alerts - org.jboss.console.plugins.monitor.ClearMonitorAlertsServlet - 1 - - - - Status Servlet - org.jboss.web.tomcat.tc5.StatusServlet - - - - Status Servlet - /status - - - - HTTP Invocation - /Invoker/* - - - - Create Snapshot - /CreateSnapshot - - - - Manage Snapshot - /ManageSnapshot - - - - Create Threshold Monitor - /CreateThresholdMonitor - - - - Manage Threshold Monitor - /ManageThresholdMonitor - - - - Create String Threshold Monitor - /CreateStringThresholdMonitor - - - - Manage String Threshold Monitor - /ManageStringThresholdMonitor - - - - Clear Monitor Alerts - /ClearMonitorAlerts - - - - /webconsole - /WEB-INF/tlds/webconsole.tld - - - - - - BASIC - JBoss WEB Console - - - - JBossAdmin - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WebModule.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WebModule.jsp deleted file mode 100644 index ce860d42d1..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/WebModule.jsp +++ /dev/null @@ -1,102 +0,0 @@ -<%@ page import="javax.management.ObjectName"%> - <%-- - | - | Author: Sacha Labourey (sacha@jboss.org) - | - | Distributable under LGPL license. - | See terms of license at gnu.org. - +--%> -<%@ taglib uri="/webconsole" prefix="jb" %> - - - - - -JBoss Management Console - Web Module - - - - - - - - - -
-
-
-
-

Web Module: '<%=new ObjectName(webModule.getobjectName()).getKeyProperty("name")%>'

-

 

- - - - - - - - -
-

Servlets

-
-

This Web Module is composed of the following Servlets:

- <% - String[] namesStr = webModule.getservlets(); - ObjectName[] names = null; - if (namesStr != null) { - names = new ObjectName[namesStr.length]; - for (int i = 0; i < namesStr.length; i++) { - names[i] = new ObjectName(namesStr[i]); - } - } - if (names != null) - %> -
    - <% - for (int i = 0; i < names.length; i++) - { - %> -
  • -

    <%=names[i].getKeyProperty("name")%>

    -
  • - <% - } - %> -
-

Number of Servlets: <%=(names!=null?names.length:0)%>

-
-

 

- - - - - - - - -
-

Deployment - Descriptor

-
-                    <%=org.jboss.console.plugins.helpers.servlet.ServletHelper.filter(webModule.getdeploymentDescriptor())%>
-                    
-
-

 

-

 

-
-

-
-
- - -
- - - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/applet.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/applet.jsp deleted file mode 100644 index 57ece06565..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/applet.jsp +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - -

- - - - - - -

- - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/createSnapshot.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/createSnapshot.jsp deleted file mode 100644 index 41e1bbbd9c..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/createSnapshot.jsp +++ /dev/null @@ -1,98 +0,0 @@ -<%@ page import="javax.management.MBeanServer, - org.jboss.mx.util.MBeanServerLocator, - org.jboss.mx.util.InstanceOfQueryExp, - java.util.Set, - java.util.Iterator, - javax.management.ObjectInstance, - javax.management.ObjectName, - java.util.HashSet"%> - <%-- - | - | Author: Bill Burke (bill@jboss.org) - | - | Distributable under LGPL license. - | See terms of license at gnu.org. - +--%> -<% - String error = (String)request.getAttribute("error"); - String attribute = request.getParameter("attribute"); - if (attribute == null) attribute = ""; - String monitorName = request.getParameter("monitorName"); - if (monitorName == null) monitorName = attribute + " Snapshot"; - String objectName = request.getParameter("objectName"); - if (objectName == null) objectName = ""; - String period = request.getParameter("period"); - if (period == null) period = ""; - String maxSize = request.getParameter("maxSize"); - if (maxSize == null) maxSize = ""; -%> - - - - -JBoss Management Console - Create Snapshot - - - - - - - - - -
-
-
-
-

Create Snapshot MBean Monitor

-

 

-<% - if (error != null) - { -%> -

<%=error%>

-<% - } -%> -
- - - - - - - - - - - - - - - - - - - - - -
Monitor NameThe name of the monitor and how it will be references within web console
Object NameThe MBean javax.management.ObjectName of the MBean you are monitoring
AttributeThe MBean Attribute you are monitoring
Time PeriodHow often should threshold be tested.
- -
-
-

-
-
- - -
- - - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/createStringThresholdMonitor.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/createStringThresholdMonitor.jsp deleted file mode 100644 index 47db044c40..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/createStringThresholdMonitor.jsp +++ /dev/null @@ -1,173 +0,0 @@ -<%@ page import="javax.management.MBeanServer, - org.jboss.mx.util.MBeanServerLocator, - org.jboss.mx.util.InstanceOfQueryExp, - java.util.Set, - java.util.Iterator, - javax.management.ObjectInstance, - javax.management.ObjectName, - java.util.HashSet"%> - <%-- - | - | Author: Bill Burke (bill@jboss.org) - | - | Distributable under LGPL license. - | See terms of license at gnu.org. - +--%> -<% - MBeanServer mbeanServer = MBeanServerLocator.locateJBoss(); - String error = (String)request.getAttribute("error"); - String monitorName = request.getParameter("monitorName"); - if (monitorName == null) monitorName = ""; - String objectName = request.getParameter("objectName"); - if (objectName == null) objectName = ""; - String attribute = request.getParameter("attribute"); - if (attribute == null) attribute = ""; - String threshold = request.getParameter("threshold"); - if (threshold == null && objectName != null && attribute != null) - { - threshold = (String)mbeanServer.getAttribute(new ObjectName(objectName), attribute); - } - else if (threshold == null) threshold = ""; - - String period = request.getParameter("period"); - if (period == null) period = ""; - String equality = request.getParameter("equality"); - if (equality == null) equality = ""; - else equality = "checked"; - String enabled = request.getParameter("enabled"); - if (enabled == null) enabled = ""; - else enabled = "checked"; - String[] alertStrings = request.getParameterValues("alerts"); - HashSet alertSet = null; - if (alertStrings != null) - { - alertSet = new HashSet(); - for (int i = 0; i < alertStrings.length; i++) - { - alertSet.add(alertStrings[i]); - } - } - - - -%> - - - - -JBoss Management Console - Create String Threshold Monitor - - - - - - - - - -
-
-
-
-

Create String Threshold MBean Monitor

-

 

-<% - if (error != null) - { -%> -

<%=error%>

-<% - } -%> -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Monitor NameThe name of the monitor and how it will be references within web console
Object NameThe MBean javax.management.ObjectName of the MBean you are monitoring
AttributeThe MBean Attribute you are monitoring
ThresholdThe value that will trigger an alert when the Comparison Equation is reached for the attribute value
Time PeriodHow often should threshold be tested.
Equality Trigger>Uncheck this box if you want an alert to trigger when attribute changes from threshold value
PersistedShould this monitor be created for next JBoss reboot?
Enable Monitor>Should this monitor be enabled.
Alerts -<% - InstanceOfQueryExp queryExp = null; - queryExp = new InstanceOfQueryExp("org.jboss.monitor.alerts.JBossAlertListener"); - Set alerts = mbeanServer.queryNames(null, queryExp); - if (alerts.size() > 0) - { -%> - - - Alert Listeners to trigger.
- -
-
-

-
-
- - -
- - - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/createStringThresholdMonitorSummary.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/createStringThresholdMonitorSummary.jsp deleted file mode 100644 index 1fdbaae43f..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/createStringThresholdMonitorSummary.jsp +++ /dev/null @@ -1,154 +0,0 @@ -<%@ page import="javax.management.MBeanServer, - org.jboss.mx.util.MBeanServerLocator, - org.jboss.mx.util.InstanceOfQueryExp, - java.util.Set, - java.util.Iterator, - javax.management.ObjectInstance, - javax.management.ObjectName, - java.util.HashSet"%> - <%-- - | - | Author: Bill Burke (bill@jboss.org) - | - | Distributable under LGPL license. - | See terms of license at gnu.org. - +--%> -<% - String monitorName = request.getParameter("monitorName"); - if (monitorName == null) monitorName = ""; - String objectName = request.getParameter("objectName"); - if (objectName == null) objectName = ""; - String attribute = request.getParameter("attribute"); - if (attribute == null) attribute = ""; - String threshold = request.getParameter("threshold"); - if (threshold == null) threshold = ""; - String period = request.getParameter("period"); - if (period == null) period = ""; - String equality = request.getParameter("equality"); - if (equality == null) equality = ""; - else equality = "checked"; - String enabled = request.getParameter("enabled"); - if (enabled == null) enabled = ""; - else enabled = "checked"; - String[] alertStrings = request.getParameterValues("alerts"); - HashSet alertSet = null; - if (alertStrings != null) - { - alertSet = new HashSet(); - for (int i = 0; i < alertStrings.length; i++) - { - alertSet.add(alertStrings[i]); - } - } - - - -%> - - - - -JBoss Management Console - Create String Monitor Summary - - - - - - - - - -
-
-
-
-

String MBean Monitor Created

-

 

-

 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Monitor NameThe name of the monitor and how it will be references within web console
Object NameThe MBean javax.management.ObjectName of the MBean you are monitoring
AttributeThe MBean Attribute you are monitoring
ThresholdThe value that will trigger an alert when the Comparison Equation is reached for the attribute value
Time PeriodHow often should threshold be tested.
Equality Trigger>Uncheck this box if you want an alert to trigger when attribute changes from threshold value
Enable Monitor>Should this monitor be enabled.
Alerts -<% - MBeanServer mbeanServer = MBeanServerLocator.locateJBoss(); - InstanceOfQueryExp queryExp = null; - queryExp = new InstanceOfQueryExp("org.jboss.monitor.alerts.JBossAlertListener"); - Set alerts = mbeanServer.queryNames(null, queryExp); - if (alerts.size() > 0) - { -%> - - - Alert Listeners to trigger.
- -
-

-
-
- - -
- - - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/createThresholdMonitor.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/createThresholdMonitor.jsp deleted file mode 100644 index 15e9962641..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/createThresholdMonitor.jsp +++ /dev/null @@ -1,171 +0,0 @@ -<%@ page import="javax.management.MBeanServer, - org.jboss.mx.util.MBeanServerLocator, - org.jboss.mx.util.InstanceOfQueryExp, - java.util.Set, - java.util.Iterator, - javax.management.ObjectInstance, - javax.management.ObjectName, - java.util.HashSet"%> - <%-- - | - | Author: Bill Burke (bill@jboss.org) - | - | Distributable under LGPL license. - | See terms of license at gnu.org. - +--%> -<% - String error = (String)request.getAttribute("error"); - String monitorName = request.getParameter("monitorName"); - if (monitorName == null) monitorName = ""; - String objectName = request.getParameter("objectName"); - if (objectName == null) objectName = ""; - String attribute = request.getParameter("attribute"); - if (attribute == null) attribute = ""; - String threshold = request.getParameter("threshold"); - if (threshold == null) threshold = ""; - String period = request.getParameter("period"); - if (period == null) period = ""; - String compare = request.getParameter("compare"); - if (compare == null) compare = "gt"; - String enabled = request.getParameter("enabled"); - if (enabled == null) enabled = ""; - String[] alertStrings = request.getParameterValues("alerts"); - HashSet alertSet = null; - if (alertStrings != null) - { - alertSet = new HashSet(); - for (int i = 0; i < alertStrings.length; i++) - { - alertSet.add(alertStrings[i]); - } - } - - - -%> - - - - -JBoss Management Console - Server Information - - - - - - - - - -
-
-
-
-

Create Threshold MBean Monitor

-

 

-<% - if (error != null) - { -%> -

<%=error%>

-<% - } -%> -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Monitor NameThe name of the monitor and how it will be references within web console
Object NameThe MBean javax.management.ObjectName of the MBean you are monitoring
AttributeThe MBean Attribute you are monitoring
ThresholdThe value that will trigger an alert when the Comparison Equation is reached for the attribute value
Time PeriodHow often should threshold be tested.
Comparison Equation - Boolean expression to use when testing threshold hit.
PersistedShould this monitor be created for next JBoss reboot?
Enable Monitor>Should this monitor be enabled.
Alerts -<% - MBeanServer mbeanServer = MBeanServerLocator.locateJBoss(); - InstanceOfQueryExp queryExp = null; - queryExp = new InstanceOfQueryExp("org.jboss.monitor.alerts.JBossAlertListener"); - Set alerts = mbeanServer.queryNames(null, queryExp); - if (alerts.size() > 0) - { -%> - - - Alert Listeners to trigger.
- -
-
-

-
-
- - -
- - - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/createThresholdMonitorSummary.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/createThresholdMonitorSummary.jsp deleted file mode 100644 index b3ca7ca247..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/createThresholdMonitorSummary.jsp +++ /dev/null @@ -1,157 +0,0 @@ -<%@ page import="javax.management.MBeanServer, - org.jboss.mx.util.MBeanServerLocator, - org.jboss.mx.util.InstanceOfQueryExp, - java.util.Set, - java.util.Iterator, - javax.management.ObjectInstance, - javax.management.ObjectName, - java.util.HashSet"%> - <%-- - | - | Author: Bill Burke (bill@jboss.org) - | - | Distributable under LGPL license. - | See terms of license at gnu.org. - +--%> -<% - String monitorName = request.getParameter("monitorName"); - if (monitorName == null) monitorName = ""; - String objectName = request.getParameter("objectName"); - if (objectName == null) objectName = ""; - String attribute = request.getParameter("attribute"); - if (attribute == null) attribute = ""; - String threshold = request.getParameter("threshold"); - if (threshold == null) threshold = ""; - String period = request.getParameter("period"); - if (period == null) period = ""; - String compare = request.getParameter("compare"); - if (compare == null) compare = "gt"; - String enabled = request.getParameter("enabled"); - if (enabled == null) enabled = ""; - String[] alertStrings = request.getParameterValues("alerts"); - HashSet alertSet = null; - if (alertStrings != null) - { - alertSet = new HashSet(); - for (int i = 0; i < alertStrings.length; i++) - { - alertSet.add(alertStrings[i]); - } - } - - - -%> - - - - -JBoss Management Console - Server Information - - - - - - - - - -
-
-
-
-

Threshold MBean Monitor Created

-

 

-

 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Monitor NameThe name of the monitor and how it will be references within web console
Object NameThe MBean javax.management.ObjectName of the MBean you are monitoring
AttributeThe MBean Attribute you are monitoring
ThresholdThe value that will trigger an alert when the Comparison Equation is reached for the attribute value
Time PeriodHow often should threshold be tested.
Comparison Equation - Boolean expression to use when testing threshold hit.
Enable Monitor>Should this monitor be enabled.
Alerts -<% - MBeanServer mbeanServer = MBeanServerLocator.locateJBoss(); - InstanceOfQueryExp queryExp = null; - queryExp = new InstanceOfQueryExp("org.jboss.monitor.alerts.JBossAlertListener"); - Set alerts = mbeanServer.queryNames(null, queryExp); - if (alerts.size() > 0) - { -%> - - - Alert Listeners to trigger.
- -
-

-
-
- - -
- - - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/css/dtree.css b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/css/dtree.css deleted file mode 100644 index ccc20f8c35..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/css/dtree.css +++ /dev/null @@ -1,34 +0,0 @@ -/*--------------------------------------------------| -| dTree 2.05 | www.destroydrop.com/javascript/tree/ | -|---------------------------------------------------| -| Copyright (c) 2002-2003 Geir Landrö | -|--------------------------------------------------*/ - -.dtree { - font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; - font-size: 11px; - color: #666; - white-space: nowrap; -} -.dtree img { - border: 0px; - vertical-align: middle; -} -.dtree a { - color: #333; - text-decoration: none; -} -.dtree a.node, .dtree a.nodeSel { - white-space: nowrap; - padding: 1px 2px 1px 2px; -} -.dtree a.node:hover, .dtree a.nodeSel:hover { - color: #333; - text-decoration: underline; -} -.dtree a.nodeSel { - background-color: #c0d2ec; -} -.dtree .clip { - overflow: hidden; -} \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/css/jboss.css b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/css/jboss.css deleted file mode 100644 index 84f845616f..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/css/jboss.css +++ /dev/null @@ -1,232 +0,0 @@ -body { - margin: 13px 0px 10px 0px; - background-color: #ffffff; - font-size: 10px; - font-family: verdana, arial, "sans-serif"; - color: #606060; - } -img { - border: 0px; - } -#header { - background-color: #FF7A22; - background-image: url('header_bg.jpg'); - background-repeat: no-repeat; - background-position: 226px 0px; - width: 100%; - height: 80px - } -#header #banner { - float: right; - margin: 8px 5px 0px 0px; - } -#logo { - position: absolute; - top: 4px; - left: 4px; - z-index: 200; -} -#navigation_bar { - background-color: #f0f0f0; - border-bottom: 1px dotted #999999; - height: 20px; - } -#items { - font-size: 12px; - width: 600px; - margin: 5px 5px 5px 170px; - position: relative; - z-index: 300; - } -#items .item { - margin-right: 10px; - } -.side_block { - margin: 15px 5px 10px 5px; - background-color: #fbfbfb; - border: 1px solid #f0f0f0; - } -.side_block h3 { - font-size: 11px; - font-weight: 100; - width: 100%; - margin: 0px 0px 5px 0px; - padding: 4px 4px 4px 10x; - background-color: #f0f0f0; - } -.side_block h4 { - font-size: 11px; - color: #FF7A22; - font-weight: bold; - margin: 10px 5px 4px 5px; - } -.side_block p { - margin: 5px 5px 3px 5px; - } -.side_block form { - margin: 0px 0px 0px 5px; - } -.side_block #login { - font-size: 9px; - } -.side_block p img { - text-align: center; - } -#content { - width: 90%; - margin: 10px auto; - } -#left { - float: left; - width: 14%; - } -#right { - float: right; - width: 14%; - } -.content_block { - text-align: justify; - border: 1px solid #999999; - margin: 5px; - width: 31%; - float: left; - } -.content_block p { - margin: 0px 5px 3px 5px; - } -.content_block h3 { - font-size: 11px; - font-weight: bold; - color: #000000; - margin: 0px 0px 5px 0px; - padding: 4px 4px 4px 4x; - text-align: center; - background-color: #f0f0f0; - border-bottom: 1px solid #999999 - } -.content_block h4 { - font-size: 11px; - color: #FF7A22; - text-align: left; - font-weight: bold; - margin: 10px 5px 4px 5px; - } -#footer { - clear: both; - border-top: 1px dotted #999999; - } -#credits { - background-color: #f0f0f0; - padding: 5px; - text-align: center; - } -#footer_bar { - height: 20px; - width: 100%; - background-color: #FF7A22; - } -.hide { - display: none; - } -.spacer { - clear: both; - } -.spacer hr { - display: none; - } -.center { - text-align: center; - } -#youcandoit { - background-image: url('youcandoit.jpg'); - background-repeat: repeat-x; - height: 165px; - margin: 0px 30px; - } -.data_table { - font-size: 10px; - font-family: verdana, arial, "sans-serif"; - margin: 5px; - border-collapse: collapse; -} -.data_table h2 { - font-size: 11px; - margin: 5px 5px 5px 5px; - text-align: center -} -.data_table h4 { - font-size: 11px; - color: #FF7A22; - margin: 5px 5px 5px 5px; - text-align: center -} - -.container { - border-top-width: 0px; - border-right: 1px solid #CCCCCC; - border-left: 1px solid #CCCCCC; - border-bottom: 1px solid #CCCCCC; - text-align: justify; - margin: 5px; - float: left; -} - -.container p { - font-size: 10px; - font-family: verdana, arial, "sans-serif"; - margin: 0px 5px 3px 5px; -} - -.container h3 { - font-size: 11px; - font-weight: bold; - color: #000000; - margin: 0px 0px 5px 0px; - padding: 4px 4px 4px 4x; - text-align: center; - background-color: #f0f0f0; - border-bottom: 1px solid #999999 -} - -.container h4 { - font-size: 11px; - color: #FF7A22; - text-align: left; - font-weight: bold; - margin: 10px 5px 4px 5px; -} - -.tabSpacer { - border-bottom: 1px solid #CCCCCC; -} -.tabSpacer p { - margin: 0px; -} -.tab { - border-top: 1px solid #CCCCCC; - border-right: 1px solid #CCCCCC; - border-left: 1px solid #CCCCCC; -} -.tabOff { - border-top: 1px solid #CCCCCC; - border-right: 1px solid #CCCCCC; - border-left: 1px solid #CCCCCC; - border-bottom: 1px solid #CCCCCC; - background-color: #F0F0F0; -} - -.tab p, .tabOff p { - padding: 6px 8px; - margin: 0px; - font-size: 11px; - font-weight: bold; - -} - -.tab p a, .tabOff p a { - text-decoration: none; - color: #000000; -} -.tab p a:hover, .tabOff p a:hover { - color: #666666; -} \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/dtree.js b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/dtree.js deleted file mode 100644 index c82d4661fd..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/dtree.js +++ /dev/null @@ -1,347 +0,0 @@ -/*--------------------------------------------------| -| dTree 2.05 | www.destroydrop.com/javascript/tree/ | -|---------------------------------------------------| -| Copyright (c) 2002-2003 Geir Landrö | -| | -| This script can be used freely as long as all | -| copyright messages are intact. | -| | -| Updated: 17.04.2003 | -|--------------------------------------------------*/ - -// Node object -function Node(id, pid, name, url, title, target, icon, iconOpen, open) { - this.id = id; - this.pid = pid; - this.name = name; - this.url = url; - this.title = title; - this.target = target; - this.icon = icon; - this.iconOpen = iconOpen; - this._io = open || false; - this._is = false; - this._ls = false; - this._hc = false; - this._ai = 0; - this._p; -}; - -// Tree object -function dTree(objName) { - this.config = { - target : null, - folderLinks : true, - useSelection : true, - useCookies : true, - useLines : true, - useIcons : true, - useStatusText : false, - closeSameLevel : false, - inOrder : false - } - this.icon = { - root : 'img/base.gif', - folder : 'img/folder.gif', - folderOpen : 'img/folderopen.gif', - node : 'img/page.gif', - empty : 'img/empty.gif', - line : 'img/line.gif', - join : 'img/join.gif', - joinBottom : 'img/joinbottom.gif', - plus : 'img/plus.gif', - plusBottom : 'img/plusbottom.gif', - minus : 'img/minus.gif', - minusBottom : 'img/minusbottom.gif', - nlPlus : 'img/nolines_plus.gif', - nlMinus : 'img/nolines_minus.gif' - }; - this.obj = objName; - this.aNodes = []; - this.aIndent = []; - this.root = new Node(-1); - this.selectedNode = null; - this.selectedFound = false; - this.completed = false; -}; - -// Adds a new node to the node array -dTree.prototype.add = function(id, pid, name, url, title, target, icon, iconOpen, open) { - this.aNodes[this.aNodes.length] = new Node(id, pid, name, url, title, target, icon, iconOpen, open); -}; - -// Open/close all nodes -dTree.prototype.openAll = function() { - this.oAll(true); -}; -dTree.prototype.closeAll = function() { - this.oAll(false); -}; - -// Outputs the tree to the page -dTree.prototype.toString = function() { - var str = '
\n'; - if (document.getElementById) { - if (this.config.useCookies) this.selectedNode = this.getSelected(); - str += this.addNode(this.root); - } else str += 'Browser not supported.'; - str += '
'; - if (!this.selectedFound) this.selectedNode = null; - this.completed = true; - return str; -}; - -// Creates the tree structure -dTree.prototype.addNode = function(pNode) { - var str = ''; - var n=0; - if (this.config.inOrder) n = pNode._ai; - for (n; n'; - } - if (node.url) { - str += ''; - str += node.name; - if (node.url || ((!this.config.folderLinks || !node.url) && node._hc)) str += ''; - str += '
'; - if (node._hc) { - str += '
'; - str += this.addNode(node); - str += '
'; - } - this.aIndent.pop(); - return str; -}; - -// Adds the empty and line icons -dTree.prototype.indent = function(node, nodeId) { - var str = ''; - if (this.root.id != node.pid) { - for (var n=0; n'; - (node._ls) ? this.aIndent.push(0) : this.aIndent.push(1); - if (node._hc) { - str += ''; - } else str += ''; - } - return str; -}; - -// Checks if a node has any children and if it is the last sibling -dTree.prototype.setCS = function(node) { - var lastId; - for (var n=0; n#a8 zC9yI=e?W=^L@{PEVh>HY7uGSLB#*>i?7a zBPwDdE)pVHm8z(Tx@d@IU7CuSn2Uv2R>aG;WEKJiz2N zalnLO972s4(7Xf-4hEx*bk>Thn`>%LvN3|hA7iN^vliIaUleVlwa>Psf@-ON57~HmZGz|M;Qdf1UB+7k^82@5}q%*1o}DXQ|s8 zoxAzr&GvHVl3X5s`gQ*^=`LK^ne0D&zHw-D@%q~%?^ZV^ZSL%^#m}$iXQv+Ao4PPq zS(=|+zcq5>)1$q6wzq!YIr?R_bNlg+?+1S#e|>VKb86z{`o*>LGbHup6En_E diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/bean.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/bean.gif deleted file mode 100644 index 275fe2cfc3a7948e6f5d27fa8da7e9c54081631a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 129 zcmZ?wbhEHb6krfwSoELa*x_R>O)U&f3@t#!z;NKe0R}Ko{K>+|z`)9&1LA?yIxxFM z?7CxmSrbTz89h_^y$Y2cs{jMud diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/beans.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/beans.gif deleted file mode 100644 index fc5756a171b60cc3503f75c275ae744bb7ab4753..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 887 zcmbV~J8KkB5QR^~A|mRx1}hT~(QXPOHe%KnHU=bB3N0M$v=FpT%)>4g7Sjc6w2FnL zoeo7<=HvMf8?xo5s}W^dlUv3TjhL=!!eE{fB?xB7=naw(*gsw*>@ z%R-j2>Pt7d%R`>>>fSJgD?*Wq>ZfT+SB5f`g_6ott_oGED9}b4EgsWdJ*SVGg;|>#V!;AQk1?@cg zb9Z;Te(UVY>h|)_{q55yRzCX9bh>rw`rP#8`}u>{C+~dy@O=5_|oRN a$D0f1zr8tFzp%9b;@y+qpI^<)=*mC5+i&0i diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/card.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/card.gif deleted file mode 100644 index 194702f7723c78f3e31f6f47f112c58fb4d45abd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 905 zcmchVJ8P6-5QWcHE{d=aHNncDV3Al2UQmmO5K+^J*e57c3W~QfVv!Il5g}u>URu%8 zN`fLpn8LGJZK(`yq=^iWz9r~hyCADQG*NGVlU zW-^zBEM?VAH@VA0p7QFuVG37-A{Et7)0D0ZWhx6Lm8o16s#H;+jWk+3=63a*K5iCf zX;wX!%H2H7)4ZC3X1GOIq(wCpchfDyGA#>6o?5w8Sfv$Hp+*d7D8Zt~V6>4&i^tW5 zy5@v?x>x&SELDU@dQ{tmf@X$idKT`1;;vVCr5E%dcC}>7y6giSK0l>v|g2pXTk_VW)CJvY|j6^Z+kG@$b*Mo z{(#jEhDk{CIj|+d!_zQo_!9s7&-k`R`nddIdf|!Y#^-ncyj;@4p;O2HPF{b0ynkWu zt^3bj?L3{Fxbk+qs`aJ$ix2MY?)=<3IJ>sB@@@6&`u368PX``dpROFA-}ifEclztg l=ANT>7Z1<8`Mz;A&YqmRbMxBsnfEu|ZNFIku{j#)+&?M+aaaHV diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/container.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/container.gif deleted file mode 100644 index 8db74c836f4c8aeceabdd66daf54cdb610640eb3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 981 zcmZ?wbhEHb6krfw_|54Y8Z9SGU}QW1A`L~ zB)@km{_X_?#s8x$Eu*5MioF*cc8*O9wlOOlHY_;U zB%s$Lk+|sLp>{rZo)rf!EM({A)u~uv!Q{}|rsh^Lqk)lyjZ<2>ip4UCiIGoLWx|Yr z!qgLjyh1h^4oxggt!iOiS1u$twy-HWDQwtqVetu05gi4K3kl3kLJDJy29&um%8+#{vrg diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/database.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/database.gif deleted file mode 100644 index cb86b831d70cfeaf80ddb75fe220639494174f09..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 924 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 x^@wRV8S*E0NM@lFxjk diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/jndiview.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/jndiview.gif deleted file mode 100644 index 34ef7148be80bd81e9d0954864abf25feba35742..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 341 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 diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/recycle.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/recycle.gif deleted file mode 100644 index 609b1da13e1d0f72bcbb441703b98b3b0758d3a5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 957 zcmchVy-U?$6vq!3w}OjY#KEB?gFq~#%X1;21Vu=Dp@bF-8ge*TMiB%#7Kt?&YG+YCF zD9Hm%UK0mQ7{(#ghyl$@u;5@Y+DJ#PC~woI<^&rfNc=ID$|G`t)%ug7+Gy^xT2ew) zx#xPTD3h^DC%0W0PUOl%F2BM`2h}8``5f31;o+$oReg#7{b$dbtnclf*?BTLSgQ?m z_rF^0o3C{ZzWx4Y{OQr@&Yq#h*w2xRy(j9wKkuy6JDNAPr}}3f?rwE#w%WHQ4y-&o zbY|e!mzTSiX9veRt-tZ<{PVuyvx`fAYRkRD3+?&MNxlDi@_lRV+J)_V>pwosT%P-S zcxtgZwAEhN8hgAjUEes^Ub_ Dkza`8 diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/rubiks.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/rubiks.gif deleted file mode 100644 index 035cdbb9655f81e6dc5cd30c3a6b8a3f7a3573f9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1136 zcmZ{ie@xY76vhwCQjsn8L|7b)vY4m9r4x3Jow73z zgku(AT7updt+#*Wk0ZhC`9AJWBI0QAs0F9Tx0tW^|8`9=i z0)zE?ieRIDpTUwmRFJ!0ZxE$t4ASx24h(zbz=L0YfaM(o zlOT=11Ga?l;3*gt{1gA@BitCvPOq=7jb`xHtW`xTOYU!}3+LC)U)Z&2c{~*BOk~$@ z&!tzaYju?X<1W49)7PXXn%fndF0up z3yi*4Sh#k4iL@{yH&MF*_PM*|2$0#qV=_X>Rb%x97^o_II~T)5yl#&wWFkw|6gT zm#%kuueNSGK6s<=^dnvG9l1IATl`dU(N~8v>-+kLAFCTZSNYS>%G5(?3!)tb`?y#`r*;#-@lfb7is&EGOsm9av#2SCHZc8)}3+QGt?9PVS4U~WcQ_y8lQ|7 z?%4HK>S$uarq@sGE`4Eg>|ohI>vYA-cdJ$$k6v7S>)zor`Q`FQc-w_b$piiGH{Sg_ zmYZDr&(g(P?)@2$cPH1k&QfX=Q_?tVUuA2^SYM zFtD=72m~xha&KZZkdqLY$l%({$kAfc;E?3nZ^SKecEfNa4IEm1L=U_n)L>vqj zsa!!EiX9xBg-X$Yv*04=|KK3RC%?UmAIEXw%lGDa-(2^?`O~LvwWKBYMJ9w(zgOyq zsECQUNQh)rs-h<9q9K}fX)0!7E*4^0y{_UW?&2Yy^)yt%BwQjS5+zBMG)b2XNeZ-) zMvKREXU(Z&s;(NUS!1cp)LbppvM9K8Q+M@H&w`>iOv5!oBVpvJrfIrnXfhRQ#DInp zEbbVLHqvPEILlDg95)NIEPsrpayJk2EW1!}8Ez34iF=^vwRFp{#2$Ho$!p@kKM**C z8Zn@uq!kVZqm49LS;^HkH7DG&g2W$VsUkd*T(JuUm!9ECjwDS0aM4cCxFt&R0F&3m z0TYIC2sL6r^AapL7>qX3Su3h;uBkc6#t0IBjHQaqT41yOqG&c+`)rm}P)+W&-X_Xo zY|^Q1H--zj@leZeu*yL*32FWgY>Dvj)QoEWi93JwhDZ3w#NVA;{^w@ovAn;r_uS^% z)T5z2z3bbXKRs@QFALz^uU)q@Oe|h+I`elDg9F8Ve&@Ky3mR6i!HZ07}*Xp)fJpIo(p47}-}a zG$zg?Q27cz!0^p|2yU_2$=rM9J7@mgcW<^|9L+S-sq|c&{(sefWRgoErBq#+$y^q) zlvOv~d zck?h$^J)s3;TB<$7S&MPO}7lov@95TYUNg8l~zoJ8Zn@u1dASn(MB3A9#ID4*cd_LkFiu))e9W!Z;G+e-sf0SLyg>fy(7wI9O?A7hv7yZ9(wr$s~wC< zNb@1O50+vVc-`E=vi;h*L8?bYnj>i4br_4#N0Jia?#&Uf|c t*X8DqZ;Sb4@@n;Ny7>6_Wb@$5+H3pzSd$O`^8Np(`xh_I*4L)mxd*yLW9R?? diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/settings32.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/settings32.gif deleted file mode 100644 index bcba2693c4303fa218abf0982f1579ef2a1cbf55..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1141 zcmchV+e?&D6vcOA*_eSgk`9$+k(4Gz9kZYmFJ<;1Ru3j+s7R+wNsX?8I;f2i6-5}H zO6_JzAu1R|zGzpo9hi|xMf%V~5lUecfv{WW`y)CJ!)*3BYyZ~T-_~sz8`c*_Q4}2~ ziX$BRzrp??MWl%g5fh26lp>``8B$D2Y*Q=JnzSL!q{ZGfii{>>$S@hPPgxObVnfWt z0woefqDc%1lc0b$q@jh!xGi>$Jz6QF6e}fmEGn&)HcGS7VkyuxS{b7ZD%B>Z74 zDrUoiTwxa!Xc}Q7$Pq~+0C3?tf`(f}i9CRb*N6j5Fbs#Fh8Upn5?J8CU}!^H?27Dd zv{B;-HijVK4`WfWh+UwweoNtO)b7(+l7(_|x9fGHw2V$VcH53&i|lx?%XhG>17{MX z@i|~i2oIi|QO=k6-+$afok5E-%cFdC?%>$G_8;Rt4WS`xuVsezr5Afu^30Tqo6pWZ zPh0SIpu6ZvvG?4XJugdd_Y_BGE!Z5B75%C)zHl(1sbXJttG8%y=8!6Sb3J|D;)KD3 zTRZ);BQl#G^~7XoI#Ar0yW?JMXF;3i!NIuuBOQSezAb&>siWN)-7U>~Jigtt+@7yl z<2n7Vhr{Krg7l`zb-nphlkYzMS^eq)MQ!sx^~Y0JWq<6z^nBky-K7<~K3D!NalO9N zAKMmv@=(ced(o=gj`_o%KI{)^xtz3+{9_l(g7;T-m6eWpm#o8+R2sot9G6UkL|?r(Qn zcjg_fZ}kOCK8>smigi=K+?*GEHGvriB2NXT4UE^%$vM(oJ$f{EDD{2ghNb>U&*^2U IGiK1ne_58?3jhEB diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/smallnet.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/smallnet.gif deleted file mode 100644 index 27e01491555250cc5e0df7ab8ac0b361f484b0fa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1096 zcmchV%}bS05XQ$#R!X9YmP(SEmU?y5Av7y6B}=J@ATuk_7AG;ZO{i_sz&@Zt14%|H zqD4rirV*l9xky_yZbXniBqgD1MyQE|LDO^IKccg^++ogn=J!1F9xN=#&MHr!1ga&< zARPDqhWkT?$PzJ;5UHz-A!Erf86l&tX$@IRmdOfPb$8hiTVf^_Vs%f&kXRBX5fX(G zsUfwbOe&-(pbcqg;W2Kjo8yi(hK&(p)Qv@Dt+8yZ7^{u~O}2*FuozYcg}Y*nun{q$ zV8m0S)+ielqnHY6hyfauz(Nm$p$%zh;jubHuEt?&#aea#FcuZFWwETzE-26xwjx#( z?g53nR@tgpg+1f}OuR-M@DB($1U19}4N6=E2L?kM($G?uoNJ@T5oUEk!XL(>5@Au~ z3cH{{lT}!eBa%h{;KFqT4Y!CAc>oiy5eJxH7!E-VF+k%bu)u-A(1x_S6}j7JqsCEe z3_-#l#-b8cw?J?Gj>6lh+o!iA2j%7N*6T&-7`=4dwmriR+4JC*?_oIy-XuulbHJ7m z9z1!Yyf5*;|EyQ)3E6V!*>rAL+=lcs9TAB{A+bdnfry4^f5eW;iG_tn?{3GXZJ!PF zCXe1s^yf65TT0s89O+*hx@IG_M5hc$<3RJa2F~5u9aDMW{IQm>df(a5vOs9+;mdK! z15v4+kMnDN(@T+QBVEN$`Ubx*Cr&;;9$q>WQ}LsuEx-T4{q~i(!lsM0qnSCa{v$m# zlYL=tH_d+>sOs^(z7Skl(v}xIFYWghL%T|YPnVBe>Ya`b@2pwQHW#K|7Ilti#0Hj* z4*LqLPrUk-G%;QuyE?lR(=q&_yJ>Xq=i=#-TUo6&@jvgr-_?JzYVgXb)`YKPPp_v} z7sbyMjD48O%Uqt@m-4&UANA>4*Po%fl`o5fWAQuZM*72NCco9~e)D(r>Ya6EMH*J| KaDPw`?fC~Ij?@1D diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/spirale.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/spirale.gif deleted file mode 100644 index 0341d8aa244f29062a216baefb04bb1469b55095..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 954 zcmchVO-q$w5QYbWsC02iCFw)@K#8b0_!LD_)S{zCNko(sL{dzOw9Q?MTDa%~F%@PJ z6$nL}z>Xk6i&_;-&?i>gXj9Z*n67z$M9<=IhIyWQuKS+1f3UHC-$+erG9j{4IQf4v z|40#05fgEd$f^`6D#fI@l*pzQQ57{&7md7YMNGv^%*7&~dJ$J~6L;}INuo%ogh{vr z1=>iX#ba(q&dH;tSSemg(wlpVSPj_$VxxMw(;dNu(H|LHIH%7ZQ^|TG1+SZt9nV4}uyOJF@q0 z?^4I(#pi=p7GA7e`=dU8zVCW-uJzm7*`b5GTjxLg9GV$#>uoOl9`AqI(X!)AXHEM4 E0XP1MQvd(} diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/spirale32.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/spirale32.gif deleted file mode 100644 index 21255a5cc8da72eef470998804b8fb8acc757f8b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1162 zcmchV`)kc{7{{MUZb`PznHjlE$0diwv%^j(mogl!jA6&xqIn{Pp$tD^QO9I1<$To1 zC39PxA*Dpw!sHptr6gr8tt3Cl{x7RRD2<|)v0!p^Z%cIKgQSB2HFDyxAJ zPuYacu_+s-f*N9g1|_i2!(eDb8d`X4-jJ_xoQR5;_lL2loD-+w%-aP8n(9PV)ZiXa zxGUzwR1Efz2Qcv(alk(y;1JXh12iac6&x50ZAe4Qd~&{x8b_ToA0+%?EGku}hFoD6 z6lgkAXUGvrBLHyWI)a8EqV$YGI)2-MVUHYm@XHUdyn|p8r13dmO9&61 zf>FVj_}_m97-a{JT(tE}Y{TQ`vHSaVCGQ^`Ixv|SA5A|v)P5}9)LH-G!I9Ctt#QNE zqD6-~^Je^taP;C$ul_WAFKn-yJEB~N=U$36$0ywTldh0?sZqtf zZ+9KLynJu>zSyVFJgy_#c_lBrdiv{mP5fv{)9+=y<)#3+4@}%fa{)}|n z;qJz-Hzww7?r4eMeDi73H|aUv(f7cumH91CA8s91yXN<_`nJ2NDf7Qfj&5IiyLv^Z8JR7>beap|T zf=R_c;steekJCGMZ&|o!Xlq-tanHk=!LxUFw)P*9H@K@hwz9eXWq#C>ClTrOROPWmCc-Zw=|Jcxu&e}LfMM-jblsBR_9(1uS)brzK0it cGUsa(InRF;rIti4=B7#`=bKZd{rb|Ze{d66pGF9^D`=66Y2nTmK@b!LwUG{#HPBIs zbW=*yBHR=mAjX}ogQ&ni(001!{SiHjk8hagx#zm?d0Rur4(vbIAsup2WV>+c|Bd=1 zDqCWuB*6-yLgCaJq?vG36}_oL`hO5P0}Spk^*g{ z(c&?;v*y$>RaXtwtg%#PYOWS)Srjzg)LlK)v!J*err{c)kudU9(==T(G?@xDVn9O) z7Ci=|jWk+3&N5Ur$IZel%O7K@+|9#0%Ptf&!!5!haSs%CE!{FKu}2GySnT1?dKmy zrydOse4iaTdUJZOb#9rPn!dH}S}j*B zU^e%)wwf7?GB&%avhwY^Mp)kjMnf;JAF@)orFUu$Jojj)0Y%%dS^#y!MFKJlKI*kZ zQHw1Qn411IZL`^N+*sj)55|5B>%no|#P>;SpY!_pVoqNB11FTLtXKV+ui5NYKEH(|9ra$Y*+!JF zyQN+*nM|Xjqshr-tb;iirhQs1e|YZ+izQJ_fd)5RQ%$fA-<8zcPIDxM`Pe}<@N&x~ z5+mk^`}}5)$J5(8$QO1yox`;{*Qv)tf>#FFlQxnZJFbNuV(0)4Rkg|-HqYzvWu;eG z`vyd!_7|N4DYdTBQZ1cc{YWS~byJfdhibz>p$(3d4D822rLx4!eyiKx69maeWp=Am z;Sbc;>-IJWPPdIK6ehjitj4WUsfx>OVkKWMsOtv+bS))rHHx;{? fny&E8D>{NTbE&~4u_ql#Er|S;e|Qd+f+YL_u9n3O diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/cd.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/cd.gif deleted file mode 100644 index 7503819404024526e6181901806c55f0d80c5933..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 239 zcmVrJ``g+7o}HwDfriP+%H`z#&d&S!*Z=kE z|K{fCzP{+0nauzH|NsC0A^8LW000jFEC2ui022Ta000D>@X2QgDb|R|oC=38x?@%aA z3XHC|001ZuX$Aq%mYc?Kr_IsGe7zvW*%XUnbb L&G+VrGgt!vQpOa` diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/folder.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/folder.gif deleted file mode 100644 index eb129763dcea0dc1916b7e934fdce2fd8770c380..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 372 zcmZ?wbhEHb6k-r!xXQrr`}gnn@893v9&~1=$&)8f4jw$XxRCo$zt;Bc+vnx5?P^z= zlf`m!n&I9q)y<94Gt(JwZ!g^1B)cGw zMSgXq@QJAg2YNM*9XqzJMr>9F(~2^IHB}=2ujK##G5PiD*Z=>|`G33g|C9Rv?>o0` z+x8y>W-^ck6o0ZXGBD^d=zw&C{KUXE(P4UlhmKVLi6xgzC4402GB{W!L~2f9POOq~ zU`a4ovhaqB%+vz~Nx8dkFFrrvqSej!Kd!MF9@+A*p|PG#+gVIkwX>^RSE$vAT~}-J zl&QL${d#h`nsevP*X5qctE;hW`3hadnOwRm>o;uF<*#vKOczy ZVbwl)>NG2h3j?FtrOQ`>yuBP5tO0@?i&Ovr diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/folderopen.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/folderopen.gif deleted file mode 100644 index c5c31102d525076f68a946b1c942687b3ce0da4c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 376 zcmZ?wbhEHb6k-r!xXQrr{{8!<#k{|N|2{L*q6oUN3z&7>3 ztO5@mss0m7f-EEygfto)EEhyd@^~j!tvR(XKI+JllL;CPicM^J(Q8*-F>q|Y`M%=j z62+dM{~PKQW!3d-jdOF2Weio>+e{5RD$0%I4VAejFig^&H-8?Vk|_5Crb$NHt5$3C zNei(}Fr8zpvu*n}0e-m}r{#G~uV;mw0cLrC^)_Z0DGV33b1Po(Sa(>zf!o}J1>$0ZL+5}+6JHr`< zs59<2ADD$k0dv7VSPBs!85|83W2YWrU{mu%Hi8cua%jT}X0VKs8iV_@s~cN|4IQK7 zlgwVZniU_ug+va|$vdW0wiwXo*|ykB@De?HwLlJxC0N(!S8i(2E~|v9(_+$dE1QD4 z(6NQB0}P|~wBw2sEI5NRJ4=uuOa5tsBHg+7q6Hu5dC6C#RV~P$5g9p@LhLx0zT1=#$;61Slp z{b$G3Cq5tj+aRnLm}j%g>meJip=3z4fBc6cC?X}jzdC>`>6~1Hyp7=2MId*?rsV_o z0IrGVmN!ePo4-uR0e|!Ywb#GtFWpGfTw^6849G2ChCzJ@XGmPPTIixuZ>)mYL-;TxSo$E#hk&Ui;z3lE682RvPTxRDt7BWAb0m{VSvJ=cgb~yz@9V5_O(cZFI)`$`ISCTU`DjBw zyS8egLnhurnWUI?_PR)I7%9~+D!e_EXKRJ1r3zig4{K%xOvx2|%18b>$me4+u^7Xq I@p#1QKgm$!SpWb4 diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/imgfolder.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/imgfolder.gif deleted file mode 100644 index e6d880347f518bbd1239f2af3e3059ccb1e674e3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 622 zcmZ?wbhEHb6k-r!c*el+{{8!<#k_3u{{L^wI(YEl_U+q$|Ni~|@MghDua+)ZG%JH? z-TL((7IrU~Kj+DlCo5O3lwA7%*s)`qHgDa!eb@j0OBdvEG*;)$$zqw8!`56^^k}p5 z_Ya-7_UFu)+TYb$+uz;v|9Z=kBA(5S(&rbc{eRsuGoA72{gy`u15VE{KDj_~ajDeg z37uzVnk*{dIyud7L!HE&S<`mx+V>;JX-$>L)2C0b?{GLaORBB0{O{F*<)!?K3%Nf$ zsam#d+5aDt|39h!f4lVm`_9*|U#E2~`~QE=wr$&f|N3)mmgIjBn8`2{fZ|UUMg|5? z1|5)NL2<&se!9W4skx=K)lgW7o1c@{KvtWf%~RNQ+VpAif|G?@nV2{@=DW(VPUdzM za9Zso;A-yDro->*#N*D+IV1gO z@j_>Lk*uD81ih2?D)vTMXLcNRa$tCI39M1!eiVTiL RukLUjIIv`XD-$DwH2~IF)06-J diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/join.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/join.gif deleted file mode 100644 index 34dd47610a5d7c3580dedc342683559bf77abce2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 69 zcmZ?wbhEHb6k-r!XkcV$XlVHV|G(l-7DfgJMg|=QAOOiQFv;}DH=KUEdfpt3ORshA Wx&LIzk};W<vKC_i diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/joinbottom.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/joinbottom.gif deleted file mode 100644 index 48b81c80a9e25f6f29e2614aaa33bdf4a4d2881b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 66 zcmZ?wbhEHb6k-r!XkcV$XlVHV|G(l-7DfgJMg|=QAOOiQFiG~vH=KUEdfpt3ORshA Tx&LIzy5lkJS?4l0Mh0sDgH;v` diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/line.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/line.gif deleted file mode 100644 index 1a259eea00c330eee85fb18aa64e2e232d5410b1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 66 zcmZ?wbhEHb6k-r!XkcV$XlVHV|G(l-7DfgJMg|=QAOOiQFiG~vH=KUEdfpt3ORshA Txqp6J8?ND(@^elGBZD;ng_;%{ diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/minus.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/minus.gif deleted file mode 100644 index 3d212a97ae0d8f83aa39836c5a85d442f8602553..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 86 zcmZ?wbhEHb6k-r!n8?h~)YR0_(7?dJ@c;jR#h)yU3=GT+IzTQ^R)~RtNqvreafzu-gC3m_gnAtsyGG)YXIxA8@>Pl diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/musicfolder.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/musicfolder.gif deleted file mode 100644 index f620789feb3c4b1222909d255f51aeaa81faefb6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 633 zcmZ?wbhEHb6k-r!c;?CQ|HtI_d&1|;T=V|@`}l;_ON)8`KdAow`}didCU@_DGciej z^5n_Eg9rbA>8q=`<>xo+u1K?DiJW3#)C#D)aIvB91 zfNOew_W$>t|Ni|e&CM||NI81&?f=`QuV26Z|9{T0S(4kfZTk-bGZ}^gQ2fcl$iU#q zpaXI&C{7sIuQhl!HMg)hmVUg|Ta9<%L zB*!hNW#eGnvfRbP!^OqjoL^Um#e}(8(%psk*bWzm73wnj%>wQWm-x821i3D`7>P8w z-n-|h>B!0H=xU{*=yrFzi#XF`MLGYlFIxARNO@hAj7*xx83m?l#Y_`t1M|Ba{La?4kwX3c6}c&WZ`PygnpJ?rkDyZry# zum9<}^Zxw(U)#BD%KlHsjvf2=@89j`-!lsq`N~Rn2+cXw3F)`cNXo|{M zwn^yh*lA;L&u+56RaJ{?r=8t#bK_Gj;^%BG95Yu?zS_*U>z2K_g$4ipCbgRvpFHC> zdg-Vu`PTd?H;48ok#7ReIGiR-xW0J7!Dc}Y2`z_&_QUOboFWD+3JrbT68dFMM=k~^ HFjxZso}Jb2 diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/plus.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/plus.gif deleted file mode 100644 index b2c997233b3f7b0fd56c4637c2c20aaf0d47bae7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 89 zcmZ?wbhEHb6k-r!n8?J?(9poZ!0`Y7e;}#&lZBCifr&u}$Og&^0ohtp^czmUT|IBk qf~en0XVhiRX3S&EJ6Nfhb5kY1Re>f2&SBJ{1ibDv2XRV|Dor_^WyXB*=Ku>91RN!zTl3yBbIVx z(geQ%ggTf9umTL|phE>VfGW0dOs3%S#nN%*vE*Enb)jBp9@2x>3JQh1R%p`NKy3y_ zU3YW4U}Q`#nViy?7fYC*mTrH-X7dccKo2mX(s=~L^<(g+r59TS6iqRkj2so5zx+t0 zo0(kzz6vnCo~H$RBRBH)J1GX_SNvfE*Z~wa*h)-iiw*S>Xcn2f6(IYmN~W^Xa^K5L zAex2;PwPjN7>)J4^$VxEb>L;|NOI2mP7BNcjAM&;D`d1LQE7F1uO6=7d%+o2q9~a& z^=HF5f%;G1kxWBiba`M*MXx~Y7eUYLsomU#>SdCrPUj>1OFJ?by71aqM(w;SNCnf+=v){(2QoAPYLn^Co4umpI zZBr+TQf2|-$OSB}T&RT}4J2kXT)9=qY~~&gO+?Wfm<{S%x+=cSPXj28urVYrD5gv> z1x&7r!xs%3p=C(_v_;&ng?=lfkaLrYG$*dMwTX12GNmWsd~wr2�PO#XTOK|5d)& z!4vms05e%S6&9cUdCfvAM{4}`Ll&Au0|4ZI{x#q|zXU~)a%9_I{Pz zF8K#`U8CUK$V+kftzmD{56XRA*JOAEn0*=T9qYDGam8&jKK%R;2frNVs?fakAt(1x zVoBrOZf<9tZI{^DPQFJAYw$bp-YzSMPP;$X(ujj4M^>&|RhjNU%J*O1o>2EXGlIU? f&E;Ccsie~d>oCoZ diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/trash.gif b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/img/trash.gif deleted file mode 100644 index cfa0f000e1ed3b61c8737fcfbef4b78035a6abe7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1051 zcmeH`!B0|g0LLGK3dPJgm@T#>b?KJNwY61t2y23!a_iPbmlJ1M5VKlN19e8^5=^!z zbD)u~Nn)UBz(^5iXd;hRCWauSKscU&!V@09@^9$c_wYG>4xjDIC@(v6wu%B#plCOQ zlj1%HL7xpg`;4hq!Iu!Ay`fHi8EnwqRZheRTo3t^+{2HkSV8B3ac*wiwj`U#enmI4T(`vn#vK;=k2di7RfPB!bd zJK#>yEZWxDDf!FE7-xpVy$l$}cV*&0M5)OxjQmJ|k6$*vDy}eU@5RE6J(P)Qp+ZeFi9t}!OUd7^O(;WX^ z+tZm1;6~zHF4t@}>pdVC3@Q`~e*%oJB(?5U`#K^Y8IgTkSWbYYT`>3^JQN6~{i|c1 zT@Hui@px7N7}o0@4u@hP=0$@VCwTuo#%8nWYPtge=>Pt?01YMJAgCKUv1i)*1VoHM zg(NCdC7W!ynX~=LT1$V~nzDI+!inF1=tx}_nc5}mr=DV)ug;EKpMRZBPRn{eeTULj zT$`c1GEET^B}LcnR&AAaiH{Ye*N`rB57O`u#Dp_b1s(h%A~RpaD3zSN{F_j2tj!_g zDpL!j?zKmG<;}MS$4?;^-Us|{&uLL9Bj?<{OfuP3Q`%K@Iu9puGT|qsM`h&mnJkio zah!lJc2>jfh55v~gO_sCXyqAH#KmqWJ;xJR)WRHv@kL7O1(~3lev(ei&BE0!@)+$U l*+Y54N|AtcU>`GZuw~%!;jig5uN)!pv)3}!7s*7Z - - -Administration Console - - - - - - - <body> - - <p>Please use a frame-capable browser.</p> - - </body> - - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/listMonitors.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/listMonitors.jsp deleted file mode 100644 index 5c559c3aec..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/listMonitors.jsp +++ /dev/null @@ -1,142 +0,0 @@ -<%@ page import="javax.management.MBeanServer, - org.jboss.mx.util.MBeanServerLocator, - org.jboss.mx.util.InstanceOfQueryExp, - java.util.Set, - java.util.Iterator, - javax.management.ObjectInstance, - javax.management.ObjectName, - java.util.HashSet, - java.util.ArrayList"%> - <%-- - | - | Author: Bill Burke (bill@jboss.org) - | - | Distributable under LGPL license. - | See terms of license at gnu.org. - +--%> -<% -try -{ -%> - - - - -JBoss Management Console - Manage Monitor - - - - - - - - - -
-
-
-
-

Monitors and Monitor Status

-

 

- - - - - - - - -<% - MBeanServer mbeanServer = MBeanServerLocator.locateJBoss(); - InstanceOfQueryExp queryExp = null; - queryExp = new InstanceOfQueryExp("org.jboss.monitor.JBossMonitorMBean"); - Set monitors = mbeanServer.queryNames(null, queryExp); - Iterator mbeans = monitors.iterator(); - boolean someAlertSet = false; - while (mbeans.hasNext()) - { - ObjectName moname = (ObjectName)mbeans.next(); - String monitorName = (String)mbeanServer.getAttribute(moname, "MonitorName"); - ObjectName observedObject = (ObjectName)mbeanServer.getAttribute(moname, "ObservedObject"); - String attribute = (String)mbeanServer.getAttribute(moname, "ObservedAttribute"); - boolean enabled = ((Boolean)mbeanServer.getAttribute(moname, "Enabled")).booleanValue(); - - Object[] args = {"monitors", monitorName, "-service.xml"}; - String[] signature = {"java.lang.String", "java.lang.String", "java.lang.String"}; - Object rtn = mbeanServer.invoke(new ObjectName("jboss.admin:service=DeploymentFileRepository"), "isStored", args, signature); - boolean persisted = ((Boolean)rtn).booleanValue(); - - Object[] nullArgs = {}; - String[] nullSig = {}; - boolean alerted = ((Boolean)mbeanServer.invoke(moname, "alerted", nullArgs, nullSig)).booleanValue(); - if (alerted) someAlertSet = true; - String color = "black"; - if (!enabled) color = "grey"; - String status = ""; - if (alerted) - { - status = "ALERT"; - } - else if (!enabled) - { - status = "disabled"; - } - else - { - status = "OK"; - } - String link = null; - if (persisted) - { - link = "manageThresholdMonitor.jsp?monitorObjectName=" + java.net.URLEncoder.encode(moname.toString()); - } - else - { - link = "/jmx-console/HtmlAdaptor?action=inspectMBean&name=" + java.net.URLEncoder.encode(moname.toString()); - } - String observedMbeanLink = "/jmx-console/HtmlAdaptor?action=inspectMBean&name=" + java.net.URLEncoder.encode(observedObject.toString()); -%> - - - - - - - -<% - } - %> -
StatusMonitor NameObserved MBeanObserved Attribute 
<%=status%><%=monitorName%><%=observedObject.toString()%><%=attribute%>manage
-<% - if (someAlertSet) - { -%> -
- -
-<% - } -} -catch (Exception ex) -{ - %> ERROR in parsing <% - ex.printStackTrace(); -} -%> -
-

-
-
- - -
- - - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/manageSnapshot.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/manageSnapshot.jsp deleted file mode 100644 index 56ba607ebb..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/manageSnapshot.jsp +++ /dev/null @@ -1,132 +0,0 @@ -<%@ page import="javax.management.MBeanServer, - org.jboss.mx.util.MBeanServerLocator, - org.jboss.mx.util.InstanceOfQueryExp, - java.util.Set, - java.util.Iterator, - javax.management.ObjectInstance, - javax.management.ObjectName, - java.util.HashSet, - java.util.ArrayList"%> - <%-- - | - | Author: Bill Burke (bill@jboss.org) - | - | Distributable under LGPL license. - | See terms of license at gnu.org. - +--%> -<% -try -{ - MBeanServer mbeanServer = MBeanServerLocator.locateJBoss(); - String error = (String)request.getAttribute("error"); - ObjectName moname = null; - String monitorName = null; - String monitorObjectName = request.getParameter("monitorObjectName"); - /* - if (monitorObjectName == null) // if we're being routed via - { - monitorName = (String)request.getAttribute("monitorName"); - moname = new ObjectName("jboss.snapshot:name=" + monitorName); - } - */ - moname = new ObjectName(monitorObjectName); - monitorName = (String)mbeanServer.getAttribute(moname, "MonitorName"); - ObjectName observedObject = (ObjectName)mbeanServer.getAttribute(moname, "ObservedObject"); - String attribute = (String)mbeanServer.getAttribute(moname, "ObservedAttribute"); - Long period = (Long)mbeanServer.getAttribute(moname, "Period"); - boolean recording = ((Boolean)mbeanServer.getAttribute(moname, "Recording")).booleanValue(); -%> - - - - -JBoss Management Console - Manage Snapshot - - - - - - - - - -
-
-
-
-

Manage Snapshot

-

 

-<% - if (error != null) - { -%> -

<%=error%>

-<% - } -%> -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Monitor NameThe name of the monitor and how it will be references within web console
Monitor's Object NameThe MBean javax.management.ObjectName
Object NameThe MBean javax.management.ObjectName of the MBean you are monitoring
AttributeThe MBean Attribute you are monitoring
Time PeriodHow often should threshold be tested.
-<% if (recording) - { -%> - -<% } else {%> - -<% } %> - - - - -
-<% -} -catch (Exception ex) -{ - %> ERROR <% - ex.printStackTrace(); -} -%> -
-

-
-
- - -
- - - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/manageStringThresholdMonitor.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/manageStringThresholdMonitor.jsp deleted file mode 100644 index 57921f75f9..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/manageStringThresholdMonitor.jsp +++ /dev/null @@ -1,199 +0,0 @@ -<%@ page import="javax.management.MBeanServer, - org.jboss.mx.util.MBeanServerLocator, - org.jboss.mx.util.InstanceOfQueryExp, - java.util.Set, - java.util.Iterator, - javax.management.ObjectInstance, - javax.management.ObjectName, - java.util.HashSet, - java.util.ArrayList"%> - <%-- - | - | Author: Bill Burke (bill@jboss.org) - | - | Distributable under LGPL license. - | See terms of license at gnu.org. - +--%> -<% -try -{ - MBeanServer mbeanServer = MBeanServerLocator.locateJBoss(); - String error = (String)request.getAttribute("error"); - String monitorObjectName = request.getParameter("monitorObjectName"); - ObjectName moname = new ObjectName(monitorObjectName); - String monitorName = (String)mbeanServer.getAttribute(moname, "MonitorName"); - ObjectName observedObject = (ObjectName)mbeanServer.getAttribute(moname, "ObservedObject"); - String attribute = (String)mbeanServer.getAttribute(moname, "ObservedAttribute"); - String threshold = (String)mbeanServer.getAttribute(moname, "Threshold"); - Long period = (Long)mbeanServer.getAttribute(moname, "Period"); - boolean equality = ((Boolean)mbeanServer.getAttribute(moname, "EqualityTriggersAlert")).booleanValue(); - boolean enabled = ((Boolean)mbeanServer.getAttribute(moname, "Enabled")).booleanValue(); - ArrayList alerts = (ArrayList)mbeanServer.getAttribute(moname, "AlertListeners"); - - Object[] args = {"monitors", monitorName, "-service.xml"}; - String[] signature = {"java.lang.String", "java.lang.String", "java.lang.String"}; - Object rtn = mbeanServer.invoke(new ObjectName("jboss.admin:service=DeploymentFileRepository"), "isStored", args, signature); - boolean persisted = ((Boolean)rtn).booleanValue(); - - Object[] nullArgs = {}; - String[] nullSig = {}; - boolean alerted = ((Boolean)mbeanServer.invoke(moname, "alerted", nullArgs, nullSig)).booleanValue(); - Object triggeredValue = null; - if (alerted) triggeredValue = mbeanServer.getAttribute(moname, "TriggeredAttributeValue"); - String color = alerted ? "red" : "green"; - -%> - - - - -JBoss Management Console - Manage Monitor - - - - - - - - - -
-
-
-
-

Manage String MBean Monitor

-

 

-<% - if (error != null) - { -%> -

<%=error%>

-<% - } -%> -
- - - - - - - - - - - - - - - - - - - - - - -<% - if (alerted) - { -%> - - - - - -<% } %> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Monitor NameThe name of the monitor and how it will be references within web console
Monitor's Object NameThe MBean javax.management.ObjectName
Object NameThe MBean javax.management.ObjectName of the MBean you are monitoring
AttributeThe MBean Attribute you are monitoring
Triggered ValueThe attribute value the triggered the threshold.
ThresholdThe value that will trigger an alert when the Comparison Equation is reached for the attribute value
Time PeriodHow often should threshold be tested.
Persist ChangesShould changes be reflected in deployment file.
Equality Trigger>Uncheck this box if you want an alert to trigger when attribute changes from threshold value
Enable Monitor>Should this monitor be enabled.
Alerts -<% - InstanceOfQueryExp queryExp = null; - queryExp = new InstanceOfQueryExp("org.jboss.monitor.alerts.JBossAlertListener"); - Set allAlertTypes = mbeanServer.queryNames(null, queryExp); - - if (allAlertTypes.size() > 0) - { -%> - - - Alert Listeners to trigger.
- - -<% - if (alerted) - { -%> - -<% - } -%> -
-<% -} -catch (Exception ex) -{ - %> ERROR in parsing <% - ex.printStackTrace(); -} -%> -
-

-
-
- - -
- - - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/manageThresholdMonitor.jsp b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/manageThresholdMonitor.jsp deleted file mode 100644 index 1b5229d2d1..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/manageThresholdMonitor.jsp +++ /dev/null @@ -1,204 +0,0 @@ -<%@ page import="javax.management.MBeanServer, - org.jboss.mx.util.MBeanServerLocator, - org.jboss.mx.util.InstanceOfQueryExp, - java.util.Set, - java.util.Iterator, - javax.management.ObjectInstance, - javax.management.ObjectName, - java.util.HashSet, - java.util.ArrayList"%> - <%-- - | - | Author: Bill Burke (bill@jboss.org) - | - | Distributable under LGPL license. - | See terms of license at gnu.org. - +--%> -<% -try -{ - MBeanServer mbeanServer = MBeanServerLocator.locateJBoss(); - String error = (String)request.getAttribute("error"); - String monitorObjectName = request.getParameter("monitorObjectName"); - ObjectName moname = new ObjectName(monitorObjectName); - String monitorName = (String)mbeanServer.getAttribute(moname, "MonitorName"); - ObjectName observedObject = (ObjectName)mbeanServer.getAttribute(moname, "ObservedObject"); - String attribute = (String)mbeanServer.getAttribute(moname, "ObservedAttribute"); - String threshold = (String)mbeanServer.getAttribute(moname, "Threshold"); - Long period = (Long)mbeanServer.getAttribute(moname, "Period"); - int compare = ((Integer)mbeanServer.getAttribute(moname, "CompareTo")).intValue(); - boolean enabled = ((Boolean)mbeanServer.getAttribute(moname, "Enabled")).booleanValue(); - ArrayList alerts = (ArrayList)mbeanServer.getAttribute(moname, "AlertListeners"); - - Object[] args = {"monitors", monitorName, "-service.xml"}; - String[] signature = {"java.lang.String", "java.lang.String", "java.lang.String"}; - Object rtn = mbeanServer.invoke(new ObjectName("jboss.admin:service=DeploymentFileRepository"), "isStored", args, signature); - boolean persisted = ((Boolean)rtn).booleanValue(); - - Object[] nullArgs = {}; - String[] nullSig = {}; - boolean alerted = ((Boolean)mbeanServer.invoke(moname, "alerted", nullArgs, nullSig)).booleanValue(); - Object triggeredValue = null; - if (alerted) triggeredValue = mbeanServer.getAttribute(moname, "TriggeredAttributeValue"); - String color = alerted ? "red" : "green"; - -%> - - - - -JBoss Management Console - Manage Monitor - - - - - - - - - -
-
-
-
-

Manage Threshold MBean Monitor

-

 

-<% - if (error != null) - { -%> -

<%=error%>

-<% - } -%> -
- - - - - - - - - - - - - - - - - - - - - - -<% - if (alerted) - { -%> - - - - - -<% } %> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Monitor NameThe name of the monitor and how it will be references within web console
Monitor's Object NameThe MBean javax.management.ObjectName
Object NameThe MBean javax.management.ObjectName of the MBean you are monitoring
AttributeThe MBean Attribute you are monitoring
Triggered ValueThe attribute value the triggered the threshold.
ThresholdThe value that will trigger an alert when the Comparison Equation is reached for the attribute value
Time PeriodHow often should threshold be tested.
Comparison Equation - Boolean expression to use when testing threshold hit.
Persist ChangesShould changes be reflected in deployment file.
Enable Monitor>Should this monitor be enabled.
Alerts -<% - InstanceOfQueryExp queryExp = null; - queryExp = new InstanceOfQueryExp("org.jboss.monitor.alerts.JBossAlertListener"); - Set allAlertTypes = mbeanServer.queryNames(null, queryExp); - - if (allAlertTypes.size() > 0) - { -%> - - - Alert Listeners to trigger.
- - -<% - if (alerted) - { -%> - -<% - } -%> -
-<% -} -catch (Exception ex) -{ - %> ERROR in parsing <% - ex.printStackTrace(); -} -%> -
-

-
-
- - -
- - - - - diff --git a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/xform.xsl b/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/xform.xsl deleted file mode 100644 index 7a68ce6e41..0000000000 --- a/jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/xform.xsl +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - Tomcat Status - - - -
Tomcat Status
- - - - - -
- - - - - - - - - - - - -
JVM:free: total: max:

-
- - - Connector --
- - - - -
- - - - - - - - - - -
threadInfo maxThreads: minSpareThreads: maxSpareThreads: currentThreadCount: currentThreadsBusy:

-
- - - - - - - - - - - -
requestInfo maxTime: processingTime: requestCount: errorCount: bytesReceived: bytesSent:

-
- - - - - - -
StageTimeB SentB RecvClientVHostRequest

-
- - - - - - - - - - ? - - - -
diff --git a/jboss/server/adempiere/deploy/monitoring-service.xml b/jboss/server/adempiere/deploy/monitoring-service.xml index 2eb08eaffb..f764a1ba75 100644 --- a/jboss/server/adempiere/deploy/monitoring-service.xml +++ b/jboss/server/adempiere/deploy/monitoring-service.xml @@ -1,107 +1,143 @@ - - - - - - - - - - - - - - - Console Alert - - - - - - - - - + + + + + + + + + + + + + + + Console Alert + + + + + + + + + + + + + + diff --git a/jboss/server/adempiere/deploy/properties-service.xml b/jboss/server/adempiere/deploy/properties-service.xml index a9d8c00dbd..2566b018e8 100644 --- a/jboss/server/adempiere/deploy/properties-service.xml +++ b/jboss/server/adempiere/deploy/properties-service.xml @@ -1,67 +1,67 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jboss/server/adempiere/deploy/schedule-manager-service.xml b/jboss/server/adempiere/deploy/schedule-manager-service.xml index 0e5e62d9e5..2b1570b6ff 100644 --- a/jboss/server/adempiere/deploy/schedule-manager-service.xml +++ b/jboss/server/adempiere/deploy/schedule-manager-service.xml @@ -1,98 +1,119 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/jboss/server/adempiere/deploy/scheduler-service.xml b/jboss/server/adempiere/deploy/scheduler-service.xml index 6f3c53544c..e2350b1a80 100644 --- a/jboss/server/adempiere/deploy/scheduler-service.xml +++ b/jboss/server/adempiere/deploy/scheduler-service.xml @@ -1,52 +1,65 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/jboss/server/adempiere/deploy/sqlexception-service.xml b/jboss/server/adempiere/deploy/sqlexception-service.xml new file mode 100644 index 0000000000..ab78d85f03 --- /dev/null +++ b/jboss/server/adempiere/deploy/sqlexception-service.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/jboss/server/adempiere/deploy/uuid-key-generator.sar/META-INF/jboss-service.xml b/jboss/server/adempiere/deploy/uuid-key-generator.sar/META-INF/jboss-service.xml new file mode 100644 index 0000000000..5407275ab9 --- /dev/null +++ b/jboss/server/adempiere/deploy/uuid-key-generator.sar/META-INF/jboss-service.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + jboss:service=TransactionManager + + + + + jboss.jca:service=DataSourceBinding,name=DefaultDS + + + HILOSEQUENCES + + + SEQUENCENAME + + + HIGHVALUES + + + + create table HILOSEQUENCES (SEQUENCENAME varchar(50) not null, HIGHVALUES integer not null, constraint hilo_pk primary key (SEQUENCENAME)) + + + + + + true + + + false + + + + + HiLoKeyGeneratorFactory + + + general + + + 10 + + + + diff --git a/jboss/server/adempiere/lib/license.html b/jboss/server/adempiere/lib/license.html deleted file mode 100644 index f6aed87257..0000000000 --- a/jboss/server/adempiere/lib/license.html +++ /dev/null @@ -1,98 +0,0 @@ - - -BeanShell - Free Software License - - - - - - - - -
-Home
-Intro
-Docs
-Download
-Contact
-Developer
-License
-Beany - -

- -Learning Java -
- -Check out my book:
-Learning Java,
-O'Reilly & Associates -
-
-
-

- - - -

BeanShell Software License

-
- -BeanShell is a free software project. Its continued development depends -on the interest and support of users and developers like you. -

- -The source code is available for you to use and extend or integrate into your -software freely under either the terms of the Sun Public License or the -GNU Lesser Public License (see below). -

- -The "cost" of this software is simply to let us know how you are using -BeanShell. You can do this by filling out the -BeanShell User Info Form. -Please feel free to wait until you have started using BeanShell to do this. -

- -

Dual Licensing: Sun Public License / Gnu Lesser Public License

- -BeanShell is now dual licensed under both the SPL and LGPL. You may -use and develop BeanShell under either license. -

-More info coming soon... -

- -Please -see the Sun Public License for details. - -

About the LGPL

-Note: the LGPL has become the "Lesser Gnu Public License" and BeanShell -has adopted the new version... -

- -A quick note about the LGPL: -

< -The LGPL is less restrictive than the ordinary GNU Public License in that -it does not force you to distribute your own applications under the terms -of the GPL. It primarily requires that you include a notice that -you are using the software in your documentation and provide access to -the original source code. It also essentially requires that if you modify -or extend BeanShell itself that you make those changes available -separately, under the terms of either the LGPL or the GPL. I would -ask that you accomodate this by simply sending me your bug fixes and -improvement to allow me to incorporate them into the general bsh release. -Please -see the LGPL for the details. -

-If you have a more precise, brief explanation please let me know! -Thanks! - Pat -

- -Please also feel free to contact me: -(Pat Niemeyer pat@pat.net) -about other licensing arrangements. -

- -

- - - - diff --git a/jboss/worker.properties b/jboss/worker.properties deleted file mode 100644 index 3b70a70850..0000000000 --- a/jboss/worker.properties +++ /dev/null @@ -1,16 +0,0 @@ -# Example $Id: worker.properties,v 1.1 2006/04/21 17:58:42 jjanke Exp $ -# http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/workershowto.html -# Define 1 real worker using ajp13 -# TOMCAT_HOME = $ADEMPIERE_HOME/jboss/server/adempiere - -worker.list=worker1 - -# Set properties for worker1 (ajp13) -worker.worker1.type=ajp13 -worker.worker1.host=localhost -worker.worker1.port=8009 -worker.worker1.lbfactor=50 -worker.worker1.cachesize=20 -worker.worker1.cache_timeout=600 -worker.worker1.socket_keepalive=1 -worker.worker1.socket_timeout=300 diff --git a/lib/adempiereAll.xml b/lib/adempiereAll.xml index ed0954de01..4a248814b8 100644 --- a/lib/adempiereAll.xml +++ b/lib/adempiereAll.xml @@ -1,20 +1,9 @@ - - - - Adempiere Applications - adempiere - - AdempiereSLib.jar - - - Adempiere.jar - - - adempiereApps.jar - + + + Adempiere Applications adempiereRoot.jar diff --git a/posterita/posterita/src/ear/application.xml b/posterita/posterita/src/ear/application.xml index 924d1f2574..5d4534ee8b 100644 --- a/posterita/posterita/src/ear/application.xml +++ b/posterita/posterita/src/ear/application.xml @@ -1,11 +1,9 @@ - - - - Web POS - webPOS + + + Adempiere Web POS AdempiereSLib.jar diff --git a/posterita/posterita/web/WEB-INF/web.xml b/posterita/posterita/web/WEB-INF/web.xml index 60154ea3f4..c6aed084aa 100644 --- a/posterita/posterita/web/WEB-INF/web.xml +++ b/posterita/posterita/web/WEB-INF/web.xml @@ -1,10 +1,9 @@ - - - + /C32.gif @@ -116,63 +115,7 @@ index.jsp - - - - - - /tags/struts-bean - /WEB-INF/struts-bean.tld - - - - /tags/struts-html - /WEB-INF/struts-html.tld - - - - /tags/struts-logic - /WEB-INF/struts-logic.tld - - - - /tags/struts-nested - /WEB-INF/struts-nested.tld - - - - /tags/struts-tiles - /WEB-INF/struts-tiles.tld - - - - - - ResponseOverrideFilter org.displaytag.filter.ResponseOverrideFilter diff --git a/serverApps/build.xml b/serverApps/build.xml index 49cb1edeba..0e52185bf9 100644 --- a/serverApps/build.xml +++ b/serverApps/build.xml @@ -34,9 +34,8 @@ - - - + + diff --git a/serverApps/src/ear/application.xml b/serverApps/src/ear/application.xml index ef49429873..d2ce2280be 100644 --- a/serverApps/src/ear/application.xml +++ b/serverApps/src/ear/application.xml @@ -1,11 +1,9 @@ - - - - Adempiere HTML Application - adempiereApps + + + Adempiere HTML Application AdempiereSLib.jar diff --git a/serverApps/src/etc/WEB-INF/web.xml b/serverApps/src/etc/WEB-INF/web.xml index 37cb983e88..6aab74a4d0 100644 --- a/serverApps/src/etc/WEB-INF/web.xml +++ b/serverApps/src/etc/WEB-INF/web.xml @@ -1,6 +1,8 @@ - - + Adempiere Application Adempiere Web Application $Id: web.xml,v 1.1 2006/04/21 18:03:35 jjanke Exp $ @@ -29,22 +31,18 @@ WAccount - Adempiere Account org.compiere.www.WAccount WChat - Adempiere Chat org.compiere.www.WChat WValuePreference - Adempiere Value Preference org.compiere.www.WValuePreference WZoom - Adempiere Zoom org.compiere.www.WZoom @@ -54,58 +52,44 @@ WFieldUpdate - Adempiere Field Update - Adempiere Field Update Command Window org.compiere.www.WFieldUpdate WLocation - Adempiere Location org.compiere.www.WLocation WLogin - Adempiere Login org.compiere.www.WLogin WLookup - Adempiere Lookup org.compiere.www.WLookup WMenu - Adempiere Menu org.compiere.www.WMenu WProcess - Adempiere Process org.compiere.www.WProcess WReport - Adempiere Report org.compiere.www.WReport WRequest - Requests - Adempiere Requets org.compiere.wstore.WRequest 10 WStart - Adempiere Start - Adempiere Start - Creates the windows required org.compiere.www.WStart 10 WStatus - Adempiere Status - Adempiere Status - First Servlet loaded org.compiere.www.WStatus StatusInfo @@ -115,18 +99,14 @@ WTask - Adempiere Task org.compiere.www.WTask WWindow - Adempiere Application Window - Adempiere Application Window org.compiere.www.WWindow WWorkflow - Adempiere Workflow org.compiere.www.WWorkflow @@ -212,12 +192,4 @@ 15 - - http://jakarta.apache.org/tomcat/debug-taglib - /store/debug-taglib.tld - - - http://jakarta.apache.org/tomcat/examples-taglib - /store/example-taglib.tld - diff --git a/serverApps/src/main/servlet/org/compiere/www/WProcessCtl.java b/serverApps/src/main/servlet/org/compiere/www/WProcessCtl.java index dfbf522983..03c1163ad6 100644 --- a/serverApps/src/main/servlet/org/compiere/www/WProcessCtl.java +++ b/serverApps/src/main/servlet/org/compiere/www/WProcessCtl.java @@ -371,12 +371,12 @@ public class WProcessCtl extends Thread if (server != null) { // See ServerBean log.info("running on the server"); - m_pi = server.workflow (m_wscctx, m_pi, AD_Workflow_ID); + m_pi = server.workflow (Env.getRemoteCallCtx(m_wscctx), m_pi, AD_Workflow_ID); log.finest("server => " + m_pi); started = true; } } - catch (RemoteException ex) + catch (Exception ex) { log.log(Level.SEVERE, "AppsServer error", ex); started = false; @@ -417,7 +417,7 @@ public class WProcessCtl extends Thread { if (server != null) { // See ServerBean - m_pi = server.process (m_wscctx, m_pi); + m_pi = server.process (Env.getRemoteCallCtx(m_wscctx), m_pi); log.finest("server => " + m_pi); started = true; } @@ -439,14 +439,6 @@ public class WProcessCtl extends Thread + m_pi, ex); started = false; } - catch (RemoteException ex) - { - Throwable cause = ex.getCause(); - if (cause == null) - cause = ex; - log.log(Level.SEVERE, "AppsServer error - " + m_pi, cause); - started = false; - } } // Run locally if (!started && !m_IsServerProcess) diff --git a/serverRoot/build.xml b/serverRoot/build.xml index 09d5445722..26db5d1726 100644 --- a/serverRoot/build.xml +++ b/serverRoot/build.xml @@ -9,10 +9,6 @@ - - - - @@ -28,39 +24,12 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -77,58 +46,20 @@ - + - - - - - - - - - - - - - - - - - - - + + + - + - - - - - - - - - Adempiere Root - adempiereRoot + + + Adempiere AdempiereSLib.jar diff --git a/serverRoot/src/main/ejb/jboss.xml b/serverRoot/src/main/ejb/jboss.xml new file mode 100644 index 0000000000..b9206efe4f --- /dev/null +++ b/serverRoot/src/main/ejb/jboss.xml @@ -0,0 +1,19 @@ + + + + + java:/jaas/adempiere + + + + adempiereStatus + adempiere/Status + + + adempiereServer + adempiere/Server + + + diff --git a/serverRoot/src/main/ejb/org/compiere/session/AdempiereLoginModule.java b/serverRoot/src/main/ejb/org/compiere/session/AdempiereLoginModule.java deleted file mode 100644 index c678b5e6c0..0000000000 --- a/serverRoot/src/main/ejb/org/compiere/session/AdempiereLoginModule.java +++ /dev/null @@ -1,138 +0,0 @@ -/****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 2007 Adempiere, Inc. All Rights Reserved. * - * This program is free software; you can redistribute it and/or modify it * - * under the terms version 2 of the GNU General Public License as published * - * by the Free Software Foundation. This program is distributed in the hope * - * that it will be useful, but WITHOUT ANY WARRANTY; without even the implied * - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * - * See the GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along * - * with this program; if not, write to the Free Software Foundation, Inc., * - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * - * - * Copyright (C) 2007 Low Heng Sin hengsin@avantz.com - * _____________________________________________ - *****************************************************************************/ -package org.compiere.session; - -import java.io.IOException; -import java.util.Map; - -import javax.security.auth.Subject; -import javax.security.auth.callback.Callback; -import javax.security.auth.callback.CallbackHandler; -import javax.security.auth.callback.NameCallback; -import javax.security.auth.callback.PasswordCallback; -import javax.security.auth.callback.UnsupportedCallbackException; -import javax.security.auth.login.LoginException; -import javax.security.auth.spi.LoginModule; - -import org.compiere.util.Env; -import org.compiere.util.KeyNamePair; -import org.compiere.util.Login; -import org.jboss.security.SimpleGroup; -import org.jboss.security.SimplePrincipal; - -/** - * JAAS login module for adempiere - * @author Low Heng Sin - */ -public class AdempiereLoginModule implements LoginModule { - - private String unauthenticatedIdentity; - private CallbackHandler handler; - private Subject subject; - private KeyNamePair[] roles; - private String name; - - /** - * abort authentication process, reset state - */ - public boolean abort() throws LoginException { - roles = null; - name = null; - return true; - } - - /** - * commit/complete the authentication project, add identity and roles to subject. - */ - public boolean commit() throws LoginException { - //note that jboss require all user role to be put under the group Roles - if (roles == null || roles.length == 0) - { - //not authenticated or authentication failed - subject.getPrincipals().add(new SimplePrincipal(unauthenticatedIdentity)); - SimpleGroup roleGroup = new SimpleGroup("Roles"); - subject.getPrincipals().add(roleGroup); - } - else - { - subject.getPrincipals().add(new SimplePrincipal(name)); - SimpleGroup roleGroup = new SimpleGroup("Roles"); - //fixed role use in ejb deployment descriptor - roleGroup.addMember(new SimplePrincipal("adempiereUsers")); - //dynamic role loaded from db, can be use with isCallerInRole for - //additional security check - for(int i = 0; i < roles.length; i++) - { - roleGroup.addMember(new SimplePrincipal(roles[i].getName())); - } - subject.getPrincipals().add(roleGroup); - } - return true; - } - - /** - * Initialize the login module, get options from configuration - */ - public void initialize(Subject subject, CallbackHandler callbackHandler, - Map sharedState, Map options) { - unauthenticatedIdentity = (String)options.get("unauthenticatedIdentity"); - handler = callbackHandler; - this.subject = subject; - } - - /** - * Perform login process - */ - public boolean login() throws LoginException { - //get username and password from standard callback - Callback callbacks[] = new Callback[]{new NameCallback("Login:"), new PasswordCallback("Password:", false)}; - try { - handler.handle(callbacks); - } catch (IOException e) { - } catch (UnsupportedCallbackException e) { - } - name = ((NameCallback)callbacks[0]).getName(); - char[] pass = ((PasswordCallback)callbacks[1]).getPassword(); - String passwd = pass != null ? new String(pass) : null; - - //do authentication - if (name != null && passwd != null) - { - //perform db authentication - Login login = new Login(Env.getCtx()); - roles = login.getRoles(name, passwd); - } - else - { - //no username or password - roles = null; - } - - return true; - } - - /** - * logout, reset state - */ - public boolean logout() throws LoginException { - roles = null; - name = null; - - return true; - } - -} diff --git a/serverRoot/src/main/ejb/org/compiere/session/ServerBean.java b/serverRoot/src/main/ejb/org/compiere/session/ServerBean.java index 9f22023cba..6946b6f6d7 100644 --- a/serverRoot/src/main/ejb/org/compiere/session/ServerBean.java +++ b/serverRoot/src/main/ejb/org/compiere/session/ServerBean.java @@ -19,11 +19,18 @@ package org.compiere.session; import java.util.*; import java.util.logging.*; +import javax.annotation.PostConstruct; +import javax.annotation.security.DeclareRoles; +import javax.annotation.security.PermitAll; +import javax.annotation.security.RolesAllowed; import javax.ejb.*; import org.adempiere.util.ProcessUtil; import org.compiere.*; import org.compiere.acct.*; +import org.compiere.interfaces.Server; +import org.compiere.interfaces.ServerLocal; +import org.compiere.interfaces.ServerRemote; import org.compiere.model.*; import org.compiere.process.*; import org.compiere.util.*; @@ -31,23 +38,6 @@ import org.compiere.util.*; /** * Adempiere Server Bean. * - * @ejb.bean name="adempiere/Server" - * display-name="Adempiere Server Session Bean" - * type="Stateless" - * view-type="both" - * transaction-type="Bean" - * jndi-name="adempiere/Server" - * local-jndi-name="adempiere/ServerLocal" - * - * @ejb.ejb-ref ejb-name="adempiere/Server" - * view-type="both" - * ref-name="adempiere/Server" - * @ejb.ejb-ref ejb-name="adempiere/Server" - * view-type="local" - * ref-name="adempiere/ServerLocal" - * - * @ejb.permission role-name="adempiereUsers" - * * @author Jorg Janke * @version $Id: ServerBean.java,v 1.3 2006/07/30 00:53:33 jjanke Exp $ * @author Low Heng Sin @@ -56,10 +46,13 @@ import org.compiere.util.*; * * @author Teo Sarca, SC ARHIPAC SERVICE SRL - BF [ 1757523 ] */ -public class ServerBean implements SessionBean +@Stateless(mappedName=Server.JNDI_NAME, name=Server.EJB_NAME) +@Local({ServerLocal.class}) +@Remote({ServerRemote.class}) +@DeclareRoles({"adempiereUsers"}) +@RolesAllowed({"adempiereUsers"}) +public class ServerBean implements ServerRemote, ServerLocal { - /** Context */ - private SessionContext m_Context; /** Logger */ private static CLogger log = CLogger.getCLogger(ServerBean.class); // @@ -79,33 +72,27 @@ public class ServerBean implements SessionBean /** * Post Immediate - * @ejb.interface-method view-type="both" * * @param ctx Client Context * @param AD_Client_ID Client ID of Document * @param AD_Table_ID Table ID of Document * @param Record_ID Record ID of this document * @param force force posting - * @param trxName transaction + * @param trxName ignore, retained for backward compatibility * @return null, if success or error message */ public String postImmediate (Properties ctx, int AD_Client_ID, int AD_Table_ID, int Record_ID, boolean force, String trxName) { log.info ("[" + m_no + "] Table=" + AD_Table_ID + ", Record=" + Record_ID); - if (trxName != null) { - if (Trx.get(trxName, false) == null) { - throw new RuntimeException("Transaction lost - " + trxName); - } - } + m_postCount++; MAcctSchema[] ass = MAcctSchema.getClientAcctSchema(ctx, AD_Client_ID); - return Doc.postImmediate(ass, AD_Table_ID, Record_ID, force, trxName); + return Doc.postImmediate(ass, AD_Table_ID, Record_ID, force, null); } // postImmediate /************************************************************************* * Process Remote - * @ejb.interface-method view-type="both" * * @param ctx Context * @param pi Process Info @@ -117,16 +104,13 @@ public class ServerBean implements SessionBean m_processCount++; // Start Process - String trxName = Trx.createTrxName("ServerPrc"); - Trx trx = Trx.get(trxName, true); - ProcessUtil.startJavaProcess(ctx, pi, trx); + ProcessUtil.startJavaProcess(ctx, pi, null); return pi; } // process /************************************************************************* * Run Workflow (and wait) on Server - * @ejb.interface-method view-type="both" * * @param ctx Context * @param pi Process Info @@ -143,7 +127,6 @@ public class ServerBean implements SessionBean /** * Create EMail from Server (Request User) - * @ejb.interface-method view-type="both" * @param ctx Context * @param AD_Client_ID client * @param to recipient email address @@ -166,7 +149,6 @@ public class ServerBean implements SessionBean /** * Create EMail from Server (Request User) - * @ejb.interface-method view-type="both" * @param ctx Context * @param AD_Client_ID client * @param AD_User_ID user to send email from @@ -193,7 +175,6 @@ public class ServerBean implements SessionBean /** * Execute task on server - * @ejb.interface-method view-type="both" * @param AD_Task_ID task * @return execution trace */ @@ -206,8 +187,6 @@ public class ServerBean implements SessionBean /** * Cash Reset - * @ejb.interface-method view-type="both" - * * @param tableName table name * @param Record_ID record or 0 for all * @return number of records reset @@ -221,10 +200,9 @@ public class ServerBean implements SessionBean /************************************************************************** * Describes the instance and its content for debugging purpose - * @ejb.interface-method view-type="both" - * @ejb.permission unchecked="true" * @return Debugging information about the instance and its content */ + @PermitAll public String getStatus() { StringBuffer sb = new StringBuffer("ServerBean["); @@ -245,16 +223,13 @@ public class ServerBean implements SessionBean /** * Execute db proces on server - * @ejb.interface-method view-type="both" * @param processInfo * @param procedureName * @return ProcessInfo */ public ProcessInfo dbProcess(ProcessInfo processInfo, String procedureName) { - String trxName = Trx.createTrxName("ServerDBPrc"); - Trx trx = Trx.get(trxName, true); - ProcessUtil.startDatabaseProcedure(processInfo, procedureName, trx); + ProcessUtil.startDatabaseProcedure(processInfo, procedureName, null); return processInfo; } @@ -270,12 +245,9 @@ public class ServerBean implements SessionBean /************************************************************************** * Create the Session Bean - * @throws EJBException - * @throws CreateException - * @ejb.create-method view-type="both" - * @ejb.permission unchecked="true" */ - public void ejbCreate() throws EJBException, CreateException + @PostConstruct + public void ejbCreate() { m_no = ++s_no; try @@ -290,56 +262,7 @@ public class ServerBean implements SessionBean } log.info ("#" + getStatus()); } // ejbCreate - - - // ------------------------------------------------------------------------- - // Framework Callbacks - // ------------------------------------------------------------------------- - - /** - * Method setSessionContext - * @param aContext SessionContext - * @throws EJBException - * @see javax.ejb.SessionBean#setSessionContext(SessionContext) - */ - public void setSessionContext (SessionContext aContext) throws EJBException - { - m_Context = aContext; - } // setSessionContext - - /** - * Method ejbActivate - * @throws EJBException - * @see javax.ejb.SessionBean#ejbActivate() - */ - public void ejbActivate() throws EJBException - { - if (log == null) - log = CLogger.getCLogger(getClass()); - log.info ("ejbActivate " + getStatus()); - } // ejbActivate - - /** - * Method ejbPassivate - * @throws EJBException - * @see javax.ejb.SessionBean#ejbPassivate() - */ - public void ejbPassivate() throws EJBException - { - log.info ("ejbPassivate " + getStatus()); - } // ejbPassivate - - /** - * Method ejbRemove - * @throws EJBException - * @see javax.ejb.SessionBean#ejbRemove() - */ - public void ejbRemove() throws EJBException - { - log.info ("ejbRemove " + getStatus()); - } // ejbRemove - - + /************************************************************************** * Dump SerialVersionUID of class * @param clazz class diff --git a/serverRoot/src/main/ejb/org/compiere/session/StatusBean.java b/serverRoot/src/main/ejb/org/compiere/session/StatusBean.java index 0efa5344bb..39fe64d6e3 100644 --- a/serverRoot/src/main/ejb/org/compiere/session/StatusBean.java +++ b/serverRoot/src/main/ejb/org/compiere/session/StatusBean.java @@ -17,41 +17,33 @@ package org.compiere.session; import java.util.logging.*; + +import javax.annotation.PostConstruct; +import javax.annotation.security.PermitAll; import javax.ejb.*; import org.compiere.*; import org.compiere.db.*; +import org.compiere.interfaces.Status; +import org.compiere.interfaces.StatusLocal; +import org.compiere.interfaces.StatusRemote; import org.compiere.util.*; /** * Adempiere Status Bean * - * @ejb.bean name="adempiere/Status" - * display-name="Adempiere Status Session Bean" - * type="Stateless" - * view-type="both" - * transaction-type="Bean" - * jndi-name="adempiere/Status" - * local-jndi-name="adempiere/StatusLocal" - * - * @ejb.ejb-ref ejb-name="adempiere/Status" - * view-type="both" - * ref-name="adempiere/Status" - * @ejb.ejb-ref ejb-name="adempiere/Status" - * view-type="local" - * ref-name="adempiere/StatusLocal" - * @ejb.permission unchecked="true" - * * @author Jorg Janke * @version $Id: StatusBean.java,v 1.3 2006/07/30 00:53:33 jjanke Exp $ */ -public class StatusBean implements SessionBean +@Stateless(mappedName=Status.JNDI_NAME, name=Status.EJB_NAME) +@Local({StatusLocal.class}) +@Remote({StatusRemote.class}) +@PermitAll +public class StatusBean implements StatusRemote, StatusLocal { private static final String ALLOW_CLIENT_QUERY_DB_PWD = "adempiere.client.getDBPwd"; - /** Context */ - private SessionContext m_Context; /** Logging */ private static CLogger log = CLogger.getCLogger(StatusBean.class); @@ -64,7 +56,6 @@ public class StatusBean implements SessionBean /** * Get Version (Date) - * @ejb.interface-method view-type="both" * @return version e.g. 2002-09-02 */ public String getDateVersion() @@ -76,7 +67,6 @@ public class StatusBean implements SessionBean /** * Get Main Version - * @ejb.interface-method view-type="both" * @return main version - e.g. Version 2.4.3b */ public String getMainVersion() @@ -86,7 +76,6 @@ public class StatusBean implements SessionBean /** * Get Database Type - * @ejb.interface-method view-type="both" * @return Database Type */ public String getDbType() @@ -96,7 +85,6 @@ public class StatusBean implements SessionBean /** * Get Database Host - * @ejb.interface-method view-type="both" * @return Database Host Name */ public String getDbHost() @@ -108,7 +96,6 @@ public class StatusBean implements SessionBean /** * Get Database Port - * @ejb.interface-method view-type="both" * @return Database Port */ public int getDbPort() @@ -118,7 +105,6 @@ public class StatusBean implements SessionBean /** * Get Database SID - * @ejb.interface-method view-type="both" * @return Database SID */ public String getDbName() @@ -128,7 +114,6 @@ public class StatusBean implements SessionBean /** * Get Database URL - * @ejb.interface-method view-type="both" * @return Database URL */ public String getConnectionURL() @@ -138,7 +123,6 @@ public class StatusBean implements SessionBean /** * Get Database UID - * @ejb.interface-method view-type="both" * @return Database User Name */ public String getDbUid() @@ -148,7 +132,6 @@ public class StatusBean implements SessionBean /** * Get Database PWD - * @ejb.interface-method view-type="both" * @return Database User Password */ public String getDbPwd() @@ -162,7 +145,6 @@ public class StatusBean implements SessionBean /** * Get Connection Manager Host - * @ejb.interface-method view-type="both" * @return Connection Manager Host */ public String getFwHost() @@ -172,7 +154,6 @@ public class StatusBean implements SessionBean /** * Get Connection Manager Port - * @ejb.interface-method view-type="both" * @return Connection Manager Port */ public int getFwPort() @@ -193,7 +174,6 @@ public class StatusBean implements SessionBean /** * Get Database Count - * @ejb.interface-method view-type="both" * @return number of database inquiries */ public int getDatabaseCount() @@ -203,7 +183,6 @@ public class StatusBean implements SessionBean /** * Describes the instance and its content for debugging purpose - * @ejb.interface-method view-type="both" * @return Debugging information about the instance and its content */ public String getStatus() @@ -229,11 +208,9 @@ public class StatusBean implements SessionBean /************************************************************************** * Create the Session Bean - * @throws EJBException - * @throws CreateException - * @ejb.create-method view-type="both" */ - public void ejbCreate() throws EJBException, CreateException + @PostConstruct + public void ejbCreate() { m_no = ++s_no; try @@ -248,49 +225,4 @@ public class StatusBean implements SessionBean } log.info("#" + m_no + " - " + getStatus()); } // ejbCreate - - - // ------------------------------------------------------------------------- - // Framework Callbacks - // ------------------------------------------------------------------------- - - /** - * Set Session Context - * @param aContext context - * @throws EJBException - */ - public void setSessionContext (SessionContext aContext) throws EJBException - { - m_Context = aContext; - } - - /** - * Ejb Activate - * @throws EJBException - */ - public void ejbActivate() throws EJBException - { - if (log == null) - log = CLogger.getCLogger(getClass()); - log.fine("ejbActivate"); - } - - /** - * Ejb Passivate - * @throws EJBException - */ - public void ejbPassivate() throws EJBException - { - log.fine("ejbPassivate"); - } - - /** - * Ejb Remove - * @throws EJBException - */ - public void ejbRemove() throws EJBException - { - log.fine("ejbRemove"); - } - } // StatusBean diff --git a/serverRoot/src/main/ejb/sun-ejb-jar.xml b/serverRoot/src/main/ejb/sun-ejb-jar.xml new file mode 100644 index 0000000000..5b81d439f3 --- /dev/null +++ b/serverRoot/src/main/ejb/sun-ejb-jar.xml @@ -0,0 +1,18 @@ + + + + + + adempiereServer + + + USERNAME_PASSWORD + adempiere + true + + + + + diff --git a/serverRoot/src/main/servlet/org/compiere/web/StatusInfo.java b/serverRoot/src/main/servlet/org/compiere/web/StatusInfo.java index d6a5be14fc..35d6a7826d 100644 --- a/serverRoot/src/main/servlet/org/compiere/web/StatusInfo.java +++ b/serverRoot/src/main/servlet/org/compiere/web/StatusInfo.java @@ -71,10 +71,8 @@ public class StatusInfo extends HttpServlet try { - StatusHome statusHome = (StatusHome)context.lookup (StatusHome.JNDI_NAME); - Status status = statusHome.create(); + Status status = (Status)context.lookup (Status.JNDI_NAME); out.println("

" + status.getStatus() + "

"); - status.remove(); } catch (Exception ex) { @@ -83,10 +81,8 @@ public class StatusInfo extends HttpServlet try { - ServerHome serverHome = (ServerHome)context.lookup (ServerHome.JNDI_NAME); - Server server = serverHome.create(); + Server server = (Server)context.lookup (Server.JNDI_NAME); out.println("

" + server.getStatus() + "

"); - server.remove(); } catch (Exception ex) { diff --git a/serverRoot/xdoclet-build.xml b/serverRoot/xdoclet-build.xml deleted file mode 100644 index 43820e443b..0000000000 --- a/serverRoot/xdoclet-build.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tools/build.xml b/tools/build.xml index 5f3d2ebe5a..97e9db43dd 100644 --- a/tools/build.xml +++ b/tools/build.xml @@ -5,443 +5,446 @@ - + The resulting CCTools.jar and CSTools.jar repackage all third party libraries in a single jar for simplified start and version control. The resuling Server CSTools.jar is added to EARs - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/webCM/build.xml b/webCM/build.xml index 36e70bc530..b8f2ce3b05 100644 --- a/webCM/build.xml +++ b/webCM/build.xml @@ -28,7 +28,7 @@ - + @@ -44,7 +44,6 @@ - - - - Adempiere Web CM - webCM + + + Adempiere Web CM adempiereWebCM.war diff --git a/webStore/src/ear/application.xml b/webStore/src/ear/application.xml index 3062c84161..69b1f75c92 100644 --- a/webStore/src/ear/application.xml +++ b/webStore/src/ear/application.xml @@ -1,11 +1,9 @@ - - - - Adempiere Web Store - wstore + + + Adempiere Web Store AdempiereSLib.jar diff --git a/webStore/src/web/WEB-INF/web.xml b/webStore/src/web/WEB-INF/web.xml index 7fb6185ae0..2ba72a1712 100644 --- a/webStore/src/web/WEB-INF/web.xml +++ b/webStore/src/web/WEB-INF/web.xml @@ -316,27 +316,5 @@ index.jsp - - - - http://java.sun.com/jsp/jstl/core - /WEB-INF/c.tld - - - http://java.sun.com/jsp/jstl/fmt - /WEB-INF/fmt.tld - - - http://java.sun.com/jsp/jstl/sql - /WEB-INF/sql.tld - - - http://java.sun.com/jsp/jstl/xml - /WEB-INF/x.tld - - - webStore.tld - /WEB-INF/webStore.tld - - +
diff --git a/zkwebui/WEB-INF/src/org/adempiere/webui/ServerContextCallback.java b/zkwebui/WEB-INF/src/org/adempiere/webui/ServerContextCallback.java index c1323ffb46..10c3f7d6bd 100644 --- a/zkwebui/WEB-INF/src/org/adempiere/webui/ServerContextCallback.java +++ b/zkwebui/WEB-INF/src/org/adempiere/webui/ServerContextCallback.java @@ -26,6 +26,8 @@ import net.sf.cglib.proxy.InvocationHandler; */ public class ServerContextCallback implements InvocationHandler, Serializable { + private static final long serialVersionUID = 1L; + public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { ServerContext context = ServerContext.getCurrentInstance(); diff --git a/zkwebui/WEB-INF/src/org/adempiere/webui/apps/AEnv.java b/zkwebui/WEB-INF/src/org/adempiere/webui/apps/AEnv.java index 17dc13797b..7449b5c857 100644 --- a/zkwebui/WEB-INF/src/org/adempiere/webui/apps/AEnv.java +++ b/zkwebui/WEB-INF/src/org/adempiere/webui/apps/AEnv.java @@ -21,11 +21,8 @@ import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; -import java.io.InvalidClassException; -import java.io.NotSerializableException; import java.net.URI; import java.net.URISyntaxException; -import java.rmi.RemoteException; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; @@ -47,7 +44,6 @@ import org.compiere.model.Lookup; import org.compiere.model.MQuery; import org.compiere.model.MRole; import org.compiere.util.CCache; -import org.compiere.util.CLogMgt; import org.compiere.util.CLogger; import org.compiere.util.DB; import org.compiere.util.Env; @@ -185,32 +181,11 @@ public final class AEnv */ public static void exit (int status) { - - if (s_server != null) - { - try - { - s_server.remove(); - } - catch (Exception ex) - { - } - } Env.exitEnv(status); } // exit public static void logout() { - if (s_server != null) - { - try - { - s_server.remove(); - } - catch (Exception ex) - { - } - } Env.logout(); @@ -282,11 +257,6 @@ public final class AEnv private static Boolean s_workflow = null; /** Workflow Menu */ private static int s_workflow_Window_ID = 0; - - /** Server Re-tries */ - private static int s_serverTries = 0; - /** Server Session */ - private static Server s_server = null; /** Logger */ private static CLogger log = CLogger.getCLogger(AEnv.class); @@ -296,36 +266,7 @@ public final class AEnv */ public static boolean isServerActive() { - - boolean contactAgain = s_server == null && s_serverTries == 0; - boolean ok = CConnection.get().isAppsServerOK(contactAgain); - if (ok) - { - s_serverTries = 0; - return true; - } - if (s_serverTries > 1) // try twice - return false; - - // Try to connect - CLogMgt.enable(false); - try - { - s_serverTries++; - log.config("try #" + s_serverTries); - ok = CConnection.get().isAppsServerOK(true); - if (ok) - s_serverTries = 0; - } - catch (Exception ex) - { - ok = false; - s_server = null; - } - CLogMgt.enable(true); - // - return ok; - + return CConnection.get().isAppsServerOK(true); } // isServerActive /** @@ -422,10 +363,11 @@ public final class AEnv log.config("trying server"); try { - s_server = CConnection.get().getServer(); - if (s_server != null) + Server server = CConnection.get().getServer(); + if (server != null) { - error = s_server.postImmediate(Env.getCtx(), AD_Client_ID, + Properties p = Env.getRemoteCallCtx(Env.getCtx()); + error = server.postImmediate(p, AD_Client_ID, AD_Table_ID, Record_ID, force, null); log.config("from Server: " + error== null ? "OK" : error); } @@ -435,17 +377,10 @@ public final class AEnv return "NoAppsServer"; } } - catch (RemoteException e) + catch (Exception e) { log.log(Level.WARNING, "(RE)", e); error = e.getMessage(); - s_server = null; - } - catch (Exception e) - { - log.log(Level.WARNING, "ex", e); - error = e.getMessage(); - s_server = null; } } else @@ -479,15 +414,9 @@ public final class AEnv server.cacheReset(tableName, Record_ID); } } - catch (RemoteException e) - { - log.log(Level.SEVERE, "(RE)", e); - s_server = null; - } catch (Exception e) { - log.log(Level.SEVERE, "ex", e); - s_server = null; + log.log(Level.SEVERE, "(RE)", e); } } diff --git a/zkwebui/WEB-INF/src/org/adempiere/webui/component/GridTableListModel.java b/zkwebui/WEB-INF/src/org/adempiere/webui/component/GridTableListModel.java index 1a6cda2958..089fa3c1a5 100644 --- a/zkwebui/WEB-INF/src/org/adempiere/webui/component/GridTableListModel.java +++ b/zkwebui/WEB-INF/src/org/adempiere/webui/component/GridTableListModel.java @@ -20,6 +20,7 @@ import org.compiere.model.DataStatusEvent; import org.compiere.model.DataStatusListener; import org.compiere.model.GridField; import org.compiere.model.GridTable; +import org.compiere.model.MAccountLookup; import org.compiere.model.MLookup; import org.compiere.model.MLookupFactory; import org.compiere.util.DisplayType; @@ -206,12 +207,20 @@ ListitemRendererExt, DataStatusListener, ListModelExt { { if (gridField[columnIndex].isLookup()) { - MLookup lookup = MLookupFactory.get( - Env.getCtx(), windowNo, 0, gridField[columnIndex].getAD_Column_ID(), - gridField[columnIndex].getDisplayType()); - - NamePair namepair = lookup.get(obj); - + NamePair namepair = null; + if (gridField[columnIndex].getDisplayType() == DisplayType.Account) + { + MAccountLookup lookup = new MAccountLookup(Env.getCtx(), windowNo); + namepair = lookup.get(obj); + } + else + { + MLookup lookup = MLookupFactory.get( + Env.getCtx(), windowNo, 0, gridField[columnIndex].getAD_Column_ID(), + gridField[columnIndex].getDisplayType()); + + namepair = lookup.get(obj); + } if (namepair != null) return namepair.getName(); else diff --git a/zkwebui/WEB-INF/src/org/adempiere/webui/session/SessionContextListener.java b/zkwebui/WEB-INF/src/org/adempiere/webui/session/SessionContextListener.java index 3ca56c299d..2929e1236e 100644 --- a/zkwebui/WEB-INF/src/org/adempiere/webui/session/SessionContextListener.java +++ b/zkwebui/WEB-INF/src/org/adempiere/webui/session/SessionContextListener.java @@ -27,7 +27,6 @@ import org.zkoss.zk.ui.event.EventThreadInit; import org.zkoss.zk.ui.event.EventThreadResume; import org.zkoss.zk.ui.util.ExecutionCleanup; import org.zkoss.zk.ui.util.ExecutionInit; -import org.zkoss.zkplus.util.ThreadLocals; /** * @@ -63,7 +62,7 @@ public class SessionContextListener implements ExecutionInit, if (parent == null) { exec.removeAttribute(SESSION_CTX); -// ServerContext.dispose(); + ServerContext.dispose(); } } diff --git a/zkwebui/WEB-INF/src/org/adempiere/webui/session/WebUIServlet.java b/zkwebui/WEB-INF/src/org/adempiere/webui/session/WebUIServlet.java index c985029676..10889937df 100644 --- a/zkwebui/WEB-INF/src/org/adempiere/webui/session/WebUIServlet.java +++ b/zkwebui/WEB-INF/src/org/adempiere/webui/session/WebUIServlet.java @@ -71,7 +71,7 @@ public class WebUIServlet extends DHtmlLayoutServlet logger.info("Starting ADempiere..."); try { - CLogMgt.initialize(true); + CLogMgt.initialize(false); } catch(Exception ex) { diff --git a/zkwebui/WEB-INF/web-2.5.xml b/zkwebui/WEB-INF/web-2.5.xml new file mode 100644 index 0000000000..54132df97a --- /dev/null +++ b/zkwebui/WEB-INF/web-2.5.xml @@ -0,0 +1,179 @@ + + + + + ADempiere WebUI + + + + + + + dspLoader + + org.zkoss.web.servlet.dsp.InterpreterServlet + + + + dspLoader + *.dsp + + + + + + + + Used to cleanup when a session is destroyed + + ZK Session Cleaner + + org.zkoss.zk.ui.http.HttpSessionListener + + + + + ZK loader for ZUML pages + zkLoader + + org.adempiere.webui.session.WebUIServlet + + + + update-uri + /zkau + + 1 + + + zkLoader + *.zul + + + zkLoader + *.zhtml + + + The asynchronous update engine for ZK + auEngine + + org.zkoss.zk.au.http.DHtmlUpdateServlet + + + + auEngine + /zkau/* + + + + servlet to provide timeline xml event feed + timelineFeed + + org.adempiere.webui.TimelineEventFeed + + + + timelineFeed + /timeline + + + + + + 120 + + + + + doc + application/vnd.ms-word + + + dsp + text/html + + + gif + image/gif + + + htm + text/html + + + html + text/html + + + jnlp + application/x-java-jnlp-file + + + jpeg + image/jpeg + + + jpg + image/jpeg + + + js + application/x-javascript + + + pdf + application/pdf + + + png + image/png + + + txt + text/plain + + + xls + application/vnd.ms-excel + + + xml + text/xml + + + xul + application/vnd.mozilla.xul-xml + + + zhtml + text/html + + + zip + application/x-zip + + + zul + text/html + + + index.zul + + + + + adempiere/Status + Session + org.compiere.interfaces.StatusLocal + + + + adempiere/Server + Session + org.compiere.interfaces.ServerLocal + +