浏览 3222 次
锁定老帖子 主题:middlegen没有操作界面
该帖已经被评为新手帖
|
|
---|---|
作者 | 正文 |
发表时间:2007-10-06
<!-- =================================================================== --> <!-- ant properties/targets for MS SQL Server --> <!-- note: this is not a proper xml file (there is no root element) --> <!-- it is intended to be imported from a *real* xml file --> <!-- =================================================================== --> <property name="database.script.file" value=""/> <property name="database.driver.file" value="${lib.dir}/mssqlserver.jar" /> <property name="database.driver" value="com.microsoft.jdbc.sqlserver.SQLServerDriver"/> <property name="database.url" value="jdbc:microsoft:sqlserver://192.168.1.7:1433;database=framework"/> <property name="database.userid" value="sa"/> <property name="database.password" value="sa"/> <!-- In MS SQL the schema is the owner of the tables as displayed by SQL Server Enterprise Manager --> <property name="database.schema" value="dbo"/> <!-- In MS SQL the catalog is the database, for example, 'Northwind' --> <property name="database.catalog" value="framework"/> <property name="jboss.datasource.mapping" value="MS SQLSERVER"/> <!--property name="jboss.datasource.mapping" value="MS SQLSERVER2000"/--> build。xml文件没有修改middlegen这个task的东西,每次执行ant的middlegen只是报警告 Buildfile: D:\eclipse\workspace\middlegen-2.1\samples\build.xml Warning: 'file:./config/database/mssql.xml' in D:\eclipse\workspace\middlegen-2.1\samples\build.xml should be expressed simply as './config/database/mssql.xml' for compliance with other XML tools Warning: 'file:./config/ejb/jboss.xml' in D:\eclipse\workspace\middlegen-2.1\samples\build.xml should be expressed simply as './config/ejb/jboss.xml' for compliance with other XML tools init: fail-if-no-xdoclet-1.2: check-driver-present: panic-if-driver-not-present: middlegen: [middlegen] Database URL:jdbc:microsoft:sqlserver://192.168.1.7:1433;database=framework [middlegen] No <table> elements specified. Reading all tables. This might take a while... [middlegen] 2007-10-06 23:22:07,750 WARN [middlegen.MiddlegenPopulator] WARNING: The JDBC driver didn't report any primary key columns in sysconstraints [middlegen] 2007-10-06 23:22:08,000 WARN [middlegen.MiddlegenPopulator] WARNING: The JDBC driver didn't report any primary key columns in syssegments [middlegen] 2007-10-06 23:22:08,359 WARN [middlegen.MiddlegenPopulator] WARNING: Middlegen couldn't find any relations between any tables. This may be intentional from the design of the database, but it may also be because you have incorrectly defined the relationships. It could also be because the JDBC driver you're using doesn't correctly implement DatabaseMetaData. See the samples (for an example on how to define relationships) and verify that your driver correctly implements DatabaseMetaData. [middlegen] 2007-10-06 23:22:08,468 WARN [middlegen.plugins.entitybean.JBoss] WARNING (cmp20): JBoss 3.0 doesn't support fields that are part of CMR to be CMP at the same time. You might want to set fkcmp="false" in the cmp20 plugin. [middlegen] 2007-10-06 23:22:08,562 WARN [middlegen.plugins.entitybean.Entity20Column] WARNING: The cmp20 is configured with readonly="true", but the prefs settings for the column USER.ID indicates that a local setter for this column should be generated. Middlegen will use the prefs setting, so the generated framework.interfaces.UserLocal's setId method will exist, causing the bean NOT to be read only. [middlegen] Extracting foreign keys for table : USER [middlegen] Extracting foreign keys for table : dtproperties [middlegen] Extracting foreign keys for table : sysconstraints [middlegen] Extracting foreign keys for table : syssegments [middlegen] Updated preferences in D:\eclipse\workspace\middlegen-2.1\samples\src\framework-prefs.properties BUILD SUCCESSFUL Total time: 7 seconds 但是就是没有middegen之后应该有的那个操作界面,不知道为什么 我的sqlserver2000是sp2版本的,但是后来不知道为什么就是无法连接1433端口,所以现在了sp4的补丁 情况就是这么个情况,大家有什么办法,小弟谢谢先。。。。 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2007-10-06
自己先顶一个,看看大家有什么办法,帮俺看看,
|
|
返回顶楼 | |
发表时间:2007-10-24
我的oracle10g,也没成功
|
|
返回顶楼 | |