[jboss-user] [Beginner's Corner] - Re: Installation Jboss AS 5 for jdk6 failed....

2009-10-21 Thread jaikiran
You probably haven't set the JAVA_HOME variable to point correctly to the JDK? What does echo %JAVA_HOME% print when run from the same command prompt? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261638#4261638 Reply to the post : http://www.jboss.org/

[jboss-user] [Beginner's Corner] - Installation Jboss AS 5 for jdk6 failed....

2009-10-21 Thread rkidd
All attempts to run run.bat fail and result in this statement printing out to the screen: "Calling C:\jboss\bin\run.con.bat" I'm brand new at this so I followed this tutorial: http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Installation_And_Getting_Started_Guide/5/html/in

[jboss-user] [Beginner's Corner] - Re: 'table does not exist' error after changing default data

2009-10-21 Thread jaikiran
Bob, Thank you for letting others know about these steps. Feel free to add/edit to wiki any of such relevant information so that it will be easily available to others. As for JBoss Messaging in AS-5 and the steps to change the default DB, there's a wiki here http://www.jboss.org/community/wiki

[jboss-user] [jBPM Users] - Re: JBPM3.2 :: Reassign Task to another User

2009-10-21 Thread Sunay
"kukeltje" wrote : Can anyone answer this? My answer would be: | | Yes there is | | But that is probably not what the original poster wants to hear. Thanks for the Prompt Reply, After googling i found the way to reassign work to the actor. Once again thanks View the original post :

Re: [jboss-user] JAVA_HOME is not set. Unexpected results may occur.? JBoss

2009-10-21 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=45643 Posted on behalf of a User You must make sure your JAVA_HOME is not in variable enviroment but in system enviroment . The other thing is when you install jdk they say you should difine the directory C:\Program Files\Java\jdk1.5.0_14\jr

[jboss-user] [EJB 3.0 Users] - EJB Injection into Managed bean returns NullPointerException

2009-10-21 Thread ebross
EJB Injection and NullPointerExcception Development tools: --- Linux Java 6.x JSF 1.2 richfaces-ui-3.3.1.GA JBoss 5.1.0.GA Liferay-5.2.3 Outline: When EJB Stateless bean is injected into JSF/RichFaces managed bean and ran, the result is NullPointerException. I have tried using one o

[jboss-user] [jBPM Users] - Re: Querying Against Process Variables

2009-10-21 Thread rmoskal
No worries. businesskey, that was the key search term. So now hopefully we have a clearer connection between the two concepts. There were a few posts and that showed some hsql that worked with the TaskInstance class from 3.x. But no joy with the new 4.o domain objects. I see that we can get t

[jboss-user] [Clustering] - Re: Failure when cleaning up HTTP Session in JBoss AS Cluste

2009-10-21 Thread RichardTaylor
Just to clarify, we saw this issue twice, both within two hours. The following lines might help describe what happened in terms of which servers got caught up in the problem. Just want to communicate that it was a different session each time, but in each failure, two servers were trying to cle

[jboss-user] [Clustering] - Re: Failure when cleaning up HTTP Session in JBoss AS Cluste

2009-10-21 Thread RichardTaylor
After looking closer at the logs, the exceptions were being logged every 10 seconds, not in a tight loop like I had originally thought. It felt like a tight loop while watching two production servers throw new errors ;) So it appears that it was a single session that got corrupted and the Con

[jboss-user] [Beginner's Corner] - Re: 'table does not exist' error after changing default data

2009-10-21 Thread bwalker55
Update for jBoss 5.1 The instructions for moving messaging/JMS/persistance to a database other than HSQL(example below is Oracle) on jBoss 5.1 are: 1) remove file server/xxx/deploy/messaging/hsqldb-persistence-service.xml 2) copy docs/examples/jms/oracle-persistance-service* to server/xxx/dep

[jboss-user] [Clustering] - Re: Failure when cleaning up HTTP Session in JBoss AS Cluste

2009-10-21 Thread bstansbe...@jboss.com
You can experiment a bit to try to figure out what the problem attribute is. On your classpath you'd need to have jboss-ha-client.jar and jboss-ha-server-api.jar (found in $JBOSS_HOME/common/lib) as well as jboss-common-core.jar and jboss-logging-spi.jar (found in $JBOSS_HOME/lib). Then, in pse

[jboss-user] [Clustering] - Re: Failure when cleaning up HTTP Session in JBoss AS Cluste

2009-10-21 Thread bstansbe...@jboss.com
The core issue here is to figure out the cause of the java.io.OptionalDataException. What's being deserialized here is a value object your application is putting into the session via setAttribute(). The handling of this by the AS could certainly be better. 1) When the deserialization failure oc

[jboss-user] [JBoss Web Services Users] - Re: jbossws - DOM vs SAX

2009-10-21 Thread richard.opa...@jboss.com
JBossWS doesn't provide input stream hooks where you could check message size. Maybe tomcat can do it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261596#4261596 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261596

[jboss-user] [Clustering] - Re: Failure when cleaning up HTTP Session in JBoss AS Cluste

2009-10-21 Thread bstansbe...@jboss.com
Please clarify what you mean by "went into a loop." I want to make sure what you saw happen is what I think would happen. What I think is: 1) The ContainerBackgroundProcessor runs every 10 seconds. 2) When it operates on JBossCacheManager it loops through a set of passivated sessions to see if

[jboss-user] [jBPM Users] - Re: JBPM3.2 :: Reassign Task to another User

2009-10-21 Thread kukeltje
Can anyone answer this? My answer would be: Yes there is But that is probably not what the original poster wants to hear. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261593#4261593 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[jboss-user] [jBPM Users] - Re: identities from LDAP example pls!

2009-10-21 Thread kukeltje
In jBPM4 the identity service is much more plugable. A search in google resulted in https://jira.jboss.org/jira/browse/JBPM-2172 This gives you some hints on the status, in combination with some hints on where to look at the sourcecode as an example. And yes, it was kind of sarcastic since you

[jboss-user] [JBoss Web Services Users] - Re: jbossws - DOM vs SAX

2009-10-21 Thread urandom
I agree with you that dom is a better choice, on the whol you shouldn't send big data via ws. But, what is going to happen when somebody sends to my jboss-ws big request ? He may invoke the OutOfMemoryError and the jvm will go down. Can I set maximum size of request in jboss-ws or tomcat? Vie

Re: [jboss-user] [Installation, Configuration & Deployment] Can't find jbossweb-service in the Maven repository

2009-10-21 Thread Antonio Goncalves
Thanks, I've posted it to the forum Antonio 2009/10/19 Stephen Davidson > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Antonio. > > It looks like you sent this to the JBoss User Mailing list, rather than > the Forums. Is this correct? If so, you might want to try the Forums, > as the

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - Taskform ( Task Variable )

2009-10-21 Thread kukeltje
It is not a bug, it is something that is not implemented afaik. The Forum of the bpm console is a better place to ask I think. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261589#4261589 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[jboss-user] [Clustering] - Every Call to any method in SFSB takes 60 Sec in clustering

2009-10-21 Thread maheshb
Hi I have facing following issue in Stateful Session Bean (Clustering). Happens when using jboss instance for some time 1. SFSB.create(); // no wait 2. SFSB.ABC() ; // waits / takes 60 sec 3. SFSB.XYZ(); // waits / takes 60 sec 4. SFSB.remove(); // waits / takes 60 sec After I restar

[jboss-user] [jBPM Users] - Re: Querying Against Process Variables

2009-10-21 Thread kukeltje
"rmoskal" wrote : Ronald: | | You could interpret more charitably. I have indeed searched the forums and the length and breadth of the internet Next time, mention this. Nothing from your post gives me the intention you did. And since I'm pretty sure it has been discussed before multiple t

[jboss-user] [Beginner's Corner] - Re: 'table does not exist' error after changing default data

2009-10-21 Thread bwalker55
Thanks for the response. I think I'm getting there. JBoss version is 4.2.3 on server in question. For information on changing the default datasource, I used the Installation and Getting Started Guide. http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Installation_And_Getti

[jboss-user] [jBPM Users] - Re: JpdlProcessDefinition cannot be cast to java.util.List

2009-10-21 Thread bwestrich
Actually, I ran into one of these errors just now (java.lang.ClassCastException: org.jbpm.jpdl.internal.model.JpdlProcessDefinition cannot be cast to j ava.util.List) and clearing the database didn't solve it. Digging a little deeper, it looks like (at least when a model is deployed in a JUni

[jboss-user] [JBoss Portal Users] - Re: Portal giving way to GateIn

2009-10-21 Thread thomas.he...@jboss.com
No, all development efforts are going in the GateIn project and the EPP5 product, no new feature should be expected in JBoss Portal. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261565#4261565 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[jboss-user] [JBoss Portal Users] - Re: Portal giving way to GateIn

2009-10-21 Thread dgodbey
Will JBoss Portal be released for AS 5.x? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261560#4261560 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261560 ___ jboss-user ma

[jboss-user] [Clustering] - Failure when cleaning up HTTP Session in JBoss AS Cluster?

2009-10-21 Thread RichardTaylor
Let me know if this should be posted somewhere else. JBoss 5.1.0 JBoss Cache 3.2.1 Three servers in cluster, HTTP Session replication, UDP, total replication, passivation enabled We recently rolled out two changes to our system, HTTP Session passivation and an upgrade to JBoss Cache 3.2.1. The

[jboss-user] [jBPM Users] - Re: JpdlProcessDefinition cannot be cast to java.util.List

2009-10-21 Thread bwestrich
Usually when I've gotten this error I can resolve it by deleting all the process definitions that are in my database, then redeploying the process definition. Possibly I had an old process definition in my database that refers to a Java class that no longer exists? Not that this fix is practi

[jboss-user] [MQ] - JmsXA and remote queues

2009-10-21 Thread rlamie
Env : JBoss 4.2.3, JbossMQ shipped with Jboss 4.2.3 Hi all, I have a pretty simple question, but dont manage to find the solution through google/forum searchs. Inside an MDB, I need to enlist the sending of JMS messages in a JTA transaction. The queue is a remote queue located on another JBossM

[jboss-user] [jBPM Users] - Re: [JBPM 4] Process variable

2009-10-21 Thread sebastian.s
I am not very proficient in this field but my hint would be to take a look at jbpm.variable.types.xml. In the source I even read something about a user configuration file so there should be no need to change the file shipped with the distro. View the original post : http://www.jboss.org/index.

[jboss-user] [jBPM Users] - Re: JpdlProcessDefinition cannot be cast to java.util.List

2009-10-21 Thread sebastian.s
How does the process definition look like? For me this is somehow not enough information to help you. I encountered this problem already when browsing process definitions with the console and I had java classes referenced in the process definition which were missing in the classpath. View the o

[jboss-user] [JBoss Messaging Users] - jboss-messaging-1.4.5.GA and JBoss AS 5.1

2009-10-21 Thread mhossein
Hi: Does JBM 1.4.5 work with JBoss AS 5.1? I know that JBM 1.4.4 didn't. Based on JBM 1.4.5's user guide, it requires JBoss Remoting 2.2.3.SP1, which doesn't work with JBoss AS 5. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261540#4261540 Reply to the

[jboss-user] [Clustering] - Re: Cluster invocation error

2009-10-21 Thread bstansbe...@jboss.com
What's the call pattern? Were the other nodes up and available when the client dowloaded the ejb proxy from JNDI or last invoked on it? (Last == the time before the call that failed). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261539#4261539 Reply to the

[jboss-user] [jBPM Users] - Re: Jbpm/MySQL not working on linux, but fine on Windows

2009-10-21 Thread roger0681
I'm not running JBPM on MySQL, but once I had a similar problem. I solved it not by renamig tables, because I didn't know if they were called using different caps from different modules (obviously, it wasn't using Hibernate), but by using Mysql Proxy. In it I wrote a script that replaced table

[jboss-user] [Installation, Configuration & Deployment] - Re: Related to EJB Deployment in JBoss

2009-10-21 Thread jaikiran
Each one of the "all", "default", "minimal" etc... server configurations provide a different set of functionalities. "all" has clustering features and is a superset of the other configurations. "default" has all the services (like EJB support) without the clustering services. So usually, it's t

[jboss-user] [jBPM Users] - Re: [JBPM 4] - Process Definition

2009-10-21 Thread sebastian.s
AFAIK you can create process definitions programmatically. I just don't recall if they're based upon jPDL or PVM. Look it up in the javadocs. Should be there. Regarding creating a process definition file (I am not sure about your question) you should accomplish this on your own by using some XML

[jboss-user] [Installation, Configuration & Deployment] - Related to EJB Deployment in JBoss

2009-10-21 Thread sui_kiun
Hi all, I just installed JBoss Application Server 5.1.0 GA. I had google around and found out that I need to put the ejb.jar into /server/deploy directory. But currently, I am having following folder under /server: \server\all\deploy \server\default\deploy \server\standard\deploy \server\minim

[jboss-user] [Security] - Error using DatabaseServerLoginModule

2009-10-21 Thread KeithHenn
Hello Here is a bit of the relevant code I'm using: web.xml | constraint1 | /index.jsp | GET | POST | | FORM | myrealm | | /login.jsp | /loginFailure.jsp | | jboss-web.xml java:/jaas/marsPolicy login-co

[jboss-user] [JBoss Portal Users] - Re: Portal giving way to GateIn

2009-10-21 Thread thomas.he...@jboss.com
EPP is the productized version, this is the ready for prime-time version. The current version is Enterprise Portal Platform 4.3 which embeds EAP 4.3 http://www.jboss.com/products/platforms/portals/ Next EPP will be running on EAP 5, it will depend on your delivery date. You should contact our sa

[jboss-user] [jBPM Users] - [JBPM 4] - Process Definition

2009-10-21 Thread mike_burton
Hi I am new to jBPM. Is there any way to create process definition programactilly without using designer tool. Also is it possible in jBPM to maintain different versions of process definition. Thanks in advance for your valuable reply... View the original post : http://www.jboss.org/index.htm

[jboss-user] [JBoss Portal Users] - Portal giving way to GateIn

2009-10-21 Thread dgodbey
We are in the process of deploying a new Jboss Portal for a customer. We want to install AS 5.1, but notice that portal is not supported on 5.1. Is this because Jboss is moving its portal work to GateIn? Should we focus on GateIn for this customer? Is GateIn ready for prime time? Or should we

[jboss-user] [Clustering] - Re: Cluster invocation error

2009-10-21 Thread mohitanchlia
We are on AS 4.2. But all other targets are up at that point and they are in the cluster. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261516#4261516 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261516

[jboss-user] [jBPM Users] - [JBPM 4] Process variable

2009-10-21 Thread czujnik
=== Environment == - jBPM Version : 4 - Database : Oracle 10g XE - JDK : 1.5 - Container : standalone App - Configuration : standard JBPM 4, changed jbpm.hibernate.cfg.xml, added line for Hibernate entity mapping class: [jboss-user] [Beginner's Corner] - Re: Migrate from Jboss 4.2.2GA to 5.1.0GA - HELP!
That was exactly my problem - I had to change something in the persistence.xml. Thanks a lot! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261487#4261487 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261487

[jboss-user] [Persistence] - Re: How to use 2 different Oracle drivers in same server?

Thank you for the reply, we followed the advice in the link you posted and it all works fine. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261486#4261486 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261486

[jboss-user] [JBoss Web Services Users] - JBOSS CXF + Eclipse 3.5 Galileo

Hi All, I am new to JBoss CXF. I downloaded CXF version from JBoss website.I followed the installation instruction and successfully completed. Now I want to know how to use JBoss CXF Web-Service in new dynamic Web project.I have another Question What is the flavor that JBoss Tools incud

[jboss-user] [JBoss Messaging Users] - Re: Message History Survive a Restart?

No this is not possible. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261473#4261473 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261473 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Messaging Users] - Message History Survive a Restart?

Is it possible to configure the message counters for a queue so that they survive a restart? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261469#4261469 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261469 _

[jboss-user] [JBoss Portal Users] - URL is not valid and cannot be loaded.

I've tried to add my own google gadget to JBOSS Portal! When the portal is loaded the upper warning message appears. When I click "OK" the gadget's caption is shown but there is no content in it. Could anybody help me? Best regards, flokay View the original post : http://www.jboss.org/index.ht

[jboss-user] [Security] - Re: ejb not validating user role at session bean methods + J

I configured my log4j with the details, but did not receive any log of concern.. - My login-config.xml snippet is given below defaultuser true

[jboss-user] [jBPM Users] - JBPM3.2 :: Reassign Task to another User

Hello All, I am new to JBPM, is there anyway to reassign the task to the another User Please Reply asap. Thanks & Regards Sunay Shah View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261438#4261438 Reply to the post : http://www.jboss.org/index.html?module=bb

[jboss-user] [jBPM Users] - Re: identities from LDAP example pls!

Well, if your question about version was not sarcastic then I answer: 4.1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261430#4261430 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261430 _

[jboss-user] [jBPM Users] - Re: identities from LDAP example pls!

I googled that people trying own identity systems with jBPM even 2 years ago ( example: http://jelmer.jteam.nl/2007/10/08/extensibility-jbpm-style/ ). jBPM doc mentions about it and its config files seems to be prepared to configure this. Just wandered if you have any example. I cannot synch hun

[jboss-user] [jBPM Users] - JpdlProcessDefinition cannot be cast to java.util.List

=== Environment == - jBPM Version : 4.1 - Database : oracle - JDK : 1.6 - Container : which Java version are you using? use 'java -version' to find out - Configuration : no - Libraries : no === Process == none === API ===

[jboss-user] [Security] - Re: Caller unauthorized on using a ejb3 statetlesssessionbea

Hi Michael, glad you solved your problem. That was a nasty "bug" ;-). If you see a chance that JBoss might error check this condition, you might raise a JIRA issue. But it happened in your custom login module, didn't it? So maybe no JBoss error ;-)? Best regards Wolfgang View the original po

[jboss-user] [Security] - Re: Caller unauthorized on using a ejb3 statetlesssessionbea

Hi Wolfgang, yes I've enabled the security layer debugging. There is no more output on my JBoss then that waht I've posted already. I don't know what you have expected. After trying a simple Servlet application with WebAuthentication as described in the blog, the same error "Caller unauthorized

[jboss-user] [Security] - Re: ejb not validating user role at session bean methods + J

Hi, do you have "@RolesAllowed" annotations on your bean class? Post the snippets of bean declarations and the relevant XML file parts. You might activate logging of the security layer (see sticky post "FAQ", question 4) to check whether your login config is working as expected. Best regards

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - Taskform ( Task Variable )

Since I don't really use taskforms I don't know. Have you searched the forum and JIRA for an issue like this? If you come to the conclusion this is a bug fill a JIRA issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261403#4261403 Reply to the post : ht

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - Taskform ( Task Variable )

Anybody who can guide me in this ? It seems that this is a bug which should be raised in JIRA. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261400#4261400 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261400 ___