-
```
代码:
配置文件:
{
transactionLevel2 : {
type : "org.nutz.aop.interceptor.TransactionInterceptor"
},
transactionIoc : {
type : "features.Transaction"
}
}
类:
public class T…
-
我有一个请求:
/tcProxy/saveChat.html?roomID=1&messageType=public&sendUserID=1829283&sendUserName=ansn001%2540t.com&sendIp=&acceptUserID=0&acceptUserName=%E6%89%80%E6%9C%89%E4%BA%BA&content=22313
在Mvcs类的 ge…
-
```
实现接口 org.nutz.ioc.IocLoader,
使用XML配置文件完成类似于Json配置文件的工作.
```
Original issue reported on code.google.com by `wendal1985@gmail.com` on 25 Dec 2009 at 12:30
-
```
What steps will reproduce the problem?
1.運作new NutIoc(new JsonLoader("xxx.js"));
2.
3.
What is the expected output? What do you see instead?
failed to create logger from logAdapter: org.nutz.log.…
-
```
问题产生的条件:
数据库:oracle 10g
发生问题的调用代码:
运行测试类:TableNameTest
问题的详细说明:
异常堆栈:
java.lang.RuntimeException: java.lang.AbstractMethodError:
oracle.jdbc.driver.T4CConnection.setSavepoint()Ljava/sql/Savep…
-
```
我用的是 Nutz1.a.27 版本,而且是Nutz文档里面ioc入门的例子。
第一个:相互引用的Bug
ioc配置文件pet.js
var ioc = {
xiaohei : {
type : 'nutz.ioc.demo.Pet',
fields : {
name : 'XiaoHei',
bir…
-
```
问题产生的条件:
在JSF的BackBean中使用Nutz.Dao
发生问题的调用代码:
index.xhtml代码:
Facelet Title
BackBean代码:
package backbean;
import com.xl.eos.eo.User;
import javax.faces.bean.M…
-
```
问题产生的条件:
使用Ioc ioc = new NutIoc(new JsonLoader("context.js"));
context.js的開頭格式如下:
var ioc = {
dataSource : {
type : 'org.apache.commons.dbcp.BasicDataSource',
singleton : true,…
-
```
1.Define an entity.
2.When fetch an entity, I want ignore a field from DB, but when insert or
update, do not ignore the field.
3.I hope nutz's user can configure it easily.
```
Original issue r…
-
```
您好,我今天使用Nutz框架中的MVC,按照下面的地址进行的配�
��:
http://code.google.com/p/nutz/wiki/mvc_hello
启动项目:
2011-4-14 18:45:35 org.apache.catalina.core.AprLifecycleListener init
信息: The Apache Tomcat Native libr…