[jboss-user] [JBoss Tools (users)] - cant generate entities from seam

2009-06-03 Thread micuentadecasa
hi, im using jboss tools in windows xp and when i try to generate entities from database i got this exception Can't generate seam entities org.hibernate.console.HibernateConsoleRuntimeException: Could not create JPA based Configuration Could not create JPA based Configuration

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: persistence.xml in ear entities in lib/lib1/jar = 'coul

2009-06-03 Thread smolin
Dos anybody know how to solve this? Standard doc is not really clear about this even if this is mentioned somehow there. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234850#4234850 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Resource messages not displayed in JBoss Tools Visual Editor

2009-06-03 Thread tdtappe
I can't get JBoss Tools RichFaces Visual Editor (3.0.1.GA) to display my message bundle translations. They are shown as EL-expressions: #{messages['...']}. Though the option Show Resource Bundles Usage as EL Expressions is not set. At runtime everything's OK. My messages.properties file is

[jboss-user] [JBoss jBPM] - Re: java activity argument problem

2009-06-03 Thread jokum
In case you still got the problem. I also had this error due to the fact the Object I was adding as a variable was not Serializable. Implementing java.io.Serializable should fix this error. Greetz View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234852#4234852

[jboss-user] [EJB 3.0] - Re: EJB3 using xml descriptors

2009-06-03 Thread jaikiran
The EJB3 tutorials have various chapters on using xml descriptors http://www.jboss.org/jbossejb3/docs/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234853#4234853 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234853

[jboss-user] [Beginners Corner] - Re: Trying to use Jtools to display JSP

2009-06-03 Thread jaikiran
You might want to ask this question in the JBoss Tools user forum http://www.jboss.org/index.html?module=bbop=viewforumf=201 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234854#4234854 Reply to the post :

[jboss-user] [JBoss Tools (users)] - moving from .net

2009-06-03 Thread micuentadecasa
hi, anyone coming from .net?, im moving to jsf and its hard, it can be interesting to see information about this topic, for example it can be interesting to take an application in .net and translate to jsf or jsf + seam and i mean a complex application nor a two pages application... View the

[jboss-user] [JBoss Messaging] - Re: creating non-transactional JMS connection factory

2009-06-03 Thread timfox
saiya-jin wrote : ok my fault, | I wanted to say we ALREADY have defined our own JMS connection factory, which seems to be transactional by default. What we need to set is explicitly turn of transactional behavior for this one. | I hope i made myself more clear In JMS there is no such

[jboss-user] [JBoss Tools (users)] - bug in creating list - seam

2009-06-03 Thread micuentadecasa
hi, ive used the create entities from tables in seam, all seems ok but when i render the pages i get: 10:44:04,828 ERROR [viewhandler] Error Rendering View[/AdminsList.xhtml] javax.faces.FacesException: javax.el.ELException: /AdminsList.xhtml @42,59 rendered=#{empty adminsList.resultList}:

[jboss-user] [JBoss Tools (users)] - Re: Failed while installing Seam 2.1

2009-06-03 Thread max.ander...@jboss.com
Please report in jira with exact steps on how you get this error. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234877#4234877 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234877

[jboss-user] [JBoss Tools (users)] - Re: How-to start JBoss with confihuration != standart

2009-06-03 Thread rob.stry...@jboss.com
https://jira.jboss.org/jira/browse/JBIDE-4412 jira posted. Minimal configurations do not have all those ports listed and the editor is too strict. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234878#4234878 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: cant generate entities from seam

2009-06-03 Thread max.ander...@jboss.com
there is a bug that prevent this from working when your projects has path with spaces in it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234880#4234880 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234880

[jboss-user] [JBoss Tools (users)] - Re: Resource messages not displayed in JBoss Tools Visual Ed

2009-06-03 Thread max.ander...@jboss.com
We have a current issue about maven projects in m2eclipse does not have complete metadata setup causing us in not knowing where the resource bundles are. Does it work when you don't use maven ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234881#4234881

[jboss-user] [JBoss Tools (users)] - Re: bug in creating list - seam

2009-06-03 Thread max.ander...@jboss.com
Looks like the Admins class is not setup ? do you have the admins class ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234884#4234884 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234884

[jboss-user] [JBoss jBPM] - Re: jBPM 4 ProcessFactory/ProcessBuilder not found

2009-06-03 Thread forgeyan
I have the same problems. Could you send me email if you get it. My email:forge...@live.com View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234893#4234893 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234893

[jboss-user] [Microcontainer] - Re: Locating the current DeploymentUnit

2009-06-03 Thread jaikiran
david.ll...@jboss.com wrote : | | This will be necessary to make per-deployment logging setups work right. From what i remember, in AS-4.x this was done with a TCL log4j filter (not sure how credible that used to work). How is this being done in AS-5? View the original post :

[jboss-user] [JBoss Tools (users)] - how to assign seam project from SVN

2009-06-03 Thread lili001
hi, i am using jboss -4.2.2GA in windows.i want to assign seam project from svn to eclipse .but it can't run on local . View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234899#4234899 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-06-03 Thread dakiar
I think I am very near to finding the error now! I tried to remove the war file, and all tmp files, and files in work, and start the server! It still loads the recks app, and creates a temp dir for it which it put files inside!!! and here is more: That tmp files contain the old version

[jboss-user] [JBoss jBPM] - Re: [JBPM process xml] java method argument problem

2009-06-03 Thread jokum
Same problem here. The question is how to use process instance variables as params to the java activity? Greetz View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234907#4234907 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: ServiceBinding Manager

2009-06-03 Thread kaba
thank you very much! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234911#4234911 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234911 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-06-03 Thread jaikiran
You are running the all server configuration which means a clustered server. From the server.log that you posted the number of members in this cluster is just 1 (this single system): | 2009-05-28 16:43:12,159 INFO [org.jboss.ha.framework.interfaces.HAPartition.DefaultPartition] Number of

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-06-03 Thread jaikiran
jaikiran wrote : | If you set the threshold for the FILE appender in %JBOSS_HOME%/server/all/conf/log4j.xml you will be able to find the exact location of the war file that is being picked up. I meant - If you set the threshold to DEBUG for the FILE appender in

[jboss-user] [JBoss jBPM] - How to get TaskInstance in a ActionHandler

2009-06-03 Thread freak182
Hello, How can i get TaskInstance in a executioncontext..here is the scenario: | .. | | task-node name=approver A | | timer duedate=1 minute name=timertest transition=to approver B | action

[jboss-user] [JBoss Tools (users)] - Re: cant generate entities from seam

2009-06-03 Thread micuentadecasa
ok, ive changed the workspace to a path without spaces and it works. thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234918#4234918 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234918

[jboss-user] [JBoss Tools (users)] - Re: Resource messages not displayed in JBoss Tools Visual Ed

2009-06-03 Thread yradtsevich
You can setup the metadata manually. Open properties of your project-Java Build path-Source-Add Folder...- select the path to your resources folder. This should help. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234925#4234925 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How to get TaskInstance in a ActionHandler

2009-06-03 Thread freak182
btw, im using db persistence View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234921#4234921 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234921 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: How to get TaskInstance in a ActionHandler

2009-06-03 Thread kukeltje
http://docs.jboss.org/jbpm/v3/userguide/taskmanagement.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234935#4234935 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234935 ___

[jboss-user] [JBoss jBPM] - Re: How to get TaskInstance in a ActionHandler

2009-06-03 Thread kukeltje
sorry, part fell off... use the context.getTaskManagementInstance() View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234937#4234937 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234937

[jboss-user] [JBoss jBPM] - jbpm_node table missing data

2009-06-03 Thread Sujatha
Hi All, I was checking the jbpm_node table to see the list of nodes for my processes. But i noticed that the new nodes which i created are not in there. Am i checking the wrong table or is there a bug in the jbpm system that when i create new nodes it is not inserting into the system table?

[jboss-user] [JBossWS] - Re: Failed to create a new SAX parser

2009-06-03 Thread skhursheedahmed
I was facing same problem but removing following file, it work for me xm-api.jar xercesSamples.jar xercesImpl.jar xerces-2.6.2.jar View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234946#4234946 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Hardware requirements for Seam application

2009-06-03 Thread GermanDev
Hi! I am working on a JBoss Seam web application that is a specialized web shop. After the development phase the shop should now get productive soon. Currently for the first year there are not more than 20 users that will use the shop at the same time. As AS I am using JBoss 4.2.1.GA.

[jboss-user] [EJB 3.0] - Ejb3 transactons and isolation

2009-06-03 Thread mravikrish
Hi Folks, I am ramu , i am going to develop pay ment module for my project which involves deposits,withrawals, and fund transfers. i am little bit confused in using contaner managed transactions or bean managed transactions.which one i opt for. In order to ensure isolation(concurrent

[jboss-user] [JBoss Messaging] - AIO Sequential file gets closed even before it's used?

2009-06-03 Thread timfox
Because I need better precision I can't use scheduled executor any more in the timedbuffer. So *for now* each one has its own thread. So I added a close method to the timedbuffer which gets called from the AsynchronousFuileImpl close() method, so I can stop the thread. But it seems this

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-06-03 Thread dakiar
Success! Thanks a million jaikiran! /usr/jboss/server/all/deploy/jboss-aop.deployer/recks.war DOH :( why did my linux find command not find this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234975#4234975 Reply

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-06-03 Thread jaikiran
Good to know you found it :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234978#4234978 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234978 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: [JBPM process xml] java method argument problem

2009-06-03 Thread jokum
This is fixed in 4.0-SNAPSHOT. (I tested it...) See also https://jira.jboss.org/jira/browse/JBPM-2279 Greetz View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234980#4234980 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-06-03 Thread dakiar
Out of curiosity what the heck is jboss-aop.deployer and how did my war file end up there anyway? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234983#4234983 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234983

[jboss-user] [Performance Tuning] - jboss Web-Console Memory

2009-06-03 Thread rasa
Hi, We are using a java application which is running in a 3.2.5 jboss version and it is working fine. Some time what happens is even though people are not using application much then also free memory reduces to 300 mb from the actual 1024 mb ( Shown in Web-Console). Is there any way to find

[jboss-user] [Security JAAS/JBoss] - ParsingException occurs while parsing sample xacml.xml

2009-06-03 Thread mcbeelen
I'm getting started with working with XACML and I trying to work with JBoxx XACML for this. I found the User Guide for JBoss XACML and I'm working through it. I'm trying to get a PolicyDecisionPoint | ClassLoader tcl = PolicyDecisionPointImpl.class.getClassLoader(); | InputStream is =

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-06-03 Thread jaikiran
dakiar wrote : Out of curiosity what the heck is jboss-aop.deployer and how did my war file end up there anyway? In AS-4.x the deploy folder has JBoss specific deployers too which are responsible for deploying applications. jboss-aop.deployer is one such deployer. As far as how your war file

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-06-03 Thread dakiar
It is indeed strange it was using the code from that war file, and the jsp files from the other war file :S if it had not I would have been much less confused. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234989#4234989 Reply to the post :

[jboss-user] [JBoss Messaging] - Explanation of Messages will be stranded if two buddies go

2009-06-03 Thread mariuszs
Wiki says: anonymous wrote : Messages will be stranded if two buddies go down at the same time. But if one of buddy go up, then message are back? Is this true? Is this true for main node and his buddy? View the original post :

[jboss-user] [Beginners Corner] - Java Portlet on JBoss

2009-06-03 Thread ekusnady
Hello All, I am trying to show 2 Java Portlets on my JBoss. And i want to ask: 1. can i have an interconnect between these two portlets? I mean, if i click something on my first portlet, then what i click will also be shown on my second portlet? Can anyone help me??? 2. How can i click and

[jboss-user] [JBoss Messaging] - Re: Explanation of

2009-06-03 Thread gaohoward
Hi, can you give the wiki link here? Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235019#4235019 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4235019 ___ jboss-user

[jboss-user] [Clustering/JBoss] - Re: HA-JNDI lookup of SLSB depending on HASingletonDeployer

2009-06-03 Thread bstansbe...@jboss.com
Sorry for the delayed response; I've been away. Yep, you've found a problem: https://jira.jboss.org/jira/browse/EJBTHREE-1842 Thanks for the very thorough report. Your workaround of removing ClusteredIsLocalInterceptor should work OK, although I agree it's not ideal. View the original post :

[jboss-user] [Performance Tuning] - Re: jboss Web-Console Memory

2009-06-03 Thread PeterJ
You can find out what the app server is doing at any point in time by taking a thread dump and examining the stack trace for each thread. As far as memory is concerned, what you are noticing does not strike me as an issue - a single request that allocates a lot of objects, such as for a

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-06-03 Thread PeterJ
This brings to mind something that happened years ago. We put together a customer class for a product we had developed. After walking the students through the install, we had them use the file manager to view to contents of the directories. Next we had them start the app, and surprisingly while

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: all my richfaces imports all of a sudden underlined in r

2009-06-03 Thread Meghiddo
I was able to retyp all the lines that were underlined in red, and they no longer had errors. But when I try to launch a page that uses the beans that were red, it still gives me the above error. For some reason the jsf pages are telling me I have deployment problems and my java code is

[jboss-user] [Installation, Configuration DEPLOYMENT] - all my richfaces imports all of a sudden underlined in red,

2009-06-03 Thread Meghiddo
All of the org.richfaces imports are all of a sudden underlined in red, and of course any thing in the code that uses them. So of course my jsf pages that use these beans will not load. When i tried to load one I see: HTTP Status 500 - | |

[jboss-user] [JCA/JBoss] - Re: re-authentication and pooling

2009-06-03 Thread dimonv
Hi Jesper, Do you mean I have to create a new topic in the Design of JCA forum? Regards View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235037#4235037 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4235037

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problem with CMP

2009-06-03 Thread PeterJ
Don't you mean @Stateless, and not @SLSB? I assume that you are using EJB3 and JPA. You need to use the entity manager to save the entity, otherwise the database will not get updated. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235039#4235039 Reply to the

[jboss-user] [JBoss Tools (users)] - Re: Failed while installing Seam 2.1

2009-06-03 Thread daemom
Created an Jira issue. https://jira.jboss.org/jira/browse/JBIDE-4415 thanks for the answers View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235040#4235040 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4235040

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Tutorial for setup of Authentication in JBoss?

2009-06-03 Thread PeterJ
Any ldapsearch utility will work. Two tools I use are: JXplorer http://sourceforge.net/projects/jxplorer/ http://www.sun.com/download/products.xml?id=3ea6ec4d (Hmm, this last link is for the Sun ONE Directory Server Resource Kit, but the page appears to be blank. You used to be able to download

[jboss-user] [JBoss jBPM] - Re: jBPM timer's Action getting locked

2009-06-03 Thread sumit.jbpm
Can anybody please help me regarding the above mentioned issue. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235044#4235044 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4235044

[jboss-user] [JBoss Messaging] - JBoss Messaging Clustering 1.4.x Overview

2009-06-03 Thread mariuszs
http://www.jboss.org/community/wiki/JBMCluster?decorator=print anonymous wrote : Server Side Failover - It's good to have a buddy watch your back | | Every peer(node) has a buddy that will pick up all of it's messages if it fails. If a server fails, the buddy will look in the database and

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: all my richfaces imports all of a sudden underlined in r

2009-06-03 Thread Meghiddo
and now this SEVERE: Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener | com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! | Source Document: jndi:/localhost/NIRAP/WEB-INF/faces-config.xml | Cause: Unable

[jboss-user] I get the message Queue full, discarding item at jboss startup time

2009-06-03 Thread Arif Pathan
I have been using JBoss version 4.2.2 for some time now. Since last couple of days, I've started seeing the message Queue full, discarding item printed out on stdout (get multiple of these). These messages show up before JBoss finishes initializing. I've tried searching the web, jboss source, etc.

[jboss-user] [Beginners Corner] - Best approach for a tcpip server

2009-06-03 Thread ruperty
Hello, I would like to develop socket server that uses the mllp envelope. What is the best way to do this? I have been looking at the socket gateway, but this seems to expect a specific envelope/header. Is there a way of configuring the envelope, or is there a better way to do it? Regards,

[jboss-user] [EJB 3.0] - Re: EJB3 unit tests, how?

2009-06-03 Thread wolfc
For AS 5.1 you can use the EJB 3.1 Embeddable prototype http://www.jboss.org/community/wiki/EJB31Embeddable The latest version can also deploy datasources and JPA entities. Properties properties = new Properties(); | container = EJBContainer.createEJBContainer(properties); |

[jboss-user] [JBossWS] - Error while installing the native JBossWS package

2009-06-03 Thread kj_newbie
Hello All, I am following the instructions provided here: http://www.jboss.org/file-access/default/members/jbossws/downloads/Install-jbossws-native-3.1.1.GA.txt to install the native pkg. (3.1.1) for JBossWS. I am using JBoss 5.0.0 GA server and I am running into this error: BUILD FAILED

[jboss-user] [JBoss AOP] - Re: JSP expression language JSP scriptlets, different AOP

2009-06-03 Thread flavia.rain...@jboss.com
Unfortunately, I have no idea how these scriplets are evaluated. If they are evaluated using reflection or, if code is generated inside of one of the packages declared in the exclude filter, it won't work. Are you using call pointcuts? If you are, try switching to execution. View the original

[jboss-user] [JBossWS] - Re: Error while installing the native JBossWS package

2009-06-03 Thread kj_newbie
Is it necessary to install the JBossWS package even if the JBoss server (JBoss-5.0.0.GA) already has the jbossws.sar in it ? Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235093#4235093 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Whether Compile time AOP increases size of project?

2009-06-03 Thread flavia.rain...@jboss.com
Hi, Yes, aopc will modify the original class file, adding code to this file. For this code to work, auxiliary classes are need, which are the extra class files you are seeing. Any AOP framework increases the size of the basis program, since all of them add code to the program. I don't think,

[jboss-user] [JBoss AOP] - Re: Deploy AOP Application on JBOSS AS

2009-06-03 Thread flavia.rain...@jboss.com
Hi! You should have used the install script instead. Take a clean AS server (without JBoss AOP manually installed) and run the install script that is at [jboss-aop-dist]/jboss-50-install with ant: $ cd jboss-50-install | $ ant View the original post :

[jboss-user] [JBossWS] - Re: Error while installing the native JBossWS package

2009-06-03 Thread kj_newbie
OK. I got it to run. I had to stop JBoss server to install JBossWS. Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235100#4235100 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4235100

[jboss-user] [JBoss Cache: Core Edition] - Bind cache with jndi

2009-06-03 Thread gsoing
Hi All, I'm trying to use jboss cache 3.0.3 and I want to bind it to the JNDI. For the moment I have the following exception : | 21:44:12,839 INFO [ComponentRegistry] JBoss Cache version: JBossCache 'Naga' 3. | 0.2.GA | 21:44:12,917 ERROR [STDERR] javax.naming.CommunicationException

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problem with encrypted passwords for an Oracle datasource

2009-06-03 Thread holgerb
Hi there, I have a problem with using encrypted passwords with JBoss datasources. I´ve been following this guide: http://www.jboss.org/community/wiki/EncryptingDataSourcePasswords Here is the datasource: | ?xml version=1.0 encoding=UTF-8? | | datasources | xa-datasource |

[jboss-user] [JBossMQ] - How to send to remote JMS provider using JBossMQ

2009-06-03 Thread weinfie
Using JB 4.2.3, I would like to code a sample client that uses JBossMQ to send a message to a remote JMS provider listening on a socket. I have configured a local queue reference in jbossmq-destinations-service.xml and an additional connection factory mbean for a remote provider (with url and

[jboss-user] [JBoss Tools (users)] - Re: how to assign seam project from SVN

2009-06-03 Thread nickboldt
Please provide more information. Is the project in your eclipse workspace? What version of JBoss Tools are you using? What Java version? What do you mean can't run on local? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235111#4235111 Reply to the post :

[jboss-user] [JBoss OSGi] - JBossOSGi 1.0.0.Beta2 Released (03-Jun-2009)

2009-06-03 Thread thomas.dies...@jboss.com
I am happy to announce the release of JBossOSGi-1.0.0.Beta2. http://www.jboss.org/community/wiki/JBossOSGi100Beta2Released03-Jun-2009 You can download it here: https://sourceforge.net/project/downloading.php?group_id=22866filename=jboss-osgi-installer-1.0.0.Beta2.jara=77899231 The release

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Custom clause in ManyToOne relation

2009-06-03 Thread tresher.m
We need to add custom clause to all of selects and we have to do it automatically. For example: @Entity | public class A extends DeletableEntity{ | @OneToMany(mappedBy = a) | @Where(clause = DELETED=0 or DELETED is null) | private SetB bSet = new HashSetB(); | |

[jboss-user] [JBossMQ] - Re: I am having java.sql.SQLException: Io exception: End of

2009-06-03 Thread vijayaneraye
Hi All, I am using oracle 10g and tomcat, and I am alos running through same problem. consoled message says that java.sql.SQLException: Io exception: End of TNS data channel at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134) org.apache.jasper.servlet.JspServlet

[jboss-user] [JBoss Cache: Core Edition] - Re: Bind cache with jndi

2009-06-03 Thread gsoing
Sorry I forgot to precise that I use Jboss 5.0.1 and Jdk1.5. Thanks -- Guillaume View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235119#4235119 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4235119

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problem with encrypted passwords for an Oracle datasourc

2009-06-03 Thread PeterJ
The wiwki entry assume a local transaction databasource. You are using XA. Try, which generate different mbeans. Try changing this one line in the login module (note the changed service name): module-option name=managedConnectionFactoryNamejboss.jca:name=epr-db,service=XATxCM/module-option |

[jboss-user] [JBossWS] - Unable to deploy service WAR

2009-06-03 Thread kj_newbie
Hi, I am stuck at the point of deployment of my WAR. (for starters I am not sure if I created the WAR correctly.) but, I get the following error : 15:49:57,468 INFO [TomcatDeployment] undeploy, ctxPath=/StockQuoteService, vfsUrl=StockQuoteService .war 15:50:00,218 INFO [TomcatDeployment]

[jboss-user] [Beginners Corner] - Help with No ClassLoaders found for: org.jboss.seam.servlet.

2009-06-03 Thread gturek
I'm trying to configure my app so that I can do file uploads. I've mdified components.xml and web.xml as instructed in the doco. What else am I missing? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235129#4235129 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re:

2009-06-03 Thread alskor
interesting: I added this code right in front the InitialContext creation: // new code | String className = org.jnp.interfaces.NamingContextFactory; | System.out.println(trying to load class: + className); | Class c = Class.forName(className); |

[jboss-user] [JBossWS] - Re: Unable to deploy service WAR

2009-06-03 Thread PeterJ
Is StockQuotePortImpl your class? Is it a servlet? Looks like you have an invalid cast and need to fix your code. The part of the stack trace that you did not post should tell you while line has the problem (assuming you compiled with debug options). By the way, if the class is a servlet then

[jboss-user] [Beginners Corner] - Re: Help with No ClassLoaders found for: org.jboss.seam.serv

2009-06-03 Thread PeterJ
What does file uploads have to do with the exception you are seeing - the one in the subject line? Why did you not post the full exception? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235133#4235133 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re:

2009-06-03 Thread alskor
I changed jndi.properties to have default Standard config values: java.naming.factory.initial=org.jboss.iiop.naming.ORBInitialContextFactory | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces | and now I'm back to where I started when I copied standard config to my own and

[jboss-user] [JBoss Tools (users)] - Re: how to assign seam project from SVN

2009-06-03 Thread lili001
i am using java 1.6 and jbosstools3.0.1.i checked out the project and imported eclipse and added into sever.it always can't run in local sever. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235147#4235147 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How to get TaskInstance in a ActionHandler

2009-06-03 Thread freak182
Hello, That works thanks. Now my question is, How to end task in Timers? Like the example above code i get the TaskInstance so that i can end that task when leaving for the next task during timeout. | final CollectionTaskInstance tasks = context.getTaskMgmtInstance().getTaskInstances();

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problem with CMP

2009-06-03 Thread vink
I mean @Stateless. (Dummy code for understanding only) I think! when you are working on an existing entity you modify that entity. After your parent transaction is over, we expect your entity manager will be flushed automatically your entity will be updated in the database. In my case entity

[jboss-user] [JBoss AOP] - Hot deployment in Jboss for AOP applications

2009-06-03 Thread Yuvaraj
hi, I am a newbie to AOP and I liked to know how to do hot deployment in jboss for aop applications. Please help me. I am using jboss 4.2.1 and jboss AOP 1.5.6 (since our product already in production) I will explain the steps I had followed. Please correct or provide the steps.Thanks.

[jboss-user] [JBoss Messaging] - Re: Explanation of

2009-06-03 Thread gaohoward
Hi, In that case, I think if node 2 starts back up, its message will be restored, if node 3 starts back up, node 2's messages won't be recovered. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235159#4235159 Reply to the post :