• Migrating Spring AspectJ AOP from JBOSS 4 to JBOSS6 fails

    Here is the AOP-Config file. I am using Spring AspectJ <aop:config> <aop:pointcut id="allServiceMethodsWithAnnot" expression="@within(org.springframework.transaction.annotation.Transactional) || @a...
    Profile Photo
    last modified by mohan.kumar.muddana
  • Creating a SAR file

    I 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...
    Profile Photo
    last modified by chairao
  • frozen class creating JMS Session

    I'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...
    Profile Photo
    last modified by hosier.david
  • How to contibute

    I 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.
    Profile Photo
    created by ronak9896
  • JBoss AOP using JDK7

    Hi,   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....
    Profile Photo
    last modified by srbhbajaj1411
  • when to set insertable and updateable as false in hibernate

    As per Hibernate documentation at http://docs.jboss.org/hibernate/orm/4.3/manual/en-US/html/ch05.html, in below example:   [code]    <class name="Customer">      &#...
    Profile Photo
    created by chaitanya_r
  • Facing @syncronized issue

    Hi 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...
    Profile Photo
    created by saurabhpant80
  • Does anyone know whether AspectJ with LTW works for JBoss 7? I tried following these instructions but got errors below:

    Does anyone know whether AspectJ with LTW works for JBoss 7? I tried following these instructions but got errors below     12:30:37,746 ERROR [stderr] [ModuleClassLoader@3243b595] info AspectJ Weaver Versio...
    Profile Photo
    created by thejbossonova
  • “Running a 64-bit JVM is not supported on this platform” with java -d64 option on 64bit linux

    I have a 64 bit linux os: $ uname -p x86_64 $ java -version listed: java version "1.6.0_33" Java(TM) SE Runtime Environment (build 1.6.0_33-b04) Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03, mixed mode) I am...
    Profile Photo
    created by arunbalajil
  • ConcurrentModificationException during JBoss 5.0.1.GA startu

    Hi, 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...
    Profile Photo
    last modified by sannegrinovero
  • AOP in jboss AS 7

    Is AOP module included in latest release of JBoss As i.e Jboss aS7? I do not see any aop related jars of config files in Jboss AS7
    Profile Photo
    last modified by naginkothari
  • POJO Cache failing on weblogic 11g managed servers

    Hi   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...
    Profile Photo
    last modified by pb2012
  • Stuck trying to get HotSwap weaving going with JBoss AS 6

    I'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...
    Profile Photo
    last modified by markdespain
  • [URLDeploymentScanner] Incomplete Deployment listing

    I 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...
    Profile Photo
    last modified by guneet08
  • Unable to instantiate service for Class 'org.drools.compiler.BPMN2ProcessProvide in jBPM

    Hi Friends,   I am ananda reddy dayyala, working fro Ericsson. Just i started working with JBPM. I am getting the below error when i start ProcessMain.java file from the eclipse.Can any one help me to solve thi...
    Profile Photo
    last modified by dayyala
  • Add Constructors using MixIn mechanism

    Hello everyone, Please, I want to know how can I add different constructors to a class, through the MixIn mechanism. Thank you
    Profile Photo
    last modified by hsma
  • Compile Time AOP in JBOSS

    Hi 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 ...
    Profile Photo
    last modified by gunaranjanc
  • 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...
    Profile Photo
    last modified by tcunning
  • Passivation error caused by java.lang.ClassNotFoundException: org.jboss.wsf.spi.serviceref.ServiceRefMetaData

    Hi,         We have a stateful session bean which is working perfectly. The stateful session bean has the following annotations:   @Stateful @SerializedConcurrentAccess @Scope(ScopeType.SE...
    Profile Photo
    last modified by jochus
  • Example source code for the CDI  Interceptors and Decprators

    Hi     I just read the concept of interceptors. I am  looking for the CDI implementation of interceptors either the example described in Weld (Redhat and JBoss) or http://www.caucho.com/articles/JavaE...
    Profile Photo
    created by usydrajani