关于jboss与j2ee1.4不友好的问题。》的相关内容

JBOSS3.x 学习笔记

JBOSS3.x 学习笔记 作者:Thatway (outhatway@hotmail.com) 来自:http://www.hibernate.org.cn 目  录 一. 运行环境 2 二. 准备工作 2 三. 安装 2 四. 配置实例xPetStore 2 五. 结束语 8 一. 运行环境 操作系统:Windows 2000 应用服务器:Jboss3.x 数据库:MyS ...
by thatway 2003-09-15 浏览 (8481) 回复 (6) 关键字:

提问:在JBOSS下配置Hibernate

我的JBOSS的版本为 jboss-3.0.7_jakarta-tomcat-4.1.24 Hibernate的版本为2.1 数据库用SYBASE12。0 在JBOSS中的server\default\deploy中的sybase-service.xml内容如下 在JBOSS起动时可以找到java:jdbc/SybaseDB是成功的,我的Hibernate的cfg.xml内容如下,其中Hibe ...
by lianga 2004-10-01 浏览 (3135) 回复 (9) 关键字:

Jboss default方式下的Cluster配置[三]

Cluster Configuration #vim /server/default/deploy/jboss-web.deployer/server.xml <Engine name="jboss.web" defaultHost="localhost">  The node must match the JK configrutaion. <Engine na ...
by PowerNTT 2008-08-12 浏览 (204) 回复 (0) 关键字: jboss cluster oscache

使用apache2 jboss集群

环境:OS ubuntu, jdk 5.0,jboss4.0.4GA 1. 安装apache2。 sudo aptitude install apache2 2. 安装mod_jk , sudo aptitude install libapache2-mod-jk 3. 配置apache的loadblance 修改/etc/apache2/httpd.con ...
by dengyin2000 2007-01-26 浏览 (2931) 回复 (0) 关键字: jboss loadbalance

Using embedded-jboss for unit testing

You can read and download the embedded-jboss from here: http://wiki.jboss.org/wiki/EmbeddedJBoss.Using the embedded-jboss could contribute to the benefits that we can get the core functionalities of j ...
by jason823 2008-04-25 浏览 (569) 回复 (1) 关键字:

jboss4.0.5GA部署EJB问题集锦

  操作系统版本:RedHat Linux 9JDK :1.4.2_14JBOSS:4.0.5GAMYSQL:5.0.41 步骤:1、用vmware安装linux,并在linux中开通samba服务,将文件传入linux;2、安装JDK,JBOSS,MYSQL,设置MYSQL自启动,另外再介绍;3、部署Mxidea应用。 部署Mxidea详细步骤:1、  由 ...
by onecan 2007-05-25 浏览 (648) 回复 (0) 关键字:

利用JBOSS+MyEclipse完成一个简单的EJB示例

  目标: 1、编写一个简单的无状态会话Bean,传入一个字符串参数,返回字符串Hello + 字符串参数。 2、通过JSP页面上输入一个字符串,提交到Servlet,并调用EJB,最后在一个页面上输出处理后的字符串。 工具: JBOSS 4.2GA + Eclipse 3.2.2 +MyEclipse 5.5GA + JDK 1.6   首先需要搭建好各种环境, ...
by andyu2008 2007-11-18 浏览 (1130) 回复 (0) 关键字: JBOSS MyEclipse EJB

JBOSS ClassLoadingConfiguration

      Discussion By default JBoss (prior to version 3.2) uses a flat class loading model that avoids the need to redundantly include classes in different layers. WAR files would onl ...
by dearshor 2008-10-11 浏览 (23) 回复 (0) 关键字: jboss classloading

JBOSS ClassLoadingConfiguration

Discussion By default JBoss (prior to version 3.2) uses a flat class loading model that avoids the need to redundantly include classes in different layers. WAR files would only have the web co ...
by yangzb 2008-09-22 浏览 (35) 回复 (0) 关键字:

windows下JBOSS4.2的安装配置说明

一.              下载与安装JBoss 在本文中,我们下载的JBoss版本为:4.2.1.GA。下载地址: www.jboss.org 在如上的下载页中下载JBoss-4.2.1.GA.zip文件。下载完成后,将其解压缩后即可完成安装,解压缩后将其放置到一个不带空格 ...
by kenter1643 2008-01-21 浏览 (546) 回复 (2) 关键字:

jboss-seam-2.0.0.GA+jboss-4.2.2.GA +Tools-2.1启动出错。

我用的jdk6.0我是按照First, make sure you have Ant correctly installed, with $ANT_HOME and $JAVA_HOME set correctly. Next, make sure you set the location of your JBoss AS 4.2 installation in the build.propert ...
by yuyanshan 2008-08-28 浏览 (265) 回复 (2)

关于seamtest的问题,embedded jboss启动失败

初步接触seam,写了个简单的test case,程序在启动embedded jboss时就挂了,出下面异常: FAILED CONFIGURATION: @BeforeClass init java.lang.RuntimeException: Unable to bootstrap: at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstra ...
by coolfish 2007-11-09 浏览 (1115) 回复 (6)

请问又没有使用linux + eclipse +jbosstools 搭建环境成功的?

请问又没有使用linux + eclipse +jbosstools 搭建环境成功的?   请问又没有使用linux 开发 seam的啊,我用eclipse 3.3 提示 Could not publish to the server java.lang.NullPointerException 而用我用eclipse 3.4 就提示部署出错 。请那个朋友帮下忙 ------- ...
by iliuyong 2008-08-16 浏览 (283) 回复 (2)

Connection handle has been closed and is unusable

我的環境為 eclipse 3.4 seam 2.0.2.sp1 jboss 4.2.2.ga 使用的資料庫為 informix 我的設定 INFORMIX-DS <local-tx-datasource> <jndi-name>InformixDS</jndi-name> <connection-url>jdbc:informix ...
by smartcdrw 2008-08-13 浏览 (287) 回复 (2)

dxpcom v0.1 发布

由于windows上一直遇到DLL加载失败的问题,所以测试是在linux上进行的。 dxpcom v0.1下载地址 包括对xpidl的修改,增加了-m d选项,用来产生d接口。-m dwrap选项还在编写中,生成的代码现在还无法使用。 mozilla/xpcom/*.d大部分是用修改过的xpidl生成的,另有一些是使用htod工具转换的。 有空可以帮我测试一下,目前还不保证转换完全正确,但 ...
by qiezi 2007-04-16 浏览 (11093) 回复 (161)

Rails2.1中的新东西之三: Dirty Objects

新的rails中activerecord拥有了检查record object是否有改变的能力,即dirty object. 这个功能非常简单灵活: article = Article.find(:first) article.changed? #=> false # Track changes to individual attributes with # attr_name_ch ...
by luoye6401531 2008-05-24 浏览 (811) 回复 (0) 关键字: rails2.1

Java 6: 通过新的Scripting引擎使用Python

你有没有写过和外部进程或者系统交互的Java代码?你有没有希望使用脚本(Scripting)语言来写?如果你使用Java 6,Java 6提供了一个清晰的解决方案在JVM中跑Scripts,并且允许Java代码使用Script组件。 下面是一个Python的例子,借助jython的帮助,我们通过Java接口调用Python组件,使用简单的factory函数,我们能够类似Java对象一样运行scr ...
by QQbyte 2008-07-15 浏览 (1883) 回复 (11) 关键字: scripting python

Spry 1.6 发布

一直是我喜欢的东西。在页面展现数据是没的说的!改进的主要部分: Data     * By default, the XMLDataSet now entity encodes #text and #cdata strings before storing them in a data set column. This has a significant impac ...
by melin 2007-11-06 浏览 (783) 回复 (0) 关键字:

相关问答

赞助商链接