I am calling my deployed EJB, say E1, from a remote client. The EJB method
tries to instantiate one of my utils classes C1 which is in the jboss classpath
using Class.forName(). That utils class has a method C1M1 which invokes another
EJB E2 using its Local interfaces. E2 is not currently deploy
Sorry - I just read the Read This Second FAQ till the end and found that this
"anti-pattern" is not recommended, and not supported in 3.2.x. Please consider
thread closed
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876372#3876372
Reply to the post :
Hello,
My jboss 3.2.5 adapter deployment has the jndi definition in the *-ds.xml file.
I was having problems accessing the connection factory from a client running
outside jboss i.e. in another VM. It seems from the FAQ that my adapter
connection factory in jboss 3.2.5, can only be accessed usi
I have an application and a servlet deployed as 2 separate war files in
staldalone tomcat and in tomcat 5.0 within jboss 3.2.5. Both run fine within
the standaline tomcat installation, but in jboss tomcat I find that I am not
able to launch the application and call the servlet using the context
That worked. Thanks for your help Daniels.
But now I am getting the following error :
WARN [ServiceController] Problem starting service
jboss.j2ee:jndiName=local/LeagueEJB,service=EJBRuntimeErrorException:
java.lang.NoSuchMethodError Cause: java.lang.NoSuchMethodError at
org.jboss.mx.server.Re
Thanks for your reply Adrian. Even the Firebird resource adapter does not seem to
implement the CCI.
I can guess the reason - because JDBC is already a standard, it may not make sense to
implement CCI on top of that. However, taking advantage of the J2EE pooling facilities
and using them alongw
Hello,
I am using jboss 3.2.5 and was planning to use the jdbc local resource adapter to make
CCI calls to update the database. But as I look into the adapter including some if its
source code, it seems that it does not implement the CCI. Is this impression correct?
If yes, it probably means th
Thanks Alexey. I made changes as you suggested and it worked.
However I could not find a bug record at sourceforge on that problem. I did find bugs
874163 and 828845 but these do not seem related to the problem. Do you by any chance
know the bug record, or want me to file a bug for the earlier p
With a different search, was able to find the bug 984976 for the earlier EJB-QL
problem.
- Vish.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845082#3845082
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845082
--
Hello,
I am using Oracle 8.1.7, jboss 3.2.5 with Sun JDK 1.4.2 . I built and deployed the
sample roster application and expected it to create the tables like PlayerEJB, etc.
But jboss window shows the following error:
Starting failed jboss.j2ee:jndiName=local/LeagueEJB,service=EJB
org.jboss.dep
Actually, I checked and realized that I had left out some default settings from
standardjbosscmp.xml. Added and other tags and then the tables teamejb,
playerejb got created. But now I get following error
Starting failed jboss.j2ee:jndiName=local/LeagueEJB,service=EJB
org.jboss.deployment.Depl
Hello,
I am using Oracle 8 and jboss 3.2.5. I build and deployed the sample roster
application and expected it to create the tables like PlayerEJB, etc. But it jboss
window shows the following error:
14:03:54,721 INFO [EJBDeployer] Deployed:
file:/C:/jboss-3.2.5/server/default/tmp/deploy/tmp3
12 matches
Mail list logo