[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - JSF and JAAS and redeployment

2006-04-17 Thread djr667
Using JBoss 4.0.4.CR2. We deploy an EAR with a contained WAR, which declares a FORM based login Security profile refering to a self-made login module derived from the JBoss DatabaseLoginModule. All works fine at startup. Users can login, roles are checked etc, etc. However, if I deploy a new v

[JBoss-user] [Beginners Corner] - problem in deploying webservice

2006-04-17 Thread deepakonline124
Hi I have problem in deploying webservice when i try to deploy the webservices it is giving the follwing error: 04:02:52,531 INFO [WSDLFilePublisher] WSDL published to: file:/C:/Program Files/jboss-4.0.3SP1/server/all/data/wsdl/myWebservice.war/MyWSService.wsdl 04:02:52,546 ERROR [ServiceDeploy

[JBoss-user] [JBoss Portal] - CMS Portlet in different page

2006-04-17 Thread jacote
Hi, i've installed the cms portlet in another portal on a different page. When i access the portal : http://localhost:8080/portal/portal/myportal/default the first page is displayed (and this is good), but when i click on a link into the cms portlet i go directly to default portal at default pag

[JBoss-user] [Messaging, JMS & JBossMQ] - Receive and send message in the MDB

2006-04-17 Thread srjg75
In a MDB, I received a message from Queue A and want to send that message to Queue B. public void onMessage(Message inmessage) { try { // Get the input message (Inquiry.xml) from Queue A

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Memory leak

2006-04-17 Thread nirav30
We are using Sun JDK 1.5 Well, the problem is resolved. The issue was with JMS connection factory. There is some memory leak with 'RMIConnectionFactory'. We changed our code to use 'java:/ConnectionFactory' [in memory connection factory] and now the memory is settling down properly. Just to ad

[JBoss-user] [Security & JAAS/JBoss] - Re: JACC provider is only called if existing web contraints

2006-04-17 Thread [EMAIL PROTECTED]
I have no intention of mixing XACML and JACC together ever. For your usecase/needs, a custom tomcat valve is all you need. In the valve, do whatever you want. You can emulate whatever you claim is Websphere's behavior. ;) The valve will be called irrespective of any security settings in the web

[JBoss-user] [Security & JAAS/JBoss] - replacing policy

2006-04-17 Thread cmorris
I noticed in other posts that you(Anil) are looking into, or already created, an XACML JACC provider. I'm doing something similar. Suppose I have an XACML policy that specifies "/index.jsp" as the protected resource(target). I have no need for the security contraints in the deployment descrip

[JBoss-user] [JBoss Seam] - Re:

2006-04-17 Thread patrick_ibg
A conversation typically lasts longer than the lifetime of a thread, and indeed the same conversation can be carried through different threads (on different requests), so I'd say "no". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937835#3937835 Reply to t

[JBoss-user] [Beginners Corner] - Start JBoss using account other than root?

2006-04-17 Thread sirkriz
Hi, I installed the JBoss on my Linux machine. For security purpose, I want to start the JBoss under different user other than root. Appreciate if anyone can give some guidance. Thank you. herbert View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937834#3937834

[JBoss-user] [EJB 3.0] - Re: JBossXBException: Failed to parse source on mixed EJB2/E

2006-04-17 Thread bdecoste
Correct. 2.x EJBs and 3.0 EJBs need to be in seperate .jars. If you want to deploy them together, put them in an .ear. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937833#3937833 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [JBoss Messaging] - Re: Cannot configure JBOSS Messaging

2006-04-17 Thread [EMAIL PROTECTED]
I'm glad it works. Thanks for trying Messaging. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937832#3937832 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937832 -

[JBoss-user] [JBoss Messaging] - Re: JDBC persistence configuration examples?

2006-04-17 Thread [EMAIL PROTECTED]
anonymous wrote : However, in the jboss-messaging-1.0.0.Beta1.zip I find no such collection of examples, other than MySQL. I assume this is an oversight. Is there anywhere I can download an example PostgreSQL? I will attempt to roll my own in the meantime, but would prefer one already tested by

[JBoss-user] [Messaging, JMS & JBossMQ] - durable topic subscriber (using EJB3 annotations)

2006-04-17 Thread josey
I have researched this for a while now with no luck so here goes . . . I am trying to deploy a durable topic subscriber using EJB3 annotations. The MDB is deployed fine and it processes messages fine as well. The issue is that the subscription is showing as non-durable (as seen in the JMX cons

[JBoss-user] [Beginners Corner] - I don't want use RI for the examples of Head First EJB

2006-04-17 Thread DistillingJBoss
Hello people, This is my first post, so sorry if it's so basic. I'm using this book Head First EJB to learn EJB and since it is a book for certification (I don't care very much about certification, I just want to learn), they are using J2EE 1.3 and EJB 2.0. I would like to use Eclipse for the

[JBoss-user] [EJB 3.0] - Re: ClassCastException after return entity from slsb method

2006-04-17 Thread yukchan
I have got the same problem just a few days before, and I found that it was caused by packaging the duplicated copy of ejb-interfaces and entities to the war (i.e. the ejb and entity classes should stay at the ejb jar only). Hope help =) View the original post : http://www.jboss.com/index.html

[JBoss-user] [JBoss jBPM] - Re: Tips with jBPM server's console

2006-04-17 Thread ehchn2
Thanks for the suggestion. I'll try that out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937826#3937826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937826 --

[JBoss-user] [JBossCache] - Re: Disabling eviction in JBossCache

2006-04-17 Thread [EMAIL PROTECTED]
Yes, if you disable eviction policy, you have manage the life time your own node. If not, it can run into OOM. In eviction policy, you can also specify maxNodes. See the doc for full details. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937822#3937822 Repl

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: EJB3 Project using jboss-4.0.4.CR2

2006-04-17 Thread JeffBrooks
As an ugly temporary hack to get it to compile I just copied the jars to the old locations so that the IDE would work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937821#3937821 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[JBoss-user] [Installation, Configuration & Deployment] - ClusterPartition

2006-04-17 Thread murilorc
Hi everyone. Would be very appreciate your help on it. I am running JBoss_4_0_0 date=200409200418. JDK=1.5 Under Solaris 10. I've got the error below: 11:36:35,397 ERROR [ClusterPartition] Starting failed jboss:service=Demo ChannelException: java.lang.Exception: exception caused by UDP.start():

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Messages not being persisted -- Please Help!

2006-04-17 Thread rkbeach1
Please ignore this messageI realized that as part of the code which stops my consumer, I am calling session.unsubscribe()after I removed that, I certainly could see messages being persisted... Sorry for the initial message View the original post : http://www.jboss.com/index.html?m

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Browsing the front of a queue

2006-04-17 Thread robinP
I tried reading without acknowledging and then recovering the session as suggested. However, although it works it is not reliable as it is possible to repeat a peek before the previous peek has finished recovering. Any other suggestions? View the original post : http://www.jboss.com/index.html?

[JBoss-user] [JBoss jBPM] - Re: Child tokens do not end at Join ??

2006-04-17 Thread kukeltje
btw, your question about child tokens could be related to http://jira.jboss.org/jira/browse/JBPM-288 It is closed due to an incomplete testcase. Maybe your case can help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937816#3937816 Reply to the post : htt

[JBoss-user] [JBoss Eclipse IDE (users)] - JBoss Eclipse IDE

2006-04-17 Thread ivan.rosina
Hi all, I'm looking for the link to get the source code for JBoss Eclipse IDE. Can anyone help me ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937815#3937815 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937815

[JBoss-user] [JBoss Messaging] - Re: problem consuming messages

2006-04-17 Thread [EMAIL PROTECTED]
I'm almost ready to a release. I made lots of tests today, and I would be able to cut it out today. I'm going to run some profiler tests tomorrow before releasing it, just to make sure I don't find anything before releasing it. View the original post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [JBoss jBPM] - Re: Child tokens do not end at Join ??

2006-04-17 Thread kukeltje
Michael, With incomming tokens I do not mean incomming transitions. Suppose a fork splits of two tokens T1 and T2. Each of which goes to a descision (T1 to D1 and T2 to D2) which in turn have two transitions to tasks (1A, 1B and 2A, 2B). So either 1A or 1B AND 2A or 2B are taken. Below this i

[JBoss-user] [JBoss jBPM] - Re: The org.xml.sax.SAXNotRecognizedException:

2006-04-17 Thread joelkoz
I had a similar problem, and was able to make it go away by putting the Xerces .jar files in my classpath. I think it has something to do with validating XML parsers, and the JDK 1.4.x doesn't support those features (or something like that). View the original post : http://www.jboss.com/index.

[JBoss-user] [JBoss Portal] - Re: Jboss & portal how to?

2006-04-17 Thread ErikT
Yay! That was the problem. I'm not running MySQL 5 in strict mode (I think...), but I changed the datasource descriptor to: | jdbc:mysql://localhost:3306/jbossportal?useServerPrepStmts=false&jdbcCompliantTruncation=false | That did the trick. Sorry for not mentioning that I was using MyS

[JBoss-user] [EJB 3.0] - Re: Classcast Exception $Proxy thing

2006-04-17 Thread MichaelRalston
I ended up finding out what was wrong... I had deployed the ejbjar and war seperately so they did not have the same classloader. One way to work around this is change tomcat to use the jboss classloader, but that mucks up other things. I ended up deploying my ejbjar and war into an ear, this di

[JBoss-user] [JBoss Getting Started Documentation] - When JBoss is Deploying the JBossDukesBank.ear I get a java.

2006-04-17 Thread BriLarks
When JBoss is Deploying the JBossDukesBank.ear I get a java.rmi.ConnectException. it seems to be trying to connect to my IP Address. I have tried to ping it myself and it times out. I can however ping my default gateway. Can I change this to point at my default gateway? Will that solve the pro

[JBoss-user] [Messaging, JMS & JBossMQ] - Messages not being persisted -- Please Help!

2006-04-17 Thread rkbeach1
Hi All, I am using version 4.0.3SP1 I have set up a Topic, and am subscribing to this topic as a durable subscriber. If I stop the client (durable subscriber) and publish any message, this message is not being persisted in the database. I thought that when I re-subscribe, the client would be

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBOSS is not up and running.

2006-04-17 Thread murilorc
Guys, Later I've got these messages: 11:40:29,456 ERROR [URLDeploymentScanner] Incomplete Deployment listing: MBeans waiting for other MBeans: ObjectName: jboss.j2ee:jndiName=clustering/HTTPSession,service=EJB state: CREATED I Depend On: jboss:service=Demo jboss:service=invoker,type=jrmp D

[JBoss-user] [JBoss Portal] - Re: Jboss & portal how to?

2006-04-17 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=AvoidMySQL5DataTruncationErrors View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937802#3937802 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937802

[JBoss-user] [JBossWS] - WSS4j Integration with JBoss

2006-04-17 Thread ramachennupati
I am trying to use the WSS4j handlers in JBoss and getting class cast exception and class not found error on org.apache.ws.axis.security.WSDoAllReceiver. Infact this class implements the org.apache.axis.Handler and in the webservices.xml expects the javax.xml.rpc.Handler. I tried to overwrite t

[JBoss-user] [EJB/JBoss] - javax.ejb.EJBException: Invalid invocation After migracion f

2006-04-17 Thread OZWolverine
Hello everybody, I'm facing some problems migrating an application from jboss-3.2.5 to jboss-4.0.3SP1. First I tryed deploying it in jboss 4. and after deploying I tryed to login into my application and I get an exception reading my jndi.properties. so I had to wirte in my code this: | p

[JBoss-user] [JBoss Portal] - Re: Jboss & portal how to?

2006-04-17 Thread ErikT
Hmm. Ok. I hadn't dropped and re-created the database before actually. When I do that I see that I get and exception when deploying Portal: | 23:31:14,877 INFO [SessionFactoryBinder] Creating database content | 23:31:15,242 WARN [JDBCExceptionReporter] SQL Error: 0, SQLState: 01004 | 23:

[JBoss-user] [Beginners Corner] - NPE Error - Please help

2006-04-17 Thread gpfont
Our website keeps going down every couple of days. In the log we get the following, any ideas: Thank you very much. 13:17:39,724 INFO [STDOUT] viewDisplayData.getInDatasPage() 3 fromLimit=0 13:17:39,724 INFO [STDOUT] viewDisplayData.getInDatasPage() sqlStr=SELECT * FROM indata,pins_2, stat

[JBoss-user] [EJB 3.0] - Re: Classcast Exception $Proxy thing

2006-04-17 Thread kvbisme
I can post the major parts .. The Interface: | package com.ist.beans.interfaces.local; | | import java.io.Serializable; | import javax.ejb.Local; | | | @Local | public interface Notification { | ... | public Object getNotification(String topic, String user, int timeOu

[JBoss-user] [JBoss jBPM] - Re: JBoss jBPM 3.1 Data Model Wiki

2006-04-17 Thread kukeltje
Alex, you don't need Kevin. With PD you can do it yourself View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937795#3937795 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937795 --

[JBoss-user] [JBoss jBPM] - Re: Child tokens do not end at Join ??

2006-04-17 Thread michaelholtzman
anonymous wrote : my expectation was that a join needs as many incomming tokens as there were in the corresponding fork The revised process definition satisifies that requirement, and the transition out of the join is taken. I'm just wondering about the fate of the child tokens after the fork/j

[JBoss-user] [JBoss Messaging] - Re: Cannot configure JBOSS Messaging

2006-04-17 Thread anshah1
Seems to be working now, I had a problem with my EJB that was listening to the queue. Once that was deployed correctly, I could send a message and recieve one too. Thanks for all your time. Anuj View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937793#3937793

[JBoss-user] [JBoss jBPM] - Re: Required indexes missing in JBPM DB script. (Take 2 - De

2006-04-17 Thread kukeltje
Not me View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937792#3937792 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937792 --- This SF.Net email is sponsored by xPML

[JBoss-user] [JBoss jBPM] - Re: Child tokens do not end at Join ??

2006-04-17 Thread kukeltje
hmm... my expectation was that a join needs as many incomming tokens as there were in the corresponding fork. (even the same tokens). This would explain the behaviour I see myself in a model where there are two leaving tokens in a fork and 4 incomming transitions of which only 2 will be ever tak

[JBoss-user] [JBoss jBPM] - Re: Child tokens do not end at Join ??

2006-04-17 Thread michaelholtzman
Ah ha! I restructured the process definition so that the task and timer converge at an intermediate node and then proceed to the join: | | http://jbpm.org/3/jpdl"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://jbpm.org/3/jpdl http://jbpm.org/xs

[JBoss-user] [EJB 3.0] - Re: JBossXBException: Failed to parse source on mixed EJB2/E

2006-04-17 Thread AndreasZimmer
This may be the problem - I haved jared all together within one JAR, not EAR. My interpretation was that an "EJB application" can be packaged in a JAR if no specific requirement for EAR is given (like an additional WAR to be packaged together with the JAR). Probably this is wrong and the EJB ter

[JBoss-user] [JBoss jBPM] - async processing in JBPM

2006-04-17 Thread jaidotnet
I am new to java and jBPM. I am doing a prototype. I have a node with 'async = true" . I run a long running process once the processing is done I want to send a signal to the work flow to countinue. Any examples please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: setExceptionListener() warnings in clustered environment

2006-04-17 Thread joff
Yes, using 4.0.2, and we're using ha-singleton (as far as I can tell) i.e.: app01:~/sptjboss/deploy-hasingleton/jms# ls | jbossmq-destinations-service.xml jbossmq-service.xml mysql-jdbc2-service.xml | uil2-service.xml jbossmq-httpil.sar jvm-il-service.xml mysql-jdbc-state-service.

[JBoss-user] [JBoss jBPM] - Re: Class Browse Button/Dialog not working

2006-04-17 Thread MattJackson86
"[EMAIL PROTECTED]" wrote : This is a weird exception. Could this be in a workspace that was created with another Eclipse version? | | Regards, | Koen Nobrand new eclipse 3.1.2 install with the jbpm gpd, compiled in 3.1.2, installed. Workpace created in 3.1.2. I looked into is more

[JBoss-user] [JBoss jBPM] - Re: Required indexes missing in JBPM DB script. (Take 2 - De

2006-04-17 Thread julian_k
bump, anyone? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937785#3937785 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937785 --- This SF.Net email is sponsored

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: EJB3 Project using jboss-4.0.4.CR2

2006-04-17 Thread ramachennupati
Hi, I am also having the similar kind of issue. Any feedbck? Thanks, Rama View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937784#3937784 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937784 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: ConnectionFactory not bound error

2006-04-17 Thread srjg75
Thanks. I got the problem solved. I had to set up hsqldb jbdc service to make it work. I went through the JMS concepts on the JBOSS site, but could find anywhere the concept of having hsql or any other database for running JMS (MDB) etc. I then gathered from the hsqldb-jdbc3-service.xml that it

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: ConnectionFactory not bound error

2006-04-17 Thread lafr
I don't have an JBoss system available at the moment, but JNDi-names with prefix "java:/" are normally used if you have an resource-ref in your ejb-jar.xml. Take a look at jmx-console -> JNDI view to see what's available. We simply use "QueueConnectionFactory" as JNDI name in our code. View the

[JBoss-user] [Installation, Configuration & Deployment] - Re: Linux: start Jboss using port 80, must be a root?

2006-04-17 Thread lafr
I don't know if there is a special behaviour of linux, but on unix systems all ports < 1024 are reserved for processes with user id root. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937780#3937780 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [Beginners Corner] - Re: running a deployed application

2006-04-17 Thread jaikiran
Try out the following from the other machine: http://yourMachineName:8080/hello instead of using localhost View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937779#3937779 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [Management, JMX/JBoss] - Reggie as an mbean

2006-04-17 Thread jonesgeek
Is there a way to run the reggie lookup service as a JBoss MBean service? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937778#3937778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937778 ---

[JBoss-user] [JBossCache] - Disabling eviction in JBossCache

2006-04-17 Thread jaikiran
Hi, We have a question regarding Eviction policy in JBossCache. What if i disable Eviction from treecache.xml, will there be any memory related issues(OutOfMemory sort of exceptions). I do expect them to occur. If so, is there anyway to specify in JBosscache that whenever the cache exceeds som

[JBoss-user] [Installation, Configuration & Deployment] - JBOSS is not up and running.

2006-04-17 Thread murilorc
Hi guys ! I've installed the JBOSS but when I started it, doesn't work. I don't know why this is happening. Some one could help me on that. I am running under Solaris 10. My /etc/hosts is correct. What else can I do it to solve it or how can I set up the ClusterPartition ? When I run the comman

[JBoss-user] [JBoss Seam] - Seam CVS upgraded to JBoss AS 4.0.4.CR2 / EJB3 RC6

2006-04-17 Thread [EMAIL PROTECTED]
I have completed the upgrade to the latest rev of JBoss EJB3. Changes: * Seam now requires 4.0.4.CR2 * @Interceptors(SeamInterceptor.class) is no longer required, check the booking demo to see what to use instead * Startup of embedded EJB3 is *much* faster in eclipse - SeamTest screams along, t

[JBoss-user] [JBoss Portal] - Re: Jboss & portal how to?

2006-04-17 Thread [EMAIL PROTECTED]
OK, I ran your setup - JBoss 4.0.4 CR2 with portal-2.2.1RC3 and it works perfectly. From the log posted above it seems there is a problem creating the default content? Maybe you should check the DB tables - I had to drop all of them and redeploy the portal, because I was using a different versio

[JBoss-user] [JBoss jBPM] - Re: Child tokens do not end at Join ??

2006-04-17 Thread [EMAIL PROTECTED]
The built-in join node requires a token on all incoming transitions before proceeding. I see you have two transitions from the task node to the join, one for the task and the other for the timer. Since they are mutually exclusive, the join should not proceed. However, you state the process ins

[JBoss-user] [JBossWS] - soap:address and

2006-04-17 Thread briangmills
Currently when I change the web.xml the JSR-181 deployment does not reflect that change in the soap:address entry in the wsdl. If I modify the wsdl to be consistent with the , all works as expected: web.xml: ... OrderService /service/* wsdl: http://jboss:8080/TestService

[JBoss-user] [EJB 3.0] - Re: Performance problem with returning values from Stateless

2006-04-17 Thread mijez
Ok I found explanation for this long returning time. Now, because I only read from DB, I annotated my method in Stateless Session Bean with: @TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED) Now, it's working quite fast. Thanks anyway. View the original post : http://www.jboss.com/

[JBoss-user] [JBoss Portal] - Re: Jboss & portal how to?

2006-04-17 Thread ErikT
Well, there are no exceptions when starting Jboss and Portal seem to be deployed correctly. I have checked the logs pretty thoroughly and there are some WARN-level messages, but if I understand them correctly, they just indicate that Portal is using default settings. Other than that, there's no

[JBoss-user] [Management, JMX/JBoss] - Re: Server Info listThreadCpuUtilization();

2006-04-17 Thread vignesh76
Thanks for the reply. Yeah, I count the elapsed time interval between the 2 calls and the total cpu usage in this time interval. The no of CPUs is as reported by the jboss web-console, home page (Hardware section) The JVM i'm using is java version "1.5.0_05" Java(TM) 2 Runtime Environment, Sta

[JBoss-user] [JBoss Portal] - Re: Jboss & portal how to?

2006-04-17 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossProductVersioning explains the versioning schema for JBoss products, I will try to reproduce your error with CR2, since I am running RC1, but could you please examine your server.log and error.log files in JBOSS_HOME/server/default/log and post anyth

[JBoss-user] [JBoss jBPM] - Re: JBoss jBPM 3.1 Data Model Wiki

2006-04-17 Thread [EMAIL PROTECTED]
anonymous wrote : Are you familar with PD? If so, why not? LOL. This should go to the list of common fallacies. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937766#3937766 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [JBoss Portal] - Re: Jboss & portal how to?

2006-04-17 Thread ErikT
In my case, I access the correct URL (or at least the URL that the documentation says I should access...). Fresh Jboss 4.0.4.CR2 (btw, shouldn't it be Release Candidate 2 and not Candidate Release 2 that the download page says?) and nothing else. MySQL datasourc

[JBoss-user] [News & Announcements] - Re: JBossAS 4.0.4.CR2 released

2006-04-17 Thread bakerfoot
Is there a tentative target date for releasing JBossAS 4.0.4 to production? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937764#3937764 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937764 -

[JBoss-user] [JBoss Portal] - Re: Dynamic Role for portlets

2006-04-17 Thread cpage
you can add security constraints to the windows (which are link with an instance of a portlet) then, use a roleModule to check if the user has this role. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937762#3937762 Reply to the post : http://www.jboss.com/

[JBoss-user] [JBoss jBPM] - Re: Tips with jBPM server's console

2006-04-17 Thread kukeltje
Thanx Alex, Somehow I never find the time to give these crashcourses on well know java frameworks. ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937761#3937761 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39377

[JBoss-user] [JBoss jBPM] - Re: JBoss jBPM 3.1 Data Model Wiki

2006-04-17 Thread [EMAIL PROTECTED]
Kevin, would you do the same for BPEL tables? ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937760#3937760 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937760 ---

[JBoss-user] [JBoss jBPM] - Re: Tips with jBPM server's console

2006-04-17 Thread [EMAIL PROTECTED]
Alright, I forgot to use the code block: | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937759#3937759 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937759

[JBoss-user] [JBoss Seam] - Re: Dynamic Pageflow with Seam

2006-04-17 Thread [EMAIL PROTECTED]
Note that the JIRA issue is here: [ulr]http://jira.jboss.com/jira/browse/JBSEAM-176[/url] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937758#3937758 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937758 --

[JBoss-user] [JBoss jBPM] - Re: Tips with jBPM server's console

2006-04-17 Thread [EMAIL PROTECTED]
You can decrease the priority of messages that cause the scrolling by editing the log4j settiongs in the directory conf/log4j.xml of your server configuration. Create a new category like this: No messages will be logged from ThatAnnoyingClass unless they are at or above the WAR

[JBoss-user] [JBoss Messaging] - Re: Cannot configure JBOSS Messaging

2006-04-17 Thread anshah1
So here's a step by step 1) Installed Jboss 4.0.3SP1 on my local C: (Windows) 2) Test Server installation .. Works fine. Shutdown server. 3) Download JBOSS Messaging and follow the automatic configuration step from the user manual 4) Ran one of your samples from the user manual and got SUCCESS the

[JBoss-user] [JBoss Seam] - Re: Hibernate and @Stateful Beans

2006-04-17 Thread chane
Gavin - Thanks for confirming! Chris View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937755#3937755 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937755 --- Thi

[JBoss-user] [JBoss Seam] - Re: Hibernate and @Stateful Beans

2006-04-17 Thread [EMAIL PROTECTED]
Yes you can. Just use a Seam-managed Hibernate session inside your @Stateful bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937754#3937754 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937754 -

[JBoss-user] [Management, JMX/JBoss] - Re: Server Info listThreadCpuUtilization();

2006-04-17 Thread [EMAIL PROTECTED]
The total is just the sum of what gets reported by http://java.sun.com/j2se/1.5.0/docs/api/java/lang/management/ThreadMXBean.html#getThreadCpuTime(long) for each running thread, so the accuracy depends on the jdk implementation. Do you count the elapsed time interval between 2 calls? I don't kno

[JBoss-user] [JBoss jBPM] - Re: problem running my process

2006-04-17 Thread kbarfield
jBPM has the concepts of users, groups, and memberships. These are stored in the database by default. You can change this to use LDAP or some other 3rd party idenity system. For the simple case of getting new users into jBPM, you simply need to add rows to the jbpm_id_user table. Here are a

[JBoss-user] [JBoss jBPM] - Re: problem running my process

2006-04-17 Thread kukeltje
if you look at the documentation and the source a little, you will see that there are some scripts to insert these users into the database. You can either add your own users to these scripts, or manipulate the database directly. View the original post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [JBoss jBPM] - Re: EJB examples with jBPM?

2006-04-17 Thread kukeltje
Concurrent access to a processinstance is an issue by itself, independant of clustering (or j2ee). The same is true for transactions etc. I do agree however that using it in a j2ee environment doesn't make it simpeler, but it doesn't neccesarilly make it (a lot) more complex either. Search the

[JBoss-user] [JBoss Seam] - Hibernate and @Stateful Beans

2006-04-17 Thread chane
Can I use Hibernate Sessions (instead of an entityManger) in conjuction with @Stateful beans in the JBOSS Server? In looking at the hibernate example application, the action beans use @Scope(SESSION) instead of the @Stateful desigination. It all seems to work in my sample application. I'm co

[JBoss-user] [JBoss Seam] - Re: Error during model data update!

2006-04-17 Thread Shinerella
please if somebody has more information, can post here because I have this same error after some changes, and not a clue yet... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937748#3937748 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [EJB/JBoss] - Re: error in deploying ejb

2006-04-17 Thread miltgrin
This was my mistake. There were some classes that the build did not package in the jar file. For anyone in the future that might run into this problem the key is in the msg: part of the error | 08:55:34,816 WARN [verifier] EJB spec violation: | Bean : Greeting | Section: 22.2 | Warnin

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Memory leak

2006-04-17 Thread genman
Can you post the reference tree? Also, what JVM do you use? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937745#3937745 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937745

[JBoss-user] [Management, JMX/JBoss] - Deployment Error

2006-04-17 Thread elvioandrade
Hi, a strange error is happening to me, if I deploy a Jmx Service when I have the AS running, an exception is thrown and the deployment fails. It throws the typical: | Class does not expose a management interface: java.lang.Object) | If I re-start the server, then the service is recogn

[JBoss-user] [Management, JMX/JBoss] - Server Info listThreadCpuUtilization();

2006-04-17 Thread vignesh76
I'm using ServerInfo listThreadCpuUtilization() (the "Total" value) to calculate the %CPU utilization of the Jboss server. I'm also taking in to account the no of CPUs while calculating this value. The problem is, I'm getting absurd values for CPU usage like 170% etc. The formula I'm using is:

[JBoss-user] [JBoss Portal] - Re: Jboss & portal how to?

2006-04-17 Thread [EMAIL PROTECTED]
Jboss 4.0.4RC1 does work with portal 2.2.1RC3, I noticed you put 1217.0.0.1:8080/portal as your portal URL - shouldn't it be 127.0.0.1:8080/portal (i.e. localhost:8080/portal)? Other than that I don't see another problem with your setup. View the original post : http://www.jboss.com/index.ht

[JBoss-user] [EJB 3.0] - Re: EJB2 and EJB3 in one ear

2006-04-17 Thread bdecoste
Yes, you can deploy an EJB2.x .jar and a EJB3.0 .jar in the same .ear. The EJB3 deployer is triggered by a list of conditions: The existence of a persistence.xml file The existence of a jboss.xml file with no ejb-jar.xml file The existence of annotated classes The existence of a 3.0 version ejb-j

[JBoss-user] [JBoss Portal] - Re: Dynamic Role for portlets

2006-04-17 Thread patrickdalla
No response? No way? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937740#3937740 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937740 --- This SF.Net email is spo

[JBoss-user] [EJB 3.0] - Re: Classcast Exception $Proxy thing

2006-04-17 Thread [EMAIL PROTECTED]
Typically, this issue arises when the classpath on the client does not include all the jars from the jboss/client directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937733#3937733 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [JBossWS] - Did not understand

2006-04-17 Thread arvind_pv
Hi Everyone, I'm working on Web Services security using Wss4j 1.0 with Apache Axis 1.3 and JBoss 4.0.3 SP1. I followed the instruction given in the below mentioned site http://ws.apache.org/wss4j/axis.html But when I'm running the client program I'm getting the below exception i.e. faultCode:

[JBoss-user] [JBoss Seam] - Re: Method not found: isJndiName

2006-04-17 Thread [EMAIL PROTECTED]
as written many times before ;) if you really badly want composite-id support then why don't you contribute a patch. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937731#3937731 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[JBoss-user] [EJB 3.0] - Re: Classcast Exception $Proxy thing

2006-04-17 Thread bdecoste
The code snippet you posted is fine. Can you please post the entire interface, bean, and client source? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937730#3937730 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=393773

[JBoss-user] [EJB 3.0] - Re: Performance problem with returning values from Stateless

2006-04-17 Thread bdecoste
Can you post (here or JIRA) all of your source and I'll take a look. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937729#3937729 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937729

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Trouble Configuring a Data Source for MySQL using JSTL

2006-04-17 Thread KnightFire
Have you put a copy of the jar file containing the MySQL JDBC driver in the servers lib directory? KF View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937727#3937727 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937727

[JBoss-user] [JBoss jBPM] - Re: problem running my process

2006-04-17 Thread achilloman_jbpm
sorry for bothering u with all this questions, the first problem is resolved, i can now execute my process. but the problem of users that don't show up, i couldn't resolve it. can u explain me more how can i add my users to the identity module.. View the original post : http://www.jboss.com/inde

[JBoss-user] [EJB 3.0] - Re: What is the difference between 4.0.4RC1 and 4.0.4CR2 ?

2006-04-17 Thread bdecoste
Release Candidate vs Candidate Release. They represent the same thing, just a switch in naming convention. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937725#3937725 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=393

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Tomcat version

2006-04-17 Thread [EMAIL PROTECTED]
tomcat.apache.org -- follow the links on the left View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937724#3937724 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937724 ---

[JBoss-user] [JBoss Seam] - Re: Fileupload

2006-04-17 Thread [EMAIL PROTECTED]
Thanks Marcio, we need to get this info on the Seam Wiki. Will you post it there, or give me permission to copy/paste over to there? TIA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937723#3937723 Reply to the post : http://www.jboss.com/index.html?module

[JBoss-user] [EJB 3.0] - Re: JBossXBException: Failed to parse source on mixed EJB2/E

2006-04-17 Thread bdecoste
How are you deploying the mixed application? Can you describe exactly how you are writing and packaging the classes and deployment descruptors? You should be able to deploy the mixed application within a single .ear containing the 2.x EJBs in one jar and the 3.0 EJBs in another jar. Also, you s

  1   2   >