[jboss-user] [JBoss Portal] - Generating JNLP file in portlet

2007-03-12 Thread louise_za
Hi everyone I am trying to generate a JNLP file for Java Web Start inside a portlet. In the doView method I have the following: | rResponse.setContentType("application/x-java-jnlp-file"); | javax.portlet.PortletRequestDispatcher pRD = this.getPortletContext().getRequestDispatcher(JSP_PATH

[jboss-user] [JBoss jBPM] - Re: Lost retrieving resource bandle in ActionHandler

2007-03-12 Thread slogger
Hi, kukeltje! "kukeltje" wrote : the resource classloader (afaik) is not the jbpm process classloader, so this will not look in the processarchive, but i might be wrong Thanks for your answer! But how can I read any resources in delegate classes that support business process, for example, dbconn

[jboss-user] [JBoss Seam] - Re: Seam-managed persistence contexts and Glassfish

2007-03-12 Thread giannidoe
Thanks I'm modifying the jpa example to work with my app but I now get an exception at startup. anonymous wrote : org.hibernate.dialect.PostgreSQLDialect cannot be cast to org.hibernate.dialect.Dialect persistence.xml | http://java.sun.com/xml/ns/persistence"; | xmlns:xsi="htt

[jboss-user] [JBoss Seam] - Re: Seam remoting on IE 6 giving javascript error

2007-03-12 Thread [EMAIL PROTECTED]
"Jayaranga" wrote : | and i m using seam 1.0.1 | | will this be the problem ?? | Yes, I'd say this is the problem. Try with the latest version of Seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027421#4027421 Reply to the post : http://www.

[jboss-user] [JBossWS] - Re: jboss 4.0.2 and SOAP attachments

2007-03-12 Thread sudarshan_srivathsav
Hey Sorry for posting a new topic on this thread...I need help very urgent plz...I have got a webservice successfully deployed but it is throwing me a interceptor exception when i try to access a statless ejb from the webservice. please tell me whether i need any jar...I have posted the exceptio

[jboss-user] [JBossWS] - Re: Intereceptor exception when webservice contacts the Stat

2007-03-12 Thread sudarshan_srivathsav
PLZ HELP ME ON THIS ASAP...VERY URGENT..:(.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027418#4027418 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027418 ___ jboss-user

[jboss-user] [JBossWS] - Intereceptor exception when webservice contacts the Stateles

2007-03-12 Thread sudarshan_srivathsav
Hi Guys...I guess this is a very rare exception though i think u ppl could defenetly help me in this.I have successfully deployed a .war and the websevice also started..when i tried to use the webservice..which inturn calls a EJB..im getting some exception like..I have copied and pasted the exce

[jboss-user] [JBoss Seam] - Re: Seam remoting on IE 6 giving javascript error

2007-03-12 Thread Jayaranga
Hi, as in http://jira.jboss.com/jira/browse/JBSEAM-700, is it gurenteed that works in any browser?? i am using a seam component marked as @Entity @Name("roomsnet.r5.pojo.portal.TblHotels") and i m using seam 1.0.1 will this be the problem ?? View the original post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: Lng Conversation and Tree navigation menu

2007-03-12 Thread chuckadams
What do you mean by buggy? If you end the conversation with a menu selection, you break the back button -- or more specifically, you break it once someone hits back and selects another option. If you select an item that might begin a different top-level conversation or not run in a conversatio

[jboss-user] [EJB/JBoss] - Re: How to model an entity field of type Money.class?

2007-03-12 Thread anil_jmit
Hi you need to create a separate class Money and map the filelds to database columns using annotations Class Money{ int rupees ; int paise; @column(name="Rupees" public int getRupees(){ } @column(name="Paise") public int getPaise(){ } Hope this explanation will work out. Let me know if u need

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - jsp:param name attribute Weblogic - JBOSS Migration

2007-03-12 Thread mistapony
Hi, I am in the process of migrating one of our projects from Weblogic to Jboss. Everything is going quite well until I bring up pages that contain an expression in the name attribute of jsp:param For example we currently have a lot of the following in many jsp's | I get the follwing error

[jboss-user] [JBossWS] - Re: jboss 4.0.2 and SOAP attachments

2007-03-12 Thread DivyaMan0j
Here, is the stack trace : 2007-03-12 20:32:29,852 ERROR [org.jboss.axis.Message] Exception: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client faultSubcode: faultString: No cache available faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}stack

[jboss-user] [JBoss Seam] - Re: Seam remoting on IE 6 giving javascript error

2007-03-12 Thread Jayaranga
sorry, i made a post before your reply. it is there. but somehow missed the line. Seam.Component.register(Seam.Remoting.type.roomsnet$r5$pojo$portal$TblHotels); Seam.Remoting.type.roomsnet_r5_admin_businesslogic_DRAMP_UsersPicksLogicAction = function() { this.__callback = new Object(); Se

[jboss-user] [JBoss Seam] - Re: Seam remoting on IE 6 giving javascript error

2007-03-12 Thread Jayaranga
Hello, The problem is arise when i tried to pass a pojo as a method parameter. if i tried with strings/ null, that error wont come. cant pojo's pass in to a method call as a parameter in IE 6?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027410#4027410 R

[jboss-user] [JBoss Seam] - Re: Seam remoting on IE 6 giving javascript error

2007-03-12 Thread [EMAIL PROTECTED]
I don't see roomsnet_r5_admin_businesslogic_DRAMP_UsersPicksLogicAction anywhere in that output. What I'm looking for is the type starting with this: Seam.Remoting.type.roomsnet_r5_admin_businesslogic_DRAMP_UsersPicksLogicAction = function() { If it's not being listed then there's definitely

[jboss-user] [JBoss Seam] - conversationList

2007-03-12 Thread [EMAIL PROTECTED]
conversationList This always appears to either be not there or empty. Has it been removed/renamed in the latest version of Seam? This never fires any more... | | | | | | View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: s:hasPermission with only two parameters

2007-03-12 Thread [EMAIL PROTECTED]
EL doesn't support method overloading for functions, although once we integrate the newer version we should have vararg support. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027407#4027407 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [EJB 3.0] - Re: java.lang.NoClassDefFoundError: org/jaxen/VariableContex

2007-03-12 Thread Steve Guilford
I had this problem and fixed it. Before and EJB gets passivated, everything is serialized. Make sure your objects can be fully serialized - especially non-EJB beans that you create within your EJB. Also be sure to close any 'connections to external resources' you have open, if any. While you

[jboss-user] [JBossWS] - Re: jboss 4.0.2 and SOAP attachments

2007-03-12 Thread DivyaMan0j
The solution provided in JIRA is to use JBoss 4.0.3. I think there should be some configuration settings for this as the problem occurs very intermittently. It would be of great help if any one could reply to my queries. Divya View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBossWS] - Re: jboss 4.0.2 and SOAP attachments

2007-03-12 Thread DivyaMan0j
Even i face the same issue now. I am using JBoss 4.0.2. The probelem seems to be intermittent, ti does not occur all the time i try to open huge attachments. Is there any configuration property to be set for this. PLease let me know. -Divya View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - s:hasPermission with only two parameters

2007-03-12 Thread codelion
s:hasPermission with only two parameters could be more readable in page.xml files. Is it rocket science, impossible or just a question whether someone bothers to implement that shorter signature? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027403#4027403

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

2007-03-12 Thread [EMAIL PROTECTED]
Another thing you may find interesting is the JBossWeb project. It combines tomcat with the Apache APR giving you a fast optimized native networking stack on top of Tomcat. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027402#4027402 Reply to the post :

[jboss-user] [JBoss Seam] - Lng Conversation and Tree navigation menu

2007-03-12 Thread [EMAIL PROTECTED]
Hello, Is there any good practice for handling the long conversation with a tree navigation menu? I would like to force to close the current long running conversation when user navigate away from the form by clicking on the tree menu item. I tried to mix the ... but very buggy. Anyway

[jboss-user] [EJB 3.0] - Version of JBossAS that support final release of JPA?

2007-03-12 Thread jbchurn
Hi, I would like to know starting from which version of Jboss application server does it support the final JPA (EJB3.0)? Thanks. Regards, Jap. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027399#4027399 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Re: Seam on JBoss 4.2.0.CR1

2007-03-12 Thread thejavafreak
Make sure you removed the commons-logging out of your seam project since (I think) JBoss 4.2.0 complaints about the duplicate library of commons-logging. I have to remove ajax4jsf too. I don't know why it doesn't work with ajax4jsf. I even updated my seam project with ajax4jsf-1.1.0 and still it

[jboss-user] [EJB 3.0] - Re: ejb3 - setList(Set list) - fails to persist.

2007-03-12 Thread hanasakijiji
Unfortunately, the suggestion did not change the behavior. I have also double checked the "equals" method to be sure its working, and it is. Other thoughts? The same behavior is reproducable with: jboss 4.0.4, 4.0.5 windows, linux jdk 1.5.x and 1.6.x postgresql and mysql View the original post

[jboss-user] [JBoss jBPM] - Re: how to render widgets other than textbox for process var

2007-03-12 Thread kukeltje
no there is not if you want automagically rendered forms with different input elements, you have to use custom extensions to the processdefinition, use the gpd.xml or whatever but why not use per task design-time created forms View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss jBPM] - Re: Lost retrieving resource bandle in ActionHandler

2007-03-12 Thread kukeltje
the resource classloader (afaik) is not the jbpm process classloader, so this will not look in the processarchive, but i might be wrong View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027391#4027391 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [Management, JMX/JBoss] - Re: Add method to MDB for jmx/mbean?

2007-03-12 Thread rocken7
Ok I can insert the MDB via the @PostConstruct method, by binding to jndi, but that feels wrong, is there a way to specify the jndi? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027390#4027390 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: DVD Store Demo

2007-03-12 Thread feor58
Thanks, Norman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027389#4027389 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027389 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [Management, JMX/JBoss] - Re: Add method to MDB for jmx/mbean?

2007-03-12 Thread rocken7
And how do I find the MDB instance in jndi? What would the jndi path be? I don't see it in the JNDIView ... How would I specify the jndi path for the MDB instance? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027388#4027388 Reply to the post : http://w

[jboss-user] [JBossCache] - Re: Caching data per user - multiple instances or not?

2007-03-12 Thread augustientje
"[EMAIL PROTECTED]" wrote : Which app server do you use? The code in question is meant to be app server independent, so that's why I didn't mention a specific one. anonymous wrote : | If you are using JBoss AS, we use JBoss Cache behind the scenes anyway to replicate your user session data.

[jboss-user] [JBoss Seam] - Re: What's wrong with this components.xml / persistence.xml

2007-03-12 Thread mlh496
I hope I'm not being too forward, but could you perhaps send me a WAR file that works for you on Tomcat 5.5? (Perhaps a simple app that has a single table in MySql.) My e-mail address is [EMAIL PROTECTED] If I had a working MySql example on Tomcat 5.5, then I'm sure that I could identify where

[jboss-user] [JBoss Seam] - Re: What's wrong with this components.xml / persistence.xml

2007-03-12 Thread fernando_jmt
I never seen an exception like that, I don't know the reason. But can I take a look to your complete log (since starting components up to final exception stack trace)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027385#4027385 Reply to the post : http://

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

2007-03-12 Thread NielsH
Thanks for the response Gavin. Reading up on the documentation of Tomcat 6, I found a section pertaining to Apaches Advanced IO features http://tomcat.apache.org/tomcat-6.0-doc/aio.html. I checked Jira to see what is done about integration of Tomcat 6 into JBoss, an open and unresolved issue si

[jboss-user] [JBoss Seam] - Re: SEAM and temp topics

2007-03-12 Thread [EMAIL PROTECTED]
You could add and remove it programatically, i.e: SubscriptionRegistry.instance().getAllowedTopics().add(tempTopic); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027383#4027383 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBossWS] - wsconsume with provider sample

2007-03-12 Thread superomega
Hallo I use JBossWS 1.2.0 GA and want to test the /jaxws/samples/provider example. (JBoss 4.0.5 GA) After I have compiled the given wsdl with /opt/jboss/bin/wsconsume.sh | | | | | | | | | | | | | | | | |

[jboss-user] [JBoss Seam] - Re: s:selectDate problem

2007-03-12 Thread [EMAIL PROTECTED]
The arrow style is dependent on your CSS. Check that it is correct and the image file exists where it says it is. If you want to control the range of years, create a feature request in JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027381#4027381 Repl

[jboss-user] [JBossWS] - Re: How to make XML processeing by myself using contract fir

2007-03-12 Thread oskar.carlstedt
Thanks a lot for a quick answer! Doing this is probably the best way for me. //Oskar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027380#4027380 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027380

[jboss-user] [JBoss Seam] - Re: Certificates and Seam

2007-03-12 Thread [EMAIL PROTECTED]
Apache HTTPD supports SSL, which you can put in front of your Seam based app. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027379#4027379 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027379 _

[jboss-user] [Beginners Corner] - PhaseListenerManager Exception

2007-03-12 Thread sp4rt4n029
I am not sure if this is the right forum for this question but anyways, I keep getting this exception when I try to render a page: am I doing something wrong or my configuration is not right or what? I am using seam 1.1, myfaces 114, ajax4jsf. thx | 15:54:25,073 ERROR [PhaseListenerManager]

[jboss-user] [JBoss Seam] - Re: What's wrong with this components.xml / persistence.xml

2007-03-12 Thread mlh496
Looking through the log-file, I see this error: 16:14:20,044 INFO [Component] Component: entityManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.ManagedPersistenceContext | 16:14:20,044 DEBUG [Component] entityManager.entityManagerFactory=omegaDatabase | 16:14:20,060

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Example Problem

2007-03-12 Thread PeterJ
The database needs to be initialized with data for Duke's Bank, and the only way to do that is to run the database such that it opens port 1701. The ant command that initializes the data access the database via that port. If you change HSQLDB to not open port 1701 (actually, leave the hsqldb-ds.

[jboss-user] [JBoss Seam] - Re: What's wrong with this components.xml / persistence.xml

2007-03-12 Thread mlh496
It seems the entity manager is not getting inject into the right place. I continue to get this error: Caused by: java.lang.NullPointerException | at org.jboss.seam.core.ManagedPersistenceContext.getEntityManager(ManagedPersistenceContext.java:96) | Here are my updated persistence.xml,

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Help understanding ManagedConnectionPool Behaviour

2007-03-12 Thread dmeeuwis
Responding to myself, I've been looking through the JBoss code, and it seems like the connections are managed in internal subpools. Whenever a connection is requested, JBoss tries to allocate from an existing subpool. If there are no free connections in the existings subpools, a new subpool is c

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Example Problem

2007-03-12 Thread andskiba
the tag i posted earlier got eaten, here it is: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027371#4027371 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027371 ___ jboss

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Example Problem

2007-03-12 Thread andskiba
I've had the same problem with jboss 4.0.5 under ubuntu linux. In this line of hsqldb-ds.xml: I changed name to name="jboss:service=Hypersonic,database=localDB" and the application was deployed with no errors. (I have no idea why as i'm new to both jboss and j2ee). Anyways - it deployed, but the

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

2007-03-12 Thread petemuir
Yup :) That was what I was thinking of :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027368#4027368 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027368 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Certificates and Seam

2007-03-12 Thread damatrix
Hi everyone, Just reading through the Seam's Road Map and i saw this issue about certificates. http://jira.jboss.com/jira/browse/JBSEAM-744 Does that mean that Seam 1.2Patch1 does not currently support authentication with signed certificates? If so how does seam do redirect through https? Vie

[jboss-user] [EJB/JBoss] - Kill long running bean call?

2007-03-12 Thread geoff74
Is there any way, in a running JBoss server to view active threads/bean calls and terminate them? Or, if I have a malfunctioning, runaway process, is my only choice to restart the server? The processes in question were started by the Timer Service, so the "client" is within the server. View

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

2007-03-12 Thread cavani
I don't test too much, but it works: on project component.xml: | | #{ myMPC } | | and on JSF page: | | | | | this is a right use of this util? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027365#4027365 Reply to t

[jboss-user] [JBoss Seam] - Best solution for a CRUD page

2007-03-12 Thread ebu
Hi. What would be the best seam based solution for a page which comprises both edit/create form and list of items? I.e. same page should be used to create, search, update and delete things. If editing of an item has been started that item should be highlited (or displayed in a separate list on t

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBoss 4.2.0CR1 chanaged behaviour: forTokens

2007-03-12 Thread risenhoover
How did you get the detail of the JasperException? In my previous post -- I reported getting a Jasper Exception that it cannot compile my JSP file, but it doesn't give me *any* detail at all. Not on the web page and not in the logs. Did you change something to get that detail? View the origin

[jboss-user] [EJB 3.0] - Using JBoss Embedded EJB 3 container with Oracle

2007-03-12 Thread ajay.gupta
I am trying to write a JUnit test case using JBoss embedded EJB3 container to test a stateless session bean. The stateless session bean uses a transaction-scoped entity manager to do a SELECT * FROM USER_LOGIN query against an Oracle database. On running the test case, JUnit fails with follow

[jboss-user] [JBoss Seam] - Re: What's wrong with this components.xml / persistence.xml

2007-03-12 Thread fernando_jmt
Maybe I'm wrong, but it could be because you have the same name for jta-data-source (java:/omegaDatasource) and also the same one for jboss.entity.manager.factory.jndi.name (java:/omegaDatasource). Try changing the name of jboss.entity.manager.factory.jndi.name (persistence.xml) to java:/omeg

[jboss-user] [Performance Tuning] - Re: Thread pools configuration

2007-03-12 Thread genman
Merely increasing the size of the thread pools won't necessarily increase throughput. What is blocking? It may be something external to JBoss (i.e. your database) which is causing low CPU utilization. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027358#402

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Using JVM IL and DLQHandler Initialization Failure

2007-03-12 Thread genman
haven't been able to -> what did you do and what error are you seeing? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027356#4027356 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027356

[jboss-user] [JBoss Seam] - Re: What's wrong with this components.xml / persistence.xml

2007-03-12 Thread mlh496
Here is my persistence.xml file: | | org.hibernate.ejb.HibernatePersistence | java:/omegaDatasource | | | | | | | | | | And here is my jboss-beans.

[jboss-user] [JBoss Seam] - Re: since today (JBSEAM-954?) I get NPE in setEntityManagerF

2007-03-12 Thread [EMAIL PROTECTED]
No it does not answer the question. No way should JSF ever call afterPhase() without a prior beforePhase(). And there is no other exit point (apart from exceptions) from beforeRender(). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027353#4027353 Reply to t

[jboss-user] [JBoss Seam] - Re: What's wrong with this components.xml / persistence.xml

2007-03-12 Thread fernando_jmt
You don't need to add application specific configuration to embedded-jboss-beans.xml. app/MET-INF/jboss-beans.xml are for that. If you still have the problems, can we see your jboss-beans.xml and persistence.xml content? View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss Seam] - Re: Wysiwyg editor for Seam Text?

2007-03-12 Thread [EMAIL PROTECTED]
The best approach is a preview panel that is updated interactively by Ajax4JSF. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027350#4027350 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027350 ___

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

2007-03-12 Thread [EMAIL PROTECTED]
It depends what you mean. Seam Remoting has a nice API for pushing messages to the client via a JMS topic. But currently this is implemented on top of standard servlet spec mechanisms which use blocking IO. The reason why the next generation of servlet engines is offering special support for "

[jboss-user] [JBossWS] - Re: How do I use MIME types other than text/xml

2007-03-12 Thread lbrackman
Found the problem. Apparently I had some imports that were in conflict with each other. I had ws classes mixed in with rpc classes such as javax.xml.rpc.Service -and- javax.xml.ws.Service. Obviously you can't use javax.xml.ws.Service in an rpc web service and you can't use javax.xml.rpc.Serv

[jboss-user] [JBoss Getting Started Documentation] - Re: Environment Variable from ANT build.xml

2007-03-12 Thread artofabhi
Sorry it was a bracket mistake, it works fine. Thanx Artofabhi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027347#4027347 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027347 _

[jboss-user] [JBoss Seam] - TestNG and SeamTest

2007-03-12 Thread bytor99999
We have a weird issue, when running the test from a Maven script the test is passing, however, we have set it up to fail on purpose. Has anyone ever seen this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027346#4027346 Reply to the post : http://www.jbos

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

2007-03-12 Thread cavani
I try it, but I could not set more than one MPC, right? this will be considered? Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027345#4027345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027345

[jboss-user] [JBoss Seam] - Re: What's wrong with this components.xml / persistence.xml

2007-03-12 Thread mlh496
I believe my jboss-beans.xml, persistence.xml and components.xml files are correct. I now receive the following error: javax.faces.el.EvaluationException: Cannot get value for expression '#{usersList.firstResult}' | at org.apache.myfaces.el.ValueBindingImpl.getValue(ValueBindingImpl.java

[jboss-user] [JBoss Seam] - Re: Seam on JBoss 4.2.0.CR1

2007-03-12 Thread jatsrt
So, removing the el*.jars helped, but then there were alot of "commons*" classes not found, pretty much everything in the jsf-libs directory. So, I cleaned all that up. Finally, it complained about not seeing commons logging, I added that to the deployed libs and I get: Caused by: org.apache.

[jboss-user] [JBoss Seam] - Re: since today (JBSEAM-954?) I get NPE in setEntityManagerF

2007-03-12 Thread codelion
Trying to answer Gavin's question how I get this. To be clear, the NPE is gone with actualFlushMode not being null any more. For completeness of record let's mention I'm now running the 2nd patch of JBSEAM-1009 on a build we did from a CVS pull on Friday. When starting up the server and having

[jboss-user] [JBoss Getting Started Documentation] - Re: Environment Variable from ANT build.xml

2007-03-12 Thread artofabhi
property environment="env" property name="deploy-dir" value="$(env.JBOSS_HOME}/server/default/deploy" I removed Tags symbols as its not printing them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027342#4027342 Reply to the post : http

[jboss-user] [JBoss Getting Started Documentation] - Environment Variable from ANT build.xml

2007-03-12 Thread artofabhi
I have JBOSS_HOME as an env variable. In my build.xml In my build.xml I have done following: when I run ant deploy task, and try to copy ear file to deployment folder, it actually creates a directory like: /$(env.JBOSS_HOME}/server/default/deploy and copies file there. Please help me

[jboss-user] [JBoss Seam] - Re: What's wrong with this components.xml / persistence.xml

2007-03-12 Thread fernando_jmt
Ok, I will describe what I have in my configuration files when I deploy to Tomcat. 1.- My components.xml | | | 2.- My persistence.xml | | org.hibernate.ejb.HibernatePersistence | java:/myappDatasource | | | | |

[jboss-user] [JBoss Seam] - Re: What's wrong with this components.xml / persistence.xml

2007-03-12 Thread mlh496
Thank you so much for your response. At least now I'm getting different error messages. :-) There seems to be some conflicts in the Seam documentation. Do you need a "entity-manager-factory" node as well? In some places I've read where this configuration is needed (even though it never work

[jboss-user] [JBoss Seam] - Re: Rendering buttons in a datatable fails

2007-03-12 Thread svadu
1. Try to place and see if it gives any errors. 2. I am not sure whether h:commandButton supports arguments (try ?) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027331#4027331 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Seam] - Re: What's wrong with this components.xml / persistence.xml

2007-03-12 Thread stu2
"mlh496" wrote : Thank you so much for your response. At least now I'm getting different error messages. :-) | | There seems to be some conflicts in the Seam documentation. Do you need a "entity-manager-factory" node as well? In some places I've read where this configuration is needed (

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to model an entity field of type Money.class?

2007-03-12 Thread tonylmai
Hello all, Say I have a customized class called Money. I would like to model an entity bean called Account that has a field called balance of type Money. @Entity | public class Account implements Serializable { | private Money balance; | | | @Column(nullable=false, columnDefi

[jboss-user] [JBoss jBPM] - Re: TaskMgmtSession and Custom Tasks

2007-03-12 Thread julian_k
bump, should I enter this into JIRA? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027334#4027334 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027334 ___ jboss-user mailing

[jboss-user] [Management, JMX/JBoss] - Re: Add method to MDB for jmx/mbean?

2007-03-12 Thread rocken7
Ok looks like i'll have to try out this approach: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3978558 But then why is there a @Management tag, doesn't that eliminate the need for .sars etc. ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40273

[jboss-user] [JBoss Seam] - Re: What's wrong with this components.xml / persistence.xml

2007-03-12 Thread mlh496
BTW, I wasn't being sarcastic. I was ramming against the "null entityManager" error for quite some time, and your recommended config line has definitely pushed me closer to the finish line. Again, thank you. -Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Seam] - Re: Wysiwyg editor for Seam Text?

2007-03-12 Thread svadu
You may have a better luck with dojo editor, however in any case the formatted text does not accept all html tags and for those it does, it does not accept all the attributes. so the 'wysiwyg' wont be exactly "what you get'. Imho, the idea of wiki text is to get rid of 'complex' html sintax so t

[jboss-user] [Management, JMX/JBoss] - Re: Add method to MDB for jmx/mbean?

2007-03-12 Thread rocken7
My MDB class implements MessageListener, which already has default JMX lifecycle methods: the org.jboss.ejb3.ServiceDelegateWrapper. There are activation properties well documented here: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJMSMessageListener I tried adding the @Management tag to th

[jboss-user] [JBossWS] - Re: Strange WSDL File generated with IOException in namespac

2007-03-12 Thread deradam
Thanks Heiko. What do I need to run wsconsume? I have just downloaded the jboss-ws file, but if I start wsconsume.bat in the etc dir I get Exceptions. Do I need the whole jboss-as AND the ws files? Adam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027327#

[jboss-user] [Security & JAAS/JBoss] - list users configured in JBoss

2007-03-12 Thread phisatmonster
Is there a way using JMX and the JaasSecurityManager, or some other MBean, do determine the users that are configured for the JBoss application server? What I'm wanting is to display a list of users and each users roles to the JBoss AS admin. So far all I can see from JaasSecurityManager is the

[jboss-user] [EJB/JBoss] - How to model an entity field of type Money.class?

2007-03-12 Thread tonylmai
Hello all, Say I have a customized class called Money. I would like to model an entity bean called Account that has a field called balance of type Money. @Entity | public class Account implements Serializable { | private Money balance; | | | @Column(nullable=false, columnDefi

[jboss-user] [Advanced Documentation] - Listing users configured within JBoss

2007-03-12 Thread phisatmonster
Is there a way using JMX and the JaasSecurityManager, or some other MBean, do determine the users that are configured for the JBoss application server? What I'm wanting is to display a list of users and each users roles to the JBoss AS admin. So far all I can see from JaasSecurityManager is th

[jboss-user] [JBoss Seam] - Re: Rendering buttons in a datatable fails

2007-03-12 Thread hubaer
Thank you app4you for your answers. I checked your suggestions, but without any success. The DataModel was allready in a conversion scope. The editable check works showing only the entries which can be edited. The edit-Action is never called, so the @Begin can't start a conversion :-( But I play

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

2007-03-12 Thread NielsH
If seam remoting offers the same functionality as Comet, it would at least be good marketing to position it as such. Comet seems to be the generic buzz word for a push style asynchronous http response. Can it be done with Seam Remoting? If so, let's start the buzz then... View the original post

[jboss-user] [Clustering/JBoss] - Re: Out of the box clustering won't work

2007-03-12 Thread [EMAIL PROTECTED]
See http://wiki.jboss.org/wiki/Wiki.jsp?page=TestingJBoss. Note in particular the links at the bottom that take you to a page that tells you how to test multicast. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027315#4027315 Reply to the post : http://www.

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

2007-03-12 Thread [EMAIL PROTECTED]
What is Comet doing that would make it preferable to Seam Remoting? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027313#4027313 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027313 ___

[jboss-user] [JBoss Messaging] - XMBeans erroring out after

2007-03-12 Thread c.usulu
I'm trying to migrate my applications messaging from JBoss MQ to JBoss Messaging. I have completed the steps mentioned in the wiki at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMessagingJBossMQMigrationGuide I have a few dynamic mbeans (XMBeans) these beans fail to deploy in the upgraded ap

[jboss-user] [JBoss Messaging] - Re: XMBeans erroring out after

2007-03-12 Thread timfox
Apologies- The JBossMQ to messaging guide is currently incomplete so I have removed the link to avoid confusion. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027312#4027312 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBossCache] - Re: Optimistic locking behaviour not consistent with pessimi

2007-03-12 Thread [EMAIL PROTECTED]
Thanks for this http://jira.jboss.com/jira/browse/JBCACHE-1006 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027306#4027306 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027306 ___

[jboss-user] [JBoss Seam] - Comet

2007-03-12 Thread NielsH
Reading up on Glassfish I noticed a lot of interest into Comet, especially in comination with Grizzly http://weblogs.java.net/blog/jfarcand/. Will Seam have support for Comet functionality and if so, when can we expect something of the kind. View the original post : http://www.jboss.com/index

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Help understanding ManagedConnectionPool Behaviour

2007-03-12 Thread dmeeuwis
We're using JBoss 4, and we're having some trouble with excessive database connections being made by JBoss's ManagedConnectionPool. From OpenNMS, our monitoring software, we can usually see the number of connections held in the connection pool by each node in our cluster, and the number in activ

[jboss-user] [JBoss Seam] - s:selectDate problem

2007-03-12 Thread [EMAIL PROTECTED]
Hi, I'm using CVS version of JBoss Seam and in control which is on my page I cannot see cal-next.png arrow. I don't know where is the problem. And my second question connected with this control is how can I change years range i.e. from 1940 to 2010? Thanks in advance for any ideas. jquery V

[jboss-user] [Clustering/JBoss] - Out of the box clustering won't work

2007-03-12 Thread mmelsen
Hi everyone, I hope you can help me out. The following is the case: At work we want to set up a cluster made up off four machines. Two machines have our front office software on it and the other two have our mid office software installed. In case one should fail the other machine should take it

[jboss-user] [JBoss jBPM] - How do *you* use jBPM/jPDL/BPEL?

2007-03-12 Thread heckelmeister
Hi everybody! I am interested in what you already did with jBPM, jPDL and BPEL, just to see what is possible and what is the range of application of those techniques. What do you personally use jBPM for? Which systems did you already integrate with jBPM? In which contexts did you already use j

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-03-12 Thread [EMAIL PROTECTED]
Could you set your log level to trace? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027296#4027296 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027296 ___ jboss-user mai

[jboss-user] [JBossCache] - Re: Caching data per user - multiple instances or not?

2007-03-12 Thread [EMAIL PROTECTED]
Which app server do you use? If you are using JBoss AS, we use JBoss Cache behind the scenes anyway to replicate your user session data. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027295#4027295 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [Security & JAAS/JBoss] - Re: Unexpected Principal (Security Identity) Propagation Swi

2007-03-12 Thread eschulma
This was a configuration error on my part -- it was actually failing (in a non-obvious way) on the first call as well. Please ignore. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027294#4027294 Reply to the post : http://www.jboss.com/index.html?module=bb

  1   2   3   >