Log in to follow, share, and participate in this community.
Thread NullpointerException -
NullpointerException -Trying to migrate current ejb's from Jboss4 to Jboss6. And hit with the below error. Please share any workarounds. Stuck on this from 2 days. 18:24:33,857 INFO [EjbDeployer] with dependencies...
Thread Client authentication failed for mechanism JBOSS-LOCAL-USER:
Client authentication failed for mechanism JBOSS-LOCAL-USER:When I'm trying to access the EJB from remote client, I'm getting exception as below:
2013-11-06 19:47:38,044 DEBUG [ApplicationMain] - Looking for jboss-naming-client.properties using classloader com.s...
MBeanServer ObjectName for ejbWhat is the ObjectName on the MBeanServer to access the EJBs deployed. I have implementation in my application deployed in 4.2.3 to access the manage the EJBs as below:
String jndiName = "jboss.j2ee:jn...
MBean <depends> in service.xmlI have a dependent .ear file for a service as below. This is defined for Jboss4.2.3.
<mbean
code="com.alcatel.gem.jbservices.init.GemInitService"
name="GEMService:serv...
Migrate from Weblogic to Jboss 5.0.1 asHello, I am novice in Jboss and I have a problem. I have EAR application for weblogic. This EAR contains two enterprise java beans (EJB) JARs and one WAR archive. EJB contain deployment descriptors: ejb-j...
JBoss50DTDMetaData (standjboss.xml) attachment present?https://jira.jboss.org/browse/EJBTHREE-2095?focusedCommentId=12531263&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12531263 Alexey, do you know why standardjboss.xml is sh...
Thread how to call SLSB from struts action class ?
how to call SLSB from struts action class ?Hi, Please note that i am using ejb 3.0 first time and having all Stateless beans in my application at present. we are using struts action classes for accessing SLSB in the following manner. Kindly let me know...
Thread Allow for configuring default resource adaptor name for the EJB2 MDBs
Allow for configuring default resource adaptor name for the EJB2 MDBshttps://jira.jboss.org/jira/browse/JBAS-7911 HornetQ team wants to be able to set the default resource adapter deployment name for all the proxy-factories configured in (standard)jboss.xml under invoker-proxy-...
Problem in sar and ear class loadingI have ejb[UserBean] which saves the user details to the database. The EJB project is dependent on hibernate and I had to provide its own class-loader in jboss-web.xml. [UserData.ear] I want to invoke this bea...
Thread [JMSContainerInvoker] Could not set ExceptionListener to nul
[JMSContainerInvoker] Could not set ExceptionListener to nulHi, I am using joram as my jms provider and the same is invoked through jboss 3.2.5 appserver. Some time i am getting this error in my jboss console log.
[JMSContainerInvoker] Could not set ExceptionListener to nu...
Thread JBOSS5.1.Deployment Error - Injecting Spring2.5 beans into E
JBOSS5.1.Deployment Error - Injecting Spring2.5 beans into EI am using EJB3.0 and Spring 2.5 in my project .Using EJB3.0 as session facade bean. Trying to Inject Spring beans into EJB3 session bean using @Interceptors(SpringBeanAutowiringInterceptor.class) and @Autowired anont...
Thread Can't load remote interface of ejb in my client from jboss-e
Can't load remote interface of ejb in my client from jboss-eHi, I had written a client which is trying to call the ejb dynamically using reflection api. Instead of putting the home and remote interfaces in the classpath of the client application I am trying to load these inter...
Entity bean deadlockHi! I have two entity beans for example: A, B There is a relation between these beans, and I have to be able to access B from A and A from B. A: getTitle() { return name + getB().getName(); } B: getTitle() { retu...
Thread problem in migrating weblogic application to Jboss
problem in migrating weblogic application to JbossHi, Im trying to migrate my weblogic(6.1) application into Jboss (3.2.7).. so first step, i have changed deployment descriptors for jboss....and when im trying to compile the java using ant its giving cannot resolve...
What's the socket of Jboss a'sWe are a new group try to use Jboss AS to do something.Is there someone could give some idea about how to create a socket to connect tis server so that can call the drools please?