[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Could not find datasource message in client JPA although

2009-01-01 Thread ezanih
Ugh..this is quite frustating...8 full days already. I have to come up with a SSO-->LDAP-->JSF/Ajax-->SEAM-->ESB-->EJB-->JPA-->Database stack which includes jBPM + Drools by end of January. Ok..getting back to the real world..at least the server side is running OK and the schema creation of the

[jboss-user] [JBoss jBPM] - Re: JBPM Process Ending Events

2009-01-01 Thread dhanushgopinath
rather than attaching a java code while defining a process, can't be done at runtime. Like I am starting a process using my API. Can I add any Event Handlers to it to handle all the PROCESS END Events for a process? View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss jBPM] - Re: JBPM Process Ending Events

2009-01-01 Thread jeremiah.lumontod
i read it from somewhere that we can attach a java code in a task upon entry and upon exit. if you're after the entire process has executed, then you can attach the code at the last task. did it answer the question? View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss jBPM] - websale of 3.2.2 to 3.3.0

2009-01-01 Thread jeremiah.lumontod
somebody here successfully migrated websale sample apps from 3.2.2 to 3.3.0 using jboss 4.2.2 / mysql / jbpm-3.3.0? how did you do it guys? can you share? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199155#4199155 Reply to the post : http://www.jboss.

[jboss-user] [JBoss jBPM] - cannot build distribution

2009-01-01 Thread jeremiah.lumontod
i tried to build the distribution module of jbpm-3.3.0 using maven but it says the following are missing: jbpm-enterprise.jar jbpm-identity.jar jbpm-jpdl.jar how can i fix it? what are the steps required? what are the files required? View the original post : http://www.jboss.com/index

[jboss-user] [JBoss jBPM] - cannot login in jbpm-console using jbpm-3.3.0 mysql jboss4.2

2009-01-01 Thread jeremiah.lumontod
I can deploy the process (since i can see it in mysql database) but i cannot login at jbpm-console. it seems that something is missing in javaserver faces configuration my web.xml: http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xs

[jboss-user] [JBoss Messaging] - Running JMS with MySQL

2009-01-01 Thread tregulski
Hello, I am trying to run JMS with MySQL 5.1.11, and have followed all of the directions to replace the hsql-related files. After replacng the files, I restart JBoss and am notified that the "DLQ not bound". Upon looking at the tables created in my mysql database (there are JBM and QUARTZ tab

[jboss-user] [JBoss jBPM] - JBPM Process Ending Events

2009-01-01 Thread dhanushgopinath
Hi, Does jbpm fire any events when a Process Instace Ends its execution? Thanks in Advance Dhanush View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199151#4199151 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41991

[jboss-user] [Security & JAAS/JBoss] - Re: Ejb3 security using properties file

2009-01-01 Thread rudreshtcs
Hi, Firstly thank you for helping me out, i just followed the example. It works fine But i have a doubt, when kabir is set as student, it works as expected, but when i change the role as "teacher". the result is same, it is giving error for division and it does subtract operation fine. My un

[jboss-user] [JBoss Messaging] - Re: Exception in MessagingPostOffice

2009-01-01 Thread rana24
We were using , clustered-hsqldb-persistence-service.xml. I think that was the problem.After changing it to mysql db , mysql-persistence-service.xml.It started working fine. In any case we can use clustered-hsqldb-persistence-service.xml for clustered environment ? if not then why we have it we

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to Give a Jboss server A name

2009-01-01 Thread ermanishdwivedi
Hi, I want to give a server name so that instead of giving http://localhost:8080 or http://ip adress: 8080/ I can give http://manish. how to configure this in Jboss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199145#4199145 Reply to the post : htt

[jboss-user] [Security & JAAS/JBoss] - Re: request.getUserPrincipal returns null

2009-01-01 Thread sachin1506
hey jasslogin ... did you find the solution infact am also having same issue while working on jboss3.2.6 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199144#4199144 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199

[jboss-user] [Beginners Corner] - Re: PoolClass in a descriptor

2009-01-01 Thread jaikiran
Here's the documentation for this http://www.jboss.org/jbossejb3/docs/reference/build/reference/en/html/session-bean-config.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199143#4199143 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [Security & JAAS/JBoss] - Re: Ejb3 security using properties file

2009-01-01 Thread jaikiran
Which version of JBossAS do you use? For latest versions, the org.jboss.annotation.security.SecurityDomain (used in the tutorial) is now moved to org.jboss.ejb3.annotation.SecurityDomain. For JBossAS-5.0 GA, the EJB3 tutorials are work-in-progress and will be available soon. If you are using JB

[jboss-user] [Security & JAAS/JBoss] - Ejb3 security using properties file

2009-01-01 Thread rudreshtcs
Hi, I am practising the ejb3 programs given in the below url (provided by jboss) http://docs.jboss.org/ejb3/app-server/tutorial/security/security.html i have done the same as the above url suggest/even had taken the source code directly from jboss When i try to run the client, Exception in thre

[jboss-user] [Management, JMX/JBoss] - web console navigation applet gone after securing applicatio

2009-01-01 Thread murray.baker
I have secured the web console application using the instructions provided at http://www.jboss.org/community/docs/DOC-12190. However when I run the web console the navigation applet does not appear. It is fine when the application is unsecured but the navigation area is blank when secured. When

[jboss-user] [Remoting] - Socket Invoker timeout

2009-01-01 Thread mohitanchlia
Jboss 4.2: Question about timeout attribute of SocketInvoker as mentioned below: socket://${jboss.bind.address}:3873/?numberOfRetries=1&timeout=5000 What does timeout 5000 mean? Does it mean the time to get the remote socket connection? Or does it mean after the connection is made then how long

[jboss-user] [JBoss Cache: Core Edition] - Re: JPA entity caching with JBossCache in JBoss-5.0 GA

2009-01-01 Thread bstansbe...@jboss.com
"jaikiran" wrote : I'm trying to move a EJB3 JPA example which has second level cache enabled to JBossAS-5.0 GA. I am following this wiki for instructions http://www.jboss.org/community/docs/DOC-13200. Based on those instructions i have been able to get the example deploying successfully in JBos

[jboss-user] [JBoss Cache: Core Edition] - Re: org.jboss.cache.TreeCache and JBoss cache > 1.4.1

2009-01-01 Thread bstansbe...@jboss.com
Sorry, I don't think deploying a 3.0.1 cache inside an AS 4.x clustered webapp war will work. :( As you've seen, the session replication code needs the 1.4.x classes, so you can't just replace the JBC version in server/all/lib. But if the 3.0.1 classes are in the war, they'll be visible to the

[jboss-user] [JBoss Cache: Core Edition] - Re: Problem when using EJB3EntityTreeCache for caching entit

2009-01-01 Thread bstansbe...@jboss.com
Please repost your service.xml, but use the "Code" button above to enclose it in a code block. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199122#4199122 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199122 ___

[jboss-user] [JBoss Getting Started Documentation] - Re: DNS access

2009-01-01 Thread jaikiran
Use the -b option to start the server. See this for details http://www.jboss.org/community/docs/DOC-10179 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199121#4199121 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199

[jboss-user] [EJB 3.0] - Re: EJBException: Failed to acquire the pool semaphore, stri

2009-01-01 Thread jaikiran
anonymous wrote : So 20 messages had been started and of those 5 had been completed If you look at the ejb3-interceptors-aop.xml in the deploy folder, you will notice that for the Message Driven Bean, there's a StrictMaxPool setting of max pool size = 15. Looking at your logs, it appears that

[jboss-user] [JBoss Cache: Core Edition] - Re: Naga and Maven

2009-01-01 Thread jorgemoralespou_2
Try here. http://repository.jboss.org/maven2/org/jboss/cache/jbosscache-core/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199119#4199119 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199119

[jboss-user] [EJB 3.0] - map atrribute

2009-01-01 Thread DanielFT
Hello. i`m trying to map a attribute that is a Map using jpa annotation. With hibernate i map like this: | | ... | | | | | | | | it work!. but now i want use jpa annotations. how can i do it? i t

[jboss-user] [Clustering/JBoss] - Re: jboss shutdown gives error

2009-01-01 Thread bstansbe...@jboss.com
It's hard to say what your problem is without more details about the error you are seeing. What exactly are you seeing that means "my session is not valid"? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199117#4199117 Reply to the post : http://www.jboss.c

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Could not find datasource message in client JPA although

2009-01-01 Thread jaikiran
anonymous wrote : Caused by: java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory | The exception still shows this classnotfoundexception. How are you adding the jars to the classpath and how are you running the client? View the original post : http://www.jboss.com/inde

[jboss-user] [EJB 3.0] - Re: EJBException: Failed to acquire the pool semaphore, stri

2009-01-01 Thread pbaker01
That did not solve the problem :( The console log (below) outputs a line each time a message is received and processed. So 20 messages had been started and of those 5 had been completed. Thanks for replying on New Years day!!! Any other suggestions will be appreciated. Happy New Year! PB n

[jboss-user] [JBoss Messaging] - Re: Exception in MessagingPostOffice

2009-01-01 Thread gaohoward
what database are you using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199111#4199111 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199111 ___ jboss-user mailing list j

[jboss-user] [EJB 3.0] - Re: EJBException: Failed to acquire the pool semaphore, stri

2009-01-01 Thread jaikiran
After how many messages to the MDB does this exception occur? After 25 (=maxSessions)? Also, this looks incorrect to me: @ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue = "Auto-acknowledge") Should have been @ActivationConfigProperty(propertyName = "acknowledgeMode",

[jboss-user] [EJB 3.0] - Re: JBoss 5 deployment error

2009-01-01 Thread jaikiran
anonymous wrote : 2008-12-30 12:01:41,517 DEBUG [org.jboss.ejb3.deployers.Ejb3Deployer] Error during deploy: vfszip:/h | ome/jhsingl/pkg/jboss-5.0.0.GA/server/default/deploy/workflow.ear/workflow-ejb-2.7.0.jar | org.jboss.deployers.spi.DeploymentException: Error deploying workflow-ejb-2.7.0.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to use my own common-collections.jar in jBoss 4.2.x

2009-01-01 Thread jaikiran
How have you configured classloader scoping? Please post the relevant files and more details about your application packaging. Also please post the entire exception stacktrace. While posting logs or code or xml content, please wrap it in a code block by using the Code button in the message edit

[jboss-user] [JBoss jBPM] - Re: findAllProcessDefinitions()

2009-01-01 Thread kukeltje
1: by writing your own code to show what you want to show 2: No, see 1 unless you mean tasks for process INSTANCES, not definitions. Then just use the api to get tasklists View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199106#4199106 Reply to the post : htt

[jboss-user] [Beginners Corner] - error while running Drools

2009-01-01 Thread hishamlina
I found this error while running the sample of Drools file what is the problem actually. many thanks org.drools.RuntimeDroolsException: Unable to load dialect 'org.drools.rule.builder.dialect.java.JavaDialectConfiguration:java' at org.drools.compiler.PackageBuilderConfiguration.addDiale

[jboss-user] [JBoss Tools (users)] - usage of visual edittor for jsf / seam pages

2009-01-01 Thread AJanz
which tools were used to design the pages of the seam examples? at the moment i use eclipse with jboss tools. but i find it quite hard to design a nice page with it...or may be i do something wrong. for example i got a panelgrid with labels that should be aligned left, and textboxes with all

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to use my own common-collections.jar in jBoss 4.2.x

2009-01-01 Thread Mrityunjay
I want to use my own common-collections.jar in my ear/war, as while invoking i am getting some serialization exception because the same class ListOrderedMap(which is inside common-collection.jar) is getting loaded by two loaders and while serialization it gives classcast exception. The class loa