[jboss-user] [EJB 3.0] - Re: How to intercept EJBs residing in another jar-file?

2008-04-24 Thread jaikiran
"raoul.schmidiger" wrote : | This works fine for all EJBs that are in the same jar like the ejb-jar.xml file (app1.jar). However, any method call to an EJB in mylib.jar is not intercepted at all. | What do I have to change in order the have also the method calls with the EJBs in the mylib.j

[jboss-user] [JBoss jBPM] - Re: is it possible to force the token jump from one node to

2008-04-24 Thread [EMAIL PROTECTED]
Hello syedtaj, I'm affraid your proposed piece of code does not do the job for me. Where with my piece of code, the jump to the new node exactly happens when the exception handler catches the exception, with your piece of code the jump happens after other nodes have been executed, which is no

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Unable to pre-compile JSP using ANT task with JBoss 4.2.

2008-04-24 Thread erasmomarciano
I think that should be a problem of classpth I not see in your classpath the jar for parser the xml example xerces View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146422#4146422 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Unable to pre-compile JSP using ANT task with JBoss 4.2.

2008-04-24 Thread erasmomarciano
try adding in your classpath the following jar xercesImpl.jar xalan.jar serializer.jar you can find in this path jboss-lib/endorsed View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146424#4146424 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Portal] - IdentityLoginModule not found

2008-04-24 Thread loucs
hi, I'm a jboss portal noob and i want to write my own custom loginmodule extending UsernamePasswordModule. i read the nm-156 thread, and by extending the AbstractLoginModule class, he still need to use the portal IdentityLoginModule in login-config.xml. i'm thinking that it's caused by some mi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - problem in reloading the exploded war file

2008-04-24 Thread nuwas
Hi guys i am not able to reload the war after changing time stamp of WEB-INF/web.xml file.here i am using a exploded war file(axis3.war) kept in a user defined loaction,which has been specified in the jboss-service.xml as | | deploy/, file:/dev/eclipse/workspace/axis> | |

[jboss-user] [JBossWS] - Re: ERROR [org.jboss.wsf.stack.jbws.RequestHandlerImpl] Cann

2008-04-24 Thread wangfei90
I got the same error log message. Could anyone help me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146428#4146428 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146428 ___

[jboss-user] [EJB/JBoss] - EntityManager remove does not remove?

2008-04-24 Thread jvojtek
In my application I need to persist data of plan modeled in memory to database. First data of previous instance of plan is deleted and then inserted the new one (I do not want to perform update for some reason). But if I perform checking before persisting new data, method findAll returns also da

[jboss-user] [EJB/JBoss] - Urgent Help Regarding Stateless Session Bean

2008-04-24 Thread JKV
I am using EJB3 in JBoss 4.2.2. My standard-jboss.xml has the following standard configuration 100 for Standard Stateless SessionBean. I have as many as 7 Stateless Session Bean in my ear, one (Ex: SLSB-AA) of which is called remotely and others are called locally. I am calling the S

[jboss-user] [Clustering/JBoss] - Re: how to replicate seesion

2008-04-24 Thread praveenas
Hi, I could cluster the servers. But, getting "session expiration message" May I know which version of Jboss is being used? If it is 4.2.2.GA version, let me know where you have configured session replication using the replication-config element in the jboss-web.xml(I mean which jboss-w

[jboss-user] [JBoss Portal] - Re: IdentityLoginModule not found

2008-04-24 Thread loucs
ok, it seems that i don't need that code (but i would still appreciate to know where it is). I've read this post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090281#4090281 where nm-156 found the way to supress the need for IdentityLoginModule provided by portal. I should be ab

[jboss-user] [EJB 3.0] - Re: Calling EJB 3 Session Bean from EJB 2 Session Bean???

2008-04-24 Thread gcoleman
I haven't tried this, but you should be able to add EJB 2.1 client home with the @RemoteHome annotation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146436#4146436 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41464

[jboss-user] [JNDI/Naming/Network] - updated jndi name can't refer to the hot deployed codes

2008-04-24 Thread ywtsang
let me describe my situation with some simplification: (jboss4.2.0.GA, ejb3) 1 ear (A.ear) with 1 session bean (ProductManagerBean) is deployed jndi name = A.ear/ProductManagerBean 1 tomcat (tomcat 6.0.13) acts as a client and use the session bean remotely now i updated the session bean code a

[jboss-user] [JNDI/Naming/Network] - updated jndi name can't refer to the hot deployed codes

2008-04-24 Thread ywtsang
let me describe my situation with some simplification: (jboss4.2.0.GA, ejb3) 1 ear (A.ear) with 1 session bean (ProductManagerBean) is deployed jndi name = A.ear/ProductManagerBean 1 tomcat (tomcat 6.0.13) acts as a client and use the session bean remotely now i updated the session bean code a

[jboss-user] [Beginners Corner] - Re: org.jboss.deployment.DeploymentException: url file:/C:/j

2008-04-24 Thread prasanthijboss
hello i installed jboss 4.0.3sp1 using eclipse when i deployed my war into jboss it encounters an error which i cannot rectify Please help me see this my error Failed to boot JBoss: org.jboss.deployment.DeploymentException: Could not initialise deployment: file:/D:/jboss-4.0.3SP1/server/de

[jboss-user] [JBoss Messaging] - Re: JOBSS Messaging POC

2008-04-24 Thread ssjboss
Thanks for reply jiffy. Now I am able to execute queue example in local system, My big issue is how can i run listener in remote system, so that if I send a message from my local system remote listener (some another system) must listen to that messages. Can you please tell me what are the xm

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to call native library

2008-04-24 Thread xps2nini2000
I am not having jboss-native. I have set my LD_LIBRARY_PATH.Still its not working.Please tell me what shud i do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146449#4146449 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Web pages are not running on mozilla

2008-04-24 Thread xps2nini2000
HII This is my html page | | | | | | | | | | | | | MANTR | | | | | | | | | | | | | | | | This page uses frames, but your browser doesn't support them. | | | | | | | |

[jboss-user] [JBoss Messaging] - Re: JOBSS Messaging POC

2008-04-24 Thread jmesnil
"ssjboss" wrote : | Thanks for reply jiffy. | | Now I am able to execute queue example in local system, | | My big issue is how can i run listener in remote system, so that if I send a message from my local system remote listener (some another system) must listen to that messages.

[jboss-user] [JBoss jBPM] - XPDL support in JBPM

2008-04-24 Thread Karim_1
Hi I looked around but cannot find any information about this except an article dated in 2006. I would like to know if there are any plans to support XPDL in JBoss, and if so what would be a rough timeline for this support? Regards, Karim View the original post : http://www.jboss.com/index.h

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: problem in reloading the exploded war file

2008-04-24 Thread jaikiran
>From what i remember, hot deployment is not possible for applications deployed >through user defined folder. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146452#4146452 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Getting Started Documentation] - Call jbpm process from Jsp

2008-04-24 Thread binodkumarsuman
Hi, I have one running jpbm process on the sever. I want to call that process from web application like jsp or wicket. Mean to say that how can I configure jbpm with jsp? Please sugget me in this context, if any one has developed this type of application. Thanks in advance. Binod Suman Vie

[jboss-user] [JBossWS] - Binding custom Exception field fails

2008-04-24 Thread rhcp_1415
Hi there, I'm trying to make a simple hallo World with a parameter and a custom exception that has its own field. Without the extra field in the exception it works fine. Server start up fine but when I call my webservice with the field "naam" filled in with "kaboom" (with this value the excepti

[jboss-user] [JNDI/Naming/Network] - Accessing Applet behind NAT firewall [EJB application]

2008-04-24 Thread SandeepDJboss
Hi Everyone, I need to know the details of using applet based application in JBOSS - the clients are connecting from NAT enviornments. I have implementd RMI over HTTP protocol for EJB communication. But the Client Connect address configuration which is used in Nat'ed IP scenario is to be done at

[jboss-user] [Performance Tuning] - WS client returns null, why?

2008-04-24 Thread Sancheski
Hi all, I am facing a problem when getting the response from a ws invocation. As far as I see through org.jboss.ws.core.MessageTrace logger, the ws server returns a valid response. I don't know why, this response turns to a null one in my client. Here are the log traces: | 2008-04-24 12:33

[jboss-user] [Performance Tuning] - Re: WS client returns null, why?

2008-04-24 Thread Sancheski
Sorry, my web browser confused me and I wrote in the wrong forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146465#4146465 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146465 ___

[jboss-user] [JBossWS] - WS client returns null, why?

2008-04-24 Thread Sancheski
Hi all, I am facing a problem when getting the response from a ws invocation. As far as I see through org.jboss.ws.core.MessageTrace logger, the ws server returns a valid response. I don't know why, this response turns to a null one in my client. Here are the log traces: | 2008-04-24 12:33:

[jboss-user] [JBoss Portal] - JBoss portal features; Extendable permissions API

2008-04-24 Thread destructionbet4
Hi, this is my first post here. Could some one answer, what is this feature actually means? Extendable permissions API: Allows custom portlets permissions based on role definition. it reference on JBoss documentation reference. Im praktikant at one IT company in Germany, and my boss told me to

[jboss-user] [JNDI/Naming/Network] - Re: JBoss 4.05 and Dynamic IP

2008-04-24 Thread SandeepDJboss
Hi, Were you able to resolve the Issue? I am having a similar issue now. I need to discover the IP dynamically - Clients NAT the IP's Please help. Thanks so much ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146469#4146469 Reply to the post : http://www.j

[jboss-user] [EJB 3.0] - Re: Binding the same session bean to JNDI more than once

2008-04-24 Thread jaikiran
You probably have not configured classloader isolation for those 2 EARs. Create a jboss-app.xml (if you don't have one, already) for both these EARs. The jboss-app.xml needs to be placed in the META-INF folder of the EARs. The contents of that file should be something like this: EAR1: |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to call native library

2008-04-24 Thread xps2nini2000
its giving the following exception Unexpected Error in method: public abstract java.util.ArrayList tr.TrRemote.loadText(java.lang.StringBuffer,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.rmi.RemoteException java.lang.UnsatisfiedLinkError: tr.Wrapper.execute(L

[jboss-user] [JBoss Tools (users)] - JBoss Tools 2.0.1.GA error when opening JBoss Tools HTML Edi

2008-04-24 Thread hermida
Hello, Complete newbie user here and I searched this forum but didn't get any similar problem. I have a vanilla Eclipse 3.3.2 (eclipse-jee-europa-winter-linux-gtk.tar.gz) installation and I downloaded JBossTools 2.0.1.GA and unzipped it (into eclipse/plugins) and then I restarted cleanly with

[jboss-user] [JBoss jBPM] - Re: proccess not execute HactionHandler

2008-04-24 Thread scull
Sorry my internet is too slow.. and pages not load well View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146487#4146487 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146487 _

[jboss-user] [EJB/JBoss] - Re: jboss throws an exception when casting a proxy class

2008-04-24 Thread jaikiran
Do you have the bean interfaces in more than one jar/war file? See this for more details http://wiki.jboss.org/wiki/en/ClassCastExceptions. See if the jmx-console method mentioned in that wiki helps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146488#4146

[jboss-user] [EJB/JBoss] - Re: EntityManager remove does not remove?

2008-04-24 Thread jaikiran
Here's what i see in the javadocs of FlushModeType http://www.rhce.com/docs/manuals/jboss/jboss-eap-4.2/doc/hibernate/api/ejb-persistence-3.0-api/javax/persistence/FlushModeType.html anonymous wrote : | Flush mode setting. When queries are executed within a transaction, if FlushModeType.AUTO

[jboss-user] [JBoss Tools (users)] - Eclipse doesn't load JBoss Server with endorsed libs

2008-04-24 Thread graben
I try to get JBoss 4.2 running with JAX-WS on Java6. Everything works fine if I start the server manually (run.bat). Well, if using Eclipse WTP by JBoss Tools I get an error. It seems to me that the endorsed libraries aren't loaded at startup. Maybe there is a possibility to configure that. THX

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.1.GA error when opening JBoss Tools HTML

2008-04-24 Thread [EMAIL PROTECTED]
has nothing to do with existing projects ;) seem you are not using a jdk with proper AWT ? Is it sun jvm or ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146492#4146492 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Messaging] - Re: JOBSS Messaging POC

2008-04-24 Thread ssjboss
i changed jndi props as | ### JBossNS properties | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory | java.naming.provider.url=jnp://10.12.170.180:1099 | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces >From another end(system) how can i see the messa

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.1.GA error when opening JBoss Tools HTML

2008-04-24 Thread hermida
Hello, Thank you for the reply - it is the regular Sun JDK 5.0 Update 15 gotten from http://java.sun.com/javase/downloads/index_jdk5.jsp. This is the norm no? leandro View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146495#4146495 Reply to the post : htt

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: hot deploy of configuration files and message resources

2008-04-24 Thread jaikiran
You can deploy your WAR in exploded format http://wiki.jboss.org/wiki/en/ExplodedDeployment. Then whenever you change something in the WAR, just "touch" the web.xml so that the server redeploys your application. See this for more details http://wiki.jboss.org/wiki/RedeployAnApplicationWhenChang

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.1.GA error when opening JBoss Tools HTML

2008-04-24 Thread [EMAIL PROTECTED]
any chance you are running 64bit? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146497#4146497 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146497 ___ jboss-user mailing li

[jboss-user] [JBoss Messaging] - Re: JOBSS Messaging POC

2008-04-24 Thread ssjboss
i am getting q is not having any messages View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146498#4146498 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146498 ___ jboss-user m

[jboss-user] [JBoss Messaging] - Re: JOBSS Messaging POC

2008-04-24 Thread jmesnil
"ssjboss" wrote : | | | //InitialContext ic = getInitialContext(); | | Properties props = new Properties(); | | props.setProperty("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory"); | | props.setProperty("java.na

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.1.GA error when opening JBoss Tools HTML

2008-04-24 Thread hermida
Regular 32-bit: jdk-1_5_0_15-linux-i586.bin Is there something I set up wrong? There weren't that many steps (to screw up) leandro View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146501#4146501 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [EJB 3.0] - Re: SSL Remoting in EJB3

2008-04-24 Thread ALRubinger
"jthinaka" wrote : I see there's no progress on the issue yet. Is it because it's not a bug, if so, is there any documentation that needs to be updated? Ah, there's simply been no progress on these as the priority for the dev team is currently focused on other areas. If you'd like to give a lo

[jboss-user] [JBoss Messaging] - ConnectionNotifier is produced: java.lang.NullPointerExcepti

2008-04-24 Thread slogger
I am using JBoss Messaging 1.4.0.SP3 on Jboss AS 4.2.1 GA (non-clustered installation). The JBoss Messaging configuration is defualt. It works excellently during about first 24 hours. After this unexpected error occurs periodically: 2008-04-24 16:14:20,486 DEBUG [org.jboss.remoting.ConnectionN

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Exception creating identity: ip-10-251-110-98: ip-10-251-110

2008-04-24 Thread rashmi_yes
Hi Friends, I tried to install Jboss in Centos5 OS & got the below error. Config: Java Installed - java-1.5.0-sun-1.5.0.15-1jpp.nosrc.rpm OS - Centos 5 And, I remember I got - warning: Could not canonicalize hostname: ip-10-251-110-98 during java installation. I am fighting with this for last 1

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can WEB-INF/lib have subdirectories with jars

2008-04-24 Thread jaikiran
No. The server will not load the jars from the subfolder(s). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146506#4146506 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146506 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem running Jboss 4.2.0 - Centos 5 OS

2008-04-24 Thread rashmi_yes
Hi, I am also getting this error & struggling for last one week. Did you get any solution? Could you please help me on this. Regards, pani View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146507#4146507 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [EJB/JBoss] - Re: EntityManager remove does not remove?

2008-04-24 Thread jvojtek
You are right. But in case of FlushModeType.AUTO there are enormous SQL queries performed. This behaviour you mentioned is defined also in Final Release of JSR-000220 Enterprise JavaBeans 3.0 http://jcp.org/aboutJava/communityprocess/final/jsr220/index.html - ejb-3_0-fr-spec-persistence.pdf

[jboss-user] [Clustering/JBoss] - Re: Unable to run multiple cluster nodes.

2008-04-24 Thread [EMAIL PROTECTED]
A jboss-web.xml file is the JBoss-specific deployment descriptor you create yourself and place in your war's WEB-INF directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146510#4146510 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.1.GA error when opening JBoss Tools HTML

2008-04-24 Thread hermida
Hi, The library is there in the same directory as libawt.so: | [EMAIL PROTECTED] ~/java]$ find . -iname libmlib* | ./jdk1.5.0_15/jre/lib/i386/libmlib_image.so | [EMAIL PROTECTED] ~/java]$ Should I change something in the eclipse.ini? I am using the default one: -showsplash | org.eclips

[jboss-user] [JBossWS] - Re: Cannot obtain wsdl service

2008-04-24 Thread pramod_bs
I think you are using JAX-RPC client. Try using JAX-WS client. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146514#4146514 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146514

[jboss-user] [JBoss Portal] - Managed Bean Scope

2008-04-24 Thread gdonarum
What is the preferred method for sharing the portal username with a JSF managed bean? Is there a shortcut for passing the username in as a property through the faces-config.xml file? Thanks. Greg Setup: jboss/portal package - 2.6.4 View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [Messaging, JMS & JBossMQ] - login/client id that is already connected/cluster configurat

2008-04-24 Thread maralcbr
Hi, I searched a lot this forum, the spec and the net, but could not find a solution to my problem. I have two JBoss 4.2.2GA running in a cluster. I have an application that deploy a queue in jboss.xml like this: | ContatoConsumerBean | Standard Message Driven Bean | q

[jboss-user] [Clustering/JBoss] - Re: Unable to run multiple cluster nodes.

2008-04-24 Thread praveenas
As a continution message, I am getting that session expiration message. And until, I reset the cookie, I could not get back the load balancer again. But, this is violating the clustering completely. PS: As my office timings are entirely reverse to yours, I could not contact you online.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Exception creating identity: ip-10-251-110-98: ip-10-251

2008-04-24 Thread jaikiran
Going by the number of users reporting this, i added this as a FAQ to the wiki: http://wiki.jboss.org/wiki/ExceptionCreatingIdentity View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146521#4146521 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS AS 4.2 ClassLoading Model

2008-04-24 Thread jaikiran
anonymous wrote : From this document, am I correct to infer that if scoped class loading is enabled using com.example:archive=unique-archive-name | in jboss-app.xml, the sub-modules in the ear (WAR, EJB-JAR) don't inherit classes in the jar libraries from parent EAR/lib/ ? or does this apply on

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Getting Log4j configured for an EAR: DLQHandler NullPoin

2008-04-24 Thread jaikiran
I don't see any obvious reasons why this exception should be thrown. Can you tell us a bit more about your application? Its contents and how its packaged? And maybe a bit more DEBUG/TRACE logs from the server.log might help. View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Cache: Core Edition] - Re: write lock for / could not be acquired after 15000 ms

2008-04-24 Thread jay_bee
Upgrading seemed to get rid of them for a bit but now we've cleared some other problems they've come back. I'm a bit confused now though. We changed one of our entity beans to READ_ONLY and JBC complained that it couldn't get a write lock on it, even though it's only ever pulled from the DB and

[jboss-user] [JNDI/Naming/Network] - Re: JDNI Lookup - Naming Not Found with JBOSS 4.2.2

2008-04-24 Thread jaikiran
Senthil, Based on the JNDI tree contents and the the jndi-name you are using, i don't see a reason why it should throw a NameNotFoundException. How are you starting JBoss? Do you use the -b option (if yes, what value do you pass)? And is the servlet deployed on the same server as the datasource

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem running Jboss 4.2.0 - Centos 5 OS

2008-04-24 Thread fmi2
Morning rashmi, my problem was solved by adding the the dynamic host name of my machine to my /etc/hosts file for example my hosts file contains | 127.0.0.1 localhost.localdomain localhostdchp-796-1 | ::1 localhost6.localdomain6 localhost6 | | Try that and see if it

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Unable to pre-compile JSP using ANT task with JBoss 4.2.

2008-04-24 Thread depryf
That was a pretty good suggestion; I did add those jars but the result was the same. I actually solved my problem; it turned out that our TLD files had headers in them; and the XML parser didn't like that at all. I removed the line and the task executed successfully (note that some of the TLD

[jboss-user] [EJB 3.0] - org.jboss.remoting.CannotConnectException: Can not get conne

2008-04-24 Thread smatyas
I'm using JBoss 4.2.2.GA w/ jboss-messaging-1.4.0.SP3 (& jboss-remoting.2.2.4.SP4). One of my test cases makes what turns out to be thousands of calls remote EJB3 calls and eventually poops out. The test is realistic since our remote clients will be performing batch operations thus firing off m

[jboss-user] [JBossWS] - Re: JBossWS Plugin for JBossIDE / Eclipse

2008-04-24 Thread AceFrehley
Thanks for posting this. In my case, I was using RHDS w/ JBoss 4.2.2. In my case, I created a Dynamic Web Project type. I had to go into the Eclipse Preferences and change my Project facet to use Java 5.0. The default was Java 6, so I was getting the bad class version error until I changed it an

[jboss-user] [JBoss jBPM] - Re: Dynamic task creation

2008-04-24 Thread massimiliano_cuccia
I've tested the dleerob solution. But it doesn't works. this is the image of the process i'm modelling [img]http://web.tiscali.it/mcuccia/various/processimage.jpg[/img] and this is the par file http://web.tiscali.it/mcuccia/various/interpello.par As you can see in this code | | |

[jboss-user] [JBossWS] - Re: Session Bean vs. POJO

2008-04-24 Thread PeterJ
There is only one difference that I can think of. The app server maintains a pool of EJBs. The EJBs are reused for every web service request. Thus is your web service has to do some initialization, it will do it only once and can then service multiple requests. Of course, if the EJBs are not u

[jboss-user] [Installation, Configuration & DEPLOYMENT] - weblogic9.1 to Jboss5.0 Migration

2008-04-24 Thread abhishekspage
Hi , Currently I am using Weblogic want to migrate the application to JBoss.For this i changed the conf file like jboss.xml and jboss-web.xml . But still i am not able to deploy the application . The Logs Error is : :10,729 INFO [TransactionManagerService] Recovery manager started 11:19:10

[jboss-user] [JBoss Messaging] - Re: Infromation Regarding JBOSS 4.2.1.GA

2008-04-24 Thread PeterJ
Did you install only JBossAS 4.2.1, or did you also install a version of JBoss Messaging? I ask because JBossAS 4.2.1 comes with an older messaging server named JBossMQ, while JBoss Messaging is the newer messaging server. Also, what version of MDB will you be using? 2.x or 3? Finally, did yo

[jboss-user] [JBoss Messaging] - Re: Clustered server preference

2008-04-24 Thread timfox
"chip_schoch" wrote : Thank you Andy and Clebert for taking the time to explain this in detail. To reiterate, what you are saying is that if I need to have multiple consumers processing messages from a clustered queue in FIFO order, than I should have all my client consumers connect to the same

[jboss-user] [JBoss Messaging] - Re: JOBSS Messaging POC

2008-04-24 Thread ssjboss
Let me clear First I sent msg to q from FIRST system 10.17.120.146 (for example) to SECOND System ( 10.17.120.180 ). By changing jndi props I just ran the ant file by going to jboss messaging queue example, so now msg are in queue which is in 10.17.120.180. Now i went to SECOND system (10.17

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: FileNotFoundException in 4.0.5.GA

2008-04-24 Thread abe1
I tried deploying the war exploded. gave me a different error..any clues ? 09:32:20,055 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | | --- Packages waiting for a deployer --- | [EMAIL PROTECTED] { url=file:/C:/work/jboss-4.0.5.GA/server/default/deploy/dcri-finance-compos

[jboss-user] [EJB 3.0] - Re: Calling EJB 3 Session Bean from EJB 2 Session Bean???

2008-04-24 Thread sheadington
Cool, thanks for the help. Appreciate it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146557#4146557 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146557 ___ jboss-user ma

[jboss-user] [JBoss Messaging] - Re: JOBSS Messaging POC

2008-04-24 Thread ssjboss
Here Listener means my QBrower.java View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146560#4146560 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146560 ___ jboss-user mailing

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: FileNotFoundException in 4.0.5.GA

2008-04-24 Thread abe1
disregard my last msg. the war file didn't have the .war extension. i'm still getting the "Access is denied", FileNotFoundException when deploying with the exploded war... appreciate any help - abe View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146561#414

[jboss-user] [JBoss Portal] - Re: IdentityLoginModule not found

2008-04-24 Thread PeterJ
Identity management changed significantly recently (was it in 2.6.3 or 2.6.4, I'm not sure), and was also removed from the main body of portal code and placed into its own module. In 2.6.4 you can find it in thirdparty/jboss-portal/module/identity. I count six *LoginModule classes there. View t

[jboss-user] [JBoss Portal] - LDAP login with Exchange

2008-04-24 Thread DeanoUK
Can anyone provide me with a ldap_identity-config.xml or link to help on one, which is configured to use Microsoft Exchange. (Specifically Small Business Server, where the credentials are somewhat different). Unfortunately, though I've got it working with JBoss and JAAS, I have no clue how to t

[jboss-user] [Clustering/JBoss] - Re: Integration testing clustered applications

2008-04-24 Thread [EMAIL PROTECTED]
Are you using the all config? How are you packaging things? The load balance policy classes should already be on the classpath; don't see why you'd need to add them. The org.jboss.cache.eviction.EvictionPolicyConfig class was removed in JBoss Cache 2.0. But AS 4.2.2 runs with JBC 1.4.1. Are y

[jboss-user] [JBoss Portal] - Re: IdentityLoginModule not found

2008-04-24 Thread bdaw
Portal Identity module: http://anonsvn.jboss.org/repos/portal/modules/identity/tags/JBP_IDENTITY_1_0_2/ JBoss security http://anonsvn.jboss.org/repos/jbossas/projects/security/security-jboss-sx/tags/2.0.1.GA/jbosssx/src/main/org/jboss/security/auth/spi/ (this is example location as I would nee

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: FileNotFoundException in 4.0.5.GA

2008-04-24 Thread PeterJ
Because you have other war files that deploy successfully, I cannot think offhand of any reason why this one would not. Here si what I would try. Does C:\work\jboss-4.0.5.GA\server\default\.\tmp\deploy\tmp39173dcri-finance-composite-exp.war exist? Is it a directory or file? Does this match for

[jboss-user] [JBoss Portal] - Re: IdentityLoginModule not found

2008-04-24 Thread PeterJ
I forgot to mention that thirdparty is not populated until you do a build. Go the the build directory and run the build.bat or build.sh script. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146571#4146571 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Portal] - Re: LDAP login with Exchange

2008-04-24 Thread DeanoUK
I suspect I should of been searching for 'Active Directory' which would of let me find: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigurePortalForMicrosoftActiveDirectory ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146573#4146573 Reply to the post :

[jboss-user] [JBossWS] - Re: Session Bean vs. POJO

2008-04-24 Thread hbpost
thanks much View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146574#4146574 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146574 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [JBoss Cache: Core Edition] - Re: Data Gravitation

2008-04-24 Thread [EMAIL PROTECTED]
I have been able to recreate this. I will soon add a modified version of your test (modified to fit our test fwk) to our unit test suite. Just as an FYI, this fails on branch 2.1.X but not on trunk (soon-to-be 2.2.0). I'll add a more formal analysis about this issue soon, but for now, see: JB

[jboss-user] [EJB/JBoss] - Get and send notification when entities get updated or delet

2008-04-24 Thread pascallambert
We need to bridge our old apps developed in WebObject with the new one development on JBoss. We know in WebObject how to "hook" in the framework to get notify when entities get updated or deleted but I not sure how to do it in JBoss. The only thing I've seen so far is use Lifecycle call back met

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: log4j.properties in ear ignored

2008-04-24 Thread smpub2000
>From reading: "http://wiki.jboss.org/wiki/Log4jRepositorySelector";, I believe >that the repository selector method is the preferred way, over class loader >configuration, to solve this issue. However the article in the url above does >not specify whether it can be adapted for an EAR. Any thou

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Web pages are not running on mozilla

2008-04-24 Thread PeterJ
The number one rule when working with JavaScript is: don't trust Internet Explorer! Here is the offending line: document.Input_Form1.action="LoginServlet"; Why this line is incorrect I will leave as a research item for you. As a hint, do not rely on Microsoft documentation, or on any tutorials

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to call native library

2008-04-24 Thread PeterJ
Try running ldd against your .so to see if all of the libraries it needs are also in the library path. If any of them is missing your .so will not load. Are you sure your .so if built correctly and is exporting the correct entry points? Can you load the .so from a simple Java application? View

[jboss-user] [Messaging, JMS & JBossMQ] - XA Recovery of messages sent to a Topic

2008-04-24 Thread mmusgrov
I am testing/enabling XA transaction recovery for JBossMQs on version 4.2.3.GA of the app server and version 4_2_3_GA_SP of jbossts. When I send a message to a queue I see that the JBossMQ code saves the transaction id and message in its recovery tables. If I kill the AS just before running phas

[jboss-user] [JBoss Messaging] - Cluster on different computers are both reporting to be loca

2008-04-24 Thread joel837
I am evaluating JBoss right now and trying to set up a simple cluster with 2 computers. I followed the tutorial on how to set up the clusters, and they seem to be talking, both can contact the database etc. but when I try to run the distributed-queue or distributed-topic example, they both fail

[jboss-user] [EJB 3.0] - Re: @PostLoad invoked before eagerly loaded property finishe

2008-04-24 Thread kindkid
I'm having the same problem. :/ I see that this issue is also mentioned here: http://forum.hibernate.org/viewtopic.php?p=2380528 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146589#4146589 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Tools (users)] - Re: Eclipse doesn't load JBoss Server with endorsed libs

2008-04-24 Thread [EMAIL PROTECTED]
Howdy =] There's a JIRA for this already, and it will be fixed in the next release as it's already been coded. http://jira.jboss.com/jira/browse/JBIDE-1656 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146599#4146599 Reply to the post : http://www.jboss.c

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: run.sh hangs while loading classes

2008-04-24 Thread george001
I have a similar problem, but I am not seeing where exactly it hangs from what you have provided. Can you post the normal start up log without the verbose flag and look at and post the server.log. Regards, George View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Portal] - Error : Achieving Inter Portlet Communication with the event

2008-04-24 Thread khadijbal
Hello I have tried the example of references guide(jboss portal 2.6.4 :Chapter 11.8.2. Achieving Inter Portlet Communication with the events mechanism ) concerning the interaction between two portlets but it doesn't work. when i click on the submit in the portlet A, it generates this error : can

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss slooooooooow starts on Debian Linux

2008-04-24 Thread PeterJ
First , my suggestion to take a thread dump did not mean that I was volunteering to analyze your thread dump for you. Second, there are too many stack traces for jstack interspersed with the jbossas stack traces, which makes this hard to read. In addition, the threads that jstack cannot interpr

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Problem with JMS behind firewall

2008-04-24 Thread yangju
I wish I found this thread earlier. We figured it out the hard way(moments prior to production is started). I thought that we only needed to configure the jboss server to use NAT address. It turns out (as described above), we had to force the jms client to use NAT address also. I just don't unde

[jboss-user] [Messaging, JMS & JBossMQ] - Deploying legacy (EJB2.x) MDB on JBoss 4.2 gives error

2008-04-24 Thread whafrog
As there seems to be a basic incompatibility with version 4.2.0 connecting to a message queue hosted on legacy version 3.0.3 (issue posted on the JNDI board), I thought I'd just move the legacy app containing the message bean to version 4.2.0. In theory I should just be able to take the .jar fi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: connection pool configuration ?

2008-04-24 Thread PeterJ
You can find JIRA at http://jira.jboss.com. I image you would want to submit the JIRA for project JBAS. You can log into JIRA with the same user name and password that you use for this forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146622#4146622 Re

[jboss-user] [JBoss Messaging] - JBoss Messaging JMS connection usage leading to problems

2008-04-24 Thread harish43
I have a question regarding the topic below, http://www.jboss.com/index.html?module=bb&op=viewtopic&t=103695&postdays=0&postorder=asc&start=0 Which version of JBoss Messaging contains the fix you mention? Also is there a corresponding fix in JBoss Remoting as well? If so in which version is it?

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: log4j.properties in ear ignored

2008-04-24 Thread smpub2000
...Continued from previous post: The ear file contains both EJB jars and war apps. I am writing a web-UI where admins can go and change log4j levels dynamically, so I need to get the log4j levels for the EAR context . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

  1   2   >