LuYu

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

09 2007 档案

摘要:<?xml version="1.0" encoding="UTF-8"?><persistence version="1.0"xmlns="http://java.sun.com/xml/ns/persistence"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.su 阅读全文
posted @ 2007-09-27 23:47 luyu 阅读(162) 评论(0) 推荐(0)

摘要:在Myeclipse里面配置derby1.启动2个服务器 a.启动jboss b.启动derby2.如果都正常启动后.在jboss/docs/examples/jca/下找到derby-ds.xml.复制出来进行修改.主要有下面2点 <connection-url>jdbc:derby://localhost:1527/luyu/;create=true</connection-url>. <driver-class>org.apache.derby.jdbc.ClientDriver</driver-class>把<depends> 阅读全文
posted @ 2007-09-24 12:39 luyu 阅读(120) 评论(0) 推荐(0)