[jboss-user] [EJB/JBoss] - Re: Hot deploying EJBs

2008-03-17 Thread FrankTheTank
Do *.jar files even get read by the JBoss hot deploy scanner? Or do you mean a *.ear? Did you replace the *.ear? Just to make sure you are using the correct files. Countless times I have tripped over that one. Are you using exploded deployment? If not, skip this part. If you are curious, read o

[jboss-user] [Management, JMX/JBoss] - Re: beginners question about MBeans

2008-03-17 Thread FrankTheTank
I am a little confused as you are posting about MBeans but seem to be talking about a Session Bean. If you have an MBean or a Service Bean, you only have one instance of this bean. If you are using a Session Bean, sorry, no idea. But I would also love to hear if this is possible. View the origi

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Using Jboss only for persistence

2008-03-17 Thread radomehta
Hi, I am evaluating Jboss performance for my existing project. The project is in Java and is using JDBC queries.We are planning to include a persistence layer between the application and database. I do not intend changing my existing code to use session beans. I plan to use only the perisistenc

[jboss-user] [EJB 3.0] - Re: How to use all available ID as primary key?

2008-03-17 Thread mnrz
Thanks Xiaopang, I will try it It's near 4 months since I've started EJB3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136999#4136999 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136999

[jboss-user] [JBoss jBPM] - bpm.war on tomcat!!!

2008-03-17 Thread simply smart1
hi, i'm using jbpm-jpdl-3.2.1, can you give me brievly the steps to do in order to use jbpm.war with tomcat us server.i want how to do exactly please!!! P.S: i red jbpmonTomcat and others. thanks... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137007#4137

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Using java.util.logging.Logger to log messages in JBoss

2008-03-17 Thread Ravishatc
"[EMAIL PROTECTED]" wrote : it sounds like a bug either in our integration or the log4j stuff. can we ask you to dig a bit in that code part? | | thanks | | Still it is bug or it has been fixed?? if it fixed please let me know the solution. I'm facing the same problem. | | Vie

[jboss-user] [JBoss Portal] - Re: Subdomain in jboss Portal ??

2008-03-17 Thread remi_dong
In jboss, i have 2 appWeb: "toto.war" and "tata.war", the subdomain "toto.google.com" is for appWeb "toto.war", and "tata.google.com" is for "tata.war". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137011#4137011 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Portal] - Re: tab issue

2008-03-17 Thread PMN
There is not yet a clear distinction between portal and adds on. In my opinion you should not rely on these adds on, the team does not respond so the question is : is it stable? will it remain? The current solution is to rewrite your own. View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBossWS] - Re: Call a web service

2008-03-17 Thread rodosa
I don't know why it's looking into ws.jaxws.Hola directory because it doesn't exist! I built it and to check what happens and now the exception is : | Exception in thread "main" java.lang.IllegalArgumentException: ws.JbpmService is not an interface | at java.lang.reflect.Proxy.getProxyC

[jboss-user] [JCA/JBoss] - Re: Completely confused JCA and Hibernate

2008-03-17 Thread vickyk
"gsniderJBoss" wrote : My apologies. I've searched and searched. I'm confused about my current configuration for Hibernate. | | Basically we use Hibernate.getCurrentSession() to 'get' and 'save' information. We have CMT and an XA-datasource configured. | | Is Hibernate using any part

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Logging with JDK 1.4

2008-03-17 Thread Ravishatc
"[EMAIL PROTECTED]" wrote : You mean, how to get JBoss to log through jdk 1.4 loggin? Can't do it. We use log4j which is configurable within jboss/server/http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137003#4137003 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBossWS] - Re: Call a web service

2008-03-17 Thread rodosa
The before exception was solucionated putting the libraries into the endorsed lib folder of my JAVA_HOME. But now I have another problem. I was looking information about that in google and I think that is a problem of bad situation of my files I don't now exactly. This is the exception: | Ex

[jboss-user] [JBoss jBPM] - SecurityException when running Bpel-HelloWorld example

2008-03-17 Thread b_
Hi all, i am getting the following exception when trying to run the test that consumes the BPEL hello world service instance. | | | | java.lang.SecurityException: Failed to authenticate principal=null, securityDomain=jmx-console | at org.jboss.jmx.connector.invoker.A

[jboss-user] [Security & JAAS/JBoss] - Re: combination of JAAS

2008-03-17 Thread zilbi
thanks for the help man! got some new extremely urgent pressured feature to take care of, so i'll get back to this in a few days... thanks, it is appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137019#4137019 Reply to the post : http://www.jbos

[jboss-user] [JBoss AOP] - Re: JBoss AOP Problem

2008-03-17 Thread [EMAIL PROTECTED]
Did you set the javaagent flag? Also there are more up-to-date instructions in bundled as part of the distribution View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137020#4137020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Tools (users)] - Re: JDWP unable to get necessary JVMTI capabilities

2008-03-17 Thread sheelatt
Hi, I m sorry to say, I m not going to give the solution for this. But i m also facing the same problem while i m debugging remotely. my os - window 2007 ide - Eclipse. Jboss 4.0.3 I searched a solution in the google, i seen this link. But u mentioned that u done successfully in windows not

[jboss-user] [JBoss AOP] - Re: JBoss AOP Problem

2008-03-17 Thread aopdeveloper
Yes, I did like this (in run.bat) anonymous wrote : set AVA_OPTS=%JAVA_OPTS%-javaagent:pluggable-instrumentor.jar -Dprogram.name=%PROGNAME% , and I followed the instructions from this page (http://labs.jboss.com/jbossaop/docs/1.5.0.GA/docs/aspect-framework/reference/en/ht

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

2008-03-17 Thread sverker
Hi, the download link for mozilla libraries is not correct, making the install to fail. It would also be good if you can update the install document in wiki, it took me a while until I found the link to the update site. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Tools (users)] - Using Subclipse with SeamGen'd projects

2008-03-17 Thread mikeeprice
Is anybody using Subclipse with their SeamGen'd projects? Are there some files that shouldn't be checked in when the projects are initally checked in? Of course when I check the projects out on another machine some of the lib paths and Jre path don't match up so I just delete those and replace t

[jboss-user] [EJB 3.0] - Column name can not found in JoinColumns.referencedColumnNam

2008-03-17 Thread Ceene
Hello all I got a EntityBean that includes 3 Tables. This is the first time i use one that includes 3 tables. Also my experience is not good. If i try to deploy the Bean, JBoss throws the following exception: | 10:46:36,984 INFO [EntityBinder] Bind entity ejb.LOV_User_Right on table LOV_US

[jboss-user] [JBoss jBPM] - Deploy jbpm-console into jboss-4.2.1.GA

2008-03-17 Thread jagr
I have been using jbpm-jpdl-3.2.2 with eclipse plugin designer, and server that it's on the distribution. I've changed embedded hypersonic database to mysql database, and I've been working succefully. Now I want to deploy my process to another jboss as. When I want test my process, only go to de

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss and Postgres on 2 machines

2008-03-17 Thread mglowacki
hi, i have taken thread dump when jboss became not responsible (I have used JMeter to simulate stress) and I have plenty of 13:23:26"http-0.0.0.0-8100-9" daemon prio=6 tid=0x604a1800 nid=0x1db4 in Object.wait() [ 0x5d1cf000..0x5d1cfc98] java.lang.Thread.State: WAITING (on object monitor)

[jboss-user] Re: Component j_id22 not instance of org.richfaces.component.UID

2008-03-17 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=17521 Posted on behalf of a User At me the same problem In Response To: Hello, i`m trying to create richfaces components dynamically: | import org.jboss.seam.annotations.Name; | import org.richfaces.component.UIDropDownMenu; | impor

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: problems upgrading from 4.03 to 4.2.2GA

2008-03-17 Thread mranandkumar
Thank you for your response. The problem got resolved. Yes the class and referenced classes were in the path. On debug I noticed it was finding the class but then throwing an error. I had used 7-zip to delete the log4j.jar from the war. This must have corrupted the file somehow. Once I created

[jboss-user] [JBoss jBPM] - Re: SecurityException when running Bpel-HelloWorld example

2008-03-17 Thread b_
Switched from jboss-4.05 GA to jboss-4.2.2.GA and it now works fine!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137054#4137054 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137054 _

[jboss-user] [JBoss Portal] - Re: PortletRequest.USER_INFO returns nothing

2008-03-17 Thread rob_gar_esp
Any??? Please assist View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137058#4137058 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137058 ___ jboss-user mailing list jboss-

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

2008-03-17 Thread donatasc
I have stumbled upon this bug too. IMHO putting libraries as modules into application.xml breaks Java EE specification compatibility. Java EE 5 specification (page 152) defines four module types: web, ejb, application client and resource adapter. Libraries, commonly used in ejb and/or web module

[jboss-user] [JBoss jBPM] - Re: Fork Join and Async Nodes

2008-03-17 Thread tak2
No, could you please let me know where I can download the source? When I went to https://sourceforge.net/cvs/?group_id=70542, the page said "This project has terned off cvs". thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137062#4137062 Reply to the

[jboss-user] [JBoss jBPM] - Re: Huge JBPM_BYTEBLOCK - How to purge ?

2008-03-17 Thread ericcart
Is "Huge JBPM_BYTEBLOCK" so strange ? Has It anything to do with JBoss ESB ? Thanks, Erik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137065#4137065 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137065 __

[jboss-user] [EJB 3.0] - Re: Persistence confusion in EJB 3.0 .........

2008-03-17 Thread jaikiran
Entity Beans (now know as Entities in EJB3) are an Object representation of your relational data. To put it in simple words, an entity is mapped to a table in the database. The columns of the table are mapped through the member variables of the entity. Any operations on the table are performed t

[jboss-user] [Installation, Configuration & DEPLOYMENT] - can any body explain how to create portlet using struts in j

2008-03-17 Thread victorjr05
Hi I am new to JBoss portal and i want to know how to create a struts portlet, Can anybody please specify the steps to create struts portlet, and also specify the tutorial links for this. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137080

[jboss-user] [JBoss Portal] - Re: portal-wsrp.sar deployment problem

2008-03-17 Thread kmekme
I did a new clean install and everything works fine now. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137081#4137081 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137081 __

[jboss-user] [JBoss Portal] - Lookup error

2008-03-17 Thread kmekme
Hello, When I launch JBoss and try to go on JBoss Portal, I've got this error : | 15:36:10,731 ERROR [ServiceLocator] Exception during lookup of fr_mckesson_technique_ejb_parameter_jdbc | javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost:1099

[jboss-user] [EJB 3.0] - Re: transaction timeout for managed conversation transaction

2008-03-17 Thread grzegorz.knapczyk
Hi! I am sorry, it is out of topic, but since you use Hibernate Search you might know... When I try in my application: | FullTextSession session = (FullTextSession) entityManager.getDelegate(); | it throws exception: | 15:45:23,866 WARN [HibernatePersistenceProvider] Unable to wrap

[jboss-user] [JBoss Portal] - Re: portal-wsrp.sar deployment problem

2008-03-17 Thread [EMAIL PROTECTED]
Glad to hear that it works for you now... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137088#4137088 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137088 ___ jboss-user ma

[jboss-user] [JBossWS] - Re: Webservice invocation woes!

2008-03-17 Thread camunda
Hi Jihnd, how did you get rid of the ClassCastException? java.lang.ClassCastException: com.sun.xml.messaging.saaj.soap.ver1_1.Envelope1_1Impl Thanks a lot Bernd View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137093#4137093 Reply to the post : http://www.j

[jboss-user] [EJB 3.0] - [JBoss 5.0.0.Beta4] JBossXBException: Failed to parse source

2008-03-17 Thread mathiasarens3
I am trying to deploy an ejb3 application to JBoss 5.0.0.Beta4. One of my ejb3 jars has a META-INF/jboss.xml with the following root tag: | | http://java.sun.com/xml/ns/javaee"; |xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; |xsi:schemaLocation="http://www.jboss

[jboss-user] [EJB 3.0] - Re: [JBoss 5.0.0.Beta4] JBossXBException: Failed to parse so

2008-03-17 Thread ALRubinger
>From our testsuite: http://www.jboss.com/xml/ns/javaee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee | http://www.jboss.org/j2ee/schema/jboss_5_0.xsd"; | version="3.0"

[jboss-user] [EJB 3.0] - remote interface and lazy init exception

2008-03-17 Thread [EMAIL PROTECTED]
I haven't found any topic on this EJB3 forum, which seems like its more appropriate here. See this thread, "Catching LazyInitialization exception within an Interceptor": http://www.jboss.com/index.html?module=bb&op=viewtopic&t=124693 The issue here is that my EJB3 SLSB has methods that return J

[jboss-user] [JBoss jBPM] - Re: Fork Join and Async Nodes

2008-03-17 Thread ffernandez
JBPM Doc: 2.3.1. Anonymous CVS access Alternatively, you can get JBoss jBPM from cvs with the following information: * Connection type: pserver * User: anonymous * Host: anoncvs.forge.jboss.com * Port: 2401 (which is the default) * Repository path: /cvsroot/jbpm * Label:

[jboss-user] [JBossWS] - Re: Webservice invocation woes!

2008-03-17 Thread [EMAIL PROTECTED]
If you run JDK 6 you'll need to endorse a bunch of libraries. SAAJ is one of them. Take a look at the WS WIKI, it's documented there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137100#4137100 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Portal] - Portal with JOSSO authentication

2008-03-17 Thread martin.schubert
Hi, I've downloaded the jboss-4.2.1.GA_josso-1.6 bundle and deployed the portal. Then I've followed the guide at http://docs.jboss.com/jbportal/v2.6.4/referenceGuide/html/sso.html and logging in works perfectly. However when I'm logged in as admin I can't access the admin module. I've also chec

[jboss-user] [JBossWS] - Re: Call a web service

2008-03-17 Thread PeterJ
Be careful because after you use wsconsume to generate the stubs, you will have to items named ws.JbpmService. One is the web service class, the other is the interface generated by wsconsume. You want to include only the generated interface in your client's classpath. Also,m are you suing wsrun

[jboss-user] [JBoss Portal] - Re: How to use Mysql 5 as jboss-portal-2.6.4-bundled databas

2008-03-17 Thread PeterJ
By the way, the reference guide contains detailed instructions on configuring the portal to use mysql. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137109#4137109 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137109

[jboss-user] [JBoss Portal] - Re: How to use Mysql 5 as jboss-portal-2.6.4-bundled databas

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

[jboss-user] [JBossWS] - Re: Error while starting server - SearchPortTypePort does no

2008-03-17 Thread [EMAIL PROTECTED]
Hi, just in case, if anybody is looking for the answer, here are the jars required: jaxb-api jaxb-impl jaxb-xjc jboss-jaxrpc jboss-jaxws Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137110#4137110 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [Performance Tuning] - Re: growableArray.cpp. Out of swap space?

2008-03-17 Thread PeterJ
Leave the gcinterval set as is, or better yet, make it larger. This is the amount of time (1 hour in this case) the jvm will wait before firing up a full garbage collection to collect any leftover objects lying around from rmi usage. Doing this is a useless exercise within an app server but the

[jboss-user] [JBoss Portal] - Re: Install Portal 2.6.4 to existing JBoss installation?

2008-03-17 Thread [EMAIL PROTECTED]
Did you get it resolved? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137113#4137113 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137113 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Portal] - Re: Lookup error

2008-03-17 Thread [EMAIL PROTECTED]
Do you see any error on server side before you try to access JBoss Portal? Which portal and JBoss AS version are you using? Have you done any customization to your installation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137114#4137114 Reply to the post

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss and Postgres on 2 machines

2008-03-17 Thread PeterJ
These threads are expected. They are idle threads waiting for http input to process. There will always be several of these waiting around. What you need to look for is threads that are doing work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137115#4137115

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: problems upgrading from 4.03 to 4.2.2GA

2008-03-17 Thread PeterJ
You have to be very careful using tools like 7-zip to manipulate jar/war/ear files. Many of these tools use compression algorithms that are incompatible with those used by the jvm. A good test to see if such a tool works correctly is to use the jar utility to attempt to extract the jar/war/ear f

[jboss-user] [EJB 3.0] - Re: [JBoss 5.0.0.Beta4] JBossXBException: Failed to parse so

2008-03-17 Thread mathiasarens3
I am sorry but it doesn't seem to help. Now I get the following error: anonymous wrote : | 16:42:51,243 WARN [CollectionPropertyHandler] ClassInfo.getDeclaredConstructor(null) didn't work for org.jboss.metadata.ejb.spec.InterceptorClassesMetaData, found the default ctor in ClassInfo.getDecl

[jboss-user] [EJB 3.0] - Re: [JBoss 5.0.0.Beta4] JBossXBException: Failed to parse so

2008-03-17 Thread ALRubinger
Looks like that *did* help, but you're a couple errors deep. :) Caused by: java.lang.IllegalArgumentException: No resource ref name Please check your XML against the expected schema. Turning off XML validation isn't the answer; your jboss.xml must be in expected form. S, ALR View the original

[jboss-user] [JBoss Portal] - Re: Lookup error

2008-03-17 Thread kmekme
Hi, I'm using jboss portal 2.6.4 and jboss AS 4.2.2.GA The JBoss AS and portal is running on a machine with redhat OS. I've changed the default ports in $JBOSS_HOME/my_configuration/deploy/jboss-web.deployer : | | | | | | When I first launch JBoss AS, I've got no errors.

[jboss-user] [JBossWS] - Re: Call a web service

2008-03-17 Thread rodosa
Hello! Now I'm executing from Eclipse, because I'm building an .ear that contains a dinamic web project where the web service is inside. But I got the following error: | Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/xml/messaging/saaj/soap/AttachmentPartImpl

[jboss-user] [JBossWS] - org.jboss.ws.WSException

2008-03-17 Thread anayak
Does anyone have the idea about the following exception? I was trying to deploy a webservice. The exception says : org.jboss.ws.WSException: arg0 is not a valid property on class ... I am not getting any resource regarding the exception. Thanks. View the original post : http://www.jboss.com/i

[jboss-user] [JBoss Portal] - Re: Lookup error

2008-03-17 Thread [EMAIL PROTECTED]
As per reference guide (section 3.1), changing port in your_server_config/deploy/jboss-web.deployer/server.xml should be enough. You have to make some WSRP related change as described in 14.3.1. >From error log, it seems like you have your custom portlets deployed. Just to >make sure, can you t

[jboss-user] [Beginners Corner] - Re: Where to put application- AND layer-specific jar-files w

2008-03-17 Thread PeterJ
I think you are looking for this: | | | | Personally, I never use the "ear" task to create an ear. Instead I first copy everything that goes into the ear to a directory, then use the jar task to package up that directory. I do it this way because 90% of the time what I

[jboss-user] [EJB 3.0] - Re: Persistence confusion in EJB 3.0 .........

2008-03-17 Thread sajhak
thanks jaikiran ... i got it cleared View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137142#4137142 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137142 ___ jboss-user mailing

[jboss-user] [JBoss Messaging] - problems connecting to a Queue

2008-03-17 Thread jeuk
Hi, I've got a weird problem with Messaging, I'm trying to connect to the queue from a standalone application and I'm getting "Failed to download and/or install client side AOP stack" which I cant seem to find the explanation of. The description of the queue is: The code I'm | | |

[jboss-user] [JBossWS] - Re: communicating with WS in c# thorugh Java - encoding prob

2008-03-17 Thread trouby
Hey, I performed some tests and now I am sure there's encoding problem but I'm not sure on which size, I've created the simplest WS .NET method with one string parameter and after calling the WS method, on the .NET side I see gibberish instead of UTF8 encoded string, Please note, English wor

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

2008-03-17 Thread [EMAIL PROTECTED]
which page on the wiki are you referring to ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137147#4137147 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137147 ___ jboss-use

[jboss-user] [JBoss Tools (users)] - where are nightly builds?

2008-03-17 Thread yilmaz_
I was looking for latest nightly builds but all links are broken and these (http://download.jboss.org/jbosstools/builds/nightly/) directories have nothing inside. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137155#4137155 Reply to the post : http://www.

[jboss-user] [JBossWS] - Re: org.jboss.ws.WSException

2008-03-17 Thread anayak
Its a bit urgent. I would appreciate any response. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137164#4137164 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137164 ___

[jboss-user] [JBoss jBPM] - Re: Fork Join and Async Nodes

2008-03-17 Thread tak2
Thanks for the instruction. By the way, what kind of fixes are made after 3.2.2 for this issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137165#4137165 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137165 __

[jboss-user] [Beginners Corner] - Calling web applicatons in the same server

2008-03-17 Thread ronisize
Hi there , i have two applicatons deployed into Jboss 4.2.I would like to now if is possible call a page from application to another , example : application A page calls application B page , rendering that like a h:outputLink java server face tag or calling using de crossContext or something ;

[jboss-user] [JBoss Portal] - Re: Install Portal 2.6.4 to existing JBoss installation?

2008-03-17 Thread CarstenRudat
...I think, I have the same problem. I have a java:/PortalDS installed and it works very fine the FIRST time! When I restart the server I get this error | --- Incompletely deployed packages --- | [EMAIL PROTECTED] { url=file:/Users/carsten/Documents/workspace3/Genloop.generator/lib/runtime/

[jboss-user] [JBoss Portal] - Re: Install Portal 2.6.4 to existing JBoss installation?

2008-03-17 Thread CarstenRudat
I see this error very few lines above the PortalDS installation: | 20:13:51,852 WARN [ContentTypeRegistration] Couldn't perform ContentProvider registration | org.jboss.mx.util.MBeanProxyCreationException: Object name portal:service=ContentProviderRegistry not found: javax.management.Inst

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: connection pool configuration ?

2008-03-17 Thread patzerbud
Any thoughts on this? Anyone? Thanks, Mike (aka patzerbud) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137180#4137180 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137180 _

[jboss-user] [JBoss Portal] - Re: Install Portal 2.6.4 to existing JBoss installation?

2008-03-17 Thread PeterJ
CarstenRudat, first, you should have started a new post, not appended to someone else's post. Second, your first post is the deployment report printed at the end of the initial deployment phase and usually provides not reasons for why the deployments failed. Your second post is closer to the ty

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: connection pool configuration ?

2008-03-17 Thread PeterJ
Are you saying that after 5 minutes the number of connections falls below 10? >From my understanding, it should work like this. When you first bring up the >app server, there are no connections. The first app that needs a connection >causes 10 (min-pool-size) connections to be created. If additi

[jboss-user] [JBossWS] - Re: org.jboss.ws.WSException

2008-03-17 Thread anayak
I am posting the sample of the code. Package and Import statements are removed. @XmlAccessorType(XmlAccessType.FIELD) @XmlType(propOrder = { "id" }) @XmlRootElement(name = "getMyRequest") public class MyRequest { private Long id; public Long getId() { return id; } public vo

[jboss-user] [JBossWS] - Re: Turn on clientAuth only on the web services

2008-03-17 Thread poornimaanne
Is it even possible to tie a web application to a port? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137205#4137205 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137205 ___

[jboss-user] [JBoss jBPM] - Re: Fork Join and Async Nodes

2008-03-17 Thread kukeltje
searching the jira for 'staleObjectException jbpm' resulted in http://jira.jboss.com/jira/browse/JBPM-1072 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137208#4137208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [JBoss Portal] - Re: Problems starting Jboss 4.2.2.GA with Portal 2.6.4

2008-03-17 Thread PeterJ
Are you, by any chance, using JDK 6? If so, try using jDK 5. The second exception you posted, regarding the FaceletPortletViewHandler, is sort of expected. At least from what I recall - I get lots of facelet errors that seem to be innocuous. View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Tools (users)] - JBossTools 2.0.1.GA released

2008-03-17 Thread [EMAIL PROTECTED]
JBossTools 2.0.1.GA has been released. Update site: http://downloads.jboss.org/jbosstools/updates/stable Download page: http://downloads.jboss.org/jbosstools/ View the blog post here: http://jbosstools.blogspot.com/2008/03/jbosstools-201ga-released.htm View the original post : http://www.jboss

[jboss-user] [JBoss Tools (users)] - Re: where are nightly builds?

2008-03-17 Thread [EMAIL PROTECTED]
Keen eye =). I'm working on fixing this right now.. I'll post a quick message when it's ready to be used again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137220#4137220 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss jBPM] - Re: Fork Join and Async Nodes

2008-03-17 Thread tak2
Thanks for the jira info JBPM-1072. I have read through it. First of all, I would like to confirm my understanding is correct. jBPM polls JOB table entry by JobExecutorThread and execute the job by the same JobExecutorThread object. Since each thread has unique name and save it into job record t

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to verify Jboss has started ons stop on windows.

2008-03-17 Thread vashistvishal
We have Jboss installed on Windows and is run as a windows service. We have a austosys (cron/scheduler) which runs a different machine (is unix) How do this process (austosys) communicates with Jboss to see if it has stopped cleanly and and started cleanly (with no excepetions in betweeen). How

[jboss-user] [Performance Tuning] - Re: Performance Issue with large chunk of data retreival.

2008-03-17 Thread vashistvishal
Thanks for yr reply. It does help. What you are proposing is right in terms on intermediate solution. some sort of paging mechanism where report data is done in page by, and probably curses approach on DB side. anyway what sort of products you have in mind.. anyy insights.. Cheers View t

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - maxThreads Tomcat setting

2008-03-17 Thread ozguy
hi I am using Jboss 4.2.2GA and tomcat is configured to handle up to 5000 threads concurrently. During the load testing, i used up all the 5000 threads, and 2 days later jboss still has 5000 threads in Ready state. How do i tell jboss to close/destroy these threads and only keep minimum of N n

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Upgrading JBoss from 4.0.5 to 4.2.1.GA causing binding issue

2008-03-17 Thread green_dev
I have two jboss (4.2.1.GA) servers that are running on linux box and hosted by hosting company. They have internal IPs as 10.4.1.* and have external IPs 69.*.*.* and also have host names and then they have load balancer (hardware load balancer) in front of them, which uses 69.* IPs for load bal

[jboss-user] [Installation, Configuration & DEPLOYMENT] - "Incomplete Deployment listing" after redeploying EJB jar

2008-03-17 Thread ejain
I have a bunch of war/jar etc files in deploy/. Normal start-up works fine and when I replace one of the (EJB) jar files it is picked up and redeployed as expected, but right after that I get a long list with all the other files that weren't redeployed (why should they?): 2008-03-17 16:57:37 -0

[jboss-user] [EJB 3.0] - JBoss5 - how to start and stop MDB?

2008-03-17 Thread ch333
Hi, I'm new to JBoss5 (Beta4). Is there a way to stop a specific MDB to receive messages? Also is it possible to configure JBoss NOT to activate a specific MDB during startup? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137256#4137256 Reply to the post

[jboss-user] [Security & JAAS/JBoss] - Re: Identity/Access Management/SSO UseCases

2008-03-17 Thread barramundi
I would like to see more flexibility for JBossSX to interact with client for obtaining various type of credentials. When doing SSO, it's almost impossible to avoid doing HTTP redirects, set and delete cookies and other HTTP operations. It is therefore very beneficial to add a HTTP Callback to

[jboss-user] [Management, JMX/JBoss] - jboss scheduler losing time

2008-03-17 Thread mrath
We have a scheduler which is scheduled to run every day at 11 am. The configuration looks like this: | | | false | myspace.gateway:service=MyConfigMBean | | execute() | d/MM/yy HH:mm | 24/02/08 11:00 | 8640 | -1

[jboss-user] [JBoss Cache: Core Edition] - FileCacheLoader failing with EOFException with fix

2008-03-17 Thread e2open
File cache loader in a cluster was failing with EOF exception while restoring an object, under load. It looks like the original hash map was not getting written properly. The original code is given below: protected void storeAttributes(Fqn fqn, Map attrs) throws Exception { File

[jboss-user] [Management, JMX/JBoss] - Re: jboss scheduler losing time

2008-03-17 Thread mrath
Sorry, the configuration file looks like : | | false | netspace.gateway.select:service=SelectGatewayConfigMBean | processNSEvent() | d/MM/yy HH:mm | 24/01/07 11:00 | 8640 | -1 | netspace.gateway.select:servic

[jboss-user] [JBossWS] - Passing objects to JBoss Webservices

2008-03-17 Thread paparaoa
Hello, I have got a web method in my webservice as follows: | @WebMethod | public Hashtable getPointValues(@WebParam(name="pointList") List pointList) | { | Hashtable pointValueList = new Hashtable(); | for(int i=0;ihttp://obixservice/obix"; xmlns:soap

[jboss-user] [JBoss Cache: Core Edition] - Re: FileCacheLoader failing with EOFException with fix

2008-03-17 Thread genman
It looks like the original code did not close the ObjectOutputStream, rather it closed the underlying file stream, which isn't correct. Could you file a JIRA issue and link to this post? By the way, I think the FileCacheLoader is documented as not so production worthy. View the original post

[jboss-user] [JBoss jBPM] - Re: Deployment order of dependent process definitions

2008-03-17 Thread syedtaj
Absolutely. However, I wonder why the attribute - binding="late" is not added in the xml schema, I only found out by going through the code that we can actually use that. Should'nt the xml schema definition be updated? View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [Clustering/JBoss] - Re: jboss-4.2.2.GA Clustering ERROR !!!

2008-03-17 Thread praveena
Hi.. I wanna inform you all that i was clustering jboss 4.2.2GA and in Fedora 8 environment.. I ve been trying cluster Jboss 4.2. For acquiring Loadbalancing, i ve run apache httpd 2.0 version.. and when i wanna test the cluster, i could not run the application on apache server, as simila

[jboss-user] [JBoss jBPM] - jBPM Exception Hanlding, how to pass the exception object

2008-03-17 Thread syedtaj
Hello, I am trying to write exception handlers for a process definition. When an exception occurs, I would like the ExceptionHandler to be executed. However it would be crucial for me to know what exception message was in CommonHandlerException. The sample code anonymous wrote : |