Sorry for the double posting.  I tried posting this earlier, but from a 
different E-mail account.  I don't think it went through. Here is my 
question:


This post is really two different questions:
(1) My team is working on porting Sun's pet store demo to JBoss.  The
other day I was able to create both Session and Enity beans on JBoss with no 
problem.  Now we have made some changes to the pet store EJB files, and we 
are getting JBoss exceptions for the entity beans.  The error is happens 
before the actual pet store code is touched.  Can someone offer some insight 
into error log below?

2) I have been using JBuilder to debug my EJB client and test code, but
have not used it to build or debug JBoss.  I read the HOW-TO on r unning
JBoss in JBuilder which was very helpful.  Now I would like to o my
entire build with JBuilder so that I can debug JBoss source as well s my EBJ 
code.  I'm wondering if there is any easier way to setup the build 
environment
for JBuilder instead of manually adding all the source and class paths. 
VisualAge has a nice import feature.  Is there such a thing for Jbuilder? If 
not does anyone have any helps for building Jboss with JBuilder?

Thanks again,

Brett

Here is the error I am getting for problem  (1):
/****************************************************************/
[TheOrder] BGP: Pre: OrderDAO.getDAO
[TheOrder] TxCapsule.delistResource(): Entered, status=STATUS_ACTIVE
[TheOrder] TxCapsule.endResource(XidImpl:winstonii/0) entered:
org.jboss.minerva.xa.XAResourceImpl@4b6bed flag=67108864
[TheOrder] TxCapsule.endResource(XidImpl:winstonii/0) leaving:
org.jboss.minerva.xa.XAResourceImpl@4b6bed flag=67108864
[TheOrder] EnterpriseContext.unlock() 3491657 0
[TheOrder] TxCapsule.setRollbackOnly(): Entered, status=STATUS_ACTIVE
[TheOrder] TxCapsule.rollback(): Entered, status=STATUS_MARKED_ROLLBACK
[TheOrder] BGP Pre: doBeforecompletion()
[TheOrder] BGP Pre: endResources()
[TheOrder] BGP Pre: rollbackResources()
[TheOrder] BGP Pre: cancelTimeout()
[TheOrder] BGP Pre: doAftercompletion()
[TheOrder] BGP Pre: instanceDone()
[TheOrder] BGP Post: instanceDone()
[TheOrder] TRANSACTION ROLLBACK EXCEPTION:id may not be null; nested
exception is:
java.lang.Error: id may not be null
[TheOrder] java.lang.Error: id may not be null
[TheOrder]  at org.jboss.ejb.CacheKey.<init>(CacheKey.java:45)
[TheOrder]  at
org.jboss.ejb.plugins.NoPassivationEntityInstanceCache.createCacheKey(NoPassivationEntityInstanceCache.java:90)
TheOrder]  at
org.jboss.ejb.plugins.BMPPersistenceManager.createEntity(BMPPersistenceManager.java:154)
[TheOrder]  at
org.jboss.ejb.EntityContainer.createHome(EntityContainer.java:427)
[TheOrder]  at java.lang.reflect.Method.invoke(Native Method)
[TheOrder]  at 
org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContainer.java:585)
[TheOrder]  at 
org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySynchronizationInterceptor.java:171)
[TheOrder]  at

org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:85)
[TheOrder]  at
org.jboss.ejb.plugins.TxInterceptorCMT.invokeNext(TxInterceptorCMT.java:135)
[TheOrder]  at

org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:254)
[TheOrder]  at
org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:86)
[TheOrder]  at

org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.jav
>| a:122)
>| [TheOrder]  at
>| org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:106)
>| [TheOrder]  at
>| org.jboss.ejb.EntityContainer.invokeHome(EntityContainer.java:309)
>| [TheOrder]  at
>|
>org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker.invokeHome(JRMPContai
>| nerInvoker.java:207)
>| [TheOrder]  at
>|
>org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker.invokeHome(JRMPContai
>| nerInvoker.java:153)
>| [TheOrder]  at java.lang.reflect.Method.invoke(Native Method)
>| [TheOrder]  at
>| sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:241)
>| [TheOrder]  at sun.rmi.transport.Transport$1.run(Transport.java:142)
>| [TheOrder]  at java.security.AccessController.doPrivileged(Native Method)
>| [TheOrder]  at 
>sun.rmi.transport.Transport.serviceCall(Transport.java:139)
>| [TheOrder]  at
>| sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:443)
>|
>|
>|
>

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to