Hi,
I have not the slightest clue want pbm means, but this error seems just
straightforward to me:
You are trying to use a feature of the PostgresQL-JDBC driver which simply
is not omplemented yet.
Which leaves you to three alternatives:
- Try finding a more recent driver and hope for the best...
- Code the missing part yourself ;-) start looking at
JDBCCreateEntityCommand.java in line 94 to see where to start from...
- review your EJB-create code to see what causes the exception, by starting
simple and gradually adding parts until you get hit by the exception..
Regards,
Burkhard
----- Original Message -----
From: "CamBinh Pham" <[EMAIL PROTECTED]>
To: "'jboss List'" <[EMAIL PROTECTED]>
Sent: Monday, March 18, 2002 11:17 AM
Subject: [JBoss-user] cannot create an instance entity bean on Jboss 3.0


> Hello,
>
> When run a command to create an entity bean from
> client, i got this pbm, did anyone have experience on
> this pbm yet ?.
>
> Im using Jboss 3.0 alpha
> database : PostgreSQL
>
> Hope i can get some helps here.
>
> thanks in advance,
>
> [14:41:30,933,Default] setEntityContext called
> [14:41:30,964,Default] ejbCreate() called
> [14:41:31,105,Default] Did not find the UCL resource
> org/postgresql/errors_en.properties
> [14:41:31,167,Default] Did not find the UCL resource
> org/postgresql/errors_en_US.properties
> [14:41:31,198,EntityContainer] invoke returned an
> exception
> javax.ejb.CreateException: Could not create
> entity:This method is not yet implemented.
>         at
>
org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.execute(JDBCCreateEnt
ityCommand.java:94)
>         at
>
org.jboss.ejb.plugins.cmp.CMPStoreManager.createEntity(CMPStoreManager.java:
169)
>         at
>
org.jboss.ejb.plugins.CMPPersistenceManager.createEntity(CMPPersistenceManag
er.java:253)
>         at
> org.jboss.ejb.EntityContainer.createHome(EntityContainer.java:673)
>         at java.lang.reflect.Method.invoke(Native
> Method)
>         at
>
org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContaine
r.java:926)
>         at
>
org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.jav
a:74)
>         at
>
org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.jav
a:74)
>         at
>
org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySync
hronizationInterceptor.java:234)
>         at
>
org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInt
erceptor.java:151)
>         at
>
org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor
.java:104)
>         at
>
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor
.java:100)
>         at
>
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.
java:156)
>         at
>
org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:56)
>         at
>
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.jav
a:106)
>         at
> org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:109)
>         at
> org.jboss.ejb.EntityContainer.invokeHome(EntityContainer.java:441)
>         at
> org.jboss.ejb.Container.invoke(Container.java:536)
>         at
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
>         at
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
>         at
>
org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker.invokeHome(JRMPContai
nerInvoker.java:368)
>         at java.lang.reflect.Method.invoke(Native
> Method)
>         at
> sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:241)
>         at
> sun.rmi.transport.Transport$1.run(Transport.java:142)
>         at
> java.security.AccessController.doPrivileged(Native
> Method)
>         at
> sun.rmi.transport.Transport.serviceCall(Transport.java:139)
>         at
> sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:443)
>         at
>
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:6
43)
>
>
> =====
>
> ----
>
> CamBinh Pham
>
> mailto:[EMAIL PROTECTED]
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Sports - live college hoops coverage
> http://sports.yahoo.com/
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to