Unfortunately, I still can't reproduce it. Could you please provide me with the DDs and instructions to reproduce this? Thank you.

Rafal Kedziorski wrote:
At 12:28 01.12.2003, Alexey Loubyansky wrote:

Could you please increase the log level to trace for this same case?

   <category name="org.jboss.ejb.plugins.cmp">
     <priority value="TRACE" class="org.jboss.logging.XLevel"/>
   </category>

Thank you.


no problem.

and this is the result:

2003-12-01 13:45:42,625 INFO [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] deploy, ctxPath=, warUrl=file:/E:/jboss/jboss-3.2.3/server/oma/tmp/deploy/tmp36875oma.ear-contents/oma.war/

2003-12-01 13:45:42,843 INFO [org.jboss.web.localhost.Engine] SingleSignOnContextConfig[]: Added certificates -> request attribute Valve
2003-12-01 13:45:42,890 WARN [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] Unable to invoke setDelegate on class loader:[EMAIL PROTECTED]
2003-12-01 13:45:42,890 INFO [org.jboss.web.localhost.Engine] StandardManager[]: Seeding random number generator class java.security.SecureRandom
2003-12-01 13:45:42,890 INFO [org.jboss.web.localhost.Engine] StandardManager[]: Seeding of random number generator has been completed
2003-12-01 13:45:42,968 INFO [org.jboss.web.localhost.Engine] StandardWrapper[:default]: Loading container servlet default
2003-12-01 13:45:43,234 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.CodecBean#findAll] Executing SQL: SELECT t0_o.codec_id FROM codec t0_o
2003-12-01 13:45:43,265 TRACE [org.jboss.ejb.plugins.cmp.jdbc.ReadAheadCache.CodecBean] Add finder results: entity=CodecBean results=[1, 2, 3, 4, 5, 100, 101, 102, 103, 104, 105, 200, 201, 202, 203, 204] readahead=[JDBCReadAheadMetaData : strategy=on-load, pageSize=4, eagerLoadGroup=*]
2003-12-01 13:45:43,296 TRACE [org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.CodecBean] RESET PERSISTENCE CONTEXT: id=1
2003-12-01 13:45:43,296 TRACE [org.jboss.ejb.plugins.cmp.jdbc.ReadAheadCache.CodecBean] load data: entity=CodecBean pk=1
2003-12-01 13:45:43,296 TRACE [org.jboss.ejb.plugins.cmp.jdbc.ReadAheadCache.CodecBean] No preload data found: entity=CodecBean pk=1
2003-12-01 13:45:43,296 TRACE [org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCEntityBridge.CodecBean] Eager-load for entity: readahead=[JDBCReadAheadMetaData : strategy=on-load, pageSize=4, eagerLoadGroup=*]
2003-12-01 13:45:43,296 TRACE [org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.CodecBean] RESET PERSISTENCE CONTEXT: id=1
2003-12-01 13:45:43,296 TRACE [org.jboss.ejb.plugins.cmp.jdbc.ReadAheadCache.CodecBean] load data: entity=CodecBean pk=1
2003-12-01 13:45:43,296 TRACE [org.jboss.ejb.plugins.cmp.jdbc.ReadAheadCache.CodecBean] No preload data found: entity=CodecBean pk=1
2003-12-01 13:45:43,296 TRACE [org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCEntityBridge.CodecBean] Eager-load for entity: readahead=[JDBCReadAheadMetaData : strategy=on-load, pageSize=4, eagerLoadGroup=*]
2003-12-01 13:45:43,296 TRACE [org.jboss.ejb.plugins.cmp.jdbc.ReadAheadCache.CodecBean] load data: entity=CodecBean pk=1
2003-12-01 13:45:43,296 TRACE [org.jboss.ejb.plugins.cmp.jdbc.ReadAheadCache.CodecBean] No preload data found: entity=CodecBean pk=1
2003-12-01 13:45:43,296 ERROR [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackLocalException in method: public abstract java.lang.String net.magix.ejb.media.entitybeans.CodecBeanLocal.getName(), causedBy:
javax.ejb.EJBException: Could not load field value: name
at org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMP2xFieldBridge.getInstanceValue(JDBCCMP2xFieldBridge.java:180)


at org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCAbstractCMPFieldBridge.getValue(JDBCAbstractCMPFieldBridge.java:202)

at org.jboss.ejb.plugins.cmp.bridge.EntityBridgeInvocationHandler.invoke(EntityBridgeInvocationHandler.java:119)

at org.jboss.proxy.compiler.Runtime.invoke(Runtime.java:59)
at net.magix.ejb.media.entitybeans.CodecBean$Proxy.getName(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)


at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.ejb.EntityContainer$ContainerInterceptor.invoke(EntityContainer.java:1096)


at org.jboss.ejb.plugins.cmp.jdbc.JDBCRelationInterceptor.invoke(JDBCRelationInterceptor.java:72)

at org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invoke(EntitySynchronizationInterceptor.java:282)

at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:185)

at org.jboss.ejb.plugins.EntityReentranceInterceptor.invoke(EntityReentranceInterceptor.java:114)

at org.jboss.ejb.plugins.EntityInstanceInterceptor.invoke(EntityInstanceInterceptor.java:163)

at org.jboss.ejb.plugins.EntityLockInterceptor.invoke(EntityLockInterceptor.java:89)

at org.jboss.ejb.plugins.EntityCreationInterceptor.invoke(EntityCreationInterceptor.java:54)

at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)

at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:349)

at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:128)
at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:118)


at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)
at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)


at org.jboss.ejb.EntityContainer.internalInvoke(EntityContainer.java:489)
at org.jboss.ejb.Container.invoke(Container.java:700)
at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:375)


at org.jboss.ejb.plugins.local.EntityProxy.invoke(EntityProxy.java:38)
at $Proxy182.getName(Unknown Source)
at net.magix.valueobject.helper.media.CodecVOHelper.getVO(CodecVOHelper.java:66)




Regards,
Rafal


------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user





------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to