Log in to follow, share, and participate in this community.
Thread i am testing remote ejb invocation from one AS7 to another AS7 instance running on different machine.we are getting below exception even after successful handshake between both servers
i am testing remote ejb invocation from one AS7 to another AS7 instance running on different machine.we are getting below exception even after successful handshake between both servers
Thread How can I change the default ejb3 jndi name?
How can I change the default ejb3 jndi name?How can I change the default ejb3 jndi name?I wanna override ear-name/ejb-name/remote pattern. I'd like to keep the ear's version in the file name. Example: customers-3.1.0.ear, but when I upgrade the ear I don't wan...
Thread Invoking Webservice in JBoss EAP 6.1 throws ERROR
Invoking Webservice in JBoss EAP 6.1 throws ERRORHi All, We are using JDevloper 11.1.2.4 for ADF Mobile Dev. 1) We have a sample EJB project which is deployed in JBoss EAP 6.1. It has sayHello method in it. 2) From Http Analyzer of Jdev - ...
ejb injection problemHi All, I am trying to inject a locat stateless bean into another bean. Both beans are in different packages/jars. Both the beans get deployed fine, but when i enable the injection of bean 1 in my bean...
Two JBOSS 5.10 GA Remote ConnectionHi have two jboss Applications Deployed in separate server i want to remotly connect to other application and Access other Application in server.but when i turn on both server i am getting this error when i turn on 2n...
Thread Porblem in Ejb3 using TimerService with @Singleton and @Management
Porblem in Ejb3 using TimerService with @Singleton and @ManagementHi All, I am trying to understand an old code written by a colleague who has left the company now. The problem is about calling a start() method, which should then initialize a timeerservice and furthe...
@TransactionTimeout not working in EJB 3Hi... We will get lakhs of requests to my jboss server. we are processing each request avg response time below 2 seconds. but some of request are taking long time, means more than 5 minutes. we want...
Ejbfinders for nested query for jbossHi Friends, Could you please help me on how to use nested query in ejb finders for EJB 2.0 for jboss 4.0.5 for the below ejb ? Please note I am migrating from weblogic 8.1 to jboss 4.0.5 and this below EJB cod...
Thread @annotation webservice not recognized for jboss
@annotation webservice not recognized for jbossHi Friends, I am trying to build the ear file it throws some exceptions like Lexical error: -----====xjavadoc.TokenMgrError: Lexical error at line 44, column 1. Encountered: "@" (64), after : "" for some...
Thread SLSB "pool-available-count" attribute statistic beyond current size.
SLSB "pool-available-count" attribute statistic beyond current size.Hi, Is the attribute "pool-available-count" supposed to be in the range between zero and "pool-current-size" ? I am seeing values for this attribute above the current size value and that seems odd to me. Be...
Thread Comparing a SLSB and it's web service endpoint statistics.
Comparing a SLSB and it's web service endpoint statistics.Hi, I am running an JEE benchmark with EAP 6.2 and using a script to call the CLI. There are two scripts to dump out the stats on an EJB and it's endpoint. Strangely the web service takes less time...
: Error compiling EJB-QL statement for EJBHi Friends, I am trying to deploy my application in JBOSS 4.0.5 server. but it throws the following exception. can any body please tell what the issue is this ? Thanks in advance. org.jboss.de...
Thread weblogic.appc compiler corresponding compiler in JBOSS 4.0.5
weblogic.appc compiler corresponding compiler in JBOSS 4.0.5Hi Friends, Iam just new to Jboss. We are planning to migrate from weblogic 8.1 to Jboss 4.0.5. I am planning to deploy some of the client side classes. In weblogic it is weblogic.appc compiler is used. I am n...
ejb lookup from an outside warI have a EJB JAR which deploys okay. I can see the following JNDI bindings on stdout - [0m [0m17:27:00,205 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC servic...
Thread Question on what gets returned by a JNDI lookup?
Question on what gets returned by a JNDI lookup?I am trying to understand how a local JNDI lookup of an EJB gets implemented. For example, if in my web application I perform an explicit lookup of a local EJB:
(MyInterface) initialContext.lookup(JND...
BeginnerHi, am new to ejb..am really confused because I dnt knw where to start from ..what is the function of the packages..i have looked for many tutorials but then..i really need step by step tutorial with explanation.. ...
MDB initialization from DBI need initialize MDB from Database(or some configuration file that not in .war). normally it takes configuration from jboss-ejb3.xml or annotations. I need change it default behavior.