[jboss-user] [JBoss jBPM] - Nothing is saved into PROCINST_ and VERSION_ column of JBPM_

2008-03-02 Thread ganesh7582
Hi, when i am trying to call token.signal, its giving an error that VERSION_ column should not be null, then i chaned the database and removed not null constraint for all VERSION_ columns in all tables, now for both VERSION_ and PROCINST_ column nothing is saving when i called

[jboss-user] [JBoss/Spring Integration] - Re: JBOSS5 + Spring Deployer version confusion

2008-03-02 Thread alesj
dlmiles wrote : | The point I was getting at, is that no deployer should mindlessly attempt to deploy all files it finds at any nesting depth ending in *-beans.xml. | It is not. Like I said, only those that are in metadata path. See StructureDeployers for more info. dlmiles wrote : |

[jboss-user] [JBoss Messaging] - New messaging blog

2008-03-02 Thread timfox
I have started a new messaging blog here http://jbossfox.blogspot.com :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133487#4133487 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133487

[jboss-user] [JBoss Portal] - LDAP and Virtual Portals

2008-03-02 Thread gluk
Hi, all Is there a way to make different virtual portals running on the same jBoss portal use different LDAP OUs for users and roles so that portals have totally independent set of users? Thanks. View the original post :

[jboss-user] [JCA/JBoss] - Re: Can

2008-03-02 Thread vola
Ok. Thanks alot for your advice. I will try these. ^^ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133491#4133491 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133491 ___

[jboss-user] [Beginners Corner] - error on accessing a web-service

2008-03-02 Thread Fugee47
Hello, i have an ejb which contains following java-class JBossEJBWS.java package org.me.ejbwss; import javax.jws.WebMethod; import javax.jws.WebService; import javax.ejb.Stateless; @Stateless @WebService public class JBossEJBWS { private String message = new String(Hello, );

[jboss-user] [Clustering/JBoss] - Re: Using mod_jk in AS 4.2.1.GA

2008-03-02 Thread [EMAIL PROTECTED]
No, there's no documentation on 5.0 yet. If you add a jvmRoute in server.xml, the server will assume UseJK is true as global default. So, typically no need to set it. The global default can be overridden on a per-webapp basis in jboss-web.xml: | replication-config |use-jkfalse/use-jk

[jboss-user] [JBossCache] - Re: JBossCache, POJO Cache, Hibernate, field replication - h

2008-03-02 Thread [EMAIL PROTECTED]
That's 3 questions. :-) Answered in order: 1) Yes, that's PojoCache's primary benefit. 2) No, it isn't. 3) A bit of both. Hibernate stores an entity in the 2nd level cache as an Object[], one element per field. To deal with such a representation, PojoCache would need to be able to handle

[jboss-user] [JBoss jBPM] - Message Driven Bean not working with jBPM

2008-03-02 Thread chrisrjcox
Hi, I have an issue where I send a simple test text message to a queue. Then the MDB is supposed to pick this message up and display the text. I can't see any issues with my coding, and I have tested to ensure that the message does get stored in the queue, by retrieving it straight after

[jboss-user] [EJB 3.0] - Re: How to Unit Test EJB 3.0

2008-03-02 Thread waynebaylor
i would say testing in-container components outside the container is more trouble than it's worth. instead of trying to set up a simulated container with JBoss Embedded or something else, try using JUnitEE or Cactus, etc and do the testing in your production environment, i.e. in the JBoss AS.

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

2008-03-02 Thread waynebaylor
have you tried a JNDI lookup? Context ctx = new InitialContext(); | MyRemoteIfc bean = (MyRemoteIfc)ctx.lookup(ear-name/jar-name/bean-name/remote); | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133503#4133503 Reply to the post :

[jboss-user] [JBoss Messaging] - having problems getting started with JMS in JBoss 5 Beta 4

2008-03-02 Thread rexer
Hi, I'm a newbie trying to get messaging to work in the jboss 5 beta 4. Having some problems which I tried to google-up and getting nowhere. Any hints from you folks are much appreciated. I modified destinations-service.xml to include my test queue definition. |mbean

[jboss-user] [JBoss Portal] - Re: Changing port to 80 works, but throws errors

2008-03-02 Thread [EMAIL PROTECTED]
Glad to hear it wasn't an issue with Portal! ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133505#4133505 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133505 ___ jboss-user

[jboss-user] [JBoss jBPM] - Creating new node

2008-03-02 Thread mimiru
Hello all I read the documentation at http://docs.jboss.com/jbpm/v3.2/userguide/html/. It mentions that nodetype node can have customized behavior when it comes to creating new execution paths in the form of a token, also this behavior must be programmed in an action handler. The node

[jboss-user] [EJB 3.0] - EJB with SSL does not work with JBoss AS 4.2.2

2008-03-02 Thread jthinaka
Hello, I am trying to connect to my EJB via SSL and I have tried all the different approaches including the ones in the 4.2.2 administration guide as well as the JBoss Remoting guide and nothing seems to work. I would really appreciate any and all help in resolving this. First, let me describe

[jboss-user] [EJB 3.0] - SSL Remoting in EJB3

2008-03-02 Thread ALRubinger
Hi all: I've seen a few posts recently regarding the invocation of EJB3 beans over SSL. These haven't gone unnoticed and I've opened an issue to look into these: http://jira.jboss.com/jira/browse/EJBTHREE-1198 Tied down with other issues at the moment, but please feel free to

[jboss-user] [EJB 3.0] - Re: SSL Remoting in EJB3

2008-03-02 Thread ALRubinger
Referencing issues: http://www.jboss.com/index.html?module=bbop=viewtopict=95175 http://www.jboss.com/index.html?module=bbop=viewtopict=129486 http://www.jboss.com/index.html?module=bbop=viewtopict=131072 S, ALR[/url] View the original post :

[jboss-user] [JBoss jBPM] - Re: Creating new node

2008-03-02 Thread mimiru
Did not notice that white-space is trimmed on the forum (replacing white space with _) token_token -[Split] - ... ___| new token ___\ ... --- [end-state] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133507#4133507 Reply to

[jboss-user] [JBossCache] - Re: JBossCache, POJO Cache, Hibernate, field replication - h

2008-03-02 Thread [EMAIL PROTECTED]
Excellent. Be sure and let us know how things progress. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133514#4133514 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133514 ___

[jboss-user] [JBossCache] - Re: JBossCache, POJO Cache, Hibernate, field replication - h

2008-03-02 Thread mzganiacz
ok, thx. i'm just writing my master's degree dissertation on different caching mechanisms in Java... and JBC looks like it's going to be a winner :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133513#4133513 Reply to the post :

[jboss-user] [Beginners Corner] - Accessing an external resource via JNDI

2008-03-02 Thread dana
I'm new to JBoss but reasonably familiar with Tomcat, in which environment we often created entries in the server.xml file specifying things such as external file paths for storage of web-delivered assets, etc. In JBoss, how do I do this? For example, I'd like to specify at the container

[jboss-user] [Javassist user questions] - How to create CtClass java.lang.Object

2008-03-02 Thread skarzhevskyy
Hi Shigeru How can one create CtClass that does not have default Superclass java.lang.Object? By deafaul ClassFile.initSuperclass() assign java.lang.Object as super class even when I'm creating java.lang.ObjectЭ. In general we want to create J2ME CLDC API classes base on its descriptors.

[jboss-user] [Javassist user questions] - Re: Using Javassist on J2ME MIDlets

2008-03-02 Thread skarzhevskyy
In fact we do allot of work on the subject. See projects. http://jour.sourceforge.net/ and http://pyx4me.com/pyx4me-cldcunit/ complete example of what we do here: http://pyx4me.com/pyx4me-maven-plugins/j2me-maven-plugin/instrumentation.html View the original post :

[jboss-user] [JBoss Portal] - a JSF Validator cannot be cast to javax.faces.validator.Vali

2008-03-02 Thread webmascon
JBoss portal is using idenity portlet to register new users and edit profiles for existing users. I added a my own JSF validator to the identty portlet which when opened now throws the following exception: java.lang.ClassCastException: com.kachanov.test004.validators.MyValidator cannot be

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

2008-03-02 Thread aapthorp
I've been working on an iCalendar wrapper for JBPM in order that task assignments can be e-mailed to a user's calendar or task list displayed in a calendar agent as todos. Having got the basics working I've come across a problem with tasks that have a scheduled specific start and end time. The

[jboss-user] [JBossWS] - steps / guide to consume WSDL web service

2008-03-02 Thread [EMAIL PROTECTED]
Hello there, This is my first ever attempt to play with Web Services and I need your help. I've a WSDL web service and I need to consume it in JBoss 4.2.2 GA which comes with JBoss Portal Server 2.6.4. 1. Do I need to generate any Java code from the WSDL? If yes, how should I generate it? any

[jboss-user] [JBossWS] - Re: How to write Jboss Web Service Client for JBoss 4.0.4 GA

2008-03-02 Thread [EMAIL PROTECTED]
hey buddy, I was wondering whether u got the answer for your questions? I'm sailing in a same boat as yours and need a head start to consume a WSDL web service. Please do send me links of info/docs if you have any thank u so much View the original post :

[jboss-user] [JBoss Portal] - Re: a JSF Validator cannot be cast to javax.faces.validator.

2008-03-02 Thread [EMAIL PROTECTED]
The JIRA answer pretty much answers it. A class loaded twice in different class loaders will appear different to the VM. In your case what most likely happens is that your class loads Validator from your application library while the identity portlet loads it from MyFaces, thus causing the

[jboss-user] [JBoss Portal] - Re: a JSF Validator cannot be cast to javax.faces.validator.

2008-03-02 Thread webmascon
JBoss Portal identity application is using MyFaces MyFaces jar libraries are in portal-identity.sar\portal-identity.war\WEB-INF\lib2 (sic!) folder this is where portal-core-identity-ui-lib.jar files is which contains build in CaptachValidator class. I placed my jar file into

[jboss-user] [JBoss Portal] - Re: Portlet Container 2.0B1 : NullPointerException at Portle

2008-03-02 Thread [EMAIL PROTECTED]
Hi Denis, I am going to look at that and try to access the user profile from a portlet test case (since it is what the spring portlet is trying to do). It may be possible that there is a bug due to the fact that the simple portal does not integrate with any identity system and would lead to

[jboss-user] [JBoss Portal] - Re: a JSF Validator cannot be cast to javax.faces.validator.

2008-03-02 Thread webmascon
to everybody: the problem is solved I put the jar file containing MyValidator.class into lib2 folder, and it worked. Apparently, myfaces uses some tricks to load jar files from lib2 (not lib) folder. You were right if I put my class in lib2 folder the same Class Loader that loads myfaces libs

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem starting service jboss.web.deployment:war=invoke

2008-03-02 Thread nitros
Did you find a solution to this problem? Looks like JBoss does not like any standard javaee.jar in its lib path. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133530#4133530 Reply to the post :

[jboss-user] [JBossWS] - how to get an attribute fully qualified

2008-03-02 Thread shashankjain
Hi, Is there anyway by using annotation to make an attribute fully qualified. I need to this for partial encryption using WS Security. The example says modify the WSDL but in my case its generated by runtime.So I need some sort of annotation to make an attribute fully qualified. Pls let me know

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: MDB Deployment Exception (HELP!)

2008-03-02 Thread jaikiran
rledousa wrote : | Anyone know if this has been filed as a bug and/or is there anything I can do to help get it fixed? | | roy I searched the JIRA and could not find a related issue. You can report this one in the JIRA which is available at http://jira.jboss.com/jira/browse/JBAS View

[jboss-user] [Installation, Configuration DEPLOYMENT] - java.lang.NoSuchMethodException: org.jboss.resource.adapter.

2008-03-02 Thread cpnehete
Dear All, Earliar I got my application running on java 4 and jboss3.2.3,and it was running fine. Few days back,I had changed my java version to 5 and jboss to 4.0.2,and from then i am facing problem with executeBatch() method.My jboss4.0.2 console is giving following error, (I am executing

[jboss-user] [JCA/JBoss] - Re: Oracle DS

2008-03-02 Thread Artec
[EMAIL PROTECTED] wrote : Hey Davide, | | Artec wrote : | | at org.hsqldb.jdbcDriver.connect(Unknown Source) | | | This cleary indicates that there is some problem in HSQL , you can verify this by writing a simple jdbc application if you don't feel lazy :) | I'm sorry but

[jboss-user] [JCA/JBoss] - Re: Oracle DS

2008-03-02 Thread Artec
[EMAIL PROTECTED] wrote : | Artec wrote : | | I must change DefaultDS (in standardjbosscmp-jdbc.xml or onother file) to oracle-ds ??? | | | | Thanks a lot | | Davide | | | I think you should look at this , looks like you want to use oracle as the default datasource .

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: java.lang.NoSuchMethodException: org.jboss.resource.adap

2008-03-02 Thread jaikiran
Post the entire exception stacktrace. When do use see this error? Also post the appropriate code of your application. Remember to use the Code button while posting the logs and the code. For more details see my signature which has the link to the wiki, listing down the guidelines for posting