[jboss-user] [EJB/JBoss] - PortableRemoteObject.narrow() returns null

2007-01-10 Thread oops.ch
Hi there I've got some problem with runing an EJB application over RMI/IIOP. I went through the tutorial DukesBank from JBoss http://docs.jboss.org/jbossas/getting_started/v5/html_single/ . After I successful could run the application, I tried to run it over RMI/IIOP. I thought, I just have to

[jboss-user] [JBoss Seam] - Re: Lazy mans guide to developing SEAM!

2007-01-10 Thread atzbert
Well, I don't know why you actually chose to create your project out of one of those examples. And maybe I don't completely get your point here (had a couple beers earlier)... ...but I think what you made and what you want to provide an Ant script for can be easily done by executing seam-gen's p

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Same query doesn't work on jboss-4.0.5.GA

2007-01-10 Thread hispeedsurfer
Is there an other configuration on jboss-4.0.5.GA as on jboss-4.0.4.GA for peristance access or what the problem here the stack trace 08:31:52,743 ERROR [STDERR] java.lang.NullPointerException | 08:31:52,743 ERROR [STDERR] at org.hibernate.hql.ast.tree.FromClause.findIntendedAliased

[jboss-user] [JBoss Portal] - Re: Deploying a JSF application

2007-01-10 Thread vikash.anand
I may not help with deployment of .har file as i have no experience with Hibernate. To deploy your JSF application on JBoss Portal please download HelloWorldJSFPortal from following link and you need to edit XML files: http://labs.jboss.com/portal/portletswap/portlets_tutorial.html This will

[jboss-user] [JBoss Portal] - Re: Portal cannot see images directory in war file

2007-01-10 Thread vikash.anand
I faced similar problem Solution that worked for me: 1. Put images inside WebContent/resources (whatever applicable web folder) folder in your application. 2. Use <%= request.getContextPath() %>/(ImagePath) to get images try this and seeIf u face any problem reply. Thanks and Regards;

[jboss-user] [JBossWS] - Re: Web Service as an Stateless Session Bean on JBoss 5.0

2007-01-10 Thread cinzko
"[EMAIL PROTECTED]" wrote : Yes, this is supported with jboosws-1.2.0.CR2+ | | http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstall but in the jar-version.xml of the JBoss 5.0 Beta1 is specified that the jbossws-2.0.0.CR2.DEV is included... so why should this version be replaced

[jboss-user] [JBoss Seam] - Re: please help, conflicting Seam 1.1 and JAXB 2.0

2007-01-10 Thread mnrz
Thanks but in my opinion, they should seperate jar files of different packages. so we can easily exclude a jar file and use the alternate jar instead. now the packages packed into a jar file , for example, with the extension name "-all". View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: please help, conflicting Seam 1.1 and JAXB 2.0

2007-01-10 Thread SmokingAPipe
What I did was I deleted the JAXB jars from the JBoss installation, and I used Java 6, which ships with a built-in JAXB 2, and everthing works fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000289#4000289 Reply to the post : http://www.jboss.com/index

[jboss-user] [Messaging, JMS & JBossMQ] - Re: why my topic message processed only once?

2007-01-10 Thread richard_djs
jar???war??web-inf\libjms ??jar?jboss??? ??war?jms???OK? ???jbosswar??jms???jms? ?weblogic?? ???bug? View the original post : http://www.jboss.com/index.html

[jboss-user] [JBossCache] - Re: PojoCache: java.lang.NoSuchMethodException: addObserver

2007-01-10 Thread [EMAIL PROTECTED]
Yeah, I have just found it out from my own test here. What happens is that tc5-cluster.aop contains a jboss-aop.xml as well. So either you use it all the way, or you remove it from AS deployment. Thanks, -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40

[jboss-user] [JBoss Seam] - Extending with the same Table in 1.1.0GA

2007-01-10 Thread shasho
Hello I have a running project that when I replace the files : jboss-seam.jar,jboss-seam-ui.jar of version 1.0.1GA with the one that come with version 1.1.0GA I get the error "Illegal use of @Table in a subclass of a SINGLE_TABLE hierarchy: " In my project Class B extends another class A and

[jboss-user] [EJB 3.0] - create() throws NullPointerException

2007-01-10 Thread paras.java
Hi, I am using Jboss 4.0.3, i have developed one simplee ejb application. it is successfully deployed. But when i run the application it throws null pointer exception. Please see the code, the exception is thrown at the line marked in red. /* * SessionTestServlet.java * */ package test.ses

[jboss-user] [JBoss Portal] - Re: Portal without login page

2007-01-10 Thread vikash.anand
I have not defined any < security-constraint > in my LBS-object.xml file. I tried using Security > Unchecked > View from Management Page as replied. Still it is not workingI am still getting login page I also tried changing C:\jboss-4.0.3SP1\server\default\deploy\jboss-portal.sar\porta

[jboss-user] [JBoss Seam] - javax.naming.NamingException: Context is read only

2007-01-10 Thread JeyaLouis
I am getting the following error. i dont know how to solve it. i need help ERROR org.jboss.kernel.plugins.dependency.AbstractKernelController Error installing to Instantiated: name=TransactionManager state=Described javax.naming.NamingException: Context is read only at org.apache.namin

[jboss-user] [Performance Tuning] - Replacement of ScrollabeResultSet with collection

2007-01-10 Thread skujur
Hello Everybody, I need to replace ScrollableResultSet with collections in order to fine tune my application and reduce the number of hits into the database. Could anybody please suggest me to how to acheive it and which will be the efficient. Thanks Samir View the original post : http://w

[jboss-user] [Installation, Configuration & Deployment] - Configuration files, section 5.2 of user guide

2007-01-10 Thread warfster
In section 5.2 of the user guide, the text indicates the jbpm will look in the root directory first. What/where is this dir? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000272#4000272 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - please help, conflicting Seam 1.1 and JAXB 2.0

2007-01-10 Thread mnrz
Hello In our Seam project we need latest version of JAXB v2.0, but It conflicts with some packages from JAXB used in the Seam (jboss-ejb-all.jar). I emailed this problem to JAXB developer team and they refer me to the Seam developers. would you give me a workaround? what shall I do? lots of t

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Fix for org.jboss.util.file.ArchiveBrowser

2007-01-10 Thread bnoll
This is getting some reads, but no responses. This may be user error. If so, I would really appreciate someone pointing it out if they see what it is. Maybe there's a workaround I'm not seeing. TIA... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000268#

[jboss-user] [JBoss Messaging] - Re: Messaging NotFoundInDispatcherException

2007-01-10 Thread [EMAIL PROTECTED]
Does it lock up? If it does, can you send me a thread dump? What JVM are you using on server? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000258#4000258 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000258 _

[jboss-user] [Installation, Configuration & Deployment] - Re: how to config one database for serveral datasources?

2007-01-10 Thread jali
"kaobe" wrote : Hi, | | either you define n *-ds.xml files, each defining one database connection, or you use one -ds.xml file that defines the n connections to the database. Inside the datasources tag you can define n datasources. | | Peter thanks for your reply. this is my mysql-ds

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Open connections with Apache 2.2+mod_proxy_ajp+JBoss/Tom

2007-01-10 Thread yositunel
Same issue. Basically, I have to restart apache often since it seems the firewall (SonicWall) kills the idle connections. Any thoughts? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000245#4000245 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [Security & JAAS/JBoss] - Re: Repeated calls to LoginModule for EJB authentication

2007-01-10 Thread [EMAIL PROTECTED]
Ur login modules commit is only called when your jaas login process is successful. When the subject is retrieved from the cache, there is no jaas login and no login module lifecycle invoked. It is possible that components in different security domains may be invoking the jaas login. Why don't

[jboss-user] [JBoss jBPM] - Assigning a group to a task...jbpm3.2Alpha1

2007-01-10 Thread webjavier
I have reviewed all the forum to find a solution for ?assigning a group to a task? and until nonencounter this solution now. I've tried: expression, assigmenthandler, everything. I have jbpm3.2Alpha1. Plz helpme View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Seam] - Re: Lazy mans guide to developing SEAM!

2007-01-10 Thread seamNoobie
Update Don't have a . (dot) in your MyEclipse projects: .ear .jar .war should be _jar _war and then you can deploy a .ear file directly to your server from MyEclipse (thanks MyEclipse guys). making your xxx META-INF applica

[jboss-user] [JBoss Seam] - Re: Seam/ICEFaces Integration

2007-01-10 Thread djeverson
This parameter is already set to true. We are working on producing a "public" copy of our EJB class to provide to reproduce. We are also waiting to see if the v1.5.2 release of ICEFaces next week addresses these issues. I have asked which SEAM issues they plan on address, but don't have a

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Video Streaming

2007-01-10 Thread javatwo
I have a JSF web application using JBoss. I need to add video streaming capability so that users can watch videos immediately when they click them. I am new to video streaming. Do I need to install another server for video streaming? which video format should I use? quick time, window media, et

[jboss-user] [JBossWS] - Re: Web Service as an Stateless Session Bean on JBoss 5.0

2007-01-10 Thread bkatnich
Hi, Thanks for the response. So am I understanding correctly that I need to install this and it doesn't come bundled with the 5.0 beta? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000221#4000221 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBossCache] - Re: PojoCache: java.lang.NoSuchMethodException: addObserver

2007-01-10 Thread chencao0524
Hi ben, the problem was resolved. I just added a path to build.classpath, show below | | | | | | | | | | | |

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JbossWS tutorial question

2007-01-10 Thread omatzura
Great! be sure to report any issues with the plugin or the tutorial so we can fix them for the next release :-) regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000210#4000210 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JbossWS tutorial question

2007-01-10 Thread khkachn
HA! I knew it had to be something I was doing wrong. Thanks omatzura, that was it exactly. I changed to a J2EE perspective and I now see what I expected. I would also like to thank the people that put the tutorial together. They really help. Thanks again omatzura, Ken View the original post :

[jboss-user] [JBoss Seam] - API used in Seam-gen's ftl templates

2007-01-10 Thread atzbert
I am currently extending and creating new freemarker templates for seam-gen. Is there any documentation for the api used in seam-gen's freemarker templates? I couldn't find anything on the net. I was searching the Hibernate Tools documentation and googled around, but nothing View the origi

[jboss-user] [JBoss Seam] - Re: Validation fails in registration example

2007-01-10 Thread hstang
Okay, I think I reproduced it. The exception that the OP posted occurs on Tomcat 5.5.17 with a Seam 1.1.0GA registration example. For some reason, this version of tomcat will allow me to load up the registration page, but if I enter inputs "abcd" for all three form fields, you will see the exc

[jboss-user] [JBoss Seam] - Re: Validation fails in registration example

2007-01-10 Thread hstang
I just came across something peculiar where I found the registration example in Seam 1.1.0GA does not include jboss-seam-ui.jar. Can someone confirm this? I'm just thinking that I missed a step somewhere. I did an "ant" in seam root, then an "ant tomcat.deploy" in examples/registration. Got

[jboss-user] [JBoss Getting Started Documentation] - Getting Started and UserGuide - Configuration files for 3.04

2007-01-10 Thread warfster
In section 5.2 of the user guide, the text indicates the jbpm will look in the root directory first. What is this dir? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000206#4000206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss jBPM] - How to create a Timer on a task-node?

2007-01-10 Thread dasriharsha
I have a task node in which i would like execute the handler for every 10 seconds. My Process deifinition is | | | | | | | | | | | | | | | | | |

[jboss-user] [Messaging, JMS & JBossMQ] - Dependency on topic and queues in a clustered environment.

2007-01-10 Thread batter
How do you set that up? I have services that are dependent that queues and topics are created. I currently do something like this in my jboss-service.xml file: jboss.mq.destination:service=Topic,name=nms.notification.sample1topic | | The master node comes up fine, the other node

[jboss-user] [JBoss Seam] - DVD Store demo on your site not working correctly

2007-01-10 Thread kurt_olsen
I just tried creating an account but it errors out. Here's what it said: type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException org.jboss.seam.servlet.SeamExceptio

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JbossWS tutorial question

2007-01-10 Thread omatzura
Hi Ken, sorry for not replying earlier.. are you viewing your project in the "Project Explorer" (not the Package Explorer)? regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000199#4000199 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JbossWS tutorial question

2007-01-10 Thread khkachn
OK, let me ask this then; have others run through the tutorial OK? Maybe this is just an expected result with the BETA release of the IDE. Ken View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000196#4000196 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: Validation fails in registration example

2007-01-10 Thread [EMAIL PROTECTED]
Are you sure its not just because you forgot to do an "ant clean" in between "ant deploy" and "ant deploy.tomcat" and vice-versa? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000197#4000197 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Portal] - Re: Iframe Problem

2007-01-10 Thread works
I´m ussin a Jbos Portal boss-portal-2.6.0-DR1 thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000195#4000195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000195 ___

[jboss-user] [JBoss Portal] - Iframe Problem

2007-01-10 Thread works
Hi I have a JSP where contain a iframe tag that call my controller as follow: I put this JSP in the portlet, but when i run the JBossPortal and load de page, inside the iframe is show a initial page of portal. Never show the page that i need to show. When i run the page in Tomcat the iframe

[jboss-user] [JBoss Seam] - Re: FacesMessages dependency on Hibernate

2007-01-10 Thread JessicaSant
thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000186#4000186 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000186 ___ jboss-user mailing list jboss-user@lists.jboss.o

[jboss-user] [JBoss Seam] - problem persisiting a processInstance save the transient ins

2007-01-10 Thread juangiovanolli
i'm getting this error when i try to create a new processInstance: | 19:37:49,796 INFO [STDOUT] Hibernate: select processdef0_.ID_ as ID1_138_, processdef0_.NAME_ as NAME2_138_, processdef0_.VERSION_ as VERSION3_138_, processdef0_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_138_, processdef0_.STARTS

[jboss-user] [JBoss Seam] - Re: Validation fails in registration example

2007-01-10 Thread hstang
Strange. My colleague showed me the exact problem this afternoon on his computer when he tried to deploy the registration example on his instance of Tomcat. I can only recall now that the validation would fail on his environment. I could not reproduce it on my machine, however. View the ori

[jboss-user] [JBoss Seam] - Re: Validation fails in registration example

2007-01-10 Thread jtyrrell
Okay I saw this and filed a bug on this herehttp://jira.jboss.com/jira/browse/JBSEAM-627...this has to be a problem and not just me being crazy. Glad to see someone else saw this. I will look at this some more and try to reproduce. I think it has something to do with the downloaded relea

[jboss-user] [JBoss Seam] - Re: How to test Seam/JSF/EJB3

2007-01-10 Thread [EMAIL PROTECTED]
Have you looked at SeamTest yet? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000178#4000178 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000178 ___ jboss-user mailing lis

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

2007-01-10 Thread cjlogan
Yes, this is the error that I am getting on the remote server: 2007-01-10 16:36:30,699 ERROR [org.jboss.remoting.transport.socket.ServerThread] failed to process invocation. java.io.IOException: Can not read data for version 3. Supported versions: 1,2 at org.jboss.remoting.transport.soc

[jboss-user] [JBossWS] - Re: Schema-first WS development with JBossWS

2007-01-10 Thread tejasjani
Hi Ole, I just sent you the wsdl file in an email. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000177#4000177 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000177 ___ jbo

[jboss-user] [Security & JAAS/JBoss] - Re: Trust association and subject building for SSO

2007-01-10 Thread [EMAIL PROTECTED]
You will know whether a particular was needs form or basic auth. Right? In that particular war, under WEB-INF/context.xml, provide an authenticator that extends FormAuthenticator or BasicAuthenticator. http://lists.jboss.org/pipermail/jboss-cvs-commits/2006-September/006921.html That is all you

[jboss-user] [JBossCache] - Re: Error: StateTransferVersion 123 only supports transferri

2007-01-10 Thread [EMAIL PROTECTED]
Check and make sure you aren't setting attributes StateTransferVersion or ReplicationVersion in your config file and that you aren't calling TreeCache.setStateTransferVersion() or TreeCache.setReplicationVersion(). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

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

2007-01-10 Thread PeterJ
Are you getting any errors on the server? I got this same error yesterday on the client, and it was in response to an error on the server (in my case I was setting up SSL, and had misconfigured one of the remoting mbeans). Fixing the problem on the server solved thep roblem. View the original

[jboss-user] [JBossWS] - Re: Schema-first WS development with JBossWS

2007-01-10 Thread omatzura
Hi! Could you mail/show me the WSDL so I can have a look? kind regards, /Ole [EMAIL PROTECTED] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000170#4000170 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000170 _

[jboss-user] [JBossWS] - Re: Schema-first WS development with JBossWS

2007-01-10 Thread tejasjani
Hi, I just tried to use this plug-in and I am encountering problems importing the wsdl file from my local machine. It just gives me an exception saying: Error importing wsdl:org.apache.xml.xmlBeans.XMLException:error: Prefix not specified. I have checked the wsdl and am not able to find any

[jboss-user] [JBoss Seam] - FacesMessages dependency on Hibernate

2007-01-10 Thread JessicaSant
I'd like to use FacesMessages in order to pass some success/fail messages (as explained http://docs.jboss.com/seam/1.1GA/reference/en/html/conversations.html. However, we're not bundling Hibernate with our Seam app. Is there a reason for the dependency on Hibernate? Is it possible to use Face

[jboss-user] [Security & JAAS/JBoss] - Classloading a custom login module

2007-01-10 Thread rbrewster
Using JBoss 4.0.5.GA. I am writing a custom login module. To get going I copied the source from org.jboss.security.auth.spi.DatabaseServerLoginModule. My class also extends org.jboss.security.auth.spi.UsernamePasswordLoginModule. I put my compiled class into a jar file. If I put this jar in

[jboss-user] [JBoss Messaging] - "Failed to config client side AOP" RuntimeException when sen

2007-01-10 Thread cjlogan
I am getting the exception "java.lang.RuntimeException: Failed to config client side AOP" at org.jboss.jms.client.JBossConnectionFactory.ensureAOPConfigLoaded(JBossConnectionFactory.java:252) when attempting to send a message to a remote JBoss Messaging server running 1.0.1.CR3 on JBossAS 4.0.

[jboss-user] [JBossCache] - Re: Error: StateTransferVersion 123 only supports transferri

2007-01-10 Thread jyoonyang
Hi Here is the version info: > java -jar jboss-cache.jar Version:1.2.4.SP2 CVS:$Id: Version.java,v 1.5.2.1.4.3 2006/02/15 05:08:06 bstansberry Exp $ History:(see docs/Changelog.txt for details) --Jennifer View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [Beginners Corner] - Re: cannot deploy sar in JBoss 4.0.5.GA

2007-01-10 Thread cinzia
"MmarcoM" wrote : have you tried the jmx console to seeif your service was deployed? | yes, you're right, I've checked the jmx console and it is there! but I thought the deployment would be reported in the output, and the sar file extracted in the deploy dir, hmm... many thanks again. cinzi

[jboss-user] [JBoss Seam] - Re: FacesMessages dependency on Hibernate

2007-01-10 Thread [EMAIL PROTECTED]
This is actually a dependency to Hibernate Validator. I've asked Emmanuel to split Hibernate Annotations into several independent jars, so that Hibernate Validator can be used w/o the rest of Hibernate. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000163#40

[jboss-user] [JBoss jBPM] - problem persisting a processinstance

2007-01-10 Thread juangiovanolli
hi: i'm working with jbpm 3.1.3, and i'm getting this error when i try to persist a processInstance: | 18:32:39,703 INFO [STDOUT] Hibernate: select processdef0_.ID_ as ID1_522_, processdef0_.NAME_ as NAME2_522_, processdef0_.VERSION_ as VERSION3_522_, processdef0_.ISTERMINATIONIMPLICIT_

[jboss-user] [Beginners Corner] - Re: cannot deploy sar in JBoss 4.0.5.GA

2007-01-10 Thread MmarcoM
hi, how do you know that it goes undetected? do you know what's inside? if yes, have you tried the jmx console to seeif your service was deployed? mail it tome at [EMAIL PROTECTED], i'll have a look 2morrow if you cant solve the problem by then hth marco View the original post : http://www

[jboss-user] [JBoss Portal] - Re: Building from source behind firewall

2007-01-10 Thread sasdav
Yes, I tried 2.4.1 and 2.6 and had the exact same problem from the source download. I tried the cvs download since then and it compiled and deployed properly. But I'm getting NullPointerExceptions on the Theme. Still working on it. View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Portal] - Re: Building from source behind firewall

2007-01-10 Thread bvogt
Try setting: | at the top of .../build/buildthirdparty.xml and a 'build deploy' afterwards Burkhard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000156#4000156 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000

[jboss-user] [Messaging, JMS & JBossMQ] - Undeploying MBean leaves orphan thread

2007-01-10 Thread chip_schoch
I have an MBean that services a JMS queue. In it I create a MessageConsumer and set my object as the message listener. When I undeploy the MBean one of the threads created during the execution of the Session.createConsumer() method never goes away. I paused the thread in eclipse and I see tha

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Default JBoss Installation

2007-01-10 Thread lightbulb432
Some web server questions below. Please provide your insight if you know about these things. 1) Does the default JBoss installation (i.e. not installing this JBossWeb thing) use Apache, Tomcat, or some JBoss-specific thing for the actual serving of web pages - whether static .html or dynamic .j

[jboss-user] [JBossCache] - Error getting an instance of PoJoCache , when redeploy my ap

2007-01-10 Thread Rikr2
I have a servlet and in this servlet i have a private PojoCache like this: private PojoCache cache = null; | | //Servlet init | public void init() throws ServletException { | super.init(); | // Get an instance of PojoCache | try { |

[jboss-user] [Installation, Configuration & Deployment] - How to prevent log4j appender from logging errors generated

2007-01-10 Thread [EMAIL PROTECTED]
I have my server/default/conf/log4j.xml file configured to email me (via the SMTPAppender) if an error occurs in the server. This usually works just fine and I get appropriate errors. However, during routine vulnerability security scans from my cooperate IT department, I get spammed with thousan

[jboss-user] [JBoss Seam] - Re: Seam/ICEFaces Integration

2007-01-10 Thread TedGoddard
I have reproduced the PhaseListener NullPointerException in the seam-icefaces booking application by changing synchronousUpdate to false (thereby enabling asynchronous update capability) in web.xml. Asynchronous updates are only needed for application-initiated page updates. If your application

[jboss-user] [JBossCache] - Error getting an instance of PoJoCache , when redeploy my ap

2007-01-10 Thread Rikr2
I have a servlet and in this servlet i have a private PojoCache like this: private PojoCache cache = null; //Servlet init public void init() throws ServletException { super.init(); // Get an instance of PojoCache try { cach

[jboss-user] [JBoss Portal] - Re: Building from source behind firewall

2007-01-10 Thread PeterJ
Wait a second, earlier you indicated 2.4.1, now you identify 2.6. Which is it? Looking at WinZip, it tells me that the 2.4.1 source tar.gz file contains 3796 files, 55,466KB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000141#4000141 Reply to the post :

[jboss-user] [JBossCache] - Habanero now in Alpha2

2007-01-10 Thread [EMAIL PROTECTED]
JBoss Cache "Habanero" 2.0.0.ALPHA2 has just been released. Read about the release: http://labs.jboss.com/portal/jbosscache/blog Release notes: https://sourceforge.net/project/shownotes.php?release_id=477491&group_id=22866 Download: https://sourceforge.net/project/showfiles.p

[jboss-user] [JBoss jBPM] - Re: jBPM 3.1 + Spring 2.0 + Tomcat 5 + TX demo app

2007-01-10 Thread dslevine
workflow.htm maps to workflow.jsp in the Spring mappings.xml file. workflow.jsp is at: jbpm31Spring20Demo/WEB-INF/jsp/cms/workflow/ It is not a full fledged workflow application, but just a demo of how to get something up and running integrated with Spring. I have made some progess since i

[jboss-user] [Beginners Corner] - Re: Problems: Configuring JBoss 4.0 in Red Hat Enterprise 4.

2007-01-10 Thread PeterJ
What is linux.conf? (From my question, you probably guessed that I have never changed it.) Nor have I changed any other scripts. Have you even tried the steps I outlined? I have run JBoss AS on RHEL 4, SUSE 9, FC4, FC5 and FC6, and in every case the steps I have outlined previously have worked.

[jboss-user] [Clustering/JBoss] - Re: Load balance policy problem

2007-01-10 Thread [EMAIL PROTECTED]
So in the first test, while one of the servers is down, ejb2 is cycling back and forth between 2 targets and one target? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000136#4000136 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

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

2007-01-10 Thread SmokingAPipe
Check for null values in your Trip object. It gets created when the bean starts. Fine. But what about the object fields in Trip? I'm looking at this: #{selectedTrip.startDate.time}. If selectedTrip.startDate is null, that will result in a data model update error on all fields I believe. Wh

[jboss-user] [Clustering/JBoss] - Re: Load balance policy problem

2007-01-10 Thread xyoungli
Thanks for your response. I forgot to mention some application details. We have two SLSBs, ejb1 and ejb2, in a cluster of two server instances. In my test, I first lookup home objects and create one ejb1 instance and one ejb2 instance. Then an infinite loop is entered where a simple method is ca

[jboss-user] [Beginners Corner] - Re: cannot deploy sar in JBoss 4.0.5.GA

2007-01-10 Thread cinzia
"cinzia" wrote : | Before adding it to the deploy dir, I have removed its commons-logging.jar as this is already present in jboss deploy/lib dir. | correction: default/lib dir not deploy/lib. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000131#4000131

[jboss-user] [Beginners Corner] - Startup class with jboss

2007-01-10 Thread Mynameisbt
For my project I need a POJO class to run when the server is started. How would I do this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000129#4000129 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000129 __

[jboss-user] [JBoss Seam] - invoke a action method everytime a page is accessed FROM ano

2007-01-10 Thread antispart
I have a SFSB in conversation scope. But I want to have the option of passing it request parameters. So, for example: | | Now, I need some way of telling the searchActionBean to use the RequestParameter searchPattern instead of another one living in conversation scope (they can

[jboss-user] [JBossWS] - Re: Null pointer exception when using JBOSSWS 1.0.4 GA vesio

2007-01-10 Thread sramesha27
I am having the same problem. I am not creating the config file, instead I am trying the "JBossIDE JBossWS Web Services -> [[interface node]] -> JBossWS -> Generate" to generate the artifacts. How to over come this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [Beginners Corner] - cannot deploy sar in JBoss 4.0.5.GA

2007-01-10 Thread cinzia
Hi, I'm trying to deploy a sar app but placing the file in deploy dir has no effect, it goes undetected. The sar is dynadto-1.0.sar, which can be downloaded from https://dynadto.dev.java.net/servlets/ProjectDocumentList?folderID=4067&expandFolder=4067&folderID=0. Before adding it to the deploy

[jboss-user] [JBoss Seam] - How to test Seam/JSF/EJB3

2007-01-10 Thread lightbulb432
If you have an application that uses Seam, JSF, and EJB3, how would you test all of this? I've searched for a fair bit of time but haven't been able to turn up any useful resources on testing... I've come across some things that talk about mock objects, others that talk about using some embedd

[jboss-user] [JBossCache] - Re: JBoss Cache 1.4.0.SP Notifications

2007-01-10 Thread Rikr2
I was researching about this topic and seem to solve my problem I'll try it Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000121#4000121 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000121 __

[jboss-user] [JBoss Messaging] - Re: javax.jms.IllegalStateException: Should only be one entr

2007-01-10 Thread timfox
I have seen similar issues before when a jms session is being used by 2 or more threads concurrently. E.g. two threads doing consumer.receive() concurrently/ JMS sessions are only meant to be used by one thread at a time. View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss Messaging] - Re: Single node queue to distributed queue across cluster

2007-01-10 Thread mackennad
Jboss Messaging 1.2 beta works fine. We were initially deployed on JBoss Messaging 1.0.1 which does not support distributed queues. Sorry my fault. Should have checked the version before I put a message up here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Seam] - Re: Seam/ICEFaces Integration

2007-01-10 Thread TedGoddard
Could you provide additional details on when you observe and do not observe the bug? (To fix the bug we will need to reproduce it.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000104#4000104 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBossWS] - Client Side Handler InvalidClassException

2007-01-10 Thread greenbean
i am attempting to include a client side handler with my service call. The client is deployed and the application-client and error are below. Things work fine with a server side handler. When I comment out the handler, the web service works fine. What is wrong here? application-client xmlns

[jboss-user] [JBoss Portal] - Re: Building from source behind firewall

2007-01-10 Thread sasdav
Peter, I'm doing exactly as you said, I change to the build directory and type build deploy. D:\jboss-portal-2.6.0-DR1-src\common\src\main\org\jboss\portal\common does not contain a command directory, so it looks like the download was incomplete. View the original post : http://www.jboss.co

[jboss-user] [Beginners Corner] - Re: Problems: Configuring JBoss 4.0 in Red Hat Enterprise 4.

2007-01-10 Thread ivanovas
But what about linux.conf? My boss says I have to make some configuration in the scripts but I'm not sure in what scripts nor the configuration in itself... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000106#4000106 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Portal] - Re: Can't use myfaces tomahawk inputSuggestedAjax control in

2007-01-10 Thread bsmithjj
You can use JSF or you can use JSR168 portlets with JSP's, however using JSF + JBoss Portal will present some fun challenges. Read here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=98395 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000117#4000

[jboss-user] [Installation, Configuration & Deployment] - SNMP Adapter Unknown Type Error

2007-01-10 Thread bechbc
I am trying to configure the snmp-adaptor to be able to retrieve via SNMP a value from one of our custom MBeans. The type of value I an trying to get is a java.lang.Float. Running snmpget for the OID I get the following error: INFO [SnmpAgentService] Unknown type for [oid=.1.2.3.4.1.11, mbea

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JSF Deployment Problem

2007-01-10 Thread nstoddar
I'm trying to get a simple JSF application working (new app), but can't seem to get started. I keep getting some ClassNotFoundExceptions. I've followed the directions in the wiki for declaring the servlet and servlet-mapping elements in web.xml (and the wiki says that's all I need to do. Any

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - what is the correct datasource dtd?

2007-01-10 Thread teknokrat
The wiki refers to datasource elements |true | 20 | But the jboss-ds-1.4 DTD does not. Are these elemnts correct or the DTD? cheers View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=496#496 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss Messaging] - javax.jms.IllegalStateException: Should only be one entry in

2007-01-10 Thread mgajendr
We are using Jboss messaging 1.0.1SP2 in our production environment. The following message keeps coming and the jboss queue gets backed up resulting in Jboss messaging not picking up the messages. We need to restart the servers very often to get away with this issue. Any ideas on this ? 2007-01

[jboss-user] [JBoss Seam] - Re: Validation fails in registration example

2007-01-10 Thread [EMAIL PROTECTED]
Well, I am not able to reproduce this, so if you really think this problem exists, you guys are going to have to do some research and figure out the cause. It works perfectly for me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=483#483 Reply to the

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Can't Access JBoss 4.0.2 via IP address while running in

2007-01-10 Thread [EMAIL PROTECTED]
The next beta will not have --host=xyz as the default command line arguments. Change committed to cvs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=484#484 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=48

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Can't Access JBoss 4.0.2 via IP address while running in

2007-01-10 Thread [EMAIL PROTECTED]
Ok... so here's what I've been told. If you start JBoss with the --host=x, or -b x, where x is an ip, localhost, or machine name, it will ONLY bind to that one address. If you do not include those flags, it will bind to all available addresses. (This is clearly what you want) The default beh

[jboss-user] [JBoss Seam] - Re: Validation fails in registration example

2007-01-10 Thread hstang
I also got the same problem while deploying the registration example on Tomcat. On some inputs, it passes. On others, it will throw the exception like above. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=479#479 Reply to the post : http://www.jboss

[jboss-user] [JBossCache] - Re: Error: StateTransferVersion 123 only supports transferri

2007-01-10 Thread [EMAIL PROTECTED]
What JBC version were you running? JBC has a config attribute "StateTransferVersion" or in later releases "ReplicationVersion". Sounds like the cache has this set to "1.2.3" to allow interoperability with a cache instance running JBC 1.2.3 or earlier. The registerClassloader()/activateRegion()

  1   2   3   >