[jboss-user] [Clustering/JBoss] - jboss 4.0.2 + cluster is not working

2008-05-07 Thread xps2nini2000
Hii All Please help me .I am not able to see the apache_home/log/mod_jk.log.But when i say http://localhost/web-console , Http page not found comes. But in error.log i can see File does not exist: C:/Program Files/Apache Group/Apache2/htdocs/WEB_CONSOLE My uriworkers.property file is

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.CR1 released

2008-05-07 Thread baz
I have tested this with a fresh install of eclipse winter and your patch for wtp. A seam ear project (seam2.0) does deploy and start correct. Minor problem: My Search menu is labeled searchMenu.label And, please, update RF to 3.2.x before GA. Ciao, Carsten View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JPA/Hibernate MySQL type mapping

2008-05-07 Thread dbinder
Hi, I'm using Hibernate implementation of JPA annotation to map mysql tables. I encountered problems when it came to TEXT and BLOB types (and their TINY, MEDIUM, LONG counterparts) can anyone point me to a page explaining how to map these types using annotations. Considering BLOBs I found the

[jboss-user] [JBoss Portal] - Re: Batch registration of new users, how to do it?

2008-05-07 Thread PeterJ
There are two ways I can think of to accomplish this. 1) You could edit jboss-portal.sar/conf/hibernate/user/setup.txt. This file defines the initial set of users. With a decent editor with macro capabilities you could very easily expand this file to create any number of initial users. The

[jboss-user] [Remoting] - MulticastDetector crashes my network

2008-05-07 Thread yt.nash
Hello all! At this moment, I am developing a solution using JBoss Remoting (2.2.1GA) and I have detected a ugly problem with MulticastDetector. If you try to launch SimpleDetectorClient (included as JBoss Remoting sample of detection multicast), I have a problem. You can see it installing a

[jboss-user] [Beginners Corner] - Re: JBoss 4.2.2.GA shutdown script -su: java command not fou

2008-05-07 Thread PeterJ
Looks like the start command uses java_home/bin/java. but the shutdown command uses only java. Change the the line of the script that declares the shutdown command to ADD $java_home/bin, as follows: JBOSS_CMD_STOP=${JBOSS_CMD_STOP:-$JAVA_HOME/BIN/java -classpath $JBOSSCP org.jboss.Shutdown

[jboss-user] [Beginners Corner] - EJB3 and CORBA clients

2008-05-07 Thread arv
Hello, could somebody explain me, how to connect a ejb3 bean deployed in jboss-5.0.0.Beta4 from a CORBA client (Java and/or C++) ? Here is the bean code: Bean Interface: | | package arv; | | import java.rmi.RemoteException; | import javax.ejb.EJBObject; | | public interface

[jboss-user] [Beginners Corner] - Re: ClassNotFoundException: No ClassLoaders found

2008-05-07 Thread jaikiran
Please post the output of jar -tf TimeService.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149009#4149009 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149009 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss variable in xml - like ${my.ip}

2008-05-07 Thread jaikiran
As far as i know, JBoss will not replace these user defined properties, except for JBoss specific properties which are mentioned at http://wiki.jboss.org/wiki/JBossProperties View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149010#4149010 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: HELP, please! -- [QuerySplitter] no persistent classes f

2008-05-07 Thread dbinder
Can U show us your code for com.fortna.wcs.security.entity.Users View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149011#4149011 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149011

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss variable in xml - like ${my.ip}

2008-05-07 Thread avihaimar
Thank you. Disappointing to know this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149012#4149012 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149012 ___ jboss-user mailing

[jboss-user] [JBoss Messaging] - Unable to deserialize objects inside onmessage() method: cla

2008-05-07 Thread msrednsi
Hello This is muy first ear app and i have a weird problem. I have a EJB 3 packaged ear application (lib without explicic classpath on the manifest), with mdb, jpa, and a war module, i'm using jboss messaging 1.4.0.sp3. On the war module I subscribe to listen on a topic in asyncronous mode so

[jboss-user] [JBoss Portal] - Re: Need a portlet that display

2008-05-07 Thread [EMAIL PROTECTED]
Did you even read the portlet spec ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149028#4149028 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149028 ___ jboss-user mailing

[jboss-user] [Installation, Configuration DEPLOYMENT] - deploy from eclipse has stopped working - what is wrong - He

2008-05-07 Thread wiggy
started having a silly problem with eclipse/jboss tools and jboss 4.2 app server I have seam project in eclipse - and it has an application.xml in the /meta-inf dir however when I deploy to the server i get the following error - This is silly as the application.xml is in the eclipse

[jboss-user] [JBossWS] - [JBossWS] Use WS with a different Application Server

2008-05-07 Thread plutonium719
Hello, Is it possible to use JBossWS with a different Application server than JBoss ? For example, can I use JonAS ? Thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149031#4149031 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Create an eviction Region with a non empty nodeEventQueu

2008-05-07 Thread mircea.markus
I've added a post on the design forum: http://www.jboss.com/index.html?module=bbop=viewtopicp=4149030#4149030 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149032#4149032 Reply to the post :

[jboss-user] [EJB/JBoss] - Instance Caching

2008-05-07 Thread roelvz
I have some trouble with choosing a commit-option in a container configuration. I have read this: http://wiki.jboss.org/wiki/en/CMPCaching?action=ewindowstate=normalmode=view But I am still wondering about which commit option to choose. I am using JBoss 4.0.5 GA. The database is SQL Server.

[jboss-user] [EJB/JBoss] - Re: Instance Caching

2008-05-07 Thread roelvz
An important thing I forgot to mention: Option D also runs slow from time to time when JBoss is running on the same machine as the database! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149034#4149034 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: deploy from eclipse has stopped working - what is wrong

2008-05-07 Thread jaikiran
Are you sure the ear has the application.xml in META-INF folder (it's case-sensitive)? Post the output of the following command: jar -tf ForstersList-ear.ear View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149035#4149035 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Hiding the content of the application directory

2008-05-07 Thread nmadmon
Thanks’ a lot. It’s working. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149037#4149037 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149037 ___ jboss-user mailing list

[jboss-user] [JBoss Cache: Core Edition] - Re: Create an eviction Region with a non empty nodeEventQueu

2008-05-07 Thread Sancheski
anonymous wrote : | The only way I see you can solve this is to create a new empty region and move the nodes from the existing one, so that events are being created and nodes are being considered for eviction. | I thought about that solution too but this would made the nodes to lose their

[jboss-user] [JBoss Portal] - Not getting JBoss portal datasource

2008-05-07 Thread paidadilip
Hi This is Dileep, plz give me solution I am working Jboss portal, to get the connection i am using JNDI name, but it is not identyfying it, and it is giving the org.hibernate.jdbc.GenericJDBCException and sometimes connetion cant open This is mysql-ds.xml datasources

[jboss-user] [JBoss Cache: Core Edition] - Re: Create an eviction Region with a non empty nodeEventQueu

2008-05-07 Thread mircea.markus
At the moment that is just not supported. Not sure we even want to support that as it might create unnecessary complications, but rather not allow creating the eviction region if the given region is not empty - I'll raise another question on the design forums on that. The only way I see you

[jboss-user] [Javassist user questions] - Re: how to annotate a field

2008-05-07 Thread parkinm
Hi, Read the JavaDoc on AnnotationsAttributes at http://www.csg.is.titech.ac.jp/~chiba/javassist/html/javassist/bytecode/AnnotationsAttribute.html The first snippet gets the annotation from the method. The second snippet adds an annotation to a class - it's the same process to add an

[jboss-user] [Messaging, JMS JBossMQ] - Re: How to access JBOSS by providing IP address

2008-05-07 Thread priyarao234
thankQ Aneesh. that server.xml file is fine.. but what i want is server is running in another machine ... that machines IP address is (for ex: 192.116.25.23) now in my application i.e running in another machine, I have to use that server which is running in (192.116.25.23)like

[jboss-user] [JBossWS] - Re: [JBossWS] Use WS with a different Application Server

2008-05-07 Thread [EMAIL PROTECTED]
Unfortunately not without coding. You should implement our jbossws-spi integration layer to achieve that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149043#4149043 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149043

[jboss-user] [JBoss Portal] - Re: how to enable drag and drop on a new portal

2008-05-07 Thread ruchika
I also want same functionality View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149044#4149044 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149044 ___ jboss-user mailing list

[jboss-user] [JBoss Cache: Core Edition] - Re: A FQN row of JDBCCacheLoader?

2008-05-07 Thread mircea.markus
yes, you are right. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149048#4149048 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149048 ___ jboss-user mailing list

[jboss-user] [Remoting] - Problem with Web service method call using JBoss Remoting Cl

2008-05-07 Thread rknaik
Hello, I have written a web service using jboss ws. I have exposed one of methods as follows: | @WebMethod | public String getDevDetails(@WebParam(name=dev) String devName) | { | String devDetails = null; | try | { |

[jboss-user] [JBoss AOP] - JBoss AOP in an Eclipse plugin

2008-05-07 Thread federico.dalmaso
I developed a plugin (say A) for Eclipse 3.3 contains some aspects (by annotation approach) Other plugin (say B) need to be instrumented by aspects defined in plugin A. I try to apply weaving at load time by javaagent, and to compile plugin B using aopc ant task. In the last case bytecode is

[jboss-user] [JBoss Portal] - Extra divs in divRenderer

2008-05-07 Thread Yarecki
Hi, I'm using divRenderer as my RenderSet. In html source I have noticed that for every portlet on page two unnesasery divs are added after portlet title. Those divs were added to 2.6 branch in January, but in 2.7 branch were removed in April. Is there any possibility that those divs will be

[jboss-user] [Messaging, JMS JBossMQ] - Re: Could not restore ejb timers

2008-05-07 Thread flaviafmachado
Hi, Did you got a solution for your problem? Thanks F. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149064#4149064 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149064 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Could not restore EJB timers error

2008-05-07 Thread flaviafmachado
Hi, did you got a solution for your problem? Thanks F. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149065#4149065 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149065 ___

[jboss-user] [Messaging, JMS JBossMQ] - Re: How to access JBOSS by providing IP address

2008-05-07 Thread jaikiran
Priya, As already mentioned by aneesh in his first post, all you have to do is start the server (on 192.116.25.23) using the -b 0.0.0.0 option. Like this: run.bat -b 0.0.0.0 See this for more details http://wiki.jboss.org/wiki/JBoss42FAQ View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: How to access JBOSS by providing IP address

2008-05-07 Thread aneesh62003
What do u want is to access any resource in your server from a client application? Or are you not able to access the apllications from another machine connected to it from the browser by giving the ip http://ipaddress? View the original post :

[jboss-user] [JNDI/Naming/Network] - JNDI Security problem

2008-05-07 Thread Extentia10
Hi, I have developed an EJB 3.0 application using JNDI security. I have registered my policy in login-config.xml kept inside my source folder. I am fetching user roles data from DB. So I am getting exception 16:59:15,143 ERROR [UsersRolesLoginModule] Failed to load users/passwords/role

[jboss-user] [JBoss Portal] - Re: Extra divs in divRenderer

2008-05-07 Thread [EMAIL PROTECTED]
iirc it has been removed from 2.6 Branch View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149073#4149073 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149073 ___ jboss-user mailing

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

2008-05-07 Thread praveenas
HI, Thank you for your suggestions. We are on the way to fix all those bugs. But, a minor issue observed by me when clustering a sample application like Hello world. When the 2 cluster nodes are running and when one of them which is interacting with the browser currently(at that time)

[jboss-user] [JBoss Portal] - Re: Extra divs in divRenderer

2008-05-07 Thread [EMAIL PROTECTED]
I just checked, it has been removed from 2.6 Branch already (so it will be in the coming 2.6.5) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149075#4149075 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149075

[jboss-user] [JBoss Portal] - Re: how to enable drag and drop on a new portal

2008-05-07 Thread [EMAIL PROTECTED]
You can enable it from the admin portlet, check the ref documentation View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149076#4149076 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149076

[jboss-user] [JBoss Portal] - Is there is any default Jndi name to use

2008-05-07 Thread paidadilip
javax.naming.InitialContext newInitialContext= new javax.naming.InitialContext(); javax.naming.Context ctx=(Context)newInitialContext.lookup(java:comp/env); javax.sql.DataSource ds=(javax.sql.DataSource)ctx.lookup(java:MySqlDS); java.sql.Connection

[jboss-user] [JNDI/Naming/Network] - Re: JNDI Security problem

2008-05-07 Thread jaikiran
If you want to package the policy in your own login-config.xml then you will have to follow the steps mentioned at http://wiki.jboss.org/wiki/DynamicLoginConfig View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149083#4149083 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: Oracle Datasource not bound to JNDI

2008-05-07 Thread paidadilip
I am also having he same error i am configuring Jboss portal with mysql if any solutioon than give me info.to this [EMAIL PROTECTED] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149084#4149084 Reply to the post :

[jboss-user] [JBoss jBPM] - advice needed, simultaneously active tasks where there is no

2008-05-07 Thread rossputin
Hi guys, I am writing to ask for advice or help. We have gone live with JBPM 3.2.1 with a large client, and are suddenly, (or at least have just noticed) that multiple tasks are listed as existing simultaneously where there is no fork. This is happening across several of our processes. A

[jboss-user] [JBoss jBPM] - Re: advice needed, simultaneously active tasks where there i

2008-05-07 Thread salaboy21
This could be because your tasks are not blocking... Or i miss understand your problem... Look in this direction... anonymous wrote : Task instances can be blocking, meaning that the related token (=path of execution) is not allowed to leave the task-node before the task instance is completed.

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.CR1 released

2008-05-07 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBIDE-2187 which Snjezana apparently already fixed. I wonder why I don't see that on windows... About RF 3.2.x then i'm not sure that can make it in. We did not have any push for it in jira and it was released a few days after our feature freeze. View the

[jboss-user] [JBossWS] - Endpoint already registered

2008-05-07 Thread bsisson
I placed the following request for information in the JBoss Tools forum and they refered me to JBossws. I hope someone can help me with this issue. I am using Eclipse 3.3 and JBoss Tools Core 2.0.1.GA. I created a SEAM Web service (TestWs) which runs correctly. I start JBoss Server from the

[jboss-user] [Beginners Corner] - Classloading with jboss_app.xml

2008-05-07 Thread Gitu
Hi, Am using Jboss5.0 Beta4 . I have two EJB's -e1 and e2 deployed and trying to lookup from one to another. e2 interafce is in \server\all\lib directory. and e1 is doing lookup to e2. Am also using jboss_app.xml so that jboss will first loads jars from my EAR e1 instead of server\all\lib. It

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - You have not defined a jta-data-source for a JTA enabled per

2008-05-07 Thread rishikesh_darandale
When I am triing to deply the persistence.xml into jboss 4.2.2 GA, I am getting following exception: Reason: java.lang.RuntimeException: You have not defined a jta-data-source for a JTA enabled persistence context named: adminPU persistence.xml is something like this: persistence-unit

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: You have not defined a jta-data-source for a JTA enabled

2008-05-07 Thread jaikiran
Since you are deploying this in a container managed environment, you will have to configure the persistence.xml to use a jta datasource. See this for more details http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html/entityconfig.html. It has a sample persistence.xml which

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: How to save sessions when reloading web app?

2008-05-07 Thread erasmomarciano
I have found a solution you have to edit this file: .deploy/jboss-web.deployer/contex.xml to enable or To enable session persistence for a single web app, add a WEB-INF/context.xml View the original post :

[jboss-user] [Management, JMX/JBoss] - How to see classpath jars from jmx-console

2008-05-07 Thread Gitu
Hi, Have a very basic question about jmx-console. Am using JBOSS5.0 Beta4 . Have an ear deployed on it. I would like to see what the jars present in classpath of this ear. Have see JNDI view listinvoke. it displays the ejb but i need to see some more classloading information about this ear

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: You have not defined a jta-data-source for a JTA enabled

2008-05-07 Thread rishikesh_darandale
Hi Jai, I do not want use datasource to connect the database, but want to use the JDBC properties to connect the database. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149098#4149098 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: advice needed, simultaneously active tasks where there i

2008-05-07 Thread rossputin
Hi, all of our tasks are signalling, so when they are completed process execution is continued. What is interesting here is that we are almost certain that the task has not been 'submitted', yet a subsequent task has also been created and is in the 'not started' state simultaneously. Thanks

[jboss-user] [JBoss AOP] - Re: JBoss AOP in an Eclipse plugin

2008-05-07 Thread federico.dalmaso
I solved by myself. There was a mismatch in -Djboss.aop.class.path argument. BuddyPolicy mechanism of Eclipse works fine. ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149100#4149100 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Need a portlet that display

2008-05-07 Thread PMN
In your jsp layout you can use the following : | div id='dashboardnav' | p:region regionName='dashboardnav' regionID='dashboardnav'/ | /div | But this generates an html/ javascript error. In addition, this is undocumented. It it adds a few things related to the dashboard thing. A

[jboss-user] [JBoss Portal] - Re: a4j bridge

2008-05-07 Thread den74
hi, i have the same problem, have you found a solution? I got it trying to use a custom class that override portlet life cycle methods (doView, processAction) doing something before to call the parent methods... nothing special My env jboss portal 2.6.4 (boundled with jb as)

[jboss-user] [Beginners Corner] - Re: Classloading with jboss_app.xml

2008-05-07 Thread Gitu
Looks like its classloders issue. com.my.job interface is loaded by one classloader and e2 by another. What could be solution for this ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149112#4149112 Reply to the post :

[jboss-user] [JBoss Portal] - Several portlets sharing one bean

2008-05-07 Thread francescglez
environment: JBOSS 4.0.5.GA PostGreSQL MyFaces 1.1.5. RichFaces 3.1.2 I have a complete web application packed in a WAR file that includes a BackBean, one jsp, and a portlet with all descriptors files.This application is just a table (HtmlDataTable) with pagination and with different

[jboss-user] [JBoss Cache: Core Edition] - Re: Create an eviction Region with a non empty nodeEventQueu

2008-05-07 Thread [EMAIL PROTECTED]
I'm confused - how are you creating the eviction region? Isn't this in the XML config file (or Configuration object), which means the region will be created when the cache starts up? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149117#4149117 Reply to the

[jboss-user] [Remoting] - Re: MulticastDetector crashes my network

2008-05-07 Thread yt.nash
I have developed a CustomMulticastDetector in order to solve my problem. Debugging JBoss Remoting code, I have seen that MulticastDetector has implemented a listener behavior without time delay [ while(running) { ... } // running = true ]. My CustomMulticastDetector introduces this missing

[jboss-user] [Beginners Corner] - Re: ClassNotFoundException: No ClassLoaders found

2008-05-07 Thread gryffin
jar -tf TimeService.jar META-INF/ META-INF/MANIFEST.MF TimeServiceBean.class TimeServiceRemote.class META-INF/persistence.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149122#4149122 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Classloading with jboss_app.xml

2008-05-07 Thread jaikiran
Gitu wrote : | | But when I move this interface out of ear and put it in server\all\lib , lookup is sucessful but isAssugableFrom fails ! | | Why do you want to move your interface to the server\all\lib? Also, read through these classloader related documents:

[jboss-user] [Beginners Corner] - Re: ClassNotFoundException: No ClassLoaders found

2008-05-07 Thread jaikiran
As can be seen, the packaging is wrong. The TimeServiceBean.class and belong to TimeServiceRemote.class com.boeing.nmt.ejb3 package. So the TimeService.jar should look like: | TimeService.jar | | | |--- META-INF | | | | | |--- MANIFEST.MF | | |--- persistence.xml | | |

[jboss-user] [Management, JMX/JBoss] - Re: How to see classpath jars from jmx-console

2008-05-07 Thread erasmomarciano
yuo run jmx-console you see jboss.web go click on J2EEApplication=none,J2EEServer=none,j2eeType=WebModule,name=//localhost/tuawebapps View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149130#4149130 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Create an eviction Region with a non empty nodeEventQueu

2008-05-07 Thread Sancheski
I have a requirement in my application that forces me to create eviction policies to regions once the whole system is running (that is, the cache has already started and is runnning properly). What I am triying to do is to configure an eviction policy programatically. Here is how I am doing

[jboss-user] [Messaging, JMS JBossMQ] - Re: How to access JBOSS by providing IP address

2008-05-07 Thread priyarao234
Hi Kiran,,.. dats fine like that i can access my server with ip address.. But in my program how can i configured that JBOSS configuration. if the Server is running in my machine i can provide the following code and it works fine Hashtable env = new Hashtable();

[jboss-user] [JBoss jBPM] - Re: Contributing a New Document to JBPM Community

2008-05-07 Thread [EMAIL PROTECTED]
I just came across this post. Sorry for my being late :-) Anyway, kudos for this effort and a real big thank you. I created a new wiki page here: http://wiki.jboss.org/wiki/JbpmContributedDocs and included your contribution on it. It might be a good idea to include such a document in the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: How to save sessions when reloading web app?

2008-05-07 Thread johnNewman
OK that is the file thank you! I just swapped the lines that said , and we are cooking. thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149137#4149137 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149137

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: How to save sessions when reloading web app?

2008-05-07 Thread johnNewman
ok they stripped my xml i swapped Manager pathname= / with Manager pathname=SESSIONS.ser / View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149138#4149138 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149138

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: mod_jk - Broken Pipe error

2008-05-07 Thread ryousure2000
Did you find any solution for the issue. We are having same issue. THanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149140#4149140 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149140

[jboss-user] [JBoss jBPM] - Re: small GPD tutorial

2008-05-07 Thread [EMAIL PROTECTED]
Hi Alexey, Thanks for this contribution. I included a link to your tutorial from our wiki: http://wiki.jboss.org/wiki/JbpmContributedDocs Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149141#4149141 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: deploy from eclipse has stopped working - what is wrong

2008-05-07 Thread wiggy
cant do this i dont think - i cant find an xxx.ear file thats generated in my source tree project eclipse+jboss tools seems to be doing an exploded directory deploy. the application.xml is in my source tree - but isnt copied into the deployment exploded dir structure in the jboss deploy

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: accessing Jboss from intranet

2008-05-07 Thread majhong
Yes we changed the port numbers from the default 8080; We thought IIS might be intefering with JBoss so we disabled it completely and set JBoss to use port 80: From another machine, typing in http://ip address:80 gives us the same Page cannot be displayed error as before. View the original

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: shared class for two webapps

2008-05-07 Thread stourwalk
lcurros wrote : Solved. | The way I used works fine. I had a packaging error and I have put the class inside one of the app content so this was the reason way It didnt work Hi, could you be more specific about the problem that you had? We have a very similar situation where we have a single

[jboss-user] [Security JAAS/JBoss] - Need help to configure security with Seam and EJB3

2008-05-07 Thread chawax
Hi, I desperately try to enable security on EJB3 session beans called from Seam components, but I can't find how to do this. When I try to call EJB3 session bean, I have a Authentication failure error. It's hard to find clear documentations about this on the web, so I hope someone will help me

[jboss-user] [Security JAAS/JBoss] - Re: Need help to configure security with Seam and EJB3

2008-05-07 Thread chawax
Forgot to tell I work with JBoss 4.2.0.GA. I also use JBoss SX 2.0.1.GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149150#4149150 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149150

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - war inside war

2008-05-07 Thread srpantano
I have a web application (the security module) which has its screens of administration and would like to transform it into an optional module of other web applications. So can I have or not the security module in my new applications, how do this? View the original post :

[jboss-user] [Clustering/JBoss] - Is clustering possible for JBoss.org community edition?

2008-05-07 Thread comunere
Hi, I'm new to JBoss. I've installed one instance of JBoss.org (jboss-4.0.2) and deployed a web application. The web app is a critical application and accessed by to many persons. I'd like to know if it's possible to install 2 instances of JBoss (community edition) in cluster on 2 different

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: accessing Jboss from intranet

2008-05-07 Thread jaikiran
What do the following commands output when run from that remote system: telnet ipaddress 1099 telnet ipaddress 80 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149157#4149157 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - trying to migrate an ear from jboss 3.2.5 to 4.0.5

2008-05-07 Thread Elhananm
hi.. i'm trying to port an ear i have in jboss 3.2.5 to jboss 4.0.5, right from the start i had NoSUchMethodException when the commons logging in the ear conflicted with jboss's 4, so i create a jboss-app.xml: jboss-app loader-repository com.pnx:archive=pmp.ear

[jboss-user] [Clustering/JBoss] - Re: Is clustering possible for JBoss.org community edition?

2008-05-07 Thread [EMAIL PROTECTED]
Yes, clustering is fully supported. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149160#4149160 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149160 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: deploy from eclipse has stopped working - what is wrong

2008-05-07 Thread jaikiran
So looks like the EAR deployed through the IDE is incorrect. I don't have any experience with using IDE for deploying the application. Maybe someone who has worked with Eclipse + JBoss will be able to help. View the original post :

[jboss-user] [Beginners Corner] - Re: Classloading with jboss_app.xml

2008-05-07 Thread Gitu
I want to move this interface out of ear as this Interface is actually stub of e2 and will be provided by other module. I am aware of its JNDI details so that I can perform a lookup. It cant be bundled along with my ear. e2 module owner will place it in server\all\lib directory. Since lookup

[jboss-user] [Installation, Configuration DEPLOYMENT] - DayTrader deployment on JBOSS

2008-05-07 Thread angpeipei
HI all, I’m facing difficulties trying to deploy DayTrader in Jboss Server. Below are the version of daytrader and Jboss I have tried(for weeks). DayTrader DayTrader – revision no:416929 (managed to built it using Maven 2) DayTrader– revision no:553607 (managed to built it

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: trying to migrate an ear from jboss 3.2.5 to 4.0.5

2008-05-07 Thread jaikiran
You probably are packaging JBoss related jar files (ex: jboss.jar) in your application. If so, then remove them from your application EAR. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149167#4149167 Reply to the post :

[jboss-user] [JBoss Portal] - Define interportlet communication listener

2008-05-07 Thread valant
Hi to all i need a hand about the configuration of a jboss portal event listener, useful for creating a portlet A that communicates with a portlet B sending some parameters that the second potlet receive and use. well, i have written all classes, but i can't make the listener work because

[jboss-user] [JBoss jBPM] - how to function jbpm in network????

2008-05-07 Thread fly2net
hi, how I can function the application carried out with jboss jbpm in network, any help will be welcome View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149172#4149172 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149172

[jboss-user] [JBoss Tools (users)] - Jboss Seam Skeleton App exporter not visible

2008-05-07 Thread kanag_k
Hi I am using eclipse 3.2.2 and the latest release of jboss tools (nightly build JBossTools-200804281623-nightly-ALL-macosx-carbon.zip). I am using a mac for my development. I followed the steps to generate the Jboss Seam Skeleton App as described in

[jboss-user] [JBossWS] - Re: Error deploying a war on metro

2008-05-07 Thread aroeder
Did you find a solution yet? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149175#4149175 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149175 ___ jboss-user mailing list

[jboss-user] [Management, JMX/JBoss] - Re: How to see classpath jars from jmx-console

2008-05-07 Thread Gitu
But this doesnt list all jars which are in application classpath. Also my unit is an EAR not war View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149176#4149176 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149176

[jboss-user] [JBoss Tools (users)] - VPE of 2.1.0.CR1 on x86_64

2008-05-07 Thread ido_tamir
Hi, I installed a new dl of x86_64. http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/europa/winter/eclipse-jee-europa-winter-linux-gtk-x86_64.tar.gz Then I updated with the given development update site link. Then I added the patches. But clicking a xhtml

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Having trouble with OneToOne with PrimaryKeyJoinColumn

2008-05-07 Thread potdl
any news on this...i`m struggling with the same thing? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149182#4149182 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149182 ___

[jboss-user] [Management, JMX/JBoss] - No 'jboss' MBeanServer found!

2008-05-07 Thread jyotisree1
Hi, I am new in JBossTomcat, i am using jboss-4.0.3SP1 version. When i am to execute following line of code from jsp:- MBeanServer server = org.jboss.mx.util.MBeanServerLocator.locateJBoss(); it is giving following exception:- java.lang.IllegalStateException: No 'jboss'

[jboss-user] [JBossWS] - @XmlMimeType(

2008-05-07 Thread pdrummond
Hi all, I am using Revision: jbossws-3.0.1-native-2.0.4.GA and trying to get attachments to work. I have no problems running the XOP test case but when I try to write my own service I always have the same problem. When I deploy my WAR the ns1:expectedContentTypes is always

[jboss-user] [JBoss jBPM] - Hi, anyone know how to reverse to a previous task

2008-05-07 Thread rossputin
Hi all, a quick question I have not poked too deep into the database yet, but does anyone know which fields I need to alter in which tables if I want to reverse to a prior task, so that the user can resume from that earlier task, and transition correctly through the rest of the process as they

[jboss-user] [JBoss jBPM] - Re: No

2008-05-07 Thread coolex
Ok, thank you very much. It helped me! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149190#4149190 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149190 ___ jboss-user mailing

[jboss-user] [JNDI/Naming/Network] - jboss-client.jar really needed for Tomcat?

2008-05-07 Thread henk53
Hi, Sorry for this question which is probably extremely basic, but I'm just trying to understand what's going on under the hood. I have a servlet running inside a standalone Tomcat 6.0.14 instance. From this servlet I would like to connect to a Jboss 4.2 EJB container to either send a message

[jboss-user] [JBoss Tools (users)] - Re: VPE of 2.1.0.CR1 on x86_64

2008-05-07 Thread [EMAIL PROTECTED]
You need to download and install both plugins below: http://repository.jboss.org/xulrunner/org.mozilla.xulrunner.gtk.linux.x86_64_1.8.1.4-20080112.jar http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.8.1.3/contrib/eclipse/archived/org.mozilla.xpcom_1.8.1.3-20070904.jar View the

[jboss-user] [JBoss Messaging] - Improve performance on sending messages to a queue

2008-05-07 Thread bortx
Hello you all, I have performance troubles with jboss messaging on my enterprise application. On low loads, sending messages to the queue takes at least 30ms. On high loads, it can take about 1 second. I use a org.jboss.resource.adapter.jms.JmsConnectionFactory connection factory to send

  1   2   >