[jboss-user] [JBoss Seam] - Exception with SelectManyCheckbox

2007-08-24 Thread yohann49
Hello !! I have a list of report(already persist in database), and I want to display them on a jsf page with selectManyCheckbox.But when I want to acces to the page I have this exception : Exception during request processing: javax.servlet.ServletException: Expected a child component type

[jboss-user] [JBossWS] - Re: WS-Security with JAX-RPC

2007-08-24 Thread FabrizioLXXIII
When I deploy my Web Service, I see the following log messages in server.log file: 2007-08-24 09:01:55,166 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/D:/JBoss/server/all/deploy/ws_producer.ear | 2007-08-24 09:01:55,166 DEBUG [org.jboss.deplo

[jboss-user] [JBoss Portal] - How to access portlet preferences when not logged in

2007-08-24 Thread AndersF
Hello everyone! I have installed JBoss Portal 2.41-GA on my win XP computer. It is using the 1.5.0_11 jdk. the purpose was to try out some portlets i had made with myeclipse. Everything worked fine except for the situation when my portlet tried to collect the portlet preferences when not logged

[jboss-user] [Beginners Corner] - Re: jmx-console security exception when trying to start JBos

2007-08-24 Thread sparshaadi
Sorry, forgot to mention that I am using jdk1.6.0_02 and JRE is 1.6. Has anybody else faced the above problem ? Regards, KJ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077632#4077632 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Portal] - Problems deploying HelloWorldJSFPortlet

2007-08-24 Thread pillcase
I installed this portlet in a newly-installed Portal 2.6, and I've put the Apache MyFaces jar in the class path, and the log told me that the jar has been loaded, but an exception still occurred, what will the problem be? 2007-08-24 15:40:47,343 DEBUG [org.jboss.portal.portlet.container.org_apa

[jboss-user] [Beginners Corner] - Re: jmx-console security exception when trying to start JBos

2007-08-24 Thread alamandrax
Hi KJ, I think the first issue is that your JBoss server is shutting down unexpectedly (or had you been trying to shutdown the server when you got the error?). Second, in Eclipse, in the Server view, right click on the Jboss server that you have configured and click "open". Click on the "Open L

[jboss-user] [JBoss jBPM] - Re: Different behaviour between test case and real case?

2007-08-24 Thread masipu
I'm terribly sorry. The state node requires signal in server environment also. Now that I tested more, I noticed that half of my processes doesn't end. The problem was, they most of time threw exception before the state node and this thing took my eye off from process state. Case closed and I'm

[jboss-user] [JBoss jBPM] - Different behaviour between test case and real case?

2007-08-24 Thread masipu
I'm a bit confused about signaling the process. I have used few simple processes and I have used state-nodes with them. But I don't recall signaling after those nodes and they have worked as NOT wait states. But now that I started testing similiar cases, I have to give signal to the process in o

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Add anchor of each image in datatable

2007-08-24 Thread argonist
Hello, how can I add an anchor of each image in datatable? So I can link to an image on gallery. | | | | |

[jboss-user] [JBossWS] - Re: JBossAS_4.0.5 does not clean up the temp files

2007-08-24 Thread BossDenny
My problem is to delete temp file of ejb passivate when the server is on, because her activity fills my hard disc. grazie View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077643#4077643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBossWS] - Null pointer exception with jbossws 2.0.1

2007-08-24 Thread mdaguete
Hello, When deploy a webservice in 2.0.1 a null pointer exception appears, it works in 2.0.0. Server config factory it's deployed | 2007-08-24 08:52:14,289 DEBUG [org.jboss.wsf.framework.DefaultSPIProvider] provide SPI 'class org.jboss.wsf.spi.management.ServerConfigFactory' | 2007-08-24 0

[jboss-user] [JBoss Seam] - Re: Page takes too long to load

2007-08-24 Thread kosiakk
Double-check your *.page.xml xmlns and xsi:schemaLocation should be set very carefully. For example: http://jboss.com/products/seam/pages"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/produc

[jboss-user] [JBoss Seam] - If I would not like to use Hibernate search, is it good idea

2007-08-24 Thread ljp19820721
Is it good idea to integration compass and seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077650#4077650 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077650 ___ jboss-

[jboss-user] [JBoss Seam] - Re: MDA generators with Seam?

2007-08-24 Thread vincent.latombe
The last time I checked it, an AndroMDA cartridge for Seam was under development, but I have no clue about the level of progress. You should go to your discussion board there must be some topics about this development. Actually I've been developping myself an MDA generator for Seam using Acceleo

[jboss-user] [Beginners Corner] - Re: jmx-console security exception when trying to start JBos

2007-08-24 Thread alamandrax
The username and the corresponding password can be found in %JBOSS_HOME%\server\default\conf\props\jmx-console-users.properties The second line in this file should have the username and password defined as: username=password View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Seam and Compass(full text search tool)

2007-08-24 Thread ljp19820721
Is it good idea to integration compass and seam?Is it a difficult thing? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077655#4077655 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077655 __

[jboss-user] [JBossWS] - Re: 2 ejb3s exposed as web services. Can't have same methods

2007-08-24 Thread [EMAIL PROTECTED]
Could you please create a jira issue and attach a test case that allows us to reproduce what you are seeing. Maybe you can even find out why this is. http://jbws.dyndns.org/mediawiki/index.php?title=Building_From_Source View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Portal] - Re: CMS Content - Navigate between pages

2007-08-24 Thread mimra
I'm using JBoss Portal 2.6.1 on a JBoss AS 4.0.5. I have a portal called testportal, a page called news and the window with the CMS content is called News. I have compared your snippet from jboss-service.xml with the the one in my installation and they are identical. /Michael View the origina

[jboss-user] [JBoss Seam] - Re: Difference between Page and Event scope

2007-08-24 Thread limousyf
Ok now I got it. Thanks a lot ! In fact it's very useful but in a small number of cases :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077659#4077659 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077659 ___

[jboss-user] [JBossWS] - Re: Null pointer exception with jbossws 2.0.1

2007-08-24 Thread [EMAIL PROTECTED]
duplicates http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077660#4077660 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077661#4077661 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077661 __

[jboss-user] [JBossWS] - Re: JBossAS_4.0.5 does not clean up the temp files

2007-08-24 Thread [EMAIL PROTECTED]
What temp files are not deleted? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077662#4077662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077662 ___ jboss-user mailing lis

[jboss-user] [JBossWS] - Re: Wsconsume generated Stubs failing with JBoss-4.2.0

2007-08-24 Thread [EMAIL PROTECTED]
what jbossws is this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077664#4077664 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077664 ___ jboss-user mailing list jboss-use

[jboss-user] [JBossWS] - Re: Unable to create connection to jUDDI registry

2007-08-24 Thread [EMAIL PROTECTED]
Have a look at the sample jaxr tests http://jbws.dyndns.org:8180/hudson/job/Core-Tests-AS-4.2/lastBuild/testReport/org.jboss.test.ws.jaxws.samples.jaxr.scout.publish/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077666#4077666 Reply to the post : http://ww

[jboss-user] [JBossWS] - Re: NullPointerException with jbossws 2.0.1

2007-08-24 Thread [EMAIL PROTECTED]
The manifest classpath is not the problem becasue the unified classloader can see/load the ServerConfigFactory The implementation of that factory however tries to load the ServerConfig from the microkernel with the bean name: WSServerConfig Is that bean there? | | | |

[jboss-user] [JBossWS] - Re: WS-Security with JAX-RPC

2007-08-24 Thread [EMAIL PROTECTED]
looks good View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077663#4077663 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077663 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Portal] - Re: i hope we can unharcoded this !!

2007-08-24 Thread jujuz
oups please delete this topic :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077673#4077673 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077673 ___ jboss-user mailing lis

[jboss-user] [JBossWS] - Re: WS4EEDowngrade setup problem

2007-08-24 Thread ambika
Hi, MedRec is a Avitek Medical Records (or MedRec) is a WebLogic Server sample application suite which we use for testing. This application is a WS4EE based axis application. As from jboss 4.0.5.GA onwards, WS4EE is replace with the JbossWS, so I have done the changes said in (http://wiki.jb

[jboss-user] [JBoss Seam] - Re: To parenthesis or not to parenthesis, that is thy questi

2007-08-24 Thread [EMAIL PROTECTED]
Can you post in diff format? Thanks :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077675#4077675 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077675 ___ jboss-user maili

[jboss-user] [JNDI/Naming/Network] - Re: Extremely basic JNDI question

2007-08-24 Thread stevev
waynebaylor wrote: anonymous wrote : each web context should have its own ENC. so, for a given WAR file you can define "java:comp/env/..." lookups in its web.xml/jboss-web.xml. That's true. But if each war file is being shared by multiple web contexts then they all share the same ENC. Is there a

[jboss-user] [JCA/JBoss] - JCA Classloader issues

2007-08-24 Thread [EMAIL PROTECTED]
Java version: 1.5 JBoss version: JBoss 4.2.0GA XFire version: 1.2.6 I'm having trouble with JBoss and classloading (isolation?). I have an "architecture" like this: XFire Servlets for Webservices (packaged as WAR files, containing all JARs needed) JCA for integration with other systems (packaged

[jboss-user] [JBoss Seam] - Re: Maven Archetype for Seam?

2007-08-24 Thread vincent.latombe
Use this : org.hibernate hibernate-annotations 3.2.1.ga http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077679#4077679 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077679

[jboss-user] [JBossWS] - Re: JBossAS_4.0.5 does not clean up the temp files

2007-08-24 Thread BossDenny
Yes, passivate file are not deleted by server!!!and I have an exception when PostActivate metod occur on an ejb3 with PersistentContext(EXTENDED) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077683#4077683 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss Seam] - Re: Maven Archetype for Seam?

2007-08-24 Thread vincent.latombe
Sorry formatting | | org.hibernate | hibernate-annotations | 3.2.1.ga | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077681#4077681 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077681 __

[jboss-user] [JBoss Seam] - Re: Exception with SelectManyCheckbox

2007-08-24 Thread [EMAIL PROTECTED]
There is no var attribute on f:selectItems. You are getting confused between f:selectItems and s:selectItems View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077680#4077680 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Portal] - Re: jboss portal listening only on localhost 8080

2007-08-24 Thread jujuz
you have to launch JBoss with -b option ./run.sh -b 192.168.1.45 ./run.sh -b foo.com or on Windows run.bat -b 192.168.1.45 run.bat -b foo.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077670#4077670 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Portal] - i hope we can unharcoded this !!

2007-08-24 Thread jujuz
i hope we can unharcoded this !! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077672#4077672 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077672 ___ jboss-user mailing li

[jboss-user] [JBoss Portal] - Re: Portal 2.6 LDAP Authentication

2007-08-24 Thread bdaw
yes it is: http://jbossportal.blogspot.com/2007/06/ldap-support-tutorial-for-jboss-portal.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077685#4077685 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077685 ___

[jboss-user] [JBossWS] - Re: NullPointerException with jbossws 2.0.1

2007-08-24 Thread mdaguete
"[EMAIL PROTECTED]" wrote : The manifest classpath is not the problem becasue the unified classloader can see/load the ServerConfigFactory | | The implementation of that factory however tries to load the ServerConfig from the microkernel with the bean name: WSServerConfig | | Is that be

[jboss-user] [JBoss Portal] - Re: Problem deploying from Java Studio Creator

2007-08-24 Thread aerostra
Also, are you using a dataset? Sometimes if you have drag n dropped a database table onto the page and deleted it, it will remain there until you remove it from the code page or even the sessionbean.java code - you do get the error if you have used a parameter query and there is no query there f

[jboss-user] [JBoss Seam] - Re: Exception with SelectManyCheckbox

2007-08-24 Thread yohann49
Yes I made this misstacke. But after correction there is no change. To resolv this problem I tried anything, but I'am still block. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077688#4077688 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: Remoting.js error on Firefox 2

2007-08-24 Thread [EMAIL PROTECTED]
Can you please raise this in JIRA with a test case (you can base it on the helloworld example if that's easiest). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077689#4077689 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JCA/JBoss] - access resource-env-ref with JCA

2007-08-24 Thread plemarchand
Hi all, I'm new on this forums but as I can't find any answer to my question, I'm asking your help on this matter : I'm trying to deploy a JCR server RMI accessible and decided to use the rar package Jackrabbit provides. I would like the repository configuration to use an Oracle datasource, but

[jboss-user] [Beginners Corner] - Re: Faster start for JBoss Server??

2007-08-24 Thread jaikiran
Which version of JBoss? For me an out-of-box installation of 4.2.1 takes less than a minute to start. Have you deployed any of your own applications? Also, have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming for leaving out any applications that might not be of any use

[jboss-user] [JBoss Seam] - Re: Seam + JBoss AOP

2007-08-24 Thread damatrix
EJB interceptors cannot be used on Seam POJOS. Is it a good idea to use JBoss AOP to create interceptors for a Seam POJOs? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077694#4077694 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [Beginners Corner] - Faster start for JBoss Server??

2007-08-24 Thread BruceSpringfield
It takes a while for the JBoss Server to start. Haven't timed it with a stop watch yet, but it seems to be atleast a few minutes. Is there a faster way to start as well stop JBoss? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077691#4077691 Reply to the

[jboss-user] [JBoss Seam] - Excel spreadsheets generation

2007-08-24 Thread nemya
Hi, I would like to know how can I generate Excel spreadsheets in my xhtml pages. I'm using JBoss Seam 1.2.1GA. thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077695#4077695 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBossWS] - Re: WS4EEDowngrade setup problem

2007-08-24 Thread [EMAIL PROTECTED]
Please talk to http://www.jboss.com/services/index View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077700#4077700 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077700 ___ jb

[jboss-user] [JBoss Seam] - Re: Exception with SelectManyCheckbox

2007-08-24 Thread [EMAIL PROTECTED]
So post what is *now* not working View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077701#4077701 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077701 ___ jboss-user mailing li

[jboss-user] [JBoss Seam] - Re: Exception with SelectManyCheckbox

2007-08-24 Thread yohann49
| | | | That's the code in my jsf page. The Bean and the entity page are the same. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077702#4077702 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss jBPM] - Re: next task/node name in processInstance

2007-08-24 Thread kukeltje
knowing which button was used to end a task is something different than knowing what the next task is. I still do not get why you need this and can therefor not propose a different solution View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077705#4077705 Reply

[jboss-user] [JBoss Seam] - Re: Exception with SelectManyCheckbox

2007-08-24 Thread [EMAIL PROTECTED]
You need to read up on how selectitems works in JSF as what you have is wrong. You should consider using s:selectItems - take a look at the UI example. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077706#4077706 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss jBPM] - Re: BUILD ERROR

2007-08-24 Thread kukeltje
do you have a command line zip utility? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077707#4077707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077707 ___ jboss-user mai

[jboss-user] [JBoss jBPM] - Re: problem while deleting processInstance

2007-08-24 Thread kukeltje
'a way' is via HQL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077708#4077708 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077708 ___ jboss-user mailing list jboss-user@l

[jboss-user] [JBoss Seam] - Christian Bauer gives a talk about Seam in Berlin (5th of Se

2007-08-24 Thread tnfink
Hi, at the 5th of September, Christian Bauer will give a talk about Seam in Berlin. It will be held in German and the title is: Die Entwicklung von Web-Applikationen mit JBoss Seam Anyone can participate for free, but a registration in advance would be nice. You can get more information here

[jboss-user] [Beginners Corner] - Re: jmx-console security exception when trying to start JBos

2007-08-24 Thread sparshaadi
Great ! I just jumped with joy when it started ! ;) I knew abt the username and password but didn't know that I had to configure it in twiddle. I had messed up all the properties files(conf) and xml configs for jmx-console and was just short of pulling my hair trying to get it to work since

[jboss-user] [JBoss jBPM] - complete Javadoc

2007-08-24 Thread SidKennedy
hello to all, I'm the new one ;) For my future work I need jBPM and therefor I'm looking for the complete Javadoc. Just better than http://docs.jboss.com/jbpm/v3/javadoc. In fact there are all methods and so but only sparely documented. Can you help me? greets Sid View the original post : htt

[jboss-user] [JBoss Seam] - Re: Exception with SelectManyCheckbox

2007-08-24 Thread yohann49
Ok but I don't understand the difference between f:selectItems and s:selectitems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077713#4077713 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077713

[jboss-user] [JBoss Seam] - Re: JBOSS Seam example application, registration, doesn't wo

2007-08-24 Thread lipmanp
I've run seam 1.2 with Jboss 4.0.5 for some time, no problem. make sure your Jboss is installed correctly. For Seam 1.2, you must use the JEMS 1.2 Installer to install JBoss 4.0.5 with the ejb3 profile selected. Seam 1.3 requires JBoss 4.2 but does not require the use of the JEMS installer to in

[jboss-user] [JBoss Seam] - Re: [testng] java.lang.IllegalStateException: Class not foun

2007-08-24 Thread kariem
Same here, even with the CVS (HEAD) version. Should we use a tag or branch? I could not find anything that matches. I'm running the test case from Eclipse with a modified log4j config (removed timestamp, and class package name, added debug output). | DEBUG KernelFactory.assembleNewKernel() -

[jboss-user] [JBossWS] - Re: WS4EEDowngrade setup problem

2007-08-24 Thread ambika
Hi, I wanted to know whether i can run MedRec application (which is built with to jboss ws4ee) in this New version of the apps server? Previously there was a disscusion about the same with jboss version 4.0.5.GA. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=97276 Regards, A

[jboss-user] [JBoss Seam] - Re: JBOSS Seam example application, registration, doesn't wo

2007-08-24 Thread bensonfungjava
Hi lipmanp, I am sure the JBOSS has been installed properly becasue there are another ejb3 things running on this app server without any problem except this seam application. BTW, recently, I discovered that the war file in the ear file cannot access the jboss-seam.jar which is sitting in the

[jboss-user] [EJB/JBoss] - Re: Basic EJB3 with JBOSS

2007-08-24 Thread gasper_k
I think you need to add jnp-client.jar to class path when you run the client. The file is located in jboss-home/client. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077721#4077721 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Seam] - The difference between Conversation's pop/leave/end ??

2007-08-24 Thread ellenzhao
Information in Seam's javadoc isn't sufficient to address my problem. For which purposes are these three methods intended? When to use which method? Thanks in advance! Regards, Ellen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077714#4077714 Reply to th

[jboss-user] [JBoss Seam] - can anybody tell me how to build a seam application as a por

2007-08-24 Thread write2ratnesh
after deploying i am getting this error any valuable input on this is appreciable?? ERROR [org.apache.myfaces.portlet.MyFacesGenericPortlet] Error initializing MyFacesGenericPortlet java.lang.IllegalArgumentException: Class org.jboss.seam.jsf.SeamApplicationFactory is no javax.faces.applicatio

[jboss-user] [JBossWS] - Re: Wsconsume generated Stubs failing with JBoss-4.2.0

2007-08-24 Thread vashistvishal
Hi Thomas, Thanks for replying. I'm not sure what version JBossWS it is. I'm using JBoss-4.2.0.GA/ distribution, what version is shipped with it is not clear to me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077720#4077720 Reply to the post : http://w

[jboss-user] [JBoss Seam] - Re: [testng] java.lang.IllegalStateException: Class not foun

2007-08-24 Thread ejbengine
I got around it by taking this route http://jira.jboss.org/jira/browse/JBAS-4491 HTH jeff mutonho View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077726#4077726 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40777

[jboss-user] [JBoss Seam] - jboss-ejb3-all.jar StatelessRemoteProxy serialVersionUID out

2007-08-24 Thread nynymike
I'm running JBoss 4.05.GA and Seam 1.2.1.GA. I'm trying to use RMI to call one of my SLSB's. I'm using MyEclipse 6.0.0GA, which is Eclipse 3.3 (not sure if this matters). I get this stack trace: | JNDI Name: VmManagerSessionBean/remote | FAILED: testLookupAccount | javax.naming.Communicati

[jboss-user] [JBoss Seam] - Re: jboss-ejb3-all.jar StatelessRemoteProxy serialVersionUID

2007-08-24 Thread [EMAIL PROTECTED]
You should replace jboss-ejb3-all.jar with the relevant jars from the AS. See this for some tips http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamDependencies View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077731#4077731 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Nightly build (23.08.07) problem with samples

2007-08-24 Thread denis-karpov
Can someone help me? I decide to try Seam 2.0 and took the nightly build (23.08.07) And I had problems with migration. Then I tried the famous booking sample. And it does not work for me. I have checked, ajax4jsf-1.1.1.jar is inside jboss-seam-booking.jar/WEB-INF/lib. Why it can't find Java2Dreso

[jboss-user] [JBoss Seam] - core:resource-bundle and how to use it

2007-08-24 Thread iakneissl
I have defined a resourceBundle class in components.xml, e.g. packageName.ResourceBundleClassname This class has some special feature for organisation of labels, messages etc. and there are defined my resourceBundle, texts.properties, labels.properties. All works fine with the standard

[jboss-user] [Beginners Corner] - Re: jmx-console security exception when trying to start JBos

2007-08-24 Thread alamandrax
anonymous wrote : I knew abt the username and password but didn't know that I had to configure it in twiddle . Me neither. The first time I came across it, I assumed I'd have to change the STOP arguments. I then noticed the "-S" switch in the the TWIDDLE tab. I'm not sure why this is, but it wor

[jboss-user] [JBoss jBPM] - cancel-event in timer

2007-08-24 Thread lelaub
Hi Everybody! I have a (maybe) stupid question. We use jbpm 3.1 for our system. As in the documentation http://docs.jboss.com/jbpm/v3.1/userguide/en/html/jpdl.html#timer.element described, i tried to add the attribute cancel-event to a timer in a task. but when trying to deploy the process, i ge

[jboss-user] [JBoss Portal] - Re: Portal 2.6 LDAP Authentication

2007-08-24 Thread roth
Upon login, it still copies the usernames and their passwords (in encrypted form) to the jbp_users table if you follow the tutorial. Dito when you use LDAPExtUserModule, as in my example for active directory in the wiki. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBoss Seam] - Seam, ICEFaces Beginning

2007-08-24 Thread freitami
Hello, yesterday i started with icefaces and generates me a template projects with icefaces seam generator. With the gernerated project i do not have problems. Now i want to implement a entity Tuser, look so: | import org.jboss.seam.annotations.Name; | import javax.persistence.*; | impor

[jboss-user] [JBoss jBPM] - using custom date picker in form within jbpm-console webapp

2007-08-24 Thread rossputin
Hi guys, I am not sure where to look for documentation on what custom components are part of the JBoss library, in terms of custom date pickers or calendars etc... where might I find such a component. I see there is a gravel project for jsf, including some controls for data manipulation... I

[jboss-user] [JBoss Seam] - Re: When do I need a @Factory?

2007-08-24 Thread floba
nevertheless. If you look at seam from a viewpoint of an experienced ejb/jsf developer many things are clear. If you are (like I am) new to enterprice java but would like to use seam from the beginnen, this are the problems which would scare you away. View the original post : http://www.jboss.

[jboss-user] [JBossCache] - org.jboss.cache.CacheException: Initial state transfer faile

2007-08-24 Thread sprightee
Hi, I am a newbie to jboss cache and i have a problem. When i use jboss cache in my application inside a clustered environment,i get the below exception and the cache does not get started. Caused By org.jboss.cache.CacheException: Initial state transfer failed: Channel.getState () returned f

[jboss-user] [JBoss Seam] - Re: Nightly build (23.08.07) problem with samples

2007-08-24 Thread [EMAIL PROTECTED]
Working correctly for me with build #151 and jboss 4.2.1.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077745#4077745 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077745 ___

[jboss-user] [JBoss Portal] - Re: CMS Content - Navigate between pages

2007-08-24 Thread nidhi_hs
This is strange. Not sure why its not working for me. The only difference I could see is the content store location is configured as Mixed-Storage in my server. Could that be a reason ??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077749#4077749 Reply t

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Server Getting Shutdown

2007-08-24 Thread bkmjava78
Thanks Peter for nohop option. We started JBoss with nohop option, but JBoss again shuts down after some time. Regarding the Putty session timing out. Yes it does after sometime. My understanding of Putty is that it is just a remote client to Start Jboss on the remote server. Once the server st

[jboss-user] [JBoss Portal] - Re: Portal 2.6 LDAP Authentication

2007-08-24 Thread bdaw
yes and no Basically the reason about synchronization to DB is because you cannot map all needed user properties to LDAP attributes. So in theory, you can: 1) Alter profile-config.xml and make all properties map to LDAP (its tough as LDAP schema is limited) 2) in identity-config.xml get rid of

[jboss-user] [JBoss Portal] - Re: Portal 2.6 LDAP Authentication

2007-08-24 Thread roth
Random passwords are good enough for me, thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077747#4077747 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077747 ___ jboss-

[jboss-user] [JCA/JBoss] - Re: Listening Database Failover

2007-08-24 Thread krithi
We are using jboss-4.0.5.GA. We are unable to locate org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory class in any of the jars. We searched jboss-common-jdbc-wrapper.jar. Even local package is not there. Please let us know in which jar we would find LocalManagedConnectionF

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Error on Deploying: The virtual file is closed

2007-08-24 Thread Theodor Ramisch
Hi, I've just installed Jboss jboss-5.0.0.Beta2 with using jdk-1_5_0_12 and created a new dynamic web project in Eclipse. After associating the project with the server, I started JBoss the first time. Unfortunately I get the following error for my new, blank web project: | 14:19:43,656 ERRO

[jboss-user] [JBoss Tools (users)] - example numberguess and seam graphical pageflow designer

2007-08-24 Thread anapaula
When I open archive pageflow.jpdl.xml (it is in another version of pageflow designer) with seam graphical pageflow designer and convert for version 3.1.x doesn't appear the graph on the mode diagram. What's happen?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBossWS] - Re: Wsconsume generated Stubs failing with JBoss-4.2.0

2007-08-24 Thread [EMAIL PROTECTED]
please try jbossws-2.0.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077758#4077758 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077758 ___ jboss-user mailing list jboss-

[jboss-user] [JBossWS] - Re: Wsconsume generated Stubs failing with JBoss-4.2.0

2007-08-24 Thread M_schumpa
you can see which version of JBossWS is loaded at startup of JBoss. I should look something like this: INFO [ServiceEndpointManager] jbossws-1.2.1.GA (build=200704151756) That's the message from JBoss-4.2.0.GA/ distribution, so I think you are also using this one. View the original post : htt

[jboss-user] [Beginners Corner] - Re: Faster start for JBoss Server??

2007-08-24 Thread BruceSpringfield
"jaikiran" wrote : Which version of JBoss? For me an out-of-box installation of 4.2.1 takes less than a minute to start. Have you deployed any of your own applications? | | Also, have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming for leaving out any applications

[jboss-user] [JBossWS] - Re: Null pointer exception with jbossws 2.0.1

2007-08-24 Thread [EMAIL PROTECTED]
test mail threading from forum posts View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077756#4077756 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077756 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Page takes too long to load

2007-08-24 Thread mgrouch
I've tried turning off DEBUG level. It doesn't make much difference in performance (although my log files are much smaller now). I've checked XSDs and that's not the problem too. I'm using server side state saving. Why APPLY_REQUEST_VALUES takes about 1 sec and org.ajax4jsf.framework.ajax.xml

[jboss-user] [JBoss Seam] - FacesMessages gets component id

2007-08-24 Thread iakneissl
I want to add a message to a control in a datatable. with FacesMessage.add(xxx) it's not possible, because I have to define the id of the component, not the client Id. Therefore I can not specify in which row of the dataTable the rendered component is, where the facesMessage belongs to. I have t

[jboss-user] [JBoss Seam] - Re: Page takes too long to load

2007-08-24 Thread [EMAIL PROTECTED]
Have you tried: | | org.ajax4jsf.FastFilter | ajax4jsf | org.ajax4jsf.FastFilter | | >From the docs: anonymous wrote : | This filter is based on the Nekko pacer. In this case an output xhtml code isn't strictly verified and it also could cause lot's of errors and corrup

[jboss-user] [JCA/JBoss] - Re: access resource-env-ref with JCA

2007-08-24 Thread [EMAIL PROTECTED]
You can't. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=408#408 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=408 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Seam] - Re: [testng] java.lang.IllegalStateException: Class not foun

2007-08-24 Thread kariem
Thank you, Jeff. That worked for me too. Searching for Class not found or java.lang.String did not really return the expected results. Thank you for your help, Kariem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=405#405 Reply to the post : http://

[jboss-user] [JBoss Seam] - Re: Excel spreadsheets generation

2007-08-24 Thread [EMAIL PROTECTED]
The only way I know of how to do it is by generating the Excel data in an action method using one of the available Java Excel Frameworks. This explains how to do it (change content type from pdf to excel): http://wiki.apache.org/myfaces/Sending_Files - Mike View the original post : http://www.

[jboss-user] [JBoss Tools (users)] - Re: example numberguess and seam graphical pageflow designer

2007-08-24 Thread [EMAIL PROTECTED]
sorry - please rephrase ;) I don't understand the question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077767#4077767 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077767 ___

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Invoke onMessage - MDB

2007-08-24 Thread [EMAIL PROTECTED]
Send a message to the queue View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077783#4077783 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077783 ___ jboss-user mailing list jbo

[jboss-user] [Messaging, JMS & JBossMQ] - Re: bla

2007-08-24 Thread [EMAIL PROTECTED]
This isn't a social networking forum. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077784#4077784 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077784 ___ jboss-user m

[jboss-user] [JBossCache] - The type Fqn is not generic; it cannot be parameterized with

2007-08-24 Thread BruceSpringfield
Strange error. Compiling the code from the passivation example from : D:\lib\JBossCache-all-2.0.0.GA\examples\PojoCache\passivation in Eclipse as a Dynamic Web Project. In StudentMaintTest.java : line 43 : cache1_.getCache().addCacheListener(listener_); get the error : The type Fqn is no

[jboss-user] [JBossWS] - Re: Is there a workaround for the UsernameToken security hea

2007-08-24 Thread kimbaltrue
Thanks this helped though I did have to do a lot of snooping in the deploy directory. Apparently, all I had to do was add the following annotation: @EndpointConfig(configName="Standard WSSecurity Endpoint") The endpoint configuration file already exists in the webservices sar directory under d

  1   2   3   >