[JBoss-user] [EJB/JBoss] - Exeption occured when I call ejb's finder method

2006-05-31 Thread webcat
java.lang.IllegalStateException: createBeanClassInstanceCommand == null
at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.createBeanClassInstan
ce(JDBCStoreManager.java:560)
at org.jboss.ejb.plugins.CMPPersistenceManager.createBeanClassInstance(C
MPPersistenceManager.java:124)
at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.crea
teBeanClassInstance(CachedConnectionInterceptor.java:211)
at org.jboss.ejb.EntityContainer.createBeanClassInstance(EntityContainer
.java:224)
at org.jboss.ejb.plugins.AbstractInstancePool.get(AbstractInstancePool.j

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948277#3948277

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948277


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: please help me: createBeanClassInstanceCommand == null

2006-05-31 Thread webcat
jboss4.03,  ejb2.1

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948263#3948263

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948263


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - please help me: createBeanClassInstanceCommand == null

2006-05-31 Thread webcat
user = userHome.findByNameAndPassword(name, password);


11:20:18,174 ERROR [LogInterceptor] TransactionRolledbackLocalException in 
metho
d: public abstract com.sea.acct.security.ejb.User com.sea.acct.security.ejb.User
Home.findByNameAndPassword(java.lang.String,java.lang.String) throws javax.ejb.F
inderException, causedBy:
java.lang.IllegalStateException: createBeanClassInstanceCommand == null
at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.createBeanClassInstan
ce(JDBCStoreManager.java:560)
at org.jboss.ejb.plugins.CMPPersistenceManager.createBeanClassInstance(C
MPPersistenceManager.java:124)
at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.crea
teBeanClassInstance(CachedConnectionInterceptor.java:211)
at org.jboss.ejb.EntityContainer.createBeanClassInstance(EntityContainer
.java:224)
at org.jboss.ejb.plugins.AbstractInstancePool.get(AbstractInstancePool.j
ava:168)
at org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInst
anceInterceptor.java:98)
at org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInte
rceptor.java:61)
at org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCrea
tionInterceptor.java:28)
at org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValida
tionInterceptor.java:41)
at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInte
rceptor.java:110)
at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxIntercep
torCMT.java:335)
at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.ja
va:146)
at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityIntercep
tor.java:130)
at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:1
21)
at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyF
actoryFinderInterceptor.java:93)
at org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948262#3948262

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948262


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: portal forum erros

2006-03-27 Thread webcat
this is a bug!
you must modify tables(JBP_FORUMS_POSTS,JBP_FORUMS_ATTACHMENTS) clob field 
datatype to varchar2

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932994#3932994

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932994


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: How to modify the order and region in which portlets app

2006-03-23 Thread webcat
I modify "0",but it doesn't work

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932317#3932317

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932317


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - How to modify the order and region in which portlets appear

2006-03-23 Thread webcat
thank you in advance

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932316#3932316

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932316


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - How to modify CMSPortlet's title

2006-03-22 Thread webcat
I modify this in portlet.xml,but it doesn't work.
please help me ,thank yo  in advance.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932033#3932033

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932033


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - editing index.htm error

2006-03-20 Thread webcat
when save this

18:16:13,679 WARN  [JDBCExceptionReporter] SQL Error: 1, SQLState: 23000
18:16:13,689 ERROR [JDBCExceptionReporter] ORA-1:  (JBOSSPOR
TAL.SYS_C0090864)

18:16:13,759 ERROR [AbstractFlushingEventListener] Could not synchronize databas
e state with session
org.hibernate.exception.ConstraintViolationException: could not insert: [org.jbo
ss.portal.cms.hibernate.state.VersionProp]
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.j
ava:69)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelp
er.java:43)
at org.hibernate.persister.entity.AbstractEntityPersister.insert(Abstrac
tEntityPersister.java:2077)
at org.hibernate.persister.entity.AbstractEntityPersister.insert(Abstrac
tEntityPersister.java:2426)
at org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.ja
va:51)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:243)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:227)

at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:140)

at org.hibernate.event.def.AbstractFlushingEventListener.performExecutio
ns(AbstractFlushingEventListener.java:296)
at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlus
hEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:905)
at org.jboss.portal.cms.hibernate.state.HibernatePersistenceManager.stor
e(HibernatePersistenceManager.java:684)
at org.apache.jackrabbit.core.state.AbstractPersistenceManager.store(Abs
tractPersistenceManager.java:71)
at org.jboss.portal.cms.hibernate.state.HibernatePersistenceManager.stor
e(HibernatePersistenceManager.java:368)
at org.apache.jackrabbit.core.state.SharedItemStateManager.store(SharedI
temStateManager.java:505)
at org.apache.jackrabbit.core.state.LocalItemStateManager.update(LocalIt
emStateManager.java:344)
at org.apache.jackrabbit.core.state.LocalItemStateManager.update(LocalIt
emStateManager.java:306)
at org.apache.jackrabbit.core.version.VersionManagerImpl.internalCheckin
(VersionManagerImpl.java:502)
at org.apache.jackrabbit.core.version.VersionManagerImpl.checkin(Version
ManagerImpl.java:416)
at org.apache.jackrabbit.core.NodeImpl.checkin(NodeImpl.java:2728)
at org.jboss.portal.cms.util.VersionUtil.createVersion(VersionUtil.java:
51)
at org.jboss.portal.cms.impl.jcr.ContentCreateNewVersionCommand.execute(
ContentCreateNewVersionCommand.java:70)
at org.jboss.portal.cms.impl.jcr.JCRCommandContext.execute(JCRCommandCon
text.java:61)
at org.jboss.portal.cms.impl.jcr.JCRCMS.execute(JCRCMS.java:475)
at sun.reflect.GeneratedMethodAccessor159.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:118)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.java:127)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy112.execute(Unknown Source)
at org.jboss.portal.core.portlet.cms.admin.CMSAdminPortlet.processAction
(CMSAdminPortlet.java:776)
at org.jboss.portlet.JBossPortlet.processAction(JBossPortlet.java:355)
at org.jboss.portal.portlet.PortletContainer.invokeAction(PortletContain
er.java:492)
at org.jboss.portal.portlet.PortletContainer.dispatch(PortletContainer.j
ava:428)
at org.jboss.portal.server.app.ComponentInvocation.dispatch(ComponentInv
ocation.java:79)
at org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.j
ava:140)
at org.jboss.portal.core.aspects.component.TransactionInterceptor.invoke
(TransactionInterceptor.java:72)
at org.jboss.portal.server.app.ComponentInterceptor.invoke(ComponentInte
rceptor.java:38)
at org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.j
ava:130)
at org.jboss.portal.core.aspects.component.HeaderInterceptor.invoke(Head
erInterceptor.java:50)
at org.jboss.portal.server.app.ComponentInterceptor.invoke(ComponentInte
rceptor.java:38)
at org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.j
ava:130)
at org.jboss.portal.server.aspects.compone

[JBoss-user] [JBoss Portal] - upload files error

2006-03-19 Thread webcat
10:21:29,461 ERROR [ContentGetCommand] Cannot get content
javax.jcr.PathNotFoundException: /default/index.html/zh

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931234#3931234

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931234


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - jboss forum run error

2006-03-16 Thread webcat
after I deploy jboss forum2.2.1RC2,and when I select a topic ,it don't display 
ths topic's content ,the error is :

run this,find this error:
   15:26:09,606 WARN  [JDBCExceptionReporter] SQL Error: 1, SQLState: 23000
15:26:09,606 ERROR [JDBCExceptionReporter] ORA-1:  (JBOSSPOR
TAL.SYS_C0090340)

15:26:09,606 WARN  [JDBCExceptionReporter] SQL Error: 1, SQLState: 23000
15:26:09,606 ERROR [JDBCExceptionReporter] ORA-1:  (JBOSSPOR
TAL.SYS_C0090340)

15:26:09,606 ERROR [AbstractFlushingEventListener] Could not synchronize databas
e state with session
org.hibernate.exception.ConstraintViolationException: Could not execute JDBC bat
ch update
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.j
ava:69)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelp
er.java:43)
at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:
200)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:230)

at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:143)

at org.hibernate.event.def.AbstractFlushingEventListener.performExecutio
ns(AbstractFlushingEventListener.java:296)
at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlus
hEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:905)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:345)
at org.hibernate.transaction.CacheSynchronization.beforeCompletion(Cache
Synchronization.java:59)
at org.jboss.tm.TransactionImpl.doBeforeCompletion(TransactionImpl.java:
1473)
at org.jboss.tm.TransactionImpl.beforePrepare(TransactionImpl.java:1092)

at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:306)
at org.jboss.tm.TxManager.commit(TxManager.java:224)
at org.jboss.portal.common.transaction.Transactions.end(Transactions.jav
a:414)
at org.jboss.portal.common.transaction.Transactions$5.noTxAfter(Transact


15:27:28,710 WARN  [JDBCExceptionReporter] SQL Error: 932, SQLState: 42000
15:27:28,710 ERROR [JDBCExceptionReporter] ORA-00932: datatye is wrong,


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930883#3930883

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930883


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user