[jboss-user] [JBoss Tools (users)] - Re: eclipse 3.4.2 crashes when opening an .xhtml file

2009-03-11 Thread dozer247
I've created a jira issue. It's JBIDE-3993. Also it appears to crash when i view the file in the visual/source tab view View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216849#4216849 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Problem using JBoss Messaging and JTS

2009-03-11 Thread gaohoward
Please give the full stack trace, that will help diagnose the problem. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216850#4216850 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216850

[jboss-user] [JBoss jBPM] - Dynamic - Voting based decision

2009-03-11 Thread lewisw71
Hi Expert, I am new to JBPM. I would like to know the best way to implement the following 1) Based on input. System need to dynamical generate the review requests to a no of users. 2) User(s) may approve/reject the requests withing a period 3) If No of users approve a config

[jboss-user] [JBoss Tools (users)] - Re: JBoss Server View:

2009-03-11 Thread xmedeko
Hmm, I do not know how to attach the images to this forum. So, I've put them here: [img]http://xmedeko.googlepages.com/eclipse1.PNG[/img] [img]http://xmedeko.googlepages.com/eclipse2.PNG[/img] View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216854#4216854

[jboss-user] [EJB 3.0] - Re: EJB reference in Servlet always null

2009-03-11 Thread buki79
Hi, I tried it with name in the servlet, too. It didn't work either. Best regards, Andreas View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216856#4216856 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216856

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Datasource is not very JCA like

2009-03-11 Thread b.eckenfels
Hello, the JBoss (loxal-tx/xa/no)-transaction datasource for JDBC is not very RA like. It is mapping logical connections rather 1:1 to JDBC connections from the underlying Datasource or driver. This has some implications, for example that a lot of idle connections from beans will as well

[jboss-user] [JBoss Tools (users)] - Re: Feedback on the Smooks editor

2009-03-11 Thread mzeijen
I understand that you want to release it. Most developers probably don't try Beta or RC releases. I do hope that not everybody runs into the same critical problems with the graph editor as I did. Regarding to your questions: How are we going to handle multiple versions of Smooks if the

[jboss-user] [EJB 3.0] - Re: EJB reference in Servlet always null

2009-03-11 Thread ALRubinger
web.xml version? Doesn't sound like injection is even getting setup; not a problem with target resolution. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216860#4216860 Reply to the post :

[jboss-user] [EJB 3.0] - EJB3 - Hibernate: Specify tablespace for table

2009-03-11 Thread kkangsar
Is it possible to specify the oracle tablespace when we use hibernate to generate the schema? For example: Receiving table will go to receiving tablespace, Purchasing table will go to purchase tablespace. Thanks. View the original post :

[jboss-user] [EJB 3.0] - Re: EJB reference in Servlet always null

2009-03-11 Thread buki79
Sorry, I forgot to mention. They should be correct, as I use Version 2.5 web.xml: ?xml version=1.0 encoding=UTF-8? | web-app xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns=http://java.sun.com/xml/ns/javaee; | xmlns:web=http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd;

[jboss-user] [EJB 3.0] - Re: @embedable annotation

2009-03-11 Thread kkangsar
My understanding of using inheritance SINGLE TABLE method is when the object is polymorphism, it means the single object can be describes multiple possible states. For example: Account object, we may have SavingAccount and CheckingAccount, SavingAccount and CheckingAccount share some common

[jboss-user] [EJB 3.0] - Re: EJB reference in Servlet always null

2009-03-11 Thread jaikiran
buki79 wrote : Hi, | | | I use JBoss 4.2.2 | Ah, so you use JBossAS-4.2.x. Injection of EJBs in servlets in this version isn't supported. See this sticky http://www.jboss.org/index.html?module=bbop=viewtopict=107353 View the original post :

[jboss-user] [EJB/JBoss] - Re: ACC + Web Start

2009-03-11 Thread jaikiran
Application Client Container wiki for JBoss5 can be found here http://www.jboss.org/community/docs/DOC-12835 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216868#4216868 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Bridge error because of network problems also influences

2009-03-11 Thread gaohoward
Hi mclu, I looked at the logs and it seems the remoting LocalClientInvoker is the reason that caused the problem. The reason is you have 6 bridges deployed in one node and each bridge contains one local connection (that is the connection to one of the local queues on node X). I looked up the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to detect stale Connections ?

2009-03-11 Thread dimar1975
Hi peter, thanks for your reply. I was meaning, is there a way to trigger an Action when a connection is not reachable (f.e. oracle listener just shut down) ? from what I can understand, I can discover a broken connection only polling the DB with a running thread.maybe is there something

[jboss-user] [JBossWS] - Re: java.lang.ClassCastException: org.jboss.ws.core.jaxws.sp

2009-03-11 Thread Sancheski
I have the same problem, have you fixed it? Thanks in advance! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216873#4216873 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216873

[jboss-user] [JBossWS] - Re: Handler execution order in handler chain

2009-03-11 Thread Sancheski
This is how it works, taking the descriptor file from last post: Handlers in server side - Server in: 1) Handler 3 2) Handler 2 3) Handler 1 - Server out: 1) Handler 1 2) Handler 2 3) Handler 3 Handlers in client side - Client out: 1) Handler 1 2) Handler 2 3) Handler 3 - Client in: 1) Handler 3

[jboss-user] [JBossWS] - Re: java.lang.ClassCastException: org.jboss.ws.core.jaxws.sp

2009-03-11 Thread getaceres
I have the same problem. I've upgraded to JBossWS 3.1 and my Web Service clients executing in JBoss are throwing this exception. I'm going back to 3.0.5 until this is fixed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216875#4216875 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Problem using JBoss Messaging and JTS

2009-03-11 Thread ataylor
also provide the messaging security config from login-config.xml View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216876#4216876 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216876

[jboss-user] [EJB 3.0] - Re: EJB reference in Servlet always null

2009-03-11 Thread buki79
Ah, ok. Thanks alot!! I only read that JBoss 4.2 supports EJB3, so I thought injection works. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216877#4216877 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216877

[jboss-user] [JBoss Messaging] - Re: Client Connection Delegate has Null state

2009-03-11 Thread ataylor
i would suggest migrating to jboss 4.2.3. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216878#4216878 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216878 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: Problem using JBoss Messaging and JTS

2009-03-11 Thread timfox
What has JBM security config got to do with JTS? Nothing. JBM does not use JTS and JTS does not use JBM, there's no dependency so I fail to see the relevance. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216879#4216879 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss Server View:

2009-03-11 Thread xmedeko
Note, I have installed only plugins called JBossAS Tools and JMX Console. No other plugins from JBoss repository. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216884#4216884 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Error deploying a new process from jbpm console

2009-03-11 Thread rodosa
Ok! Thanks, I've forgotten this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216885#4216885 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216885 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: @embedable annotation

2009-03-11 Thread itsme
This is only a decision of the architecture of your object (and following up the database) model. We use address only as tight as possible with the persons we track. So the address is not useful anymore when the person is gone. To avoid keeping orphans in the database we inlined address fields

[jboss-user] [Performance Tuning] - Web GUI very slow

2009-03-11 Thread petterbackman
Hi! I am using JBoss 4.2.3 with JSF 1.2_08 and Richfaces 3.3.0. The GUI appears to be very slow so I have been trying to find the problem by using tptp profiling in Eclipse. In my web GUI I have a Richfaces tree with some nodes. When I swap between two nodes and log the execution time in

[jboss-user] [Security JAAS/JBoss] - Re: Jboss support in OCSP

2009-03-11 Thread dejanmr
J2SE has support for OCSP since version 5.0. Please check: http://java.sun.com/j2se/1.5.0/docs/guide/security/pki-tiger.html Did someone try to combine this with Jboss? Was it working as expected? There is some useful info on article discussing this topic on glassfish:

[jboss-user] [JBoss Tools (users)] - Re: JBoss Server View:

2009-03-11 Thread rob.stry...@jboss.com
That's quite odd. I've not seen those before. I'd been solving similar bugs in the future stream due to changes in CommonNavigator, but even now I'm not able to replicate this issue. I'll link it to the JIRA where I'm working on Common Navigator related bugs, though, to make sure I don't lose

[jboss-user] [JBossWS] - Re: java.lang.ClassCastException: org.jboss.ws.core.jaxws.sp

2009-03-11 Thread rodosa
I don't remember how I fixed it, because I've had a lot of problems with WS in Jboss and Jboss jbpm. The solution was in the libraries, the libraries that I used was wrong. Read this and take special attention at libraries [url]http://jbossws.jboss.org/mediawiki/index.php?title=Install_JBossWS

[jboss-user] [EJB 3.0] - Re: @embedable annotation

2009-03-11 Thread Wolfgang Knauf
Hi kkangsar, 1) the DiscriminatorColumn name defaults to DTYPE, so you need to specify the name only if you don't like the default ;-). 2) I don't have a simple answer this question ;-). Performance should not be an issue, because both approaches add the columns to the database table of the

[jboss-user] [JBoss jBPM] - Persistance and setActorId

2009-03-11 Thread frinux
Hi, I'm trying to assign one people to one task in my Workflow. I added a custom AssignmentHandler : public class CustomAssignmentHandler implements AssignmentHandler { | | private static final long serialVersionUID = 1L; | | public void assign(Assignable assignable,

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment error in JBOSS 5. DeploymentException

2009-03-11 Thread beve
Hi, I had the same issue and needed to change my jboss-aop.xml from ?xml version=1.0 encoding=UTF-8? | !DOCTYPE aop PUBLIC |-//JBoss//DTD JBOSS AOP 1.0//EN |http://labs.jboss.com/portal/jbossaop/dtd/jboss-aop_1_0.dtd; | | aop | ... | /aop To: ?xml version=1.0

[jboss-user] [Remoting] - Messaging blocked by long time-out

2009-03-11 Thread rtm333
Hi, I posted this question originally in the Messaging forum (http://www.jboss.org/index.html?module=bbop=viewtopict=152037), but was told that it seems to be more of a Remoting issue. I'm repeating the introductory description here, but would ask you to follow the link above for the full

[jboss-user] [Installation, Configuration DEPLOYMENT] - look up jndi problem

2009-03-11 Thread iisrail
I have communication ( may be JNDI ?) problems even by testing the simplest EJB program My Ejb Bean: @Stateless(name = Test1) | public class Test1 implements Test1Remote { | | /** | * Default constructor. | */ | public Test1() { | // TODO Auto-generated

[jboss-user] [JBoss Getting Started Documentation] - Re: call a web service from a web page

2009-03-11 Thread joseluisHerrero
But, How can I do that in a web page? Do you know where is the documentation about this? Tahnks Jose Luis View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216912#4216912 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: look up jndi problem

2009-03-11 Thread iisrail
My jdk 1.5, jboss 5.0.1, OS Vista View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216915#4216915 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216915 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: How to create tables from classes

2009-03-11 Thread handro1104
Thank you very much max.anderson, but I don't known how to access or modify the hibernate.hbm2ddl.auto setting. I have tried many things related to hibernate in JBoss Developer Studio. Could you please give more details or links where I can find the information? View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: MBean ObjectNames are a garbled mess!

2009-03-11 Thread dimit...@jboss.org
amlodzin wrote : | The problem, in the app-state case, is that the jboss.web.deployment:* MBeans use a random id as a key property, in addition to just one other key property - the war file name. That makes it impossible to link a particular war file with its parent EAR file (if there is

[jboss-user] [Microcontainer] - Making the classloader of one deployment the delegate of ano

2009-03-11 Thread bastib
Hi, I am currently trying to integrate an Execution Environment for BDI Agents into Jboss. I have a problem making classreloading work properly. I am deploying a ExecutionEnvironment using a jboss-beans.xml. The AgentApplications are described by two types of xml files. I wrote deployers to

[jboss-user] [JBoss Messaging] - Re: Jboss-4.2.3 takes lot of time to load

2009-03-11 Thread lanceliao1
I faced the same problem. Our db tables JBM_MSG and JBM_MSG_REF have millions records,And taked long time while rebooting. Any other solutions ? How to configure the jms message timeout(eg 1hours) TopicPublisher.publish(objMsg, DeliveryMode.PERSISTENT, PRIORITY,60*60*1000);

[jboss-user] [Beginners Corner] - Re: Urgent = java.lang.NoClassDefFoundError : jboss Startup

2009-03-11 Thread Wolfgang Knauf
Hi, seems that MoneyMaximizerEJB.jar is missing some classes, like com/moneymax/datatier/UtilityDAO. Which of my two suggestions did you choose? Creating an EAR with two modules, or adding some classes of the EJB project also to the web project? Best regards Wolfgang View the original post

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: look up jndi problem

2009-03-11 Thread iisrail
I found what causes the problem. My computer stopped because some reason understand localhost so where I've changed it to 127.0.0.1 it worked fine. props.setProperty(java.naming.provider.url, jnp://127.0.0.1:1099); View the original post :

[jboss-user] [EJB/JBoss] - Re: ACC + Web Start

2009-03-11 Thread earlymorning
jaikiran wrote : Application Client Container wiki for JBoss5 can be found here http://www.jboss.org/community/docs/DOC-12835 I have seen that page, but I didn't find anything relating to java web start. With glassfish it automatically provides a java web start link for you when you deploy your

[jboss-user] [JBoss Messaging] - Re: Problem using JBoss Messaging and JTS

2009-03-11 Thread debs
StackTrace : | javax.jms.JMSSecurityException: User null is NOT authenticated | at org.jboss.jms.server.jbosssx.JBossASSecurityMetadataStore.authenticate(JBossASSecurityMetadataStore.java:223) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at

[jboss-user] [Management, JMX/JBoss] - Re: Server is not Responding ( Jboss 4.2.3.GA with JDK1.5) a

2009-03-11 Thread vpraveen
Any solution to it ??? Me to face the same problem... Thanks in advance, Praveen V View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216934#4216934 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216934

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: server does not starts in opensolaris

2009-03-11 Thread IcarusDB
summary till now = 1) etc/hosts anonymous wrote : | mcr...@opensolaris-mcrose:/etc/inet# ls -al hosts | -rwxr--r-x 1 mcrose sys 1061 mar 10 17:01 hosts | mcr...@opensolaris-mcrose:/etc/inet# ls -al ../hosts | lrwxrwxrwx 1 root root 12 feb 25 16:10

[jboss-user] [JBoss jBPM] - cancel-event custom

2009-03-11 Thread gchanteb
Hi, I don't arrive to understand this part of the documentation (12.9, task timers): The special thing about timers for tasks is that the cancel-event for task timers can be customized. By default, a timer on a task will be cancelled when the task is ended (=completed). But with the

[jboss-user] [JBoss Messaging] - Re: Jboss-4.2.3 takes lot of time to load

2009-03-11 Thread ataylor
setting the timeout will have no effect since this only occurs when the messages are consumed. I'm afraid if you are going to produce lots of messages that aren't being received and you can't delete then you have to wait for the start up. once the messages are consumed this is no longer an

[jboss-user] [JBoss Messaging] - Re: Problem using JBoss Messaging and JTS

2009-03-11 Thread ataylor
check that the guest user and roles are in messaging-users.properties and messaging-roles.properties View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216945#4216945 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216945

[jboss-user] [JBossWS] - JAXRPCMetaDataBuilder throws Exception:

2009-03-11 Thread razshaar
I'm running on Jboss4.2.3. when starting the server getting the following warning from JAXRPCMetaDataBuilder.class: Cannot obtain fault type for element: {http://www.MySite.com}MyException. It seems that the everything works fine. Does anyone know the reason for such warn? View the original

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: server does not starts in opensolaris

2009-03-11 Thread IcarusDB
this is the hosts file anonymous wrote : mcr...@opensolaris-mcrose:/etc/inet# cat /etc/inet/hosts | # CDDL HEADER START | # | # The contents of this file are subject to the terms of the | # Common Development and Distribution License (the License). | # You may not use this file except

[jboss-user] [EJB 3.0] - Re: removalTimeoutInSeconds subsequent removal?

2009-03-11 Thread Protuhj
Ok -- I am getting frustrated over this, I have marked my remove function with @Remove and @PreDestroy and @PrePassivate, idleTimeoutSeconds is 5, removalTimeoutSeconds is 10, my members are transient. It first times out and passivates, and calls remove on the Proper SFSB. It then tries to

[jboss-user] [EJB 3.0] - Re: removalTimeoutInSeconds subsequent removal?

2009-03-11 Thread Protuhj
If I then make my removalTimeoutSeconds less than the idleTimeoutSeconds and just have @PreDestroy and @Remove on my method, it doesn't even call my remove function until the EJB deployment is redeployed View the original post :

[jboss-user] [JBoss Portal] - Login goes to a special page

2009-03-11 Thread itasous
Hi, When a user log, I want set a special page for this user. And, for another user, another page. How is it possible to do that ? Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216957#4216957 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Locking order when lockParentForChildInsertRemove == true

2009-03-11 Thread ksobolew
As I mentioned in comments to JBCACHE-1449, I have a test that started deadlocking in 3.x but worked fine in 2.x. It turned out that was a classic deadlock situation, of the kind taught in schools ;) Normally, when an operation needs to lock a node, it does so progressively from root to the

[jboss-user] [Performance Tuning] - Re: Profiling mode (TPTP) disabled

2009-03-11 Thread Andrechan
Thanks peter I've resolved when creating a new server I have to select Jboss/Jboss v4.2 instead of Jboss, a division of RedHat/Jboss AS 4.2 That's a reference image if someone has the same stupid problem http://img26.imageshack.us/img26/5928/immaginepvs.jpg View the original post :

[jboss-user] [EJB 3.0] - Re: removalTimeoutInSeconds subsequent removal?

2009-03-11 Thread Protuhj
this is the AppServer 4.2.3. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216965#4216965 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216965 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: Client Connection Delegate has Null state

2009-03-11 Thread clebert.suco...@jboss.com
ataylor wrote : i would suggest migrating to jboss 4.2.3. +1 If you really have to use JBAS 4.0.X at your client, you will have to play with classLoader isolations, and have all the JBAS 4.2 libraries on that isolated classLoader, in a way that your WEB/EAR application would behave as any

[jboss-user] [JBoss Tools (users)] - Re: JBossTools for solaris

2009-03-11 Thread IcarusDB
not so happy in the end :S I have problems with the VisualEditor, the page cannot be rendered I'm updating to 3.1.0.Alpha1-N200903110043-H24 from the trunk to see what happens View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216969#4216969 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Unable To Acquire Lock

2009-03-11 Thread nathanmesser
Have you tried turning on the following log4j logging to see what's happening with the transactions? org.jboss.cache.interceptors.TxInterceptor=TRACE (in our properties file that turns into log4j.logger.org.jboss.cache.interceptors.TxInterceptor=TRACE, JBossAppender) 3.0.2 did have a bug that

[jboss-user] [Installation, Configuration DEPLOYMENT] - Deployment error with JBoss 5.0.1 GA

2009-03-11 Thread -christian-
Hi, because JBoss 5.0 was filling ../server/default/tmp/vfs-nested.tmp with gigabytes of files, I upgraded to 5.0.1 GA. I'am using Eclipse 3.4.1 (WTP) and with JBoss 5.0 everything worked fine, but after changing to 5.0.1 deployment does not work. I'm quite new to JEE/JBoss so I don't really

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss 4.2.0 SSL Weak Cipher Suites Supported

2009-03-11 Thread thermo144
Hello, I have not had a ton of experience with JBoss and was recently scanning one of our new machines with Nessus and received the SSL Weak Cipher Suites Supported vulnerability. I found this website (http://blog.techstacks.com/2008/09/securing-ssl-in-tomcat-part-two.html#comment-form) that

[jboss-user] [JBoss jBPM] - Problem with BPEL pick activity

2009-03-11 Thread abcdefghijklmnop
I have a BPEL process with two operations. They are both inside a pick activity (distinguished by onMessage). The first operation works just fine. If I call the second operation right after starting the server it works aswell. However if I call it after calling the first one, it returns wrong

[jboss-user] [EJB 3.0] - Re: JSF, JSP with EJB3

2009-03-11 Thread PeterJ
Look at the books Core Servlets and JSPs and More Servlets and JSPs, both free downloads from http://books.coreservlets.com/ - they are somewhat dated, but they give many basics on servlet and JSP development. If you are just now getting into JSPs, I recommend that you avoid scriptlets

[jboss-user] [JBoss Tools (users)] - Re: How to create tables from classes

2009-03-11 Thread handro1104
Thank you very much. Setting to create in persistence.xml works. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216983#4216983 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216983

[jboss-user] [Management, JMX/JBoss] - starting, stoping web application

2009-03-11 Thread mikala
Hello All !!! I try to control web application - stop(), start() - on JBOSS 5.0.1. I can call stop() or start() on jboss.web.deployment:war=/www MBean in jmx-console, my www.war application starting or stoping. I wrote my MBeean: | @Service(name = WebAppController, objectName =

[jboss-user] [Management, JMX/JBoss] - Re: Which MBean should I monitor

2009-03-11 Thread PeterJ
This was discussed in an earlier post http://www.jboss.com/index.html?module=bbop=viewtopicp=4193837 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216992#4216992 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216992

[jboss-user] [Performance Tuning] - Re: Tuning the MaxThreadPool

2009-03-11 Thread PeterJ
That is not a valid mbean name. Do you mean, perhaps, the jboss.system:service=ThreadPool mbean? If that queue size is always zero, then you have enough threads to handle the incoming requests. By the way, blindly adding more threads to the pool does not guarantee better performance. Adding

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss classpath/classloader questions

2009-03-11 Thread PeterJ
Why not deploy the WAR as an exploded directory? Then when an updated standard WAR is deployed, the custom JARs in WEB-INF/lib would not be overwritten. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216994#4216994 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to detect stale Connections ?

2009-03-11 Thread PeterJ
Polling the DB with a separate thread is the only way I know of detecting this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216995#4216995 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216995

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-11 Thread asookazian
max.ander...@jboss.com wrote : what happens if you just type from Equipment ? | | the error you get is the hql parser in hibernate seeing something it doesn't understand... I get the following error. Is the HQL editor and Hibernate configuration compatiable with JPA? I'm assuming it is

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-11 Thread asookazian
Here's the entire Equipment class: package com.cox.bets.entity; | // Generated Oct 31, 2008 8:53:40 AM by Hibernate Tools 3.2.0.CR1 | | import java.util.Date; | import java.util.HashSet; | import java.util.Set; | | import javax.persistence.CascadeType; | import

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-11 Thread asookazian
hibernate-console.properties: | #File used by hibernate tools to override datasource and other container specific settings in persistence.xml | hibernate.connection.password=JavaTestAcct | hibernate.connection.username=_AppUser_JavaTestAcct |

[jboss-user] [JBoss jBPM] - New lines in XML process definitions

2009-03-11 Thread DavidPerez
I have this snippet of my process definition: | process-definition xmlns=urn:jbpm.org:jpdl-3.3 name= |start-state | transition to=trabajar/ |/start-state |node name=trabajar | action config-type=bean class=com.jobisjob.crawler.action.GoToUrlAction |

[jboss-user] [Beginners Corner] - JBoss AS 5 evaluation

2009-03-11 Thread GDX
All, I am looking at several different Java based application servers. I want to compare the various products and then suggest one or more based upon the information and any requirements. As well as provide documentation supporting the suggestion. Unfortunately, I cannot seem to find a

[jboss-user] [JBoss Portal] - Using Portal 2.7.1 + 4.2.3 AS Bundle on Windows XP - not s

2009-03-11 Thread rezensor
Hello, I'm evaluating JBoss Portal, or rather I would, if I could get it running. Here is what I receive after running the run.bat script: | 16:06:14,645 INFO [Server] Starting JBoss (MX MicroKernel)... | 16:06:14,645 INFO [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVN |

[jboss-user] [JBoss Cache: Core Edition] - Re: Locking order when lockParentForChildInsertRemove == tru

2009-03-11 Thread manik.surt...@jboss.com
Thanks for analysing this. Have you got a unit test that specifically recreates this? It should be simple enough to simulate if it is a classic deadlock as you say. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217004#4217004 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: New lines in XML process definitions

2009-03-11 Thread salaboy21
this is not a bug.. is like an standard behavior of the xml parser libraries... try using some encoded character to do that.. like \n.. This also depends on where do you wanna see this line break.. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217005#4217005

[jboss-user] [EJB 3.0] - Re: removalTimeoutInSeconds subsequent removal?

2009-03-11 Thread Protuhj
So I think I have a solution that works, but it seems like a hack. I have to set my idle timeout to less than the removal timeout, which is not what I wanted to do. I wanted it to just remove my bean as soon as it hit became idle. But since when you hit removalTimeoutSeconds it doesn't actually

[jboss-user] [JBoss Getting Started Documentation] - Re: call a web service from a web page

2009-03-11 Thread PeterJ
How are you constructing your web pages? Servlets with JSPs? JSF? Stripes? Tapestry? Something else? In any case, you have some Java class with code that is backing the web page - access the service from there. You still have not said which service you want to access. View the original post :

[jboss-user] [JBoss Portal] - Re: Using Portal 2.7.1 + 4.2.3 AS Bundle on Windows XP - n

2009-03-11 Thread prabhat....@jboss.com
What do you mean that you used Windows installer first? The best would be to get the JBoss Portal + AS zip from http://www.jboss.org/jbossportal/download/index.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217009#4217009 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Datasource connection timeout definition

2009-03-11 Thread ervilha
Hi all, I'm a newcomer to jboss. I'm using it in my work, and have tried to google this problem, but i haven't find any answer. I have found all kinds of timeout values for a data source, but no connection timeout value definition. So, i'm using JBoss 3.2.7, and i want to reduce the connection

[jboss-user] [JBoss Cache: Core Edition] - Re: JBCACHE 1025 question

2009-03-11 Thread manik.surt...@jboss.com
Failure to init the cache will mean that the cache is unusable. Are you using 1.4.1.SP4? If so the problem should be fixed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217011#4217011 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Exception while deploying Jboss Blog portlet : EntityMan

2009-03-11 Thread piergiorgiolucidi
Can you post on which SVN address have you checked out the source code? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217012#4217012 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217012

[jboss-user] [Beginners Corner] - Version of Tomcat in jboss 5.0.1

2009-03-11 Thread Joe77
How to find out the version of tomcat used in jboss5.0.1. I know that jboss5.0.1 is not coming with bundled tomcat, but with Jbossweb. And Jbossweb is using tomcat servlet engine. But I would like to know the version of tomcat servlet engine to see how the http session is handled on this.

[jboss-user] [JBoss Getting Started Documentation] - Re: call a web service from a web page

2009-03-11 Thread PeterJ
I finally read the title of your topic. I never read the titles, only the text of the message, so I was not aware you wanted to access a web service. Have you read the JBoss WS documentation? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217014#4217014 Reply

[jboss-user] [JBoss Portal] - Re: Using Portal 2.7.1 + 4.2.3 AS Bundle on Windows XP - n

2009-03-11 Thread rezensor
As I didn't expect Portal not being compatible to the windows installer version of JBoss, I already had the Windows Exe Binary (jboss-5.0.0.GA-jdk6) installed and working. After I found out that this version is not supported by JBoss Portal, I downloaded the JBoss Portal + AS Bundle (.zip),

[jboss-user] [JBoss Tools (users)] - Re: JBossTools for solaris

2009-03-11 Thread max.ander...@jboss.com
Hi, The reason the visualeditor does not work is that there is no xulrunner built for Solaris. So that is expected. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217018#4217018 Reply to the post :

[jboss-user] [JBoss Tools (users)] - workshop project: can't generate seam entities

2009-03-11 Thread asookazian
using JBDS 2.0.0.CR2 So I'm following step-by-step the instructions here: http://docs.jboss.org/tools/3.0.0.CR2/en/GettingStartedGuide/html_single/index.html#reverse_engineer_crud after having completed this:

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-11 Thread max.ander...@jboss.com
Looks like it does not pickup the entities. Is the project build so the classes are actually available on the classpath ? Have you tried rebuilding the console configuration ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217020#4217020 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: look up jndi problem

2009-03-11 Thread PeterJ
The name 'localhost' should always map to '127.0.0.1'. If it doesn't, most likely your hosts file is incorrect. Look in c:\windows\system32\drivers\etc\hosts. On my Vista box I have these entries (the first is for IPv4, the second for IPv6): 127.0.0.1 localhost | ::1

[jboss-user] [JBoss Tools (users)] - Re: workshop project: can't generate seam entities

2009-03-11 Thread max.ander...@jboss.com
There was a patch that did not make it into CR2; it is fixed in latest build. See https://jira.jboss.org/jira/browse/JBIDE-3880 You can fix your installation by replacing indentifier with identifier in the seamfp/seam-gen/view/edit.xhtml.ftl. (You can see the full patch in JBIDE-3880) View

[jboss-user] [JBoss Cache: Core Edition] - Re: Unable To Acquire Lock

2009-03-11 Thread greenbean
Sorry... the log seems to be too big to just paste in to the text field. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217028#4217028 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217028

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: server does not starts in opensolaris

2009-03-11 Thread PeterJ
Finally! The hosts file! The name of your machine is opensolaris-mcrose (based on the text of the cause by message), but that is not in the hosts file. I suggest adding it in, along with the the IP address of your machine (not 127.0.0.1). View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - jboss 5.x persitence.xml deploy problem

2009-03-11 Thread zlatko.jo...@gmail.com
Hi, I user jboss 5.0.1 and have problem with persistence.xml deployment. I had problem with ear application so I removed everythig from ear application and just put persistence.xml and jboss-ds.xml files in deploy directory and still get same error, there's no any strack trace before this

[jboss-user] [JBoss Tools (users)] - Re: workshop project: can't generate seam entities

2009-03-11 Thread asookazian
Ok thx! that worked, I have successfully revengr'd my entity classes. I am having the same problem as with my other project: foo is not mapped http://www.jboss.org/index.html?module=bbop=viewtopicp=4217020#4217020 The entity classes exist in src/main (org.domain.workshop.entity package). I

[jboss-user] [JBoss Tools (users)] - Re: JBossTools for solaris

2009-03-11 Thread IcarusDB
ok, thanks :) so, let's wait tic toc, tic toc, tic toc View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217035#4217035 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217035 ___

[jboss-user] [JBoss Tools (users)] - Seam Generate Entities should be more flexible

2009-03-11 Thread asookazian
I just ran Seam Generate Entities Wizard for the workshop demo app. I noticed that it essentially executes the 'seam generate' command which is described as follows in the seamfp\seam-gen\readme.txt : generate | Generate CRUD pages and controllers for an existing database |

[jboss-user] [JBoss Tools (users)] - Re: Seam Generate Entities should be more flexible

2009-03-11 Thread asookazian
worst case scenario we delete the unrequired files i guess... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217042#4217042 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217042

[jboss-user] [JBoss Tools (users)] - Re: workshop project: can't generate seam entities

2009-03-11 Thread max.ander...@jboss.com
so you got a *.class file in the classpath ? That sounds really weird ;( View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217043#4217043 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217043

  1   2   3   >