[jboss-user] [JBoss AOP] - Class Cast Exception when AOP enabled

2009-05-16 Thread gunaranjanc
Hi All, I am trying AOP in an application running on JBOSS 5.01 GA. The application has some JBPM code. The process handler calls an EJB internally. When this call happens I get the below class cast exception. Any ideas? I have an AOP interceptor for all public methods

[jboss-user] [JBoss jBPM] - Re: Global Actions

2009-05-16 Thread swatis
thanks :)... but how about customizing the code View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231433#4231433 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231433 ___ jboss-user

[jboss-user] [JBoss/Spring Integration] - Re: Spring LoadTimeWeaver not working in JBoss AS 5.0.1

2009-05-16 Thread alen_ribic
I found the following log: INFO [JBoss50ClassLoader] Policy doesn't have addTranslator, falling back to ClassLoaderSystem. Being INFO and all I take it its normal operation? -Al View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231434#4231434 Reply to the post

[jboss-user] [JBoss jBPM] - Condition on transition

2009-05-16 Thread swatis
Node can have n number of transitions. Can we put condition on transition and if node is not decision-node? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231435#4231435 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - optimal storage parameters for cache node?

2009-05-16 Thread sridhar_ratna
I am using jboss cache 3.0 stand alone persistence mechanism as BJDB with c3p0 connection pool. I stored 100,000 key value pairs under a single FQN (node) at the depth of level 3. There was no data in the intermediate levels except at leaf level. Key is Long object and value is byte array of

[jboss-user] [EJB/JBoss] - application.xml + dependency between war and EJB

2009-05-16 Thread betounisul
I have the following problem, I have a WAR and an EJB module, which are in a EAR. The EJB provides a messaging service (MDB) that depends on the implementation of a listener in the WAR module when JBoss is rising. I need to configure the JBoss or the EAR so that the application go before the

[jboss-user] [The Lizzard's corner] - Re: READ THIS FIRST

2009-05-16 Thread idctim
jboss.org Blogs links from the main page or inside the site have not worked for 2 days. And what happened to your RF3.3.1.GA release sign you guys had up for a half hour Friday morning? False start? This seemed like the most appropriate venue. Sorry if it isn't. Thanks, Tim Moore View the

[jboss-user] [The Lizzard's corner] - Re: READ THIS FIRST

2009-05-16 Thread idctim
/view/post.xhtml: java.lang.NullPointerException seam debug page for Blog links View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231442#4231442 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231442

[jboss-user] [EJB/JBoss] - Remote client calls problem after migration to JBoss AS 5

2009-05-16 Thread cwulf
Hello everyone, i try to migrate my JBoss 4.2.2 Application (and an Eclipse based remote client) to JBoss 5.0.0. I am getting some exceptions during remote calls of SLSBs and SFSBs on my client. The context creation and lookup has been performed correctly. As I see in the server log, the SFSB

[jboss-user] [JBoss/Spring Integration] - Re: Spring LoadTimeWeaver not working in JBoss AS 5.0.1

2009-05-16 Thread alesj
alen_ribic wrote : | INFO [JBoss50ClassLoader] Policy doesn't have addTranslator, falling back to ClassLoaderSystem. | | Being INFO and all I take it its normal operation? | Yes. This only means you're using JBossCL pre 2.0.5.GA version, as I only added translator per policy later on.

[jboss-user] [JBoss/Spring Integration] - Re: Spring LoadTimeWeaver not working in JBoss AS 5.0.1

2009-05-16 Thread alesj
marius.bogoevici wrote : | Ales, also, can you provide an insight into the issue? I think that the problem is caused by getThrowawayClassLoader() being called multiple times, with the same policy (which causes the same classloader to be set repeatedly on the policy), but I didn't see this

[jboss-user] [JNDI/Naming/Network] - Re: distributed application

2009-05-16 Thread PeterJ
Post the code that is getting the exception. Include the code doing the lookup. If the name is passed as a variable, also post the code that sets the variable. Post the result from calling the list method on the JNDIView mbean. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 4.0.5.GA fails to startup on Windows 2008

2009-05-16 Thread PeterJ
The IP address looks funny: 1.2.3.4. Did you replace the real address before post, or is this the address in the original output? Is this address in you hosts file? I run JBoss AS 5.0.x with JDK 6 without any problems on my Server 2008 system. Are you running the 'all' configuration? If so,

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss 5.1 Eclipse Adapter?

2009-05-16 Thread gwzoller
Hello, I'm trying to install JBoss AS 5.1.0.CR into Eclipse Ganymede. It won't start--something about parsing a file. The best-fit was JBoss 5.0, which is probably the problem. Anyone know where I can find an adapter for 5.1? Thanks Greg View the original post :

[jboss-user] [JNDI/Naming/Network] - Re: Using JNDI to do resource lookup (web-app URLs)

2009-05-16 Thread svr
Any help? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231454#4231454 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231454 ___ jboss-user mailing list

[jboss-user] [JNDI/Naming/Network] - Re: distributed application

2009-05-16 Thread vphagura
Code where the exception happens is on the 'return line where the cast is: public FlightReservationAccessorRemote getFlightReservationAccessorRemote() throws NamingException | { | return (FlightReservationAccessorRemote)fetchRemoteObject( flightReservationAccessorRemote,

[jboss-user] [EJB/JBoss] - Re: application.xml + dependency between war and EJB

2009-05-16 Thread jaikiran
Which version of JBossAS do you use? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231456#4231456 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231456 ___ jboss-user mailing

[jboss-user] [EJB/JBoss] - Re: Remote client calls problem after migration to JBoss AS

2009-05-16 Thread jaikiran
Are you sure you are pointing to the same jbossall-client.jar that is available on the AS5 server? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231457#4231457 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231457

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 5.1 Eclipse Adapter?

2009-05-16 Thread jaikiran
See this http://www.jboss.org/community/wiki/JBossAS510CR1failstobootfromIDE View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231458#4231458 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231458