[jboss-user] [Beginners Corner] - Re: reading didn't help

2008-03-10 Thread hate_rtfm_rafb
double clicking the run.bat briefly opens console window and closes. Running from command line prints out 1 new line and from what I can tell, nothing happens. server.log isn't in the default folder. I only see conf, deploy, lib folders. I un-hid all hidden files/folders and still theres no se

[jboss-user] [Beginners Corner] - Re: reading didn't help

2008-03-10 Thread jaikiran
"hate_rtfm_rafb" wrote : double clicking the run.bat briefly opens console window and closes. Running from command line prints out 1 new line and from what I can tell, nothing happens. What is that one line? Can you please post it? View the original post : http://www.jboss.com/index.html?m

[jboss-user] [Beginners Corner] - Re: reading didn't help

2008-03-10 Thread jaikiran
Ok, i think the problem is with the JAVA_HOME setting. Can you move (copy/paste) the Java installation to maybe C:\Java\jdk1.6.0_05 instead of the current C:\Program Files\Java\jdk1.6.0_05? Then set the JAVA_HOME to: set JAVA_HOME=C:\Java\jdk1.6.0_05 and then start JBoss from the command line u

[jboss-user] [JBoss Portal] - Re: get UserModule via lookup exception

2008-03-10 Thread den74
if you are using a library method like me a working way is to open an identity session like described here http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115399 it works for me View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135201#4135201 Reply

[jboss-user] [JBoss AOP] - Re: Exception to invoke remote object when upgrade to jboss-

2008-03-10 Thread [EMAIL PROTECTED]
it a dangerous thing playing with cr/beta releases... :) nah kidding, from what we can see in our automated testes the code in svn should work without any problem on jboss 4.* with jdk5 (we have a few issues with jdk4 though). if you use jdk5 we would be very happy for a reproducable testcas

[jboss-user] [Clustering/JBoss] - Re: Strange error - accessing a jsp via load balancer (error

2008-03-10 Thread amit_kumar97400
I am also facing the same problem at loadbalancer machine, the error is inconsistent and comes when I refresh any page many a times quickly. The timeout for the application is though 5 minutes. Any clues? Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [JBoss jBPM] - Re: JBPM, Tomcat6 and Postgres8.2 issue

2008-03-10 Thread mputz
As Ronald already pointed out, without detailed information it's almost impossible to give proper advice. If you're experiencing problems, these are usually reflected in the logs, so it's always a good idea to have a look into these and report any exceptions you can find there. Right now, I wou

[jboss-user] [JCA/JBoss] - Re: 2 PersistenceUnits: Adding multiple last resources is di

2008-03-10 Thread baz
UPDATE: MySQl does support XA now You have to use mysql-connector-java-5.1.5 or newer for successful XA integration. I have copied the example script from docs\examples\jca\oracle-xa-ds.xml and adapted it to my needs. Now XA is running perfectly. Besides mysql we are using Oracle XE in our deve

[jboss-user] [JBoss jBPM] - Re: Problem with changing backend database to mysql

2008-03-10 Thread mputz
First, if you really want to use the datasource as defined in jbpm-ds.xml, you should alter hibernate.cfg.xml to resemble this: | | | | org.hibernate.cache.HashtableCacheProvider | java:/JbpmDS Next, do you have users in your database? What d

[jboss-user] [EJB/JBoss] - Re: J2EE application startup code?

2008-03-10 Thread f.baronti
Bounce View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135222#4135222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135222 ___ jboss-user mailing list jboss-user@lists.jboss.o

[jboss-user] [JBoss Portal] - Re: Auto-login on JBoss Portal

2008-03-10 Thread bdaw
You can consider integrating using tomcat valve. Read about CAS and JOSSO configuration in the Reference Guide and look at the source code: http://anonsvn.jboss.org/repos/portal/modules/identity/branches/JBP_IDENTITY_BRANCH_1_0/sso/src/main/org/jboss/portal/identity/sso/cas/ http://anonsvn.jboss.

[jboss-user] [EJB 3.0] - ORA-00904

2008-03-10 Thread Ceene
Hi I have a problem with my EntityBean but i don't know why. I hapoe somebody can help me. Ouput in the JBoss-Console | 10:43:14,296 WARN [JDBCExceptionReporter] SQL Error: 904, SQLState: 42000 | 10:43:14,296 ERROR [JDBCExceptionReporter] ORA-00904: Ungültiger Spaltenname | My Entit

[jboss-user] [EJB 3.0] - ORA-00904

2008-03-10 Thread Ceene
Hi I have a problem with my EntityBean but i don't know why. I hapoe somebody can help me. Ouput in the JBoss-Console | 10:43:14,296 WARN [JDBCExceptionReporter] SQL Error: 904, SQLState: 42000 | 10:43:14,296 ERROR [JDBCExceptionReporter] ORA-00904: Ungültiger Spaltenname | | |

[jboss-user] [EJB 3.0] - Re: ORA-00904

2008-03-10 Thread itsme
"user" is a reserved word for oracle. Just annotate your field user with something like | @Column(name="MyUser") | private String user; | Best regards /sandor/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135229#4135229 Reply to the post : http://w

[jboss-user] [JBoss jBPM] - Re: specify task time window

2008-03-10 Thread [EMAIL PROTECTED]
"aapthorp" wrote : Is there any interest in an iCalendar wrapper such as I've described? There certainly is interest for this. I would suggest a post on the designer forum to discuss this and/or a JIRA issue where you can attach code (unit test, implementation, example). Cheers, Koen View the

[jboss-user] [JBossWS] - Re: cannot be cast to java.lang.RuntimeException

2008-03-10 Thread [EMAIL PROTECTED]
Read about JDK 6 installation in the WIKI View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135232#4135232 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135232 ___ jboss-user ma

[jboss-user] [EJB 3.0] - Re: ORA-00904

2008-03-10 Thread Ceene
I have renamed my user-variable but know i get a new error-code | 11:29:59,093 ERROR [SessionFactoryImpl] Error in named query: LOV_USER.findByName | org.hibernate.QueryException: could not resolve property: nutzer of: tcejb.LOV_User [SELECT l FROM tcejb.LOV_User l WHERE l.nutzer = ?1 ] |

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools AS 1.0.0.GA update for JBoss 5 AS ?

2008-03-10 Thread [EMAIL PROTECTED]
the nightly builds should have it now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135238#4135238 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135238 ___ jboss-user mai

[jboss-user] [JBoss Tools (users)] - Re: howto change projects' database connection?

2008-03-10 Thread [EMAIL PROTECTED]
looking again on your stacktrace it looks like you have some additional characters in the driver classname - any chance you mistyped or have some weird encoding enabled on that file with the class name ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135240#4

[jboss-user] [JBoss Tools (users)] - Re: upgrade to WTP 2.0.2 breaks EAR deployment in JBoss Tool

2008-03-10 Thread [EMAIL PROTECTED]
we are still investigating this...I don't know why it started happening out-of-the-blue. I created http://jira.jboss.com/jira/browse/JBIDE-1862 for tracking it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135241#4135241 Reply to the post : http://www.jbo

[jboss-user] [EJB 3.0] - Re: ORA-00904

2008-03-10 Thread itsme
delete or alter the relevant table View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135243#4135243 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135243 ___ jboss-user mailing l

[jboss-user] [JBoss jBPM] - Re: Synchronising tasks finish-to-finish

2008-03-10 Thread [EMAIL PROTECTED]
"kukeltje" wrote : Glad to hear I'm an 'inspirator' You should start a sect, maybe they'll call you an 'instigator' than later :-P Cheers, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135218#4135218 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [EJB/JBoss] - transaction roll back and an error

2008-03-10 Thread raj_kollasseril
I am using Hibernate 3, Jboss 3.2.3 and mysql 5 I got a transaction roll back and an error which I donot really know what it is. Any hint or help is appreciated. Here is the error null; nested exception is: org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImpl [

[jboss-user] [JBoss Tools (users)] - JBoss Tools AS 1.0.0.GA update for JBoss 5 AS ?

2008-03-10 Thread dlmiles
Will there be an update soon to "JBossTools-AS" to include a JBoss 5 deployment adapter from the JBoss Server View ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135215#4135215 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [EJB 3.0] - Re: ORA-00904

2008-03-10 Thread Ceene
sorry for double posting please delete this posting!!! Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135228#4135228 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135228

[jboss-user] [JBoss Portal] - Re: get UserModule via lookup exception

2008-03-10 Thread nareshshah
Thankx for help.. it worked... after defining at jboss-portlet.xml... yourPortletName Required View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135227#4135227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135227

[jboss-user] [JBoss AOP] - Re: Exception to invoke remote object when upgrade to jboss-

2008-03-10 Thread avihaimar
Thanks for the answer. i spent a lot of time on it. Just take clean jboss4.2GA, run the ant script which provided by you in order to upgrade to aop2(CR4). than i try to call to my stateless from a java client and it failed with the attach error. I am suspecting that there is problem with the cl

[jboss-user] [JBoss jBPM] - Re: Less coding by custom nodes/jrules/etc...

2008-03-10 Thread [EMAIL PROTECTED]
"trouby" wrote : Well, the designer is not so easily extend able It is extendable, but indeed not that easily. - checkout the designer project; use the 3.1.x branch; instructions here: http://labs.jboss.com/jbossjbpm/gpd_sources/ - look at the plugin.xml for the different ESB node contributions I

[jboss-user] [JBoss Portal] - Re: JSF Portlet + IPC

2008-03-10 Thread shimonl97
Have same problem here. I have two portlet one JSF and the other regular portlet. I defined the listener on the regular portlet and try to change it based on submited value from the jsf portlet. The problem is that second portlet is fired but nothing is happened in the original jsf, the command

[jboss-user] [EJB 3.0] - Re: ORA-00904

2008-03-10 Thread Ceene
What? Why i should delete the table? I don't understand the meening of yout posting sorry. My English is not so good, please explain what you mean. What should i alter in the table? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135246#4135246 Reply to the po

[jboss-user] [JBoss AOP] - Re: Exception to invoke remote object when upgrade to jboss-

2008-03-10 Thread [EMAIL PROTECTED]
which version are you using on the client? but yes, try to use the same version on both the client and server. even though we are bytecode compatible with the older versions, there are a lot of new stuff. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135248#

[jboss-user] [JBoss Messaging] - clustered messages stuck on queues

2008-03-10 Thread dave_lund
There's a good chance that this could be related to: http://jira.jboss.org/jira/browse/JBMESSAGING-1245 Messages are getting 'stuck' in the database and I have to restart a single app server before these messages are delivered However, this problem only seems to happen very sporadically (around

[jboss-user] [EJB 3.0] - Re: ORA-00904

2008-03-10 Thread Ceene
| package tcejb; | | import javax.persistence.*; | | @Entity | @NamedQueries({ | @NamedQuery(name="LOV_USER.findByName", | query="SELECT l FROM LOV_User l WHERE l.nutzer = ?1 ") | }) | @Table(name="LOV_USER") | public class LOV_User implements java.i

[jboss-user] [JBoss jBPM] - Re: Problem with changing backend database to mysql

2008-03-10 Thread david_ling
Hi Martin, Yep, there's data in the database. Currently if I type that query, the result is manager. I have just uncommented the hibernate.connection.datasource and redeployed it, but it is still coming up with the same error. Thanks David View the original post : http://www.jboss.com/index

[jboss-user] [JBoss AOP] - Re: Exception to invoke remote object when upgrade to jboss-

2008-03-10 Thread avihaimar
I use in jbossall-client.jar , which is shipped with jboss4.2GA. This jars contain all jars needed for jboss client. what should i do if i run you ant script? how can i fix this jar? what should i fix? Thank you very much View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [EJB 3.0] - Re: ORA-00904

2008-03-10 Thread itsme
ok, first aof all, make sure your defined column name are not longer then 20 signs and your table name are not longer than 30 sign (this restriction belong to oracle). Then check out your created tables and make sure, your defined column name are reflected correct. If not and you can delete yo

[jboss-user] [JCA/JBoss] - Re: autocommit question

2008-03-10 Thread amit4uall
Thanks for your help. You diagnosed the problem correctly. I was calling commit() on the connection whose autocommit property was set to true. But I still have doubts regarding different application servers behaving differently for that same code(Is it so that only jboss checks the autocommit

[jboss-user] [JBossWS] - Re: cannot be cast to java.lang.RuntimeException

2008-03-10 Thread QkI
"[EMAIL PROTECTED]" wrote : Read about JDK 6 installation in the WIKI I was reading about installation on JDK6, but this solution didn't solve my problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135260#4135260 Reply to the post : http://www.jboss.com

[jboss-user] [JCA/JBoss] - Re: autocommit question

2008-03-10 Thread vickyk
"amit4uall" wrote : | But I still have doubts regarding different application servers behaving differently for | that same code(Is it so that only jboss checks the autocommit property?). I am not aware of how other AS take care of all this , we are adhering to the specs . You got to test th

[jboss-user] [JBossWS] - Re: webservice compiler error

2008-03-10 Thread [EMAIL PROTECTED]
The workaround is to copy/paste all jars from .sh scripts to your batch file that are not mentioned there. Or you can use SVN snapshot or wait for next release scheduled to the end of March where this is already fixed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBossCache] - FetchInMemoryState && InitialStateRetrievalTimeout

2008-03-10 Thread Sancheski
Hi guys I am facing a problem when trying to get the state from cache in a 2-clustered cache enviroment. What a I get from the node which is starting and trying to get the state from another node in the cluster is: 2008-03-10 11:01:20,630 WARN [org.jboss.system.ServiceController] Problem star

[jboss-user] [JNDI/Naming/Network] - non-JRMP server at remote endpoint

2008-03-10 Thread sathya81
Hi, I am trying to configure an OracleXA datasource , as per the docs, copied the oracle-xa-ds.xml in to the deploy folder and set the database parameters and when i start the server, i am being shown the above error. I get the same error when i tried with mysql-ds.xml too.. I have gooogled but

[jboss-user] [EJB 3.0] - Re: ORA-00904

2008-03-10 Thread Ceene
Thank you very much *smile* I had a mistake in my ColumnName(name="LOV_USR_STATUS") Now everything is ok. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135267#4135267 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JCA/JBoss] - Re: Stateless EJB calling WorkManager directly - legal?

2008-03-10 Thread vickyk
"gsniderJBoss" wrote : If a stateless EJB gets a JBossWorkManager (see code below) without going through an RA, should everything still work? | I am not able to understand why you are using the workmanager through the EJB , it should be used by the RA . It does not make any sense to me using t

[jboss-user] [JBoss Portal] - page to page communication

2008-03-10 Thread nareshshah
I have JBoss-portal 2.6.3 GA. how do i switch from pageA to pageB with few parameters ? I read chapter IPC(inter portlet communication for JBOSS portal V2.6) and i found topic 'Link to other pages '. But this does not says about how to pass parameters to second page(to page B). your help wi

[jboss-user] [Beginners Corner] - javax.el missing

2008-03-10 Thread Janson12
can someone help me with this please. i'm developing a web app on jboss 4.2.0 where i need the setActionExpression method (for a Richfaces PanelMenuItem) from the javax.el lib. Unfortunately it's not part of the jboss libs. does anyone know where to deliver it and add it? View the original post

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - deployment problem with CMP (1:n relation)

2008-03-10 Thread y0ur1
Hi, im using: - EJB21 - JBoss 4.2.2.GA - Java 1.5.0.14 I have a one-to-many relationship: Customer - Books, very straightforward. I keep getting the following error when i deploy my application: | org.jboss.deployment.DeploymentException: Configuration found in jbosscmp-jdbc.xml for relation

[jboss-user] [Messaging, JMS & JBossMQ] - Re: How to persist JMS message in the Oracle Database

2008-03-10 Thread afloom
I'm using 4.0.5, but it should be similar in 4.2.x. 1) A quick search: http://www.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQDB 2) I believe it's 'jms_messages'. 3) don't understand the question. 4) don't know. /Anders View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Delay in process runtime

2008-03-10 Thread lordbinky
The delay seems occur on "SSL entropy generator". I hope that helps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135283#4135283 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135283

[jboss-user] [Security & JAAS/JBoss] - Anything similar to Identity Assertor(Weblogic)/Trust Associ

2008-03-10 Thread sachinkhare10
Hi, I need to know if there is any functionality in JBoss or Tomcat similar to Weblogic's Identity Assertor/ IBM WAS's Trust Association Interceptor. Some docs suggests that this could be implemented using a custom valve. i have no idea of how this could be done. Is there any interface that can b

[jboss-user] [EJB 3.0] - Re: stateful session bean class not found exception

2008-03-10 Thread [EMAIL PROTECTED]
FYI - http://lists.jboss.org/pipermail/jboss-development/2007-June/009714.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135294#4135294 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135294

[jboss-user] [Messaging, JMS & JBossMQ] - InProcessMessageCount

2008-03-10 Thread rarondini
Hi all, I have been configured an message driven bean invoker-proxy-binding with 1 and 10. So.. when the server is loaded, the attribute InProcessMessageCount on jmx-console is with value equals to 11. What happens ?? View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Portal] - Re: page to page communication

2008-03-10 Thread [EMAIL PROTECTED]
page don't have parameters in 2.6.x, they will likely have in 2.7. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135302#4135302 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135302

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss 4.2.0, hibernate annotations being picked up

2008-03-10 Thread pixel
Thanks, it's parsing the files properly now. Just need to get the hibernate link working now :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135306#4135306 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135306 __

[jboss-user] [Clustering/JBoss] - Re: Strange error - accessing a jsp via load balancer (error

2008-03-10 Thread [EMAIL PROTECTED]
Not really. You might have better luck posting on the JBossWeb user forums here (http://www.jboss.com/index.html?module=bb&op=viewforum&f=50) or even better, on the Tomcat user mailing list at apache.org. The mod_jk gurus are more likely to see your question there. View the original post : h

[jboss-user] [JBoss jBPM] - Re: I want to use jBPM, but am concerned about issue backlog

2008-03-10 Thread [EMAIL PROTECTED]
It would be *very* nice if someone could help out with the 3.2.x issues. As Ronald told help assess, prioritize and eventually implement them. Could you start a topic on the jbpm developer's forum for this? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [EJB 3.0] - Re: Size of method-ready pool for SLSB (CreateCount/RemoveCo

2008-03-10 Thread grdzeli_kaci
i have the same problem, i there any idea ? did you resolve this problem jwcone ?? Regards, Paata View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135313#4135313 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135313 __

[jboss-user] [Security & JAAS/JBoss] - Re: Login problem with JAAS and sticky_session=false

2008-03-10 Thread toso.dario
No, I have no problem with load balancig and sticky session: Apache send request between two servers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135327#4135327 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=413532

[jboss-user] [Messaging, JMS & JBossMQ] - JMS_USERS table

2008-03-10 Thread bdamato
We're currently on JBoss 4.0.2 and we're preparing to use the JMS features. I've successfully moved from the Hypersonic database to our corporate sybase database and my demos are working as expected. My question is, what is the proper way to create new users, roles and subscriptions in the JMS_U

[jboss-user] [Beginners Corner] - Re: javax.el missing

2008-03-10 Thread Janson12
found libs, added libs, deployed and got following exception: Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener java.lang.LinkageError: loader constraints violated when linking javax/el/ExpressionFactory class View the original post

[jboss-user] [JNDI/Naming/Network] - Re: non-JRMP server at remote endpoint

2008-03-10 Thread jaikiran
Please post the entire exception stacktrace, the JBoss version and the Java version you are using. While posting the logs, remember to wrap the contents in a code block, using the Code button in the message editor window. View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss Portal] - "sendRedirect cannot be called after " with new portletbridg

2008-03-10 Thread avogt_sundn
I get the following exception with the new portletbridge 1.0.0.B 16:18:50,797 ERROR [STDERR] java.lang.IllegalStateException: sendRedirect cannot be called after setPortletMode/setWindowState/set | RenderParameter/setRenderParameters has been called previously | 16:18:50,797 ERROR [STDERR]

[jboss-user] [JBossCache] - Re: Concurrency issue in OrderedSynchronizationHandler (2.0.

2008-03-10 Thread fungrim
Brilliant. Thanks for the attention. I'll see if I'll have time later this week to give head a swirl. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135344#4135344 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135344

[jboss-user] [JBoss Portal] - Re: Looking for sample code - wsdl / Web service consumption

2008-03-10 Thread [EMAIL PROTECTED]
Please, can anybody help? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135345#4135345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135345 ___ jboss-user mailing list jboss

[jboss-user] [JBoss jBPM] - context variables not being persisted

2008-03-10 Thread mabogunje
I have jbpm set up using the in memory HSQL DB. I have written a simple unit test creating process variables on the context instance loke so : ProcessDefinition definition = jbpmContext.getGraphSession().getProcessDefinition(Long.parseLong(instanceTO.getTemplateId())); ProcessInstance instance =

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss 4.2.0, hibernate annotations being picked up

2008-03-10 Thread pixel
OK, I've got it working in a single jar. But as I understand it, I can't reference the PersistenceUnit from one jar in an EJB to another. Is this correct? This is my structure: | my-ear.ear | ---persistence.jar | --META-INF/peristence.xml | ---ejb.jar | --session-beans |

[jboss-user] [JBossWS] - Re: JBoss 4.0.4GA - Error generating Web Service Consumer co

2008-03-10 Thread kcp
Hi, I am notz sur eif you are using the version of JBossWS that ship with JBoss 4.0.4 or if you used an newer one, so I'm just guessing here. In some newer version of JBossWS the attribute that links to the wsdl was not called "file" any more. It's name was changed to "location". Hope, this he

[jboss-user] [Beginners Corner] - Re: reading didn't help

2008-03-10 Thread PeterJ
One thought, based on your description of what happens when your run run.bat. You might be running into the findstr issue (see http://wiki.jboss.org/wiki/Wiki.jsp?page=FindstrCommandNotFound). If that is the case, you can either follow the instructions provided in that link, or comment out thes

[jboss-user] [JBoss Portal] - Re: Looking for sample code - wsdl / Web service consumption

2008-03-10 Thread [EMAIL PROTECTED]
Chris already answered you: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133361#4133361 anonymous wrote : | | A portlet is a specialized web application. Almost anything you can do with a web application you can do with a portlet. In particular, this includes accessing a remot

[jboss-user] [JBoss jBPM] - Re: modelling worklows with parallel nodes

2008-03-10 Thread ffernandez
Sorry, but IMHO it cannot be possible due to database problems with transactions. The way I tried without success was the fork/join with async nodes. Yes, the nodes are executed at the same time by JobExecutor, but there was no way to synchronize the concurrent nodes. Regards View the origina

[jboss-user] [JBoss jBPM] - Movo to node

2008-03-10 Thread jagr
I've defined a process like this. | | | | | | | | | | | | | | | | | |

[jboss-user] [JBoss jBPM] - org.hibernate.SessionException: Session is closed! error on

2008-03-10 Thread chrisrjcox
Hi, I have an issue where I signal my token into the <> node at the end of a process, then get a message org.hibernate.SessionException: Session is closed! I have a class which signals a token to move the process from one <> to the <> node. The <> node has a action handler which is invoked

[jboss-user] [JBoss jBPM] - Re: modelling worklows with parallel nodes

2008-03-10 Thread kukeltje
If you have tasks it *is* possible... there 'just' seems to be an issue with concurrent async nodes in a fork/join View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135375#4135375 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Portal] - email to admin on user registration and activation confirm

2008-03-10 Thread den74
hi, i'm using - portal 2.6.4 boudled with jboss ap - oracle 9.2 i'm trying to costomize the "subscription-mode". I'd like the "jbp_identity_validation_approval_workflow" but i would also like to send an email to a specific user (an admin user) when the request arrive and another one to the use

[jboss-user] [JBoss jBPM] - Re: Movo to node

2008-03-10 Thread kukeltje
what happens if the value of "result of query" is explicitly true? if that fails, please make a unittest that I can cut and paste (in one file) to try it out View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135378#4135378 Reply to the post : http://www.jb

[jboss-user] [JBoss jBPM] - Re: context variables not being persisted

2008-03-10 Thread kukeltje
also close the context View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135384#4135384 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135384 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss jBPM] - Re: modelling worklows with parallel nodes

2008-03-10 Thread AJanz
ok. may be i am using tasks. but this does not still solve my problem i got a start node. from this point i want to deliever the workflow to three different users, each with different to do for the workflow, e.g. collect some information, make a phone call, create a document. how do i model this

[jboss-user] [JBoss jBPM] - Re: context variables not being persisted

2008-03-10 Thread mabogunje
Actually I am closing the context, here is the full code : JbpmContext jbpmContext = s_jbpmConfiguration.createJbpmContext(); try { ProcessDefinition definition = jbpmContext.getGraphSession().getProcessDefinition(Long.parseLong(instanceTO.getTemplateId())); ProcessInstance instance = new Process

[jboss-user] [JBoss jBPM] - Re: modelling worklows with parallel nodes

2008-03-10 Thread ffernandez
Excuse me, Please, could you put a processdefinition example for this task node usage? How can you make the synchronization process for "when all three they got their work done, the workflow will go to an end node"? Please any suggestion would be appreciated. Thanks in advanced. View the ori

[jboss-user] [JBoss jBPM] - Mistake with signalling

2008-03-10 Thread victorl
Hi All, I have the following sequence TaskNodeA -> TaskNodeB and TaskNodeA.taskOfA is set as no signalling (the checkbox signalling in designer is no checked) But when I make TaskNodeA.taskOfA.end() the action handler set for TaskNodeB.taskOfB is called. Is it correct ? TaskNodeA.taskOfA is set

[jboss-user] [JBoss Tools (users)] - Re: howto change projects' database connection?

2008-03-10 Thread daveyx
oh my lord, thanks max, now i can see it too :-( my fault: i copied the hibernate.dialect-propertyline from a internetpage in my browser to jboss tools, but eclipse showed the right syntax without any weird characters i copied the line to a console an that gave me the following: | org.hiber

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Tomcat 6 + Seam 2.0 + Hibernate - Cannot find datasour

2008-03-10 Thread billevans
Thank you, jaikirin... I have fiddled with these names, adding & removing prefixes to no avail. This is what my log tells me: 2008.03.10 10:10:25,176 DEBUG [Configuration] show_sql=true 2008.03.10 10:10:25,176 DEBUG [Configuration] dialect=org.hibernate.dialect.MySQLDialect 2008.03.10 10:10:25,

[jboss-user] [JBoss Portal] - SVN Project Preferences File Incorrect

2008-03-10 Thread arnieOag
The preferences file referenced by this article (http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingEclipse) is wrong. File http://anonsvn.jboss.org/repos/portal/ trunk/build/ide/eclipse/3.2/team/anonymous-projectSet.psf references directories that are not present on the SVN server. What I found is:

[jboss-user] [JBoss Portal] - Re: SVN Project Preferences File Incorrect

2008-03-10 Thread arnieOag
build.xml - main throws error: C:\Dev\ProjectsPortal\tools\etc\buildfragments\buildmagic.ent:152: taskdef A class needed by class org.jboss.portal.common.junit.ant.ConfigurableJUnitTask cannot be found: junit/framework/TestListener View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBossWS] - Compile errors with wsconsume generated source

2008-03-10 Thread earniedyke
Greetings all, I am trying to use wsconsume to generate the artifacts for a very simple web service (see wsdl below). Here are the results of executing the command: C:\JBoss\jboss-4.2.2.GA\bin>wsconsume -k -p org.ebsinc.adalert.ws -o c:\ebs\work | spaces\ws-adalert\adalert-service\src -s c:\e

[jboss-user] [JBoss jBPM] - Re: I want to use jBPM, but am concerned about issue backlog

2008-03-10 Thread rsdickerson
Ok. I'll start a topic on "Design of JBoss jBPM" to discuss 3.2.x issue tracking. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135408#4135408 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135408

[jboss-user] [JBoss Portal] - Re: How to build custom User/Role/UserProfile/Membership Mod

2008-03-10 Thread arnieOag
Thanks for the reply, but the psf file for Eclipse is broken (there is no /portal/trunk on the server). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135413#4135413 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135

[jboss-user] [EJB/JBoss] - EJB cannot be Bound

2008-03-10 Thread allanrj
Hi everyone I deployed application and i got below log on my server, my doubt is the ejb SitesSB (a session bean) i can look up or not ? I didnt understand this message: SitesSB cannot be Bound, doesn't have local and local home interfaces | 2008-03-10 14:25:10,860 DEBUG [org.jboss.ejb.EjbM

[jboss-user] [JBossCache] - Re: locking & CacheSPI

2008-03-10 Thread mircea.markus
anonymous wrote : When our application decides to write to the cache, it needs to check what's already at the node that's there, and then depending on what it finds, it may choose to put the new object in the cache in the same node, or it may decide not to. It's important that a different thread

[jboss-user] [JBossCache] - Re: Define CacheLoader for different Regions

2008-03-10 Thread mircea.markus
This shouldn't be too hard to implement, though. You can extend cache loader with a custom one, which would filter request and delegate to JDBCCacheLoader when needed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135424#4135424 Reply to the post : http://

[jboss-user] [JBoss Portal] - Re: How to build custom User/Role/UserProfile/Membership Mod

2008-03-10 Thread arnieOag
I'm trying to download the code base for the portal so I can eventually code and test my replacement modules for the ones listed at the top of this thread. The eclipse PSF file references directories that aren't under the SVN path. The line: has a path (http://anonsvn.jboss.org/repos/portal/)

[jboss-user] [JBoss Portal] - Re: How to build custom User/Role/UserProfile/Membership Mod

2008-03-10 Thread [EMAIL PROTECTED]
"arnieOag" wrote : Thanks for the reply, but the psf file for Eclipse is broken (there is no /portal/trunk on the server). | | what code are you looking for ? the code we are using right now for the next version is 2.7 and can be found in branch 2.7 : http://anonsvn.jboss.org/repos/porta

[jboss-user] [JBoss Portal] - Re: How to build custom User/Role/UserProfile/Membership Mod

2008-03-10 Thread [EMAIL PROTECTED]
Identity is a module by itself and codebase is separate from main portal code. You can check out the code from http://anonsvn.jboss.org/repos/portal/modules/identity/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135431#4135431 Reply to the post : http://w

[jboss-user] [JBoss Portal] - Re: How to build custom User/Role/UserProfile/Membership Mod

2008-03-10 Thread arnieOag
I understand that, I can pull that down w/o issue (assuming /modules/identity/trunk) is what I need. But when I go to http://anonsvn.jboss.org/repos/portal/branches/JBoss_Portal_Branch_2_7/ and drill down to http://anonsvn.jboss.org/repos/portal/branches/JBoss_Portal_Branch_2_7/build/ide/ecli

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JEMS installer 1.2.1GA headless install fails

2008-03-10 Thread gjeudy
Hi, I failed to run JEMS installer 1.2.1 headless install under solaris sparc 5.8 for jboss 4.2.2 installation. The cmd: java -jar jems-installer-1.2.1.CR4.jar -installGroup default -installPath=/export/home/jboss-4.2.2 The VM dump: # | # An unexpected error has been detected by

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Oracle prepared statement with cursors fails with Datasource

2008-03-10 Thread jwinterf
>From a servlet in JBoss 4.05GA, we are trying to access an Oracle 10g database >and execute a PreparedStatement that uses cursors for sub-results. The point is to use this result to build an xml document through an OracleXMLQuery. The libs are ojdbc14, xsu12, xmlparserv2, versions 10.2.0.2 The

[jboss-user] [JBoss Tools (users)] - JBoss Tools using Latest Seam

2008-03-10 Thread sandman202
When will JBoss Tools be updated using the latest Seam version? It looks like it is only using v1.2 Also, if a project is created using the seam-gen (outside Eclipse), is there a way to let JBoss-Tools know this, in order to use the Seam tools inside Eclipse? I am assuming that the project ->

[jboss-user] [JBoss AOP] - Re: Exception to invoke remote object when upgrade to jboss-

2008-03-10 Thread [EMAIL PROTECTED]
I am not 100% sure, but I believe it is related to this problem. We are doing another release this Friday http://jira.jboss.com/jira/browse/JBAOP-517 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135457#4135457 Reply to the post : http://www.jboss.com/inde

[jboss-user] [Installation, Configuration & DEPLOYMENT] - startup jvm memory config suggestions

2008-03-10 Thread jschneider
Version: 4.0.5 GA OS: Linux Red Hat Enterprise We started getting PermGen errors on one of our servers. Before digging in to understand what this meant, my knee-jerk reaction was to just add more memory. We increased from 4GB to 8GB. After digging in to PermGen more (reading until my eyes gloss

[jboss-user] [JBossWS] - Yet another WS-Security question ...

2008-03-10 Thread viniciuscarvalho
Hello there! I'm using JBoss 4.2.1.GA with JBoss WS Before one can point, I've already read: http://jbws.dyndns.org/mediawiki/index.php?title=User_Guide#WS-Security http://www.jboss.com/index.html?module=bb&op=viewtopic&t=105580&postdays=0&postorder=asc&start=10 http://jbws.dyndns.org/mediawiki/

  1   2   >