[jboss-user] [JBoss Cache: Core Edition] - JbossCache 2.1.1GA Listener attach exception

2008-06-03 Thread dorbd
Trying to add a listener to specific region by using cache.addCacheListener(Fqn, Object); But getting this exception java.lang.UnsupportedOperationException: Not implemented in this release at

[jboss-user] [JBoss jBPM] - User creation problem in jbpm 3.2.GA

2008-06-03 Thread sanjayce107
Hello everybody, I m using JBOSS-JBPM 3.2.GA.I m geeting one problem with user creation.It is showing 4 default users ernie,bert,cookie monster,grover with different roles.Between these users ernie has administrator and manager privileges.When i m logging through ernie it is not showing any

[jboss-user] [Messaging, JMS JBossMQ] - Re: Hi Friends help me

2008-06-03 Thread ramsblogs
Hi Friend some of you might worked on this migration. Please help me.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155242#4155242 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155242

[jboss-user] [JBoss Portal] - getting a single portlet markup

2008-06-03 Thread erezharari
how can i get the markup of a single portlet? say i need to load each portlet separately? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155217#4155217 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155217

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread [EMAIL PROTECTED]
Seam 2.0.1.GA is the only one that actually works with JBoss Tools. 2.0.0.GA had other issues like the embedded test container not working well from within eclipse with WTP projects. However I see that the deployer first created a directory jboss-seam-2.0.1.GA.jar and then puts

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: different version of Hibernate in .ear file on JBoss

2008-06-03 Thread ziolmar
Ok, I start with clean jboss. I exploded my ear and right now in lib directory of my ear I have: - antlr-runtime.jar - daoframework - drools-compiler - drools-core - ejb3-persistance - hibernate - hibernate-annotations - hibernate-commons-annotations - hibernate-entitymanager - hibernate-search -

[jboss-user] [JCA/JBoss] - com.mysql.jdbc.jdbc2.optional.MysqlXAException: XAER_OUTSIDE

2008-06-03 Thread fil78
Hello people, Before this moment I used only tx datasources. But now I have to configure XA. So I have 2 datasources - here they are: 1. JbpmDS xa-datasource | jndi-nameJbpmDS/jndi-name |

[jboss-user] [JBoss jBPM] - Re: org.jbpm.JbpmException: couldn't start JTA transaction..

2008-06-03 Thread fil78
Yes, thank you very much but before you posted it I had improved my datasources: | xa-datasource | jndi-nameJbpmDS/jndi-name | xa-datasource-classcom.mysql.jdbc.jdbc2.optional.MysqlXADataSource/xa-datasource-class | track-connection-by-tx/ |

[jboss-user] [JBoss Tools (users)] - Re: 2.1.0.GA and startup errors

2008-06-03 Thread [EMAIL PROTECTED]
svadu - you say you *had* a similar problem, does that mean it is now solved for you ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155220#4155220 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155220

[jboss-user] [Security JAAS/JBoss] - Re: Negotiate with Kerberos

2008-06-03 Thread eric.lvyan
11:13:07,170 DEBUG [ManagerBase] End expire sessions StandardManager processingTime 0 expired sessions: 0 11:13:07,700 DEBUG [Registry] Managed= jboss.web:type=RequestProcessor,worker=http-0.0.0.0-8080,name=HttpRequest1 11:13:07,700 DEBUG [BaseModelMBean] default constructor 11:13:07,700 DEBUG

[jboss-user] [JBoss Cache: Core Edition] - Re: Remoting On Existing POJO Channel

2008-06-03 Thread kblanken
For all readers, the issue is http://jira.jboss.com/jira/browse/JBCACHE-1352. I fear the workaround you propose will not work for us, as deploying as an MBean is not an option. What are the plans regarding the next SP for 1.4.1? Do you expect the workaround of adding the channel members to the

[jboss-user] [EJB 3.0] - Re: Illegalargumentexception on calling namedquery

2008-06-03 Thread aukenoppe
jaikiran wrote : Which version of JBoss and Java do you use? jboss-4.2.2.GA java 1.6 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155246#4155246 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155246

[jboss-user] [JBoss Cache: Core Edition] - Re: JBoss Cache 2.1.1.GA released

2008-06-03 Thread dorbd
Thanks manik, already downloaded and using it. Dor View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155206#4155206 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155206 ___

[jboss-user] [Security JAAS/JBoss] - Re: Negotiate with Kerberos

2008-06-03 Thread eric.lvyan
Just look here: 11:13:10,568 DEBUG [RealmBase] No applicable constraint located 11:13:10,568 DEBUG [AuthenticatorBase] Not subject to any constraint 11:13:10,568 DEBUG [AuthenticatorBase] Not subject to any constraint 11:13:10,568 INFO [STDOUT] Could not get User Principal from

[jboss-user] [JBoss Tools (users)] - Re: 2.1.0.GA and startup errors

2008-06-03 Thread ziphyre
I've made a clean install and now everything works. I was intended to keep the buggy installation in case you would like to investigate but I accidentally deleted it :( Sorry about it. But I got a new problem, perhaps this is a 2.1.0 change? The source tab from the JBoss Visual Page Editor had

[jboss-user] [EJB/JBoss] - Remote EJB Config Question

2008-06-03 Thread sebastiendeg
Hi All, I'm using JBoss (4.2.2) with remote EJB 3. I'm trying to find out what does the client proxy do for connection. Does it keep a connection to the server or does it recreate the connection upon method call ? Can anyone tell me where I can find info on how to configure those info ?

[jboss-user] [JBoss Tools (users)] - Re: 2.1.0.GA and startup errors

2008-06-03 Thread [EMAIL PROTECTED]
ok, weird that you got the problem in the first place would have been good to figure out what caused it. About VPE then just click the splitter in the middle to get source only view. The position will be saved/honored next time you open the editor. View the original post :

[jboss-user] [EJB 3.0] - Re: Illegalargumentexception on calling namedquery

2008-06-03 Thread jaikiran
aukenoppe wrote : | | Query q = getEm().createNativeQuery(SELECT object(u) FROM User u WHERE | | + col + LIKE :value, User.class).setParameter(value, value); | | Change this to: Query q = getEm().createQuery(SELECT object(u) FROM User u WHERE

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread paradigmza
Ye, something is still not working with the deployment (I have been following the previos Eclipse Web Tools Bug) 1 : Fresh EE eclipse (winter) 2 : Jboss Tools 2.1.0.GA 3 : Seam 2.0.2SP1 3 : http://in.relation.to/8932.lace It creates a seam folder in the ear and adds the jar there... this of

[jboss-user] [JBossWS] - a problem when call web service using web service client

2008-06-03 Thread Grid.Qian
Hi guys, Now I focus on extending wtp web service framework to support JBoss WS. To do this task, we must firstly create a dynamic web project and then generate web service or web service client codes. So far I can create web service and web service client. For user's convenience I generate a

[jboss-user] [EJB 3.0] - Re: Illegalargumentexception on calling namedquery

2008-06-03 Thread aukenoppe
still the same error. but how about the namedqueries defined in the User entitybean? you have to call them using the createNamedQuery method from the entitymanager. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155259#4155259 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread [EMAIL PROTECTED]
Is this with or without the WTP patch ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155260#4155260 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155260 ___ jboss-user mailing

[jboss-user] [JBoss Cache: Core Edition] - Re: JbossCache 2.1.1GA Events and Listeners question

2008-06-03 Thread [EMAIL PROTECTED]
Events are used to pass information back to listeners. What issues do you have with this approach? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155265#4155265 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155265

[jboss-user] [JBoss Cache: Core Edition] - Re: JbossCache 2.1.1GA Listener attach exception

2008-06-03 Thread [EMAIL PROTECTED]
Because it is not supported yet. Use cache.addCacheListener(Object) instead, which will apply a cache listener to the entire cache. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155263#4155263 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Remoting On Existing POJO Channel

2008-06-03 Thread [EMAIL PROTECTED]
I wasn't suggesting deploying as an MBean, just not creating a channel beforehand and passing the channel into JBC. You could just allow JBC to create the channel for you. Please do post your patch to JIRA - I have no immediate plans for another SP on 1.4.X, but will be willing to make

[jboss-user] [JBoss jBPM] - Re: Where is the process definition file is stored?

2008-06-03 Thread kukeltje
Processdefinition is parsed and put in other tables. Yet everything in the process archive is also accessible as 'files' including the processdefinition View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155272#4155272 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Where is the process definition file is stored?

2008-06-03 Thread kukeltje
'files' in quotes since they are bytearray's in the database View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155273#4155273 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155273

[jboss-user] [JBoss Tools (users)] - Re: No Seam EL content assist after upgrade

2008-06-03 Thread DZakharov
Hi Chris, I have same problem. Where is org.jboss.wst.xml or org.jboss.xst.xml file? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155269#4155269 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155269

[jboss-user] [JBoss Cache: Core Edition] - Re: Problem using Non-JTA Transaction Manager

2008-06-03 Thread [EMAIL PROTECTED]
Have you referred to http://wiki.jboss.org/wiki/JBossCacheHibernate? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155267#4155267 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155267

[jboss-user] [JBoss Cache: Core Edition] - Re: No transactionality in caches

2008-06-03 Thread [EMAIL PROTECTED]
To participate in transactions, JBC needs a reference to a JTA transaction manager. I'm guessing HibernateTransactionManager is not a Hibernate class at all, but a Spring one? If this is JTA compliant (i.e., implements javax.transaction.TransactionManager) then you can write a transaction

[jboss-user] [JBoss Tools (users)] - Re: 2.1.0.GA and startup errors

2008-06-03 Thread [EMAIL PROTECTED]
Please report this in jira. Please also try and run on a completely fresh workspace and let us know how that goes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155268#4155268 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Incomplete deployment - DataSourceBinding- JBOSS 4.2.2 + EJB

2008-06-03 Thread July Pyrra
Hi everybody, My deployment workes fine until an error occur all of the sudden, without any obvious change that could have caused it. Here is my server.log: --- MBeans waiting for other MBeans --- ObjectName: persistence.units:jar=Datamodel.jar,unitName=Project State: NOTYETINSTALLED I

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Incomplete deployment - DataSourceBinding- JBOSS 4.2.2 +

2008-06-03 Thread jaikiran
Have you placed the -ds.xml file, which defines the cuoreds datasource, in the deploy folder of JBoss? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155277#4155277 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155277

[jboss-user] [JBoss Cache: Core Edition] - Re: parametrizing

2008-06-03 Thread beep_beep
Thanks! What about Cache and Factory? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155284#4155284 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155284 ___ jboss-user mailing

[jboss-user] [Messaging, JMS JBossMQ] - Configure MDB pool size during run-time

2008-06-03 Thread nimrod.gat
Is it possible to configure change MDB maximum pool size during run-time, after deployment? Using JMX-console I saw that the MDB uses DestinationManager which uses BasicThreadPool and after changing it (using 'MaximumPoolSize' attribute) it affected on all MDB`s in the server, and I would

[jboss-user] [JBoss jBPM] - Jbpm - Transaction to be used

2008-06-03 Thread jjacobwip
Hi, I am planning to create a SessionFacade infront of my Jbpm. Could somebody tell me what type of a transation should I use in this scenario? Basically, Should I leave the Transation to be managed by the Container (CMT) or Hibernate (JTA)? Also, could you please tell me in which scenario

[jboss-user] [JBoss Cache: Core Edition] - Re: added successfully to eviction queue! I afraid it may hu

2008-06-03 Thread beep_beep
Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155288#4155288 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155288 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] jboss stuck in memory during redeployement

2008-06-03 Thread saqib butt
hi there, I am facing problem that whenever i try to redeploy e.g. an EAR file in already running jboss deploy folder, it stuck and in result of this the jboss stop responding, and i have to restart my linux server to free this stuck instance. its even not shutdown with kill command at linux

[jboss-user] [JBoss Cache: Core Edition] - Re: parametrizing

2008-06-03 Thread [EMAIL PROTECTED]
Same thing. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155297#4155297 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155297 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - How to set JBoss 3.0.8 Bind Address ?

2008-06-03 Thread albert__kam
Hi all, I'm currently playing with our legacy EJB app on JBoss version 3.0.8 on linux, JDK 1.4.2_xx. I want to start JBoss only on a specific IP. I've googled around to find out ways for newer JBoss, like the -b, or the -Djboss.bind.address, but i've found none for older JBoss. I've tried

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread paradigmza
I have tried both ways... 1: With the patch It creates the seam folder and puts the seam jar in that folder (Which I then just manually move to the ear root) 2: Without the patch It does not put the Seam Jar into the ear at all. Also, if you look at the Add and Remove projects on the Jboss

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Java JDK1.0.6_06 and Jboss5.0.0.Beta3/4 no go!!

2008-06-03 Thread jaikiran
What errors do you see? Post the entire output that you see on the console. While posting the logs or xml content or code, remember to wrap it in a code block using the Code button in the message editor window and please hit the Preview button to make sure your post is correctly formatted View

[jboss-user] [Installation, Configuration DEPLOYMENT] - Java JDK1.0.6_06 and Jboss5.0.0.Beta3/4 no go!!

2008-06-03 Thread beyarecords
Ok, so I unpack Jboss, navigate to the bin the directory, and then type 'run' at the DOS prompt. Both Beta 3 and 4 bomb out and fail to start-up. Both are virgin installs. What is the issue here and how can I resolve it? View the original post :

[jboss-user] [JBoss jBPM] - Using end-complete-process attribute of end-state

2008-06-03 Thread nizzy
Hi, I have attached the update schema to the jira issue created by Tom. This fixed the exception I was seeing. However I'm still not seeing the behaviour from the process execution that I would expect. Could someone have a look at my test process definition and see if I'm doing something wrong

[jboss-user] [JBoss jBPM] - Re: Using end-complete-process attribute of end-state

2008-06-03 Thread nizzy
Hi Interestingly in my debug, I see that node-entered is the required end state however execution of the process does not finish at this point! | | 10:47:20,613 [main] INFO ForkTest : Signaling: Waiting for a | 10:47:20,613 [main] DEBUG ForkTest : inside signal(instance, childKey = a)

[jboss-user] [JBoss Tools (users)] - Re: 2.1.0.GA and startup errors

2008-06-03 Thread [EMAIL PROTECTED]
Report it in jira - then we will pick it up. seems like the updatesite apparently has some issues. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155334#4155334 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155334

[jboss-user] [JBoss jBPM] - Re: Jbpm - EJB LazyInitialization Exception

2008-06-03 Thread [EMAIL PROTECTED]
Hi, I understand your problem, This is because your transaction/session is initiated in EJB and it was completed automatically when you exited the EJB method. when you call processInstance.signal() JBPM will try to use the session associated with the processInstanceobject for updatign the

[jboss-user] [JBoss jBPM] - Re: Jbpm - Transaction to be used

2008-06-03 Thread estaub
Probably CMT. The question to ask is whether there is an outer contextual transaction that you want the engine to participate in. Usually, there's an MDB driving at least some activity, and usually you want the MDB to roll back and retry on an engine exception. But your situation may be

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread [EMAIL PROTECTED]
anonymous wrote : If I use stop from the console and remove the ear from the server, it deletes the contents of the deploy folder apart from my project ear.. what?! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155364#4155364 Reply to the post :

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

2008-06-03 Thread whitty69
I just updated the eclipse wst package today and it works. fyi, Update history shows me this: 03.06.2008 15:15:18 org.eclipse.wst.common_sdk.feature_2.0.2.v200802150100-4-384H8HS6JCZyXYql06-5r3HoFL feature-install success 03.06.2008 15:17:27

[jboss-user] [JBoss Tools (users)] - Re: 2.1.0.GA and startup errors

2008-06-03 Thread ziphyre
For the source tab problem: http://jira.jboss.com/jira/browse/JBIDE-2287 I've tried with a fressh install and an empty workspace, still same.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155349#4155349 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Java JDK1.0.6_06 and Jboss5.0.0.Beta3/4 no go!!

2008-06-03 Thread jaikiran
anonymous wrote : Home Dir: C:\Program Files\jboss-5.0.0.Beta4 Do not install JBoss or even Java in a folder containing a space in its path name. Move the JBoss installation to maybe C:\JBoss\jboss-5.0.0.Beta4 View the original post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread whitty69
Sorry if I was vague, as I said I didn't know whether to post here or elsewhere. This all occured whilst fighting with the jboss-seam.jar deployment problem , so I may have missed a few details. I start my server instance from eclipse using either the standard server or the JBoss 'servers'

[jboss-user] [JBoss jBPM] - Re: Dynamic task creation

2008-06-03 Thread scull
i'm waiting for your replies View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155368#4155368 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155368 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread [EMAIL PROTECTED]
Clicking stop in the console window and terminating the process should automatically set the server's state to stopped. There is a process listener on the jboss process and once it is terminated the server state should fix itself. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread whitty69
I was struggling with this all day aswell. Decided to do an eclipse update, it offered me wst and after that it seemed to work as expected. I did remove the ear first. I wrote some more info about the eclipse update versions at :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Java JDK1.0.6_06 and Jboss5.0.0.Beta3/4 no go!!

2008-06-03 Thread beyarecords
Apologies for the original 5.0.0.Beta4 Log I posted. This reading is from the start of the error: | 14:27:48,937 ERROR [AbstractKernelController] Error installing to Instantiated: name=jboss:service=AttributePersistenceService state=Described mode=Manual requiredState=Configured |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Java JDK1.0.6_06 and Jboss5.0.0.Beta3/4 no go!!

2008-06-03 Thread beyarecords
Jboss 5.0.0.Beta3 reads (taking from the begining of the error): | 14:34:54,062 ERROR [AbstractKernelController] Error installing to Described: name=AspectAppParsingDeployer state=PreInstall | java.lang.RuntimeException: java.lang.reflect.UndeclaredThrowableException | at

[jboss-user] [JBoss Cache: Core Edition] - Re: ClusteredCacheLoader

2008-06-03 Thread lovelyliatroim
Any update on why this occurs?? Thanks, LL View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155394#4155394 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155394 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Want to suspend\close the taskInstance for some actors o

2008-06-03 Thread csplrj
Thanks for your reply Can this be added as an enhancement or this is a custom requirement? To me it feels it is a generalised requirement Thanks again CSJakharia View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155401#4155401 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Jbpm - EJB LazyInitialization Exception

2008-06-03 Thread jjacobwip
Thank you!! You are right, its working fine when I do all the operations in EJB itself. Also I saw in another thread that Lazy initialization of hibernate is not supported across layers especially in a Servlet - EJB scenario. Thanks again!! View the original post :

[jboss-user] [Beginners Corner] - Re: How to set JBoss 3.0.8 Bind Address ?

2008-06-03 Thread PeterJ
Are you using JBossAS with embedded Tomcat or Jetty? If Tomcat, look for the server.xml config file (I hope that old of a Tomcat version uses that file and that it looks somehwta like the recent version) and look at the Connector entry, the address attribute. In 4.0.x and 4.2.x, it looks like

[jboss-user] [JBoss jBPM] - versioning external webservice client jars

2008-06-03 Thread thijseggen
Hey, We are facing the following problem, maybe someone here has some thoughts or has faces the same problem before. We have implemented a business process as an jBPM flow and this is running without much trouble in live production. Untill now we have deployes 5 new versions of the flow

[jboss-user] [JBoss Tools (users)] - Re: 2.1.0.GA and startup errors

2008-06-03 Thread jespersm
It was an error 40 (the error was 40 cm from the screen) - I must have added the development update site earlier on, and updated from there. So the JBoss AS classes being picked up were 1.0.1.GA versions, not the new 1.1.0.GA package had not been downloaded. Updating the files on the

[jboss-user] [JBoss jBPM] - Want to suspend\close the taskInstance for some actors out o

2008-06-03 Thread csplrj
I am assigning a task to a pool of actors and later on I want to suspend\close the taskInstance for some actors out of those pool of actors? eg. I assign a task named Submit your notebooks and have assigned them to persons a,b,c,d and then I require that if except for a,b I want to close the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Java JDK1.0.6_06 and Jboss5.0.0.Beta3/4 no go!!

2008-06-03 Thread beyarecords
jaikiran wrote : Do not install JBoss or even Java in a folder containing a space in its path name. Sweet Lord...how did I miss that!!! Although saying that I do already have a fully operational 4.0.3SP1 project operating from the same directory!! Anyways, Jboss5.0.0.Beta4 starts up correctly

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Incomplete deployment - DataSourceBinding- JBOSS 4.2.2 +

2008-06-03 Thread July Pyrra
Thank you for your answer. I saw that -ds.xml file in many discussion around this theme but I don't get why it used to work without I had to worry about that. Though, I found a hsqldb-ds.xml file in my deploy folder. I'm not sure you're talking about this one. I precise that I use Hibernate

[jboss-user] [JBoss jBPM] - Re: Jbpm - Transaction to be used

2008-06-03 Thread jjacobwip
Thank you...my exact scenario is as below... I have a J2EE application which is already using Hibernate (running on Jboss)My jbpm process is to be plugged into this existing application. I am planning to create my jbpm databases on a different schema and the existing J2EE application is

[jboss-user] [Installation, Configuration DEPLOYMENT] - Migration from 4.0.3SP1 to 5.0.0.Beta4, hibernate.har placem

2008-06-03 Thread beyarecords
Hi, my project structure is as follows: default: - deployers/ejb3.deployer/ postgresql-8.2.504.jdbc4 - deploy/ hibernate.har postgres-ds As I am unable to find any information relating to the placement of hibernate.har directories in 5beta4, could someone kindly inform me where this

[jboss-user] [JBoss jBPM] - Re: Using end-complete-process attribute of end-state

2008-06-03 Thread nizzy
Thanks Ronald, Having a look at executing sub processes at the moment as soon as I get back onto it I will do as you suggest. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155418#4155418 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Want to suspend\close the taskInstance for some actors o

2008-06-03 Thread kukeltje
this does require a custom webapplication though View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155388#4155388 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155388 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - Re: 2.1.0.GA and startup errors

2008-06-03 Thread jespersm
I'm getting the same problem. I also installed JBoss Tools 2.0.1GA from scratch, then updated to 2.1.0.GA by using the update manager. On startup, I get java.lang.NoClassDefFoundError: org/jboss/ide/eclipse/as/core/JBossServerCorePlugin in the .log, and the JBoss Servers view and related stuff

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Incomplete deployment - DataSourceBinding- JBOSS 4.2.2 +

2008-06-03 Thread jaikiran
Your persistence.xml mentions the datasource name: anonymous wrote : jta-data-sourcejava:/cuoreds/jta-data-source This means that the application will be using the persistence manager to persist to a database being pointed to by the datasource. The datasource is configured separately. Each

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread [EMAIL PROTECTED]
As for the started / starting issue, that's a well documented use case. You probably have your server password protected and the piece of code which is checking to see if the server is up or down is not getting the answer it needs because of this. The poller uses JMX. You must set the user /

[jboss-user] [JBoss jBPM] - Re: Using end-complete-process attribute of end-state

2008-06-03 Thread kukeltje
nizzy, instead of using a 'debugstate' method, use asserts to show what you expect at certain points. Since I only have a slight clue what you want to achieve it is more difficult to help out. If you do create a testcase, put the processdefinition as a string inside of it, so I can also run

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread [EMAIL PROTECTED]
anonymous wrote : 1: With the patch | It creates the seam folder and puts the seam jar in that folder (Which I then just manually move to the ear root) confirmed. feh. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155375#4155375 Reply to the post :

[jboss-user] [JBoss Portal] - Social Network with JBoss Portal

2008-06-03 Thread bprojects
Hi, I'm new to JBoss portal. After reading the docs and playing with the software, I like to know if it is possible to customize JBoss portal as a social network portal like facebook. There are a lot common features. I only miss the public profile pages feature (with subdomains). Like

[jboss-user] [JBoss jBPM] - Re: Want to suspend\close the taskInstance for some actors o

2008-06-03 Thread kukeltje
you can't from jBPM directly. If you assign to a pool of users, ONE of those has to act on it. What you can do is develop a web interface so that if one of the users acts on it, you do not end the task, but remove specific users from the pool and reassign back to the pool (by making the actor

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Sharing a class between 2 ears (classloader)

2008-06-03 Thread PeterJ
Ah, you defined a loader repository. That is what I meant by Only if you don't want this to happen do you have to do extra work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155399#4155399 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Forcing locale

2008-06-03 Thread je.a.le
I managed to inject/force a custorm local by adding a new mbean (ServerInterceptor) into JBossInterceptorStackFactory (jboss-service.xml) My problem now is i'm unable to retrive any session attribure passed from a servlet into the HttpSession. On the servlet side, no pb, can read attribute

[jboss-user] [JBoss Portal] - Re: Getting scripts/css into the header tags

2008-06-03 Thread esmith1
If you have some static entries for the head you can place them into the header-content area of the jboss-portal.xml file. Here is similar post: http://www.jboss.com/index.html?module=bbop=viewtopict=132465 If you have dynamic content, you can inject it

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Java JDK1.0.6_06 and Jboss5.0.0.Beta3/4 no go!!

2008-06-03 Thread jaikiran
anonymous wrote : Caused by: java.lang.ClassNotFoundException: [Ljava.lang.Class; You are using Java 1.6, so its probably related to this http://wiki.jboss.org/wiki/ClassNotFoundJava.lang.StringInJDK6 This got fixed in JBoss-5 Beta4 http://jira.jboss.com/jira/browse/JBAS-4491 View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Sharing a class between 2 ears (classloader)

2008-06-03 Thread quaidbrown
Ya, I guess that the wizard that generated my project did some extra work for me without telling me :) Because the 2 projects had their own loader repository, it wasn't really automatic. That said, this solution isn't really 100% what I was hoping for. Now I have to worry about these 2

[jboss-user] [Messaging, JMS JBossMQ] - Integration with WebSphere MQ: externalizing configuration p

2008-06-03 Thread martin_fritz
Hi there, I succesfully managed to integrate JBoss AS 4.2.2 with IBM WebSphere MQ V6 using the JCA resource adapter approach described in http://wiki.jboss.org/wiki/UsingWebSphereMQSeriesWithJBossASPart4. However, this requires hard-wiring many configuration parameters in the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss start up problem

2008-06-03 Thread vvitayau
add the following run to you $JBOSS_HOME/bin/run.conf JAVA_OPTS=$JAVA_OPTS -Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl i have a similar issue and its odd because I have two machines with clean installation of Fedora Core 8. One machine works and

[jboss-user] [JBoss Tools (users)] - Re: 2.1.0.GA and startup errors

2008-06-03 Thread [EMAIL PROTECTED]
ziphyre: there is no source tab anymore, its handled with the splitter. jespersm: so if you did not actually update how come you got errors suddenly? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155422#4155422 Reply to the post :

[jboss-user] [JBoss Portal] - Strong authentication - how to implement?

2008-06-03 Thread tl83
Hi, I would like to have following functionality: 1. User log on with username and password 2. The system sends one time password in SMS to the users mobile 3. User log on with one time password So how could this be implemented to the JBossPortal? Could you give me some hints if it is possible

[jboss-user] [Clustering/JBoss] - Re: Remote cluster ejb access

2008-06-03 Thread mancinis
hi, when I use the remote reference ejb-ref ejb-ref-nameejb/LucyConfBeanRemote/ejb-ref-name jndi-namejnp://RLLSIRFPAS01A:1100/ejb/LucyConfBean/jndi-name /ejb-ref I obtain the following exception: 2008-06-03 17:26:28,969 ERROR [ServiceFinder] exception caught

[jboss-user] [EJB 3.0] - Re: Dependency bug with multiple modules in EAR

2008-06-03 Thread anilit99
Hey Kiran, Thanks a lot. But I am not seeing 4.2.3 in the release page. Is there any way other than, checking out and building it ? thanks Anil. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155428#4155428 Reply to the post :

[jboss-user] [installation, configuration, deployement] jboss stuck in memory during redeployement

2008-06-03 Thread saqib butt
hi there, I am facing problem that whenever i try to redeploy e.g. an EAR file in already running jboss deploy folder, it stuck and in result of this the jboss stop responding, and i have to restart my linux server to free this stuck instance. its even not shutdown with kill command at linux

[jboss-user] [EJB 3.0] - Advanced trigger mechanism for Entities

2008-06-03 Thread wark2007
I am looking for a trigger implementation (similar to database trigger) for entity beans. I had a look on the EventListener and they are quite good in many cases but they have one huge disadvantage - they don't give me access to the old object, since only the current object is passed to the

[jboss-user] [JBoss jBPM] - Re: Integrate JPA with JBPM-JPDL3.2.2

2008-06-03 Thread [EMAIL PROTECTED]
Thanks, I am using the setsession to make this integration work. like jbpmContext = jbpmConfiguration.createJbpmContext(); jbpmContext.setSession(); Now the session object is handling all the database activities for me. The session is getting opened and also closed automatically by my

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Migration from 4.0.3SP1 to 5.0.0.Beta4, hibernate.har pl

2008-06-03 Thread PeterJ
See http://jira.jboss.org/jira/browse/JBAS-5232 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155443#4155443 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4155443 ___ jboss-user

[jboss-user] [JBoss Portal] - Link for downalding a document PDF in a portlet

2008-06-03 Thread khadijbal
I want to make a link for telecharger file PDF, in a portlet, but that does not work, i have a error. Here is my code in the portlet: public void doView(RenderRequest req, RenderResponse rep) | throws PortletException, IOException { | String filename = (String)

[jboss-user] [JBoss Portal] - org.apache.jackrabbit.core.state.NoSuchItemStateException

2008-06-03 Thread jimjxr
Hi, Anyone got this error before? We're uploading archive to 2.6.5SP1, it failed with this error, aftwards the CMS becomes unusable. It has NPE on everypage, and we cannot delete the content folder because the same NoSuchItemStateException, it basically stuck. We had to restore to a previous

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Sharing a class between 2 ears (classloader)

2008-06-03 Thread PeterJ
On sharing a jar, a couple of possibilities: 1) Put that jar in server/xxx/lib (not ideal, but doable) 2) Create a third ear without a classloader repository, and put the jar into that ear. (This is the solution I have used before.) View the original post :

[jboss-user] [JBoss Portal] - DivDecorationRenderer private methods

2008-06-03 Thread esmith1
I was wondering whether you might consider changing the access to protected for the 3 private methods in DivDecorationRenderer? It would be nice if subclasses had access to the ModeAndStateComparator class when overriding the render method. Source (head):

[jboss-user] [JBoss jBPM] - Re: Jbpm - Transaction to be used

2008-06-03 Thread jjacobwip
Could you please tell me when to use DBPersistenceServiceFactory and when to use the default JtaPersistenceServiceFactory? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155458#4155458 Reply to the post :

[jboss-user] [EJB 3.0] - java.lang.UnsupportedOperationException: setProperty must be

2008-06-03 Thread Usul
Hi, Im trying to develop a simple webservice with EJB 3.0 and a simple client. I use: - jboss-4.2.2.GA - Eclipse My two Server classes: package myserv; | | import javax.ejb.Remote; | import javax.ejb.Stateless; | import javax.jws.WebService; | | | @Stateless |

[jboss-user] [EJB 3.0] - Re: java.lang.UnsupportedOperationException: setProperty mus

2008-06-03 Thread PeterJ
This error: Caused by: java.rmi.RemoteException: Call invocation failed; nested exception is: | java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage usually indicates that you are running with JDK 6. Yes, you said you compiled with JDK 5,

  1   2   >