[jboss-user] [JBoss Seam] - Statefull EJB extends from EntityHome throws ClassCastExcept

2007-01-16 Thread blackicebird
I use stateful ejb extends the EntityHome, but I want to use @PersistenceContext inject the EntityManager, so i can use ejb container transaction management, but it throws Exception. I don't know why, who can help me? Does EntityHome must use itself EntityManager? Thanks your reply. My ejb: |

[jboss-user] [JBoss Portal] - Re: Browser Adress Bar

2007-01-16 Thread djmacpac
OK I try... OK, I open my portal page at the moment with the adress http://"servername"/portal/. When I'm navigating through the portal content, the adress bar content changes to something like: | http://"servername"/portal/auth/portal/default/default/Tree?action=2&org.apache.myfaces.portle

[jboss-user] [Installation, Configuration & Deployment] - Running JBoss with Java 6 (JDK 6)

2007-01-16 Thread FelderR
Is it possible to run JBoss with Java 6? In the documentation I only found a reference where JDK 1.4 and Java 5 is reccomended: JBoss 4 requires either a Java 1.4 or Java 5 In the next sentence the documentation says: The choice of JVMs is yours otherwise, but we do recommend considering the Java

[jboss-user] [EJB 3.0] - Re: Could not resolve beanClass method from proxy call

2007-01-16 Thread cinzko
i get this error too but your solution (throwing remote-exceptions) doesn't work for me. the error ist thrown, when i try to get the EJBHandle of an stateful sessionbean inside a stateless sessionbean-method (see also this topic http://www.jboss.com/index.html?module=bb&op=viewtopic&t=98992). i

[jboss-user] [JBossCache] - Re: NPE when using optimistic locking with JbossCache 1.4.0.

2007-01-16 Thread kgrjb
hi manik i got a massive number of ".. is newer .." error on read only transactions and even with only 1 user running - that is effectively no concurrency. surprisingly the identical setup[i really mean identical because i copied the whole jboss dir with all cache settings and everything] seems

[jboss-user] [JBoss jBPM] - Jboss Rule Enigne

2007-01-16 Thread shikkha
HI, I need to know the tools that i can use to make Jboss Rule engine as a web service. i have found Axis2 and cape clear. But let me know that working only with MyEclipse web service option can we do any thing.. thanks Shikkha View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss jBPM] - Re: douplicate process definitions after redeploy

2007-01-16 Thread rabbiaqaswar
hello i am using JBoss jboss-4.0.5 and i commented the default value of hibernate.hbm2ddl.auto = create in persistence.properties and set it in the persistence.xml file as hibernate.hbm2ddl.auto = update. My tables already exist in the database. I dont want to to create new tables everytime

[jboss-user] [Beginners Corner] - Hi, I hope you are fine. I will like to propose you a job as

2007-01-16 Thread leonardop
Seeking women and men aged 18 and over, with or without experience to work on the internet. You must have a computer, a webcam, and high speed internet connection. Work from home, discreet, safe, and reliable. Create your own work hours. You must speak French and/or English and/or Spanish. Stu

[jboss-user] [The Lizzard's corner] - Hi, I hope you are fine. I will like to propose you a job as

2007-01-16 Thread leonardop
Seeking women and men aged 18 and over, with or without experience to work on the internet. You must have a computer, a webcam, and high speed internet connection. Work from home, discreet, safe, and reliable. Create your own work hours. You must speak French and/or English and/or Spanish. Stu

[jboss-user] [JBossCache] - PojoCache Setup

2007-01-16 Thread thanvi
Hi I new to Jboss as well as Jboss Cache. I am trying to set the JBossCache (PojoCache) in Jboss AS which has Jboss Portal. Following are the steps. Added the following pojocache-service.xml under deploy directory. | | | | | | | | | | | | |

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

2007-01-16 Thread [EMAIL PROTECTED]
I reckon that we need to provide for a "safe mode" that would detect this kind of things, even if it's on the expense of performance, to be used in development. After the application passes the tests and it's moved in production, it could be switched to "production mode" where these checks are

[jboss-user] [JBoss Seam] - Re: Deploying in 4.0.3SP1 AS results in empty tables, how to

2007-01-16 Thread rabbiaqaswar
hello i am using JBoss jboss-4.0.5 and as suggested i commented the default value of hibernate.hbm2ddl.auto = create and set it in the persistence.xml file as hibernate.hbm2ddl.auto = update. My tables already exist in the database. Now when i deploy my application on JBoss with the value of h

[jboss-user] [JBoss Portal] - Re: Singout

2007-01-16 Thread thanvi
In the first option if i try to set the LocationURL its of no use since the request to another portlet happens later. In the second option it works fine but the request in not getting redirect to the other portlet i.e TestPortlet. Issue is why is it the TestPortlet not getting invoked in the s

[jboss-user] [Installation, Configuration & Deployment] - Re: Stupid problem: no logging period for an EAR file

2007-01-16 Thread SmokingAPipe
Problem solved: One of the webapps deployed on that JBoss installation was doing something insane to the logging system and stopped it from logging anything. It would be ideal if there were some mechanism that would block webapps from misbehaving like that. Anyway, that was the problem. The o

[jboss-user] [JBoss Portal] - org.jboss.portal.portlet.container.PortletInitializationExc

2007-01-16 Thread hussain_rangwala
hey peter i am facing the same problemi am getting this exception when i m trying to deploy my application as a portlet on Jboss portal 2.4.0.GA. | 2007-01-17 09:54:59,343 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Start: name=por

[jboss-user] [JBossCache] - CacheLoader for very large data store

2007-01-16 Thread pithray
Hi, I am considering JBossCache with a custom CacheLoader for a very large data store. For nodes with large numbers of attributes, must I actually return all the attributes when implementing the following: Map get(Fqn name) throws Exception; byte[] loadEntireState() throws Exception; I will no

[jboss-user] [JBoss Messaging] - A problem when a client insert message to a queue deployed o

2007-01-16 Thread incredibleliu
For I know the user/pw of the Jboss jms, so I use spring to insert message to queue on localhost It's ok but when I try to do the same thing on queue in jboss on another machine error occurs as following for I use jotm to cope with the distributed transaction The error is related to jotm? b

[jboss-user] [JBoss Seam] - Re: ca anybody help?

2007-01-16 Thread SmokingAPipe
Of course, don't copy my file! It has things in it like the JNDI refs that won't be the same on your application. Also my file doesn't have an xml declaration. I'm not sure why that is; it works fine, but maybe there should be an XML dec. View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: ca anybody help?

2007-01-16 Thread SmokingAPipe
The exception says, "error while reading /WEB-INF/components.xml ". If what you quoted above is your actual XML file that is why it isn't working. That is not a valid well-formed XML file. Far from it. Mine looks like: | | | true | Foo/#{ejbName}/local |

[jboss-user] [JBoss jBPM] - how can i get 3.1.4?

2007-01-16 Thread jasspier
i'm new in , the last version in JIRA is jbpm 3.1.4, but only version 3.1.2 on the download page i wonder if i get some mistake or i have to build new version by myself? thanks and regards . jass View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002561#400256

[jboss-user] [JBoss Seam] - myfaces component instance different for renderer decode and

2007-01-16 Thread dandiodati
I was creating a custom jsf component to use and I noticed that the component instance that is passed to the renderer decode method is different than the one passed to the encodeBegin,encodeEnd. This seems to be a bug since I want to be able to set some values taken from outside params onto th

[jboss-user] [Remoting] - RMI over the world wide web

2007-01-16 Thread aron-smith
Lets suppose I have a dedicated server, perhaps a virtual private server, hosted on the world wide web. If I opened up the firewall for the RMI port and wrote a Swing app which communicated using RMI. a) I assume that would work as long as I got the right ports and the client did not have a bl

[jboss-user] [JBoss Seam] - Re: ca anybody help?

2007-01-16 Thread my_aro
wow! thanks so much... but.. this time i have another problem still with the workspace... 09:31:44,031 ERROR [[/seam-booking]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener java.lang.RuntimeException: error while reading /WEB-INF/co

[jboss-user] [JBossCache] - Re: upgrade JBoss4.0.4 GA to use JbossCache2

2007-01-16 Thread [EMAIL PROTECTED]
The only place I could see this working in the "all" configuration would be inside a webapp where the 2.0 jars were included in WEB-INF/lib. In all other deployment types, a parent-first classloader is used, which would pick up the 1.x version of JBC in server/all/lib. If you're neither using

[jboss-user] [Clustering/JBoss] - Re: Ditributed Queue using ClusteredPostOfficeService

2007-01-16 Thread [EMAIL PROTECTED]
I recommend you ask on the JBoss Messaging forum; the people intimately familiar with their clustering code are more likely to see a post there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002546#4002546 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Re: org.jboss.seam.framework Query too case sensitive

2007-01-16 Thread [EMAIL PROTECTED]
Please submit a patch (in diff format) to CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002534#4002534 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002534 ___ jboss-us

[jboss-user] [JBoss Seam] - ca anybody help?

2007-01-16 Thread my_aro
i have clearly followed http://wiki.jboss.org/wiki/Wiki.jsp?page=EclipseSeamProject to configure on my eclipse workspace... and tried it twice.. but i still got same error: org.jboss.deployment.DeploymentException: Failed to find module file: el-api.jar at org.jboss.deployment.EARDeploye

[jboss-user] [JBoss Seam] - org.jboss.seam.framework Query too case sensitive

2007-01-16 Thread codelion
Method getCountEjbql() could use an intermediate variable String ejbqlLowerCase = ejbql.toLowerCase() and use that ejbqlLowerCase for the two indexOf calls. That lower case I'm sure about. Further, it might be better to have extra spaces to make that an indexOf(" order ") to avoid mistaking ord

[jboss-user] [JBoss Seam] - Re: ca anybody help?

2007-01-16 Thread SmokingAPipe
I'm 99% certain the problem is in your EAR's application.xml file. You probably have a line like: | el-api.jar | | but the el-api.jar file is not being put into the EAR file. The el-api.jar file must be in the EAR of course because it is used not just in the web app la

[jboss-user] [JBoss Seam] - Re: Feature Request: seam crud

2007-01-16 Thread [EMAIL PROTECTED]
Do you mean to use Seam-gen to generate entity bean classes, CRUD DAO components, as well as web pages in one go? Yes, that would be really neat but we are so overwhelmed with other tasks at this moment. If you guys can give it a try, it would be great. :) It is not that hard: just go into sea

[jboss-user] [JBoss Seam] - Re: Problem with the Workspace Managment

2007-01-16 Thread kukeltje
oh, btw.. 80-90% of the issues I ran into while learning seam are addressed in either the docs (complimants to the team for this) or the wiki. So use the search functionality extensivly View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002497#4002497 Reply to t

[jboss-user] [JBoss Seam] - Re: Starting a converstaion and then it ain't there any more

2007-01-16 Thread seamNoobie
Thanks for your reply. That was the "register" bean and yes I have now as you are right it didnt need it. However it still fails on the below thread (create) which is conversational. However, as you can see above, getting rid of partial submit on the fields has got me round the problem (which

[jboss-user] [JBoss Seam] - Re: Problem with the Workspace Managment

2007-01-16 Thread kukeltje
do you have a pages.xml file? It is needed according to the docs, even though it can be empty (afaik) I did not try, but removing it completely disables workspacemanagement. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002494#4002494 Reply to the post : h

[jboss-user] [JBoss Seam] - Re: Starting a converstaion and then it ain't there any more

2007-01-16 Thread [EMAIL PROTECTED]
As an exercise, can you remove the @Conversational tag on the bean? It does not seem that you are doing anything with it ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002493#4002493 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Re: Starting a converstaion and then it ain't there any more

2007-01-16 Thread seamNoobie
http://www.icefaces.org/JForum/posts/list/0/3412.page#15957 I have been tracking a bug for days now in Seam where I have had sessions just disappearing when I submitted the form. I found, by trial and error, that if I paused after I entered each field and clicked outside each field that I had p

[jboss-user] [JBoss Seam] - Re: seam-gen and type specific controls

2007-01-16 Thread kukeltje
look at the ftl files, you can see how pages are generated based on types... fairly easy to adapt View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002490#4002490 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002490

[jboss-user] [JBoss Seam] - Re: Seam always installs processdefinitions listed in core:j

2007-01-16 Thread kukeltje
STFF, already lots of info on this subject View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002488#4002488 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002488 ___ jboss-user m

[jboss-user] [EJB 3.0] - Re: Nullpointer exception in embedded JBoss unit test when I

2007-01-16 Thread jazir1979
Hi all, I've attached more info to this JIRA issue for a similar problem I'm having - NullPointerException when obtaining the principal, but a different stacktrace. This was lodged in June -- any ideas when this might be looked at? If it's not going to be soon, I guess I'm going to be testing a

[jboss-user] [JBoss AOP] - Re: Inteception on field inherited through generic superclas

2007-01-16 Thread ttarhan
Kabir, Did you get an updated version released with this fix? I don't see it anywhere. Thanks, Tolga View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002484#4002484 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002484

[jboss-user] [JBoss Seam] - Re: Feature Request: seam crud

2007-01-16 Thread kukeltje
did you try to generate a full application with seam-gen? crud all the way (imo) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002485#4002485 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002485

[jboss-user] [JBoss jBPM] - Re: Error on db Test - HibernateCustomizationTest BeforeFirs

2007-01-16 Thread kukeltje
try ant 1.6.5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002483#4002483 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002483 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [JBoss jBPM] - Exception when calling a bpel-process with wait statement

2007-01-16 Thread zauberlehrling
Hello, I have a simple bpel process definition: | http://schemas.xmlsoap.org/ws/2004/03/business-process/"; | xmlns:ns="http://www.kiag.comArtifacts"; | xmlns:ns0="http://target.namespace"; | xmlns:tns="http://www

[jboss-user] [JBoss Portal] - Re: 2.6.0-DR1 dashboard help

2007-01-16 Thread [EMAIL PROTECTED]
Get portal 2.6Alpha. It has what you're asking for. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002471#4002471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002471 ___ jbo

[jboss-user] [JBoss Portal] - Re: JCR CMS Repository on distant machine

2007-01-16 Thread [EMAIL PROTECTED]
Antoine, There are 2 initiatives underway wrt Alfresco: #1 As Sohil describes - investigating whether the portal cms can use the alfresco jcr impl. #2 Adding a "viewer portlet" for alfresco + portal, so users can view alfresco content. Sohil is busy with #1 for now. #2 is badly needed, actua

[jboss-user] [JBoss Portal] - 2.6.0-DR1 dashboard help

2007-01-16 Thread mcclainc
The scenerio I am trying to implement in JBoss Portal 2.6.0-DR1: End user logs in to portal, goes to dashboard and is then able to add (from some predefined list, maybe?) multiple portlets and arrange the portlets on their dashboard page. Currently, I am able to do this as an admin - add portle

[jboss-user] [Beginners Corner] - Re: java.lang.NoClassDefFoundError: com/thoughtworks/xstream

2007-01-16 Thread DGuralnik
It was my fall. Wrong jar name at Class-Path... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002465#4002465 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002465 ___ jboss-u

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss version versus JRE

2007-01-16 Thread myozzo
OK it seems to have the correct file name now but I have this error I feel I'm getting close here thanks for the help 2007-01-16 17:06:52,581 ERROR [STDERR] jVantage Startup Error: Unable to determine jVantage Configuration Directory : javax.ejb.EJBException: Naming lookup failure on dataSource

[jboss-user] [JBoss jBPM] - Re: Newbie question about processDefinition.xml

2007-01-16 Thread [EMAIL PROTECTED]
Have a look at the wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmExampleApplications It shows the use of two servlets in combination with jbpm. As jsp's compile into servlets, the approach is pretty much the same. Regards, Koen View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss version versus JRE

2007-01-16 Thread PeterJ
No, it goes in your war file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002461#4002461 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002461 ___ jboss-user mailing list j

[jboss-user] [JBoss Seam] - Feature Request: seam crud

2007-01-16 Thread awhitford
>From this movie, I can see how Hibernate Tools can be used to reverse engineer >a Seam CRUD application based on a database schema. My main problem is that >the Entity beans that it generates aren't always right. (For example, I have >two entities: Exchange and Country. There is a Many-To-O

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss version versus JRE

2007-01-16 Thread myozzo
Is this the proper location for the file C:\Program Files\jboss-4.0.5.GA\server\default\deploy\ http-invoker.sar\invoker.war\WEB-INF View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002458#4002458 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss jBPM] - Re: GPD 3.0.9 Freezes Upon Opening Sample Process

2007-01-16 Thread [EMAIL PROTECTED]
Hi guys, I mainly closed the issue because I was cleaning up and transferring all open issues regarding the designer to the GPD JIRA project. Additionally I thought this problem was resolved. If this is still a problem, please open a new issue in the GPD project. Make sure you describe very acc

[jboss-user] [JBoss Seam] - Portlets & Conversations

2007-01-16 Thread [EMAIL PROTECTED]
Hello everyone, Now that we've Seam 1.1 out, I'd like to start discussion about portlets, seam based intra portlet communication and making conversations (the power) work in that(portal+seam-IPC) environment. The current situation is that I've managed to get Seam based JSR-168 portlets work ni

[jboss-user] [JBoss jBPM] - Re: GPD 3.0.9 Freezes Upon Opening Sample Process

2007-01-16 Thread gustavo.ambrozio
What a coincidence: I still have this problem and the issue I think is related was closed today: http://jira.jboss.com/jira/browse/JBPM-651 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002454#4002454 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBossWS] - WSDL-JAVA - How do you generate both server and client artif

2007-01-16 Thread Kevin.H.Turner
I'm trying to find examples on how to generate server ties and client stubs from a WSDL file. I have been able to find examples on how to generate a WSDL from Java code using wstools but not on how to generate Java code from a WSDL file. Any help will be greatly appreciated. View the original

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

2007-01-16 Thread yoav200
figure out the problem, i was trying to update an object that was out of scope. setting up a conversetion solved the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002447#4002447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss jBPM] - Re: GPD 3.0.9 Freezes Upon Opening Sample Process

2007-01-16 Thread bwolin
Is there an open issue for this? I have this problem also (that is that eclipse hangs when editing processes). I would love to resolve this as I'm evaluating this technology and this could easily be considered a showstopper I am running: Eclipse 3.2 jBPM Designer 3.0.12 GEF 3.2.1 The error

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss version versus JRE

2007-01-16 Thread PeterJ
You need a WEB-INF/jboss-web.xml file wit the following contents: | http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd";> | | | jdbc/JVantageDS | java:jdbc/JVantageDS | | This maps the JNDI name your code uses to the JNDI name in JBoss. View the original post : http

[jboss-user] [JBoss Seam] - Re: exception when using ScopeType.CONVERSATION and h:panelG

2007-01-16 Thread [EMAIL PROTECTED]
Conversation scoped components are not available during the RESTORE_VIEW phase, when binding is evaluated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002440#4002440 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=400

[jboss-user] [JBoss Portal] - CMS Editor style-sheet support

2007-01-16 Thread sjewett
Hi all - We are running: JBoss Portal 2.4.1 SP1, bundled w/ JBoss AS 4.0.4GA. Windows XP, Hypersonic. The Portal 2.4 Reference Guide has a Feature List near the beginning of the doc. One of the features under Content Management System is "Editor style-sheet support: WYSIWYG editor displays

[jboss-user] [JBoss Seam] - Re: Seam & Maven2

2007-01-16 Thread mzeijen
I just wanted to tell you guys (and maybe girls) that I am working on the dependency graph right now. I changed my approach. I am now searching all the dependencies directly from the Seam source. I hope this works out... View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [Installation, Configuration & Deployment] - jboss4 classloader web-inf/lib

2007-01-16 Thread lfoggy
Not sure if this is the correct forum. This issue relates to JBAS-2072 bug fix. I was deploying a .war file under Jboss-4.0.5 and had trouble seeing the Oracle jdbc drivers. Turns out the above bug fix works for .jar files, but it does not work for .zip files. I am posting this in case this help

[jboss-user] [JBoss jBPM] - Re: jbpm-db readme followed to point 10 - then errors on ant

2007-01-16 Thread cpob
The java tutorial is always a good start for new java developers http://java.sun.com/docs/books/tutorial/ Then, learn eclipse and how to define projects/classpaths/etc. Either check eclipse.org or poke around until you figure it out. Or ask one of the java resources you have there. View the

[jboss-user] [Installation, Configuration & Deployment] - Re: How to read tomcat isapifilter log info and find out the

2007-01-16 Thread Kentzhou
Does anybody know how to solve this issue? Help Please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002429#4002429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002429

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss version versus JRE

2007-01-16 Thread myozzo
OK I think I see the problem but I am not sure where to fix it Here is the contents of my DS file named: JvantageDS.xml jdbc/JvantageDS false jdbc:mysql://mysqlserver/jvantage com.mysql.jdbc.Driver myozzo tiger55 notice that is spelled correctly in both places So where i

[jboss-user] [JBoss Seam] - extending EntityQuery by override or by constructor ?

2007-01-16 Thread codelion
I've seen both kind of code: public class PotatoQuery extends EntityQuery { | | public PotatoQuery() { | setEjbql("SELECT potato FROM Potato potato"); | } as well as @Override | public String getEjbql() { | return "SELECT potato FROM Potato potato"; | } Are both equally valid

[jboss-user] [JBoss Seam] - exception when using ScopeType.CONVERSATION and h:panelGrid

2007-01-16 Thread [EMAIL PROTECTED]
I've got the following dummy app based on the numberGuess example (Seam 1.1GA, JSF 1.2RI, Facelets): .xhtml ... | | | Your guess: | | | | ... .java @Name("numberGuess") | public class NumberGuess { | ... |private Integer currentGuess; |private HtmlPanelGri

[jboss-user] [JBoss Seam] - Re: Exception on Seam1.1.CR1

2007-01-16 Thread juangiovanolli
Hi: i have a similar problem with a jBPM object. i get the exception below: | 17:18:13,790 INFO [STDOUT] Hibernate: select processdef0_.ID_ as ID1_606_, processdef0_.NAME_ as NAME2_606_, processdef0_.VERSION_ as VERSION3_606_, processdef0_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_606_, processdef0

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss version versus JRE

2007-01-16 Thread myozzo
Here are the lines prior to the first instance of those erros: org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)

[jboss-user] [Installation, Configuration & Deployment] - jboss interprets 2 parameters in JAVA_OPTS as 1 string

2007-01-16 Thread fbr
I am using an application that runs on JBoss 3.2.6. The application provides a shell script to determine the current directory and sets 2 application parameters -D in JAVA_OPTS. JAVA_OPTS="-Dc.prefix=$DIRNAME/ -Dccsi.configuration=$DIRNAME/ccsi.xml" Then the script invokes bin/run.sh. This wor

[jboss-user] [JBoss Seam] - Seam always installs processdefinitions listed in core:jbpm

2007-01-16 Thread vladimir.kovalyuk
I realized that jbpm_processdefinition table grows every start of application. New versions of processes are installed. Is it ok for non-in-memory databases? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002420#4002420 Reply to the post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: Starting a converstaion and then it ain't there any more

2007-01-16 Thread seamNoobie
Nope. It is still there. | 09:23:01,246 ERROR [PhaseListenerManager] Exception in PhaseListener RENDER_RESPONSE(6) afterPhase | java.lang.NullPointerException | at org.jboss.seam.contexts.ServerConversationContext.flush(ServerConversationContext.java:210) | at org.jboss.seam.co

[jboss-user] [JBoss jBPM] - Re: Task assignment to group or pooledActors

2007-01-16 Thread webjavier
In the version jbpm3.2aplha1, to assign a task to a group works fine. tha list with the tasks to the group is in the source code (see org.jbpm.webapp.bean...), you can get with the method: getPoledTaskInstances. Sorry with my english View the original post : http://www.jboss.com/index.html?mo

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

2007-01-16 Thread ector7280
I found the answer I was looking for. You have to initialize the EntityManager in the components.xml first. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002417#4002417 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss version versus JRE

2007-01-16 Thread PeterJ
Yes, that JVM version will work with that JBoss AS version. The "Started" message means the server has started. The two messages after came from a program that you deployed to the application server, they did not come from JBoss AS. For the error line you posted, you need to post the start of

[jboss-user] [JBoss Portal] - Alternative for frames in portlet jsp

2007-01-16 Thread NewTo23
Hi, I have a portlet jsf page with frames in it. As per the JSR-168 spec about portlets, the portlet page should not have frames in it. Does any one know what is the alternative that I can use on to have frames in my portlet page ? Thanks View the original post : http://www.jboss.com/index.

[jboss-user] [Beginners Corner] - java.lang.NoClassDefFoundError: com/thoughtworks/xstream/XSt

2007-01-16 Thread DGuralnik
Hi All, I am using EJB3 and have an entity bean with a listener. @Entity | @EntityListeners( { ServiceCommandListener.class }) | @Table(name = "ServiceCommand", uniqueConstraints = {}) | public class ServiceCommand extends BaseEntity { | ... This listener calls XStream library to do seri

[jboss-user] [JBoss Messaging] - Re: Bringing up the Queue created via Console

2007-01-16 Thread PeterJ
None of the changes made in the console are persistent, nor is there a way to persist them. You will always lose them when you restart the server. To create persistent queue, create a *-service.xml file with contents such as: | | | | jboss.messaging:service=ServerPeer |

[jboss-user] [JBoss jBPM] - Re: jbpm-db readme followed to point 10 - then errors on ant

2007-01-16 Thread monkmanusa
Well I think I found something to read..will go thru it and see what happens Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002410#4002410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002410 ___

[jboss-user] [JBoss jBPM] - Error on db Test - HibernateCustomizationTest BeforeFirstTes

2007-01-16 Thread monkmanusa
Hi running the mssql.test in the jbpm-db, I managed to resolve my old error, but now I seem to be getitng the following in the console: [junit] drop table JBPM_TRANSITION if exists [junit] drop table JBPM_VARIABLEACCESS if exists [junit] drop table JBPM_VARIABLEINSTANCE if exists

[jboss-user] [Installation, Configuration & Deployment] - JBoss version versus JRE

2007-01-16 Thread myozzo
I am attempting to use Jboss 4.0.5.GA I have JRE - Jre1.5.0_02 Will this work it seems to be running here are the last 3 lines of the server window ch_4_0 date=200610162339)] Started in 1m:57s:672ms 14:33:21,363 INFO [STDOUT] Processing DataSource... 14:33:21,660 INFO [STDOUT] Attempting to fe

[jboss-user] [JBoss Seam] - Re: Complex types and non-default constructors

2007-01-16 Thread [EMAIL PROTECTED]
Anything with a @Name annotation should have a default constructor. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002408#4002408 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002408 ___

[jboss-user] [JBoss Seam] - Complex types and non-default constructors

2007-01-16 Thread paulo.dangelo
Hi all, Does anyone knows if it´s possible to use entities with non-default constructors and complex attributes types? I´m trying to bind the following entity to a Seam enabled form but I only get ?org.jboss.seam.InstantiationException: Could not instantiate Seam component?. @Entity @Name("st

[jboss-user] [JBoss jBPM] - Re: jbpm-db readme followed to point 10 - then errors on ant

2007-01-16 Thread monkmanusa
I thought I had got it wrong. More than happy to do that - any suggestions as to the best place to do the "reading"? There seems to be a huge excess of reading available when I do a search - if you could suggest the best place to start then that will work. Thanks View the original post : http:

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

2007-01-16 Thread juangiovanolli
the better question could be: IS POSSIBLE WORK FINE WITH SEAM WITH A PROCESSDEFINITION LOADED IN A PROGRAMMATIC WAY | My ProcessDefinition is | | StartState st = new StartState("begin"); | SuperState s1 = new SuperState("super1"); | EndState en = new EndState("end");

[jboss-user] [JBoss Seam] - Re: seam-gen and type specific controls

2007-01-16 Thread zeljko_t
I used "yes_no" type, which generated Boolean properties in POJOs and simple text fields in pages. Does it work for Boolean or just for boolean? Can you give me a hint where is it generated? I am using Seam 1.1.0.GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JBoss Portal] - jboss portal caching request...

2007-01-16 Thread adamzrk
Can anyone tell me how to set off caching portlet requests in jboss portal. I don't want situation like this: I go to some page, for example: /portal/portal/myPortal/pageA and I submit a form in some window, then I go to some other page, and when I go back to the page pageA jboss portal generate

[jboss-user] [JBoss Messaging] - Bringing up the Queue created via Console

2007-01-16 Thread vvd
I have standalone messaging server which talks to MySQL. I am using the console to create the queue's and I see there is an entry for it in the DB. When I bring down and bring up the standalone messaging server, it only brings up the queue's in the destinations-service.xml How can I make the sta

[jboss-user] [JBoss Portal] - Catalog Portlet enhancements for navigation

2007-01-16 Thread reisdk
Does anyone know of an enhanced Catalog Portlet for Portal 2.4? We are developing a Portal using JBoss Portal 2.4 on JBoss AS 4.0.5 that is more like a tree navigation to get to content or external systems. The site will go 3 or 4 levels deep in menus and needs to be bi-lingual. We also want

[jboss-user] [EJB 3.0] - Transactions over multiple session beans

2007-01-16 Thread literadix
Hi all ! I have allrwdy postet this question to the Oreilly's book forum, but can not figure out how construct the following: I have multiple Entities (Entity1, Entity2, ..., EntityN) and have put on top of each entity a session bean (Entity1Dao, Entity2Dao, ..., EntityNDao). What I want to do

[jboss-user] [JBoss Messaging] - Re: Make Messaging server talk to MySQL DB

2007-01-16 Thread vvd
Thanks for all the help. 1. downloaded the mysql-connector-java-5.0.4-bin.jar from MySQL connector tar file and copied into 'server/standalone-messaging/lib' 2. Edited the mysql-ds.xml file to update the JNDI name 3. updated the mysql-persistence-service.xml file with above JNDI name as mentio

[jboss-user] [JBossCache] - Buddy replication behavior

2007-01-16 Thread puggelli
Hi all, I'm testing the buddy replication with JBossCache version 1.4.0-SP1. I found a strange behavior, so I'm wondering if it is correct. Let suppose to have there caches A, B, C configured with: | | | true | or

[jboss-user] [JBoss jBPM] - Newbie question about processDefinition.xml

2007-01-16 Thread Nach
Hi! I've downloaded and installed correctly the Starter's Kit. I ran the sample and it was ok. Now I want to do certain changes at processDefinition.xml to see what changes on the sample, but I can't find this file into te jbpm-server. I want to know where is it, because I think then I could p

[jboss-user] [Installation, Configuration & Deployment] - Re: Stupid problem: no logging period for an EAR file

2007-01-16 Thread SmokingAPipe
Any ideas? Surely I'm not the first person to notice this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002366#4002366 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002366 __

[jboss-user] [JBoss Portal] - Re: Browser Adress Bar

2007-01-16 Thread Antoine_h
I don't really understand what you mean or want Could you explain more what is the problem, and what you want to achieve. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002372#4002372 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Re: Seam and OpenLaszlo?

2007-01-16 Thread [EMAIL PROTECTED]
Yes, the best way would be to integrate OpenLaszlo or Flex with Seam remoting, I think. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002371#4002371 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002371 _

[jboss-user] [JBoss Seam] - Problem using MyFaces with Seam

2007-01-16 Thread anana_79
Hi everyone, I am experiencing errors in deployment when I set my app to use jsfs. I had to add el-api.jar, el-ri.jar, and jsf-facelets in my server path server\default\deploy\jbossweb-tomcat55.sar\jsf-libs because I was getting an error that there is no Faces Handler. So, now I am getting th

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

2007-01-16 Thread rdewell
We're using it on light test-level volume now to run about 40k / month in sales. This includes the management back-end to setup products / manage customers, etc. Performance is fine, but then we aren't using some of the potentially heavyweight Seam features like conversations. Our primary s

[jboss-user] [Management, JMX/JBoss] - Re: find mbean server - example of code not JBoss specific.

2007-01-16 Thread [EMAIL PROTECTED]
Maybe MBeanServerFactory.findMBeanServer("jboss"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002378#4002378 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002378 ___ jbos

[jboss-user] [JBoss Seam] - Re: Strange Seam Actor component problem

2007-01-16 Thread [EMAIL PROTECTED]
Well, a stateless session bean cant have properties, to begin with View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002377#4002377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002377

  1   2   3   >