[jboss-user] [JBoss Cache: Core Edition] - File system cache size limitation

2008-07-16 Thread eug-su
I'm new to JBoss Cache. How can i limit file system cache size? (In bytes or in nodes). I can't find a configuration property for it. What is the easiest way to do it? Now i install cache listener and on NodeEvicted event check the location directory size. How to do it right? Thanks. View t

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: PHP-Servlet-EJB - design choice?

2008-07-16 Thread [EMAIL PROTECTED]
1) Mixing PHP and JAVA is not easy. 2) -Dorg.apache.catalina.JSESSIONID=PHPSESSIONID so that servlets will use the same sessionid (you will have to store the session information and restore it. 3) See 2) The phpservlet in JBossWEB is designed for a migration tool for PHP to JAVA but it may fit

[jboss-user] [EJB 3.0] - Re: QuerySyntaxException class is not mapped

2008-07-16 Thread jaikiran
Please post the entire logs you see on the console. Which version of JBoss and Java do you use? P.S: 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

[jboss-user] [EJB/JBoss] - Re: javax.ejb.EJBTransactionRequiredException when calling r

2008-07-16 Thread jaikiran
Post the entire exception stacktrace and the code where you are invoking this bean. Also post the relevant annotations/xml files. P.S: 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 Previe

[jboss-user] [JBoss jBPM] - Compliation Error in parsing process definition xml from jav

2008-07-16 Thread ssidhanta
Hi, I am stuck with this problem for quite sometime. I am calling a JBPM process from a java class using the following code: JbpmConfiguration jbpmConfiguration = JbpmConfiguration.parseResource("jbpm.cfg.xml"); //ProcessDefinition processDefinition=ProcessDefinition.parseXmlResourc

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Add Connector element dynamically in Server.xml?

2008-07-16 Thread [EMAIL PROTECTED]
TC-6.0 code in ./java/org/apache/tomcat/util/digester for example. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164922#4164922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164922

[jboss-user] [EJB 3.0] - Re: Problem Call ejb3.0

2008-07-16 Thread jaikiran
Are you sure the ejb jar that you have deployed is the correct version and contains this method? Also, is there any other jar containing this ejb (but not the method) in the classpath which might be causing this issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss jBPM] - Re: Error when calling a process from a java class

2008-07-16 Thread ssidhanta
Hi, I was busy doing other things.So could not reply.But I am still getting the error: org.jbpm.jpdl.JpdlException: [[ERROR] couldn't parse process definition] at org.jbpm.jpdl.xml.JpdlXmlReader.readProcessDefinition(JpdlXmlReader.java:163) at org.jbpm.graph.def.ProcessDefiniti

[jboss-user] [JBoss Messaging] - Re: JBM messages getting stuck in queue?

2008-07-16 Thread timfox
Almost certainly your problem is a config issue or a misunderstanding of how clustering or MDBs work. If you have a support contract someone can take you through it. If you're looking for free support, there have been plenty of threads on this forum on how to configure MDBs with clustered queue

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem starting JBoss (MBeans waiting for other MBeans)

2008-07-16 Thread jaikiran
anonymous wrote : ObjectName: persistence.units:unitName=loggingDb | State: NOTYETINSTALLED Have you deployed the persistence unit (through persistence.xml)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164917#4164917 Reply to the post : http://www.jboss

[jboss-user] [JBoss Messaging] - Re: JBM messages getting stuck in queue?

2008-07-16 Thread TheOverlord
"timfox" wrote : For a start, JBM 1.4.1 is for *JBoss AS 5 only*, I've no idea if it would work with JBoss AS 4.x. The reason I "upgraded" to JBM 1.4.1.Beta1 was because I had the problem I reported with JBM 1.4.0.SP3 in hopes it would solve my problem but alas it has not. View the original po

[jboss-user] [JBoss Messaging] - Re: JBM messages getting stuck in queue?

2008-07-16 Thread TheOverlord
Well, I spoke too soon. Messages are getting stuck again. How do I determine what the state of the queues and/or bridge are? It's really hard to figure out where the problem is. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164915#4164915 Reply to the post

[jboss-user] [JBoss Messaging] - Re: JBM messages getting stuck in queue?

2008-07-16 Thread TheOverlord
I think I found my problem. I had set my MDB maximum pool size way too high (15 - lol) I reduced the maximum pool size to 2. I'm still performing tests as I type this and it appears to be more stable. I can see how setting a maximum MDB pool size too high would cause the problem. View the

[jboss-user] [JBoss Messaging] - Re: JBM messages getting stuck in queue?

2008-07-16 Thread timfox
For a start, JBM 1.4.1 is for *JBoss AS 5 only*, I've no idea if it would work with JBoss AS 4.x. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164912#4164912 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164912

[jboss-user] [JBoss Portal] - How to load CMS page in portlet

2008-07-16 Thread senthilkumar.devan
Hi, I have test.html in my CMS. I have created a portlet class and i am trying to access the test.html in my portlet class. PortletRequestDispatcher prd = getPortletContext().getRequestDispatcher("/portal/content/default/test.html"); prd.include(request, response); But i get error as The re

[jboss-user] [Clustering/JBoss] - Preventing JBoss from loading all the servlets on Startup

2008-07-16 Thread vishal_2100
I have a simple Java/JSP application in which I have compiled all the JSPs using Jakarta ANT 1.5 into servlets and placed them in the WEB-INF/classes folder. I have modified my web.xml file accordingly and put all the servlet mapping entries in the web.xml file. Now the main problem is that whe

[jboss-user] [JBossWS] - Re: Java bean array properties returned empty

2008-07-16 Thread maxmad741
Hello. First sorry for my bad English. galet: you cant solve. I have the same incovenient .. "agradeceria" much you can put the solution. Thank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164902#41649

[jboss-user] [Security & JAAS/JBoss] - Re: Client IP in LoginModule

2008-07-16 Thread prateek_n
I tried java.rmi.server.RemoteServer.getClientHost(). But that doesn't work. It gives an exception. Any other suggestions ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164901#4164901 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Messaging] - JBM messages getting stuck in queue?

2008-07-16 Thread TheOverlord
The basic problem is that JBM messages appear to be getting stuck in a queue somewhere. I don't know where they're getting stuck and I don't know how to troubleshoot it. I'm using JBM 1.4.1.Beta1 and JBoss AS 4.2.2.GA. I'm also using JBR 2.2.2.SP8. I'm using a clustered queue on clustered JBoss

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JBM messages getting stuck in queue?

2008-07-16 Thread TheOverlord
I'll just repost in the JBM section. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164899#4164899 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164899 ___ jboss-user mailing

[jboss-user] [Security & JAAS/JBoss] - Re: How to setup the DatabaseServerLoginModule for authentic

2008-07-16 Thread ragavgomatam
Check this out in this post:- http://www.jboss.com/index.html?module=bb&op=viewtopic&t=125169 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164897#4164897 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164897

[jboss-user] [Security & JAAS/JBoss] - Re: Authentification problems in Jboss 5

2008-07-16 Thread ragavgomatam
Try setting the Cache in login-config.xml as zero View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164896#4164896 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164896 ___ jboss

[jboss-user] [Security & JAAS/JBoss] - Re: Obtain the plaintext password in LoginModule

2008-07-16 Thread ragavgomatam
Password from Browser is encrypted ? That too with FORM authentication ?? Can you please verify & confirm ? Or is it encrpyted in the database with which you want to compare ? Then you might want to ask your DBA about the algorithm for encryption (usually RSA or SHA-1). Then use those for de

[jboss-user] [Security & JAAS/JBoss] - Re: Client IP in LoginModule

2008-07-16 Thread ragavgomatam
I assume that client is calling the ejb directly like a java client, which would be using jndi to look up the ejb & connecting to the bean. Usually there is no straight forward way, except to use java.net.ServerSocket and other java.net API. But if you read the ejb spec, this is one of the DO N

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Help! Want to auto-generate primary keys with EJB 2, CMP/MyS

2008-07-16 Thread tbessie
Hello all... I'm in a project porting from Weblogic/Oracle to JBoss/MySQL. We're sticking with EJB 2's for now. I did the Oracle -> MySQL part, and now am working on the Weblogic -> JBoss part. In migrating to MySQL, I changed use of Oracle SEQUENCE's to separate sequence tables. Weblogic s

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JBM messages getting stuck in queue?

2008-07-16 Thread TheOverlord
I just noticed there's a JBM section. Sorry. Could an admin move this thread to the JBM section please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164887#4164887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41648

[jboss-user] [Beginners Corner] - Re: JBoss API usage examples

2008-07-16 Thread danishkhan
"PeterJ" wrote : You will want to use JMX. The JMX console will let you access that info from a browser. The twiddle utility will give you that access from the command line. All are referenced in the documentation. | | The only thing the documentation does not mention is exactly which MBeans

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JBM messages getting stuck in queue?

2008-07-16 Thread TheOverlord
Here's more information I forgot to mention. The MDBs are returning a response using a typical temporary queue replyTo pattern. I'm also getting a lot of deadlock error messages relating to the JBM_COUNTER table. JBM is apparently trying to increment some counter by doing a select followed by

[jboss-user] [Messaging, JMS & JBossMQ] - JBM messages getting stuck in queue?

2008-07-16 Thread TheOverlord
The basic problem is that JBM messages appear to be getting stuck in a queue somewhere. I don't know where they're getting stuck and I don't know how to troubleshoot it. I'm using JBM 1.4.1.Beta1 and JBoss AS 4.2.2.GA. I'm also using JBR 2.2.2.SP8. I'm using a clustered queue on clustered JBoss

[jboss-user] [JBoss Messaging] - Re: Jboss Messaging Benchmarks

2008-07-16 Thread janylj
Hello Clebert, I am also benchmarking JBoss Messaging v. 1.4.1.Beta1. I got the similar results on non-persistent delivery to a queue (over 10K mesg/sec). However, I have to start over 10 consumers simultaneously, otherwise, the pending messages would pile up and finally OutOfMemoryError is rep

[jboss-user] [JBoss Messaging] - Re: question about DownCacheSize

2008-07-16 Thread jasonhu919
I was talking about database persistent messages. when DownCacheSize=1, client puts 5000 messages in the queue, the client finishes sending, then I check right away, queue size from jmx console shows 5000, but database jbm_msg table shows size still 2000, but it is increasing, so if I res

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Shutting down diff JBOSS IP aliases Instances on one Machine

2008-07-16 Thread diegobowen
I have multiple instances of JBoss running on a single machine via IP aliases. For a background on this please refer to: http://wiki.jboss.org/wiki/ConfiguringMultipleJBossInstancesOnOneMachine Although not mentioned as one of the possible solutions in the above article, using IP aliases seemed

[jboss-user] [Security & JAAS/JBoss] - Re: How is JBoss SSO SAML token been validated?

2008-07-16 Thread alllle
When thinking about it, it occurs to me that the "referer" does not seem to be a reliable way of determine the issuing site. 1. The "Referer" site might not be the original issuer of the token, when more than 2 sites are participating in the SSO. 2. If integrate with 3rd party application / pla

[jboss-user] [Security & JAAS/JBoss] - Re: How is JBoss SSO SAML token been validated?

2008-07-16 Thread alllle
I see. Thank you for the explanation. Now I see how everything is connected. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164874#4164874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164874 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: problem deploying witha jar, class not found

2008-07-16 Thread PeterJ
I just now noticed that your web.xmlf has this: | ca.BookStore.BookStoreServlet18 | Whitespace in xml config files can cause all sorts of problems. Try this instead: ca.BookStore.BookStoreServlet18 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164873

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: problem deploying witha jar, class not found

2008-07-16 Thread PeterJ
No. The most common use for that file is to change the context. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164871#4164871 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164871 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: problem deploying witha jar, class not found

2008-07-16 Thread calgacus
I wonder if I need a jboss-web.xml file... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164869#4164869 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164869 ___ jboss-user m

[jboss-user] [JBoss Messaging] - Oracle JMS(AQ) & JBoss

2008-07-16 Thread kairihen
Is there any way to connect JBoss's MDBs up to Oracle's JMS (AQ)? I am using JBoss 4.2.2 and Oracle 11g. Thank you in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164867#4164867 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [Beginners Corner] - Re: JBoss API usage examples

2008-07-16 Thread PeterJ
You will want to use JMX. The JMX console will let you access that info from a browser. The twiddle utility will give you that access from the command line. All are referenced in the documentation. The only thing the documentation does not mention is exactly which MBeans to observe, but a littl

[jboss-user] [JBoss jBPM] - Re: how to use Decision nodes??????

2008-07-16 Thread villatore
Upss, I have problems with Decision too. But I'm using JBPM 3.2.3, it's a little different. Sorry, but If somebody can, help u.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164865#4164865 Reply to the post : http://www.jboss.com/in

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: problem deploying witha jar, class not found

2008-07-16 Thread calgacus
OK, did that and now when hit the page I get: ype Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: Error instantiating servlet class ca.BookStore.BookStoreServlet18

[jboss-user] Delivery Notification <[EMAIL PROTECTED]>

2008-07-16 Thread Postmaster
This is a delivery status notification, automatically generated by MTA im2.duc.auburn.edu on Wed, 16 Jul 2008 16:43:31 -0500 Regarding recipient(s) : [EMAIL PROTECTED] Delivery status : Failed. Message could not be delivered to domain .Failed while initiating the protocol. <[('[EMAIL PROTECTED]

[jboss-user] [Beginners Corner] - JBoss API usage examples

2008-07-16 Thread danishkhan
Hi guys, I am working on an application which will show different performance parameters and usage patterns of JBoss. In this regard, I need to see some code examples that show how to use JBoss API. For example , if I need to know connection pool size through JBoss API, which function will I ca

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: problem deploying witha jar, class not found

2008-07-16 Thread PeterJ
Ignore the missing CorbaORB message. Not even sure why it cares about this in the 'default' configure (I could understand if this issue came up in the 'all' config), probably some web services misconfiguration. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41

[jboss-user] [JBoss Messaging] - All messages are not persisted in Database.

2008-07-16 Thread sajankn
Versions: JBoss AS : 4.2.2.GA JBM : 1.4.0.SP3 Java : 1.5.0_13 OS : Mac OSX Server 10.5.2 DB : Oracle 10g Setup: I'm doing the stress test on JBM. The following is the setup: AS with JBM - 2 (Both are up and running). Publisher - 5 (Each Publishing 1000 messages simultaneously). Runs in an indepe

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: problem deploying witha jar, class not found

2008-07-16 Thread PeterJ
Did you restart the app server? If not, do this: 1) stop the app server 2) delete server/default/data, server/default/tmp, server/default/work 3) start the server again I just do not trust the deployment mechanisms in 5.0 yet. Thus I always recommend restarting, with flushing out the temporary f

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: problem deploying witha jar, class not found

2008-07-16 Thread calgacus
Something else looming odd in my server.log: 9466 2008-07-16 17:29:33,959 DEBUG [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (HDScanner) Unable to retrieve orb 9467 javax.management.InstanceNotFoundException: jboss:service=CorbaORB is not registered. 9468 at org.jboss.mx.server.r

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: problem deploying witha jar, class not found

2008-07-16 Thread calgacus
Hi, When I try that (jar to war) and redeploy and hit the page I get this response: HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: Error instant

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Problem starting JBoss (MBeans waiting for other MBeans)

2008-07-16 Thread jharby1
I am getting some deployment errors when starting JBoss. I have an MDB that uses a database appender to do logging but apparently there is some problem with the dependencies between that data source and the ear file in deployment. Does anyone have any suggestions? TIA 1. Output of run.sh =

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Add Connector element dynamically in Server.xml?

2008-07-16 Thread srikanth_vals
please tell me where to find digester? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164853#4164853 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164853 ___ jboss-user maili

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss won't load login-config from webapp

2008-07-16 Thread alllle
It is invoking the jboss ldap authentication logic, but there is some problem between that class and your ldap server. I don't have much experiences on this and won't be able to help on this topic :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164851#41648

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: problem deploying witha jar, class not found

2008-07-16 Thread PeterJ
Try renaming BookStore.jar to BookStore.war. I think the deployers got a little confused on setting up a classpath because you used the wrong extension. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164850#4164850 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBossWS] - Re: Cyclic web services

2008-07-16 Thread yebo
I'm having the same problem and can't seem to get the correct annotations into my EJB to resolve this. I'm using a very simple web service and performing a findAll() to test. Can I not use the entity classes for this? Can anyone show any examples for the xml annotations to drive the traversal?

[jboss-user] [Installation, Configuration & DEPLOYMENT] - problem deploying witha jar, class not found

2008-07-16 Thread calgacus
Hi, I am trying to deploy a very small simple app with a jar file, but it fails, the server log gives : 2008-07-16 16:37:07,395 WARN [org.jboss.web.tomcat.service.TomcatInjectionContainer] (HDScanner) could not find servlet class 9108 ca.BookStore.BookStoreServlet18

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - PHP-Servlet-EJB - design choice?

2008-07-16 Thread nightnic
Hi, I'm looking into implementing an EJB-based service for integration into existing web-site. Website is written on PHP and hosted on standard ISP hosting. There is also a dedicated server which is the base for business logic processing. My goal is to implement business logic processing using

[jboss-user] [Messaging, JMS & JBossMQ] - 2 different apps on same JBoss server exchanging message via

2008-07-16 Thread wootenator
I'm working on a project where we have extensive functionality implemented in EJB 2.x. I need to add a new module that may be on another server. I've used the JBoss at Work book example and gotten a test application that sends an object to a queue bound to a MDB. This works. I added this app to

[jboss-user] [Remoting] - Indefinite hangs on Socket reads using secure bisocket

2008-07-16 Thread zackurey
First some environment info: JDK 1.6.0.5, also tried 1.5.0.11 JBoss Mesaging 1.4.0.SP3 JBoss Remoting 2.2.2 SP8 OS: Centos 4.5 When committing a transaction for some rather large messages( 1MB messages at a time ), the JBoss remoting client hangs on a socket read. Heres the thread dump: "Quart

[jboss-user] [Clustering/JBoss] - HASingleton dependency

2008-07-16 Thread oscarcs
Hi all. I am using HASingletonDeployer,type=Barrier to deploy a service that loads certain files in the database on JBoss startup (in the start method of the MBean). I want this to be done in one member only. Then, i have another mbean deployed normally in each member that uses the data inser

[jboss-user] [JBoss jBPM] - Re: reason for catching StaleObjectStateException in Service

2008-07-16 Thread twiceknightly
I don't pretend to understand all the reasons why such an exception may be thrown. However if two threads are trying to signal a transition on the same process instance and one fails then I would say you do want to know about that. Furthermore presumably if a user interface is involved then

[jboss-user] [Security & JAAS/JBoss] - Re: authentication issue ?

2008-07-16 Thread [EMAIL PROTECTED]
Martin- Couple of things you want to check: The version of JOSSO supported by Portal today is 1.5. I believe there is a 1.7 out and this is not integrated yet. Also, back when 1.5 was released, it did not support JBoss 4.2. It had support for JBoss 4.0 only and the actual version I tested on wa

[jboss-user] [JBoss Messaging] - How to set up a durable subscriber?

2008-07-16 Thread janylj
Hello, I am trying to establish publish-durable subscriber using JBoss Messaging 1.4.1.Beta1 and AS 4.2.2.GA. Though I was able to publish messages to topic , my subscriber couldn't read the messages from topic. Are there any configurations to follow to setup durable subscriber? destinations-s

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

2008-07-16 Thread RahulKumarC
TreeCache is a tree-structured, replicated, transactional cache from JBoss Cache. Being a transactional cache the state of the object in the cache should not be changed until we call cache.put method which should be part of the transaction and transaction is successful. Where as we pass the ob

[jboss-user] [JBoss jBPM] - Re: Error in jbpm 3.2.3?

2008-07-16 Thread xigua
First of all, I should have pointed out that I tried both jbpm 3.2.2 and 3.2.3 and the example websale app worked out of box on 3.2.2 but not 3.2.3 on me. My apologies on that. Secondly, Ronald, yes, you are rude to have this kind of tone toward people seeking help. It's not helping. I did s

[jboss-user] [Clustering/JBoss] - Re: jboss clustering shell script for rhel5

2008-07-16 Thread [EMAIL PROTECTED]
Please describe what you mean by "clustering on jboss is setup and up and running". If the init script you say you already have starts the 'all' config, the clustering is set up and running when JBoss starts. What more are you looking for? View the original post : http://www.jboss.com/index.h

[jboss-user] [EJB 3.0] - Problem Call ejb3.0

2008-07-16 Thread fduartej
Hello: I have a problem when call ejb 3.0, I am use jboss-4.2.2.GA My problem report is 2008-07-16 11:16:27,176 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/appprueba].[ControlServlet]] Servlet.service() para servlet ControlServlet lanzó excepción java.lang.NoSuchM

[jboss-user] [JBoss jBPM] - Re: Attaching files

2008-07-16 Thread johnnyright
Some people say that is not recomended to modify jbpm4jsf-14.jar, or any component of the jbpm console, does anybody found another way to do this task? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164815#4164815 Reply to the post : http://www.jb

[jboss-user] [EJB/JBoss] - QuerySyntaxException class is not mapped

2008-07-16 Thread kennethrene
Hi, I have a jar file (acad.jar) than contain TemaIcfes Entity: package co.academico.entidades; import java.io.Serializable; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import javax.persistence.GeneratedValue; import org.jboss.seam.annot

[jboss-user] [JBoss Portal] - Re: automatically deploy one portlet inside the dashboard on

2008-07-16 Thread tulip
Any response/suggestion on this topic will be appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164810#4164810 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164810

[jboss-user] [JBoss Portal] - Re: Vertical Menu - Links - CMS menu

2008-07-16 Thread cavani
Hi, 'Content' is the name of the second window that will open the content. In this case it must be a CMSPortletWindow instance created with a blank page. This portlet reads 'uri' parameter and load it from CMS repo. The browser url address will be changed to the link address. (it is possible t

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Mapping of a special Date for CMP and using it for a fin

2008-07-16 Thread m.a.g
I have the same issue on JBOSS 4.0.5GA. Is it a bug? I'm going to create a bug report. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164809#4164809 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164809 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Mapping of a special Date for CMP and using it for a fin

2008-07-16 Thread m.a.g
I' ve the same issue on JBOSS 4.0.5GA. Is it a bug? I'm going to create a bug report. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164807#4164807 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164807

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problems deploying app in a 64-bit environment

2008-07-16 Thread jimmycallaghan
I see that in prior versions of JBoss it was possible to put strict into the jboss-app.xml file. However, this no longer seems to work. Pity. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164805#4164805 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [Beginners Corner] - problem with deploying ejb using jbuilder and jbos 4.0.5

2008-07-16 Thread samhar
i hope that somebody can help me with this problem i am trying to build a very simple example of ejb using jbuilder 2007 i am just building a simple entity bean called customer when i am trying to deploy the proect using jboss it give me this error Problem starting service jboss.j2ee:service=EjbM

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to give dependency of war inside manifest file of ja

2008-07-16 Thread PeterJ
If you are talking about only your example, then that is correct. In general, it depends on where the jar is located. If the jar is in xxx.war/WEB-INF/lib, then it can access the classes. If it is anywhere else, it cannot. View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to give dependency of war inside manifest file of ja

2008-07-16 Thread chaituu
"PeterJ" wrote : You cannot do this. The web app spec requires that the classes in a war file are isolated and not accessible from outside the war. you mean to say that classes residing in jar can't access classes in war? View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBoss jBPM] - What does the FROMINDEX in JBPM_TRANSITION means?

2008-07-16 Thread gsccnu
hi, I notice a column named FROMINDEX in JBPM_TRANSITION table.But i can't find a mapping field in .hbm.xml .I How is it persisted and what does it means? i try to use searchfunctionality,but i can't get any answer. Regards, gs View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to give dependency of war inside manifest file of ja

2008-07-16 Thread PeterJ
You cannot do this. The web app spec requires that the classes in a war file are isolated and not accessible from outside the war. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164792#4164792 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Getting Started Documentation] - Re: Cant access home page for JBoss 4.2.2 (Linux)

2008-07-16 Thread PeterJ
You could read the readme.html file, first bullet under Configuration Issues > JBossAS 4.2.0.GA. Or read this faq: http://wiki.jboss.org/wiki/JBoss42FAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164790#4164790 Reply to the post : http://www.jboss.com/i

[jboss-user] [EJB/JBoss] - javax.ejb.EJBTransactionRequiredException when calling remot

2008-07-16 Thread gmeroz
i have 2 JBoss (4.2.2) servers. when i call a session bean on the 1st jboss from a session bean in the 2nd, having the 1 session method defined as "MANDATORY" transaction, i get the following exception: javax.ejb.EJBTransactionRequiredException at org.jboss.ejb3.tx.Ejb3TxPolicy.throwMandatory(Ej

[jboss-user] [Advanced Documentation] - Re: How to Configure Jboss4.2.2 using Https

2008-07-16 Thread PeterJ
I will assume that you already looked in the documentation and found http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Server_Configuration_Guide/beta422/html/Security_on_JBoss-Using_SSL_with_JBoss_using_JSSE.html or you looked in the wiki and found http://wiki.jboss.org/wiki

[jboss-user] [JBoss jBPM] - jboss error with servlet and jbpm-console

2008-07-16 Thread ashishc
Hi All, I created a simple workflow with one node which just prints out the message. I deployed this in jbpm using eclipse and then tested it through the UI..http://localhost:8080/jbpm-console and all looks good. here is the WF xml | | | | | |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - how to give dependency of war inside manifest file of jar in

2008-07-16 Thread chaituu
i have ear say a.ear; in a.ear i have b.jar and c.war files;b.jar is a java project. class file in b.jar trying to access class file in c.war ; in the manifest file of b.jar i have given contents like this; but i am getting java.lang.NoClassDefFoundError. i think this is classloader issue. in b

[jboss-user] [Beginners Corner] - Re: web service configuration

2008-07-16 Thread PeterJ
Either conf or data would work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164780#4164780 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164780 ___ jboss-user mailing lis

[jboss-user] [JBoss jBPM] - Re: Could not send mail with mail node

2008-07-16 Thread 1womps1
Kevintaute:There is no problem with the mail service no passwords it accepts connections. kukeltje:I think it is not picked up since that in the stack trace it shows that its trying to connect to the localhost | javax.mail.MessagingException: Could not connect to SMTP host: localh | ost, p

[jboss-user] [JBoss jBPM] - Re: reason for catching StaleObjectStateException in Service

2008-07-16 Thread kukeltje
afaik (from the forum and jira), there are several situations where and SOSE can occur that have no real influence on the functionality. (Re)throwing the SOSE would make it difficult to decide how to react in your ap. But I might be missing something View the original post : http://www.jb

[jboss-user] [JBoss jBPM] - Re: Could not send mail with mail node

2008-07-16 Thread kukeltje
are you sure your config is picked up? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164776#4164776 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164776 ___ jboss-user maili

[jboss-user] [JBoss Getting Started Documentation] - Cant access home page for JBoss 4.2.2 (Linux)

2008-07-16 Thread samiralmousawi
I deployed Jboss 4.2.2 on linux redhat. But when I try to access the default home page of jboss http://servername:8080, it does not work (page not found), but when I do "curl http://localhost:8080"; I do get output (i also tried "curl http://servername:8080"; and it did NOT work "curl: (7) could

[jboss-user] [JBoss Messaging] - Re: JBoss Cluster failover not working

2008-07-16 Thread bfach
Oh yes it is in the extra notes. This is where i got info from. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164774#4164774 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164774 _

[jboss-user] [JBoss Messaging] - Re: JBoss Cluster failover not working

2008-07-16 Thread timfox
"bfach" wrote : I did not see it in the users guide http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.0.SP3/html/installation.html#install.extra-steps View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164772#4164772 Rep

[jboss-user] [JBoss Messaging] - Performance Tuning for Jboss Messaging

2008-07-16 Thread bfach
Hello, I am running Jboss4.2.2.GA with 1.4.0.SP3. I have 2 MDBs running. The first MDB accepts the message from a remote client, determines which queue it needs to go to and sends it to the appropriate queue. The second MDB prepares it and sends it to a third party monitoring software. T

[jboss-user] [JBoss Messaging] - Re: JBoss Cluster failover not working

2008-07-16 Thread bfach
I did not see it in the users guide. I just remembered a mention of updating the remoting jar to match the version of messaging you are running. 1.4.0SP3 provides the correct messaging. Once i replace the remoting jar in jboss and the remote client, failover worked correctly. The only issue

[jboss-user] [JBoss jBPM] - Re: Deployment using PAR File

2008-07-16 Thread nizzy
An update, Could it be to do with the location of the par file within the AS? Previously I neede the processdefinition.xml file on the classpath, i.e. in the conf dir of the AS, and I needed the gpd.xml and the image in the working directory, i.e. the bin dir. Is it possible to do this sort of

[jboss-user] [Beginners Corner] - Re: why my Jboss site easily dead?

2008-07-16 Thread PeterJ
Yes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164766#4164766 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164766 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Re: Could not send mail with mail node

2008-07-16 Thread kevintaute
The first line in the stack output indicates that the Mail server on the localhost refused the connection. What mail service do you have running on the localhost? Is it configured to accept connections from the localhost, does it require passwords, etc. View the original post : http://www.jb

[jboss-user] [JBoss Messaging] - Can JBM server share an Oracle database with the application

2008-07-16 Thread szhigunov
I have one JBoss server running the JBM (hosting the queues), and separate JBoss running the application (remote JMS clients). The clients update the application database and send / receive messages in XA transactions. Oracle is the database. Question is: can JBM tables reside in its own schem

[jboss-user] [Beginners Corner] - Re: web service life cycle

2008-07-16 Thread jahhaj
Fixed the problem, I added the @Stateless annotation to my service class, and deployed as a jar. Now my @PostConstruct method is called (and incidentally the ctor is only called once), which is exactly what I want. I'd appreciate some explanation of why this works however, and what the change I

[jboss-user] [JBoss jBPM] - Could not send mail with mail node

2008-07-16 Thread 1womps1
Hi,I'm trying to send mail using the mail nodes ,my jbpm.cfg.xml file is the following | | | | | | | | when i deploy the process i have the following message: | Error completing task: An exception of type "org.jbpm.JbpmException" was thrown. The message is: couldn't

[jboss-user] [JBossWS] - Re: Can not find truststore url

2008-07-16 Thread krenfro
Found my problem, I needed to pass the keystore location and password to jboss at startup in run.conf JAVA_OPTS="$JAVA_OPTS -Djavax.net.ssl.keyStore=/opt/jboss/server/default/conf/server.keystore -Djavax.net.ssl.keyStorePassword=password" this post was helpful http://docs.jboss.org/ejb3/app-s

[jboss-user] [JBoss Portal] - Re: Vertical Menu - Links - CMS menu

2008-07-16 Thread gundakiran
Thank you for your answer. From the URL, how do we specify the page needs to be opened in the second window ? Window 1 (Portlet -1) : It has various links. On click of a link href, I want to open the page in Window 2. | /portal/MyPortal/default/Content?action=2&uri=/ItemN/index.html

[jboss-user] [Security & JAAS/JBoss] - Very slow authorization CertRolesLoginModule

2008-07-16 Thread mgamer
I use my own login module which extends CertRolesLoginModule and looks like this: public class CustonCertLoginModule extends CertRolesLoginModule { | | private String issuer; | private String defaultRole; | | public void initialize(Subject subject, CallbackHandler callbac

  1   2   >