Log in to follow, share, and participate in this community.
Thread Migrating Spring AspectJ AOP from JBOSS 4 to JBOSS6 fails
Migrating Spring AspectJ AOP from JBOSS 4 to JBOSS6 failsHere is the AOP-Config file. I am using Spring AspectJ <aop:config> <aop:pointcut id="allServiceMethodsWithAnnot" expression="@within(org.springframework.transaction.annotation.Transactional) || @a...
Creating a SAR fileI am a newbie to JBoss. I use the Netbeans IDE. I have an application written in plain old Java which needs to be ported to run under JBoss. I plan to use RMI in the server/client. There seem to be very few examples...
frozen class creating JMS SessionI'm having the same issue posted in this older thread: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=157162. We too are getting an Exception indicating a frozen class when attempting to create a JM...
How to contibuteI Ronak Khandelwal wants to contribute to this project and am unable to find any help . I am a novice programmer so any help would be appreciated.
JBoss AOP using JDK7Hi, I am trying to use JDK 7 with JBoss AOP. I am using precompiled instrumentation approach. My code is getting compiled with JBoss AOP jars without any error but while running the server I am getting java....
Facing @syncronized issueHi All, I am new to the JBoss so need one help from the forum. I am facing one issue when ever we are trying to excuted the webservice hosted in the JBoss Server. As per the server log I am getti...
Article Online and Classroom Training on Big Data Technology
Online and Classroom Training on Big Data TechnologyHi, Great News For IT Professionals! UNICOM is Starting New Online and Classroom Training Batches in Oct- Nov 2013 for these Technologies. Hadoop Developer Hadoop Admin Apache Mahout Big Dat...
Thread ConcurrentModificationException during JBoss 5.0.1.GA startu
ConcurrentModificationException during JBoss 5.0.1.GA startuHi, using JBoss 5.0.1GA I get the following error sometimes:
ERROR [STDERR] (AOPListner) Exception in thread "AOPListner"
ERROR [STDERR] (AOPListner) java.util.ConcurrentModificationException
ERROR [STDERR] (AOPLis...
Thread POJO Cache failing on weblogic 11g managed servers
POJO Cache failing on weblogic 11g managed serversHi I have set up Pojo cache to work with weblogic server 11g. I have annotated and instrumented the classes as mentioned in user guide. The Pojo cache attach/find works well when I deploy the applicat...
Thread Stuck trying to get HotSwap weaving going with JBoss AS 6
Stuck trying to get HotSwap weaving going with JBoss AS 6I've been able to get loadtime weaving going, but not hotswap weaving. I was wondering if anyone might be able to help me get over this hurdle. To prepare the environment for HotSwap, I've tried go...
[URLDeploymentScanner] Incomplete Deployment listingI am getting below error while starting jboss... please help 14:30:24,217 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name...
Add Constructors using MixIn mechanismHello everyone, Please, I want to know how can I add different constructors to a class, through the MixIn mechanism. Thank you
Compile Time AOP in JBOSSHi All, I am trying to use compile time AOP with JBOSS AS 5.1. However it seems to work only when I set enableLoadtimeWeaving to be true in conf/aop.xml and the related javaagent options in run.sh. I was under the ...
Thread org.apache.xml excluded from precompilation?
org.apache.xml excluded from precompilation?I'm trying to patch over a bug in XMLBeans ( https://issues.apache.org/jira/browse/XMLBEANS-328 ) using pointcuts. I've been struggling over the past couple of days to try to get ao...