[jboss-user] [JBoss Portal] - showing portlet in seam

2007-05-23 Thread rahulJava
hi all there is one portal example provided with seam framework. but that is not working when we run it. its telling that seam-portal/home.jsp is not found. what should be the problem. kindly help me out if u have any information or if u have already run it. View the original post :

[jboss-user] [Clustering/JBoss] - Re: Accessing singleton MBean from a cluster node

2007-05-23 Thread saxon747
Yes, that code part is uncommented in my config and I prefer this secured version of course, but I think it was uncommented by defalut. (I used the installer version of 4.0.5 with 'ejb3-clustered' settings) Anyway, thanks for the help! View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to map collection of entity ids

2007-05-23 Thread jamestang
Let's say Factory.java and Product.java are entity classes. There is a one-to-many unidirectional relationship from Factory to Product. | @Entity | public class Factory implements Serializable { | @Id | private Long id; | | // This is a collection of Product ids. How to

[jboss-user] [JBoss Seam] - Re: Seam and Web-Services Problem

2007-05-23 Thread fbenvegna
IMPORTANT: my code is OK! The problem is deployment: if exploded error occurs but as EAR file it's all OK! Please JBoss Team to investigate about this strange behaviour. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047791#4047791 Reply to the post :

[jboss-user] [Remoting] - Re: Need help debugging JBoss Remoting

2007-05-23 Thread sergeypk
Hi Ron, actually, this exception only occurs near the point where the test suite hangs, so it might be useful, don't take it out just yet :) Sergey View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047792#4047792 Reply to the post :

[jboss-user] [Remoting] - Re: Need help debugging JBoss Remoting

2007-05-23 Thread [EMAIL PROTECTED]
I'm not that efficient. :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047793#4047793 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047793 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - whate time the portal 2.6 CR3 can be download

2007-05-23 Thread kevnlin
whate time the portal 2.6 CR3 can be download View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047795#4047795 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047795 ___ jboss-user

[jboss-user] [JBoss jBPM] - customize jbpm-starters-kit-3.1.2 interface

2007-05-23 Thread fhpepe
Thanks for your prompt reply, But it doesnt work because it's probably linked to the file: TaskBean.java. When i do the changes in both Task.jsp and TaskBean.java and redeploy the app.war ive got an error message. Following lines are taken from the Taskbean.java: public String

[jboss-user] [Clustering/JBoss] - Re: Cannot lookup EJBs in clustered environment

2007-05-23 Thread skymic
Thanks for the tip Brian. I noticed now that there is no ejb3.deployer directory at all in my server/deploy. This must be the reason why EJB3s are not recognized and deployed. We will now reinstall JBoss with the EJB3-profile. Thanks again for your quick replies. Greetings from Switzerland

[jboss-user] [JBoss Seam] - Re: Generation of jasper reports in seam

2007-05-23 Thread d.solasa
Hi Daniel Thanks for ur response,i will try the same in my code . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047799#4047799 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047799

[jboss-user] [JBoss Seam] - Re: Exploded Deployment woes on Windows

2007-05-23 Thread damianharvey
It can't unexplode the deployed project while the server is running due to various locks on files. It deletes what it can but leaves the locked files behind. Then when it tries to re-explode it all fails. View the original post :

[jboss-user] [EJB 3.0] - Re: Passing array of enum to SELECT * WHERE clause

2007-05-23 Thread jefec
I'm using this solution: public void get() { List types = new ArrayList(); types.add(PersonType.DIRECTOR); types.add(PersonType.STUDENT); Query query = entityManager.createQuery(FROM Person p WHERE p.type IN (:types)) .setParameter(types, types);

[jboss-user] [JBoss jBPM] - Re: customize jbpm-starters-kit-3.1.2 interface

2007-05-23 Thread mputz
app.war, error message I don't know what you are referring to. Also, I don't see a problem when you change the values in both files and deploy the changed artifacts correctly. Generally, I'd suggest to move on to jBPM 3.2, which has a much more sophisticated web app included. Regards, Martin

[jboss-user] [JNDI/Naming/Network] - Re: Exception javax.naming.NameNotFoundException

2007-05-23 Thread ganesh.pol
sorry for giving late reply following is printed when i run the jar command C:\devTools\jboss-4.0.1\jboss-4.0.1\server\default\deployjar -tf mfsc.ear META-INF/ META-INF/MANIFEST.MF META-INF/application.xml mfsc.jar mfsc.war C:\devTools\jboss-4.0.1\jboss-4.0.1\server\default\deploy

[jboss-user] [JCA/JBoss] - Connection Pooling Issue ?

2007-05-23 Thread jsbhangra
Hi All .. I am using Jboss Level connection pooling in my application ... my oracle-ds.xml reads as : min-pool-size10/min-pool-size | max-pool-size500/max-pool-size | max-idle-timeout0/max-idle-timeout | blocking-timeout-millis3/blocking-timeout-millis |

[jboss-user] [JBoss jBPM] - Re: new instance

2007-05-23 Thread mputz
You are welcome, no problem! And enjoy working with jBPM ;-) Regards, Martin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047805#4047805 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047805

[jboss-user] [JBoss Portal] - Re: pages in dashboard

2007-05-23 Thread eagleIT
Thank you. But in my dashboard, I can't drag and drop the portlet I have created. Internet explorer throw this error : | Line : 1090 | Char : 3 | Error : 'Prototype.BrowserFeatures.XPath' is null or is not an object. | Code : 0 | URL : http://localhost:8080/portal/auth/dashboard |

[jboss-user] [JBoss jBPM] - Re: Seam portal

2007-05-23 Thread mputz
Wrong forum. And is not working is not very useful information either. I'd suggest you do the following: 1. read http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamPortlet 2. follow the instructions in the seam/portal example readme (note there: use the JEMS installer to install JBoss!) 3. if you are

[jboss-user] [JBoss Seam] - Re: How to update the DataModel object?

2007-05-23 Thread tangdazhu
i debug the memory and note that in ajax requests , the hibernate session is the same .my configuration about hibernate session in component.xml is: core:managed-hibernate-session name=session auto-create=true session-factory-jndi-name=java:/HibernateSessionFactory / and in the

[jboss-user] [JBoss Seam] - How to update the DataModel object?

2007-05-23 Thread tangdazhu
I am using seam 1.2.0 and integrate it with Ajax4Jsf in the project. My question is when i modified calculation from 1 to 2 in the page , i need to modify the paramters list (Annotated by DataModel) by ajax request. my codes are as follows: @DataModel private List runParameters; @Begin(join

[jboss-user] jboss-4.2.0 Trace level logging doesn't work

2007-05-23 Thread Arjen Smedes
Hi All, Although the release notes for jboss-4.2.0 are promising in that Trace level logging is supported, I can't get it to work. My webapp doesn't show anything in trace level nor does jboss itself (when I change a level to TRACE). All of these messages are shown in DEBUG level. I have even

[jboss-user] [JCA/JBoss] - Re: Connection Pooling Issue ?

2007-05-23 Thread vickyk
You application is not closing the connections so JBOSS JCA does it for you . Look at this anonymous wrote : http://wiki.jboss.org/wiki/Wiki.jsp?page=WhatDoesTheMessageDoYourOwnHousekeepingMean View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047813#4047813

[jboss-user] [JBoss Seam] - Re: Exploded Deployment woes on Windows

2007-05-23 Thread purplehaze
I have the same problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047814#4047814 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047814 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: pages in dashboard

2007-05-23 Thread [EMAIL PROTECTED]
Which version of IE are you using ? And Are you using JBoss Portal 2.6 CR 2 ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047815#4047815 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047815

[jboss-user] [JBossCache] - Re: Failed to start pojo cache with JDK 1.6

2007-05-23 Thread ctof
Hi Any idea ? Nobody is using JBoss with jdk 1.6 ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047816#4047816 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047816 ___

[jboss-user] [JBoss Portal] - Re: pages in dashboard

2007-05-23 Thread eagleIT
I use the 6.0 version of internet explorer and the 2.6 CR2 version of jboss portal ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047819#4047819 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047819

[jboss-user] [JBoss Seam] - Re: ASync calls stays in JBoss queue after restart

2007-05-23 Thread piotr.walczyszyn
I found some info here: http://wiki.jboss.org/wiki/Wiki.jsp?page=ChangeTheDatabase View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047821#4047821 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047821

[jboss-user] [JBoss Seam] - Re: Dte Pciker not interested in my formatter

2007-05-23 Thread hispeedsurfer
Hi have exactly the same problem and already put resource servlet to web.xml If I pick 1st June it result in 06/01/2007 instead of 01/06/2007 | s:decorate id=dateDecorator template=edit.xhtml | h:inputText value=#{specialrelease.valideToDate} id=validToDate required=true |

[jboss-user] [JBoss Seam] - Form, back button

2007-05-23 Thread kooudy
I have wizard, which runs in conversation. User goes through pages and fill additional values. Problem occur when user press BACK button a goes to previous page then change some value and then press submit. Values in corresponding form don't change according to html inputs. In form stays values

[jboss-user] [JBossCache] - Re: Failed to start pojo cache with JDK 1.6

2007-05-23 Thread [EMAIL PROTECTED]
Not as far as we know, so far. This is something we will investigate though. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047825#4047825 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047825

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBOSS with TopLink

2007-05-23 Thread NiketShah
HI, I am planning to use JBOSS in our one of the Project, In Our Project Technology Stack we have identify Toplink for the Persistence UNIT, Can any one confirm me How Good Toplink is Compatible with the JBOSS ? Is there any Known issue regarding the JBOSS and Toplink

[jboss-user] [JBoss Seam] - Seam CVS: should jBPM work? (jbpm.function.mapper not define

2007-05-23 Thread avbentem
I've noticed that since last Friday, CVS holds a patched version of jbpm-1.3.4.jar, which supports setting the function mapper. This patch is invoked from seam.core.Jbpm#startup(). Trying to use the Todo List or DVD Store examples from CVS, I get org.jbpm.configuration.ConfigurationException

[jboss-user] [JBoss Seam] - Re: Generation of jasper reports in seam

2007-05-23 Thread d.solasa
Hi Daniel.. iTried to implement ur code but I am getting the exception as 12:18:41,966 INFO [JasperReporter] Exceptionnet.sf.jasperreports.engine.JRException: net.sf.jasperreports.engine.JRRuntimeException: net.sf.jasperreports ngine.JRException: Class

[jboss-user] [JBoss Seam] - Re: bug with s:fileUpload on IE6 (fine with FF or IE7)

2007-05-23 Thread zdaler
I found a page in the seamspace example called register2 that uses the s:fileUpload and I get the same behaviour than with my example ... meaning the upload does not happen in IE6 (ok with FF or IE7) anyone on this problem ? View the original post :

[jboss-user] [EJB 3.0] - Re: is there any replacement for SecurityProxy with ejb3

2007-05-23 Thread wolfc
You can use EJB 3 interceptors. (EJB3-Core Chapter 12) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047838#4047838 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047838 ___

[jboss-user] [JBoss Seam] - Re: Seam CVS: should jBPM work? (jbpm.function.mapper not de

2007-05-23 Thread avbentem
In fact, I get the same error for the Numberguess example, which uses jPDL pageflows. Arjan. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047839#4047839 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047839

[jboss-user] [Security JAAS/JBoss] - Re: invoker/JNDIFactory and SSO (Custom) (HTTP Tunneling to

2007-05-23 Thread jimbrady
Just to clarify, I am using JBOSS/TOMCAT 4.0.3 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047841#4047841 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047841 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: how to save processinstance

2007-05-23 Thread [EMAIL PROTECTED]
Creating a jbpmContext is a lightweight operation, basically it is a wrapper for a Hibernate transaction. ? I was confused before . now I see. persistence object ? I know it is a good idea, I mean the web application close the context after the processinstance.close(); so the whole

[jboss-user] [JBoss Seam] - s:fileUpload trows error???

2007-05-23 Thread mladen.babic
Hi, I put fileUpload on page and when i show page it trows : .. 12:23:24,963 ERROR [STDERR] May 23, 2007 12:23:24 PM org.apache.myfaces.trinidadinternal.renderkit.RenderKitBase getRenderer WARNING: Renderer 'javax.faces.Text' not found for component family 'org.jboss.seam.ui.FileUpload'

[jboss-user] [JBoss jBPM] - Re: xml export

2007-05-23 Thread kukeltje
yes View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047854#4047854 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047854 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: Generation of jasper reports in seam

2007-05-23 Thread jazir1979
Sorry, I can't be much help with that, I've never seen anything like it. I'm running my query in my own code and using a custom data source, so I've never dealt with these executer factory classes.. This seems to be a pure Jasper question, not really about using Jasper with Seam, so you may

[jboss-user] [JBoss jBPM] - Re: Task Precondition - Data Existence

2007-05-23 Thread kukeltje
No, not out of the box. But since the datamodel is 'open' you can write your own hibernate queries for this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047857#4047857 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: how to save processinstance

2007-05-23 Thread kukeltje
The context should not be shared!!! Open it and close it per webrequest as you mention further on. What do you mean by different PO's for different clients? Do they all work on the same processinstance at the same time? Or do you have multiple tasks parallel tasks for different actors? In that

[jboss-user] [JBossWS] - Jboss and web service client problems.

2007-05-23 Thread ollka
Hi! I hope, this is rigth place to ask my question. I'm trying to create hello world web service. I use jboss 4.0.5.GA, jbossws1.2.1GA I found this article and follow it step by step, but i could not run web service client not once. My web service deployed successfully, but running client got

[jboss-user] [JBoss Messaging] - Re: Queue attributes not being implemented

2007-05-23 Thread Stephen.Campbell
Hi Folks, Still having massive problems with this, this is an integral part of our solution which we need to implement. Do you have any other ideas about what we could try, or give us a small list of steps we need to do in order for the JBoss RedeliveryDelay to be picked up using an MDB. In

[jboss-user] [JBossWS] - org.jboss.ws.WSException: Cannot obtain java type mapping

2007-05-23 Thread spinergywmy
Hi, When I try to pass ArrayList as a result back to the client-server and I hit this org.jboss.ws.WSException: Cannot obtain java type mapping exception. What does this exception means and is it not possible to pass ArrayList as a result? Can anyone explain why? Thank you. View the

[jboss-user] [EJB 3.0] - How to Call one EJB from another remotely?

2007-05-23 Thread [EMAIL PROTECTED]
Hi all I am trying to call one EJB in one system from another EJB residing on diferent system... Both are Stateless session beans ... I can't use No-args Intialcontext() as i need to specify the Ip address of other system to be looked up. So i am using properties

[jboss-user] [JBoss jBPM] - customize jbpm-starters-kit-3.1.2 interface

2007-05-23 Thread fhpepe
Thanks for your advise but my process is ready and i dont have time to change the kit now. I customized the other commandbutton and the interface by acting upon the .JSP except this one My problem is linked to the FacesServlet.java. Thanks. Regards. You can see the error

[jboss-user] [JBossWS] - Re: org.jboss.ws.WSException: Cannot obtain java type mappin

2007-05-23 Thread spinergywmy
Hi, Just to add extra info, below are the wsdl and the exception is org.jboss.ws.WSException: Cannot obtain java type mapping for {http://ws.search.ds.mymcsb.com/jaws}ArrayList: definitions name=SearchRemoteService targetNamespace=http://ws.search.ds.mymcsb.com/jaws;

[jboss-user] [JBossWS] - Re: org.jboss.ws.WSException: Cannot obtain java type mappin

2007-05-23 Thread spinergywmy
complexType name=ArrayList sequence element name=empty type=boolean / /sequence /complexType /schema /types This above codes are the part of the missing part when the 2nd time I posted. Sorry for the incovenience. View the original post :

[jboss-user] [EJB 3.0] - Re: How to Call one EJB from another remotely?

2007-05-23 Thread artd
Check the jndi path for your remote interface through the jmx console.. This works for me: | Properties properties = new Properties(); | properties.put(java.naming.factory.initial,org.jnp.interfaces.NamingContextFactory); |

[jboss-user] [EJB 3.0] - Re: How to Call one EJB from another remotely?

2007-05-23 Thread [EMAIL PROTECTED]
Hi Thanks for your reply. I am using Sun AS... But i tried similar suggestion... But Still It couldn't lookup another EJB. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047870#4047870 Reply to the post :

[jboss-user] [JBoss Portal] - Problem creation HelloWorldportlet

2007-05-23 Thread maiky
Hello, First, sorry if i choose the wrong forum for my post. If i must post in another place, i can. (notice me :) ) I recompile the Helloworld portlet that i found on the jboss depot and when i try to deploy it, i have erros. anonymous wrote : The portlet HelloWorldPortlet threw an error

[jboss-user] [EJB/JBoss] - Entity bean keeps oppened connection

2007-05-23 Thread Ma}{iM
I have problem with pendent entity conections From struts action I call Session bean method where I create entity. This entity as I see in JProfiler doesn't close. Did anybody have similar problem? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047874#4047874

[jboss-user] [Messaging, JMS JBossMQ] - Re: Asynchronous send to MDB

2007-05-23 Thread anil.kumar
Hi, What I suggest is not to use threads at all...the behaviour what you are seeing is may be because of some logical/configuration issues. Anil Kumar indiatimes.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047875#4047875 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - How to Prevent Jboss Server to load servlet at startup.

2007-05-23 Thread shyamjig
Hi Friends, I have intalled Jboss 4.0.* (Default) and its working fine. But Problem is, i have 7000 Servlet in my application, which are mapped wth theirs repective classes in web.xml. If i deploy my application in Jboss.. While loading my context it get stuck for some time (means it loading

[jboss-user] [JBoss Seam] - Re: Generation of jasper reports in seam

2007-05-23 Thread d.solasa
Hi Daniel, i think that jboss or seam may internally supports jasper libraries ,due to which i m getting the exception.so plz me the way i follow to use jasper reports in seam as I didnt get clear with u r code and u way of approach. EVen i tried it using this way

[jboss-user] [JBoss Seam] - HOWTO: web services in Seam 1.3 (CVS)

2007-05-23 Thread avbentem
Though Seam 1.3 is currently only available from CVS, it shows a nice way to use web services with JBoss. This is based on standard Java annotations and JBossWS 1.2.1 GA, as packaged with JBoss AS 4.2.0 GA. Seam 1.3 adds (or, work in progress: hopefully will add) support for conversations

[jboss-user] [JBoss Seam] - Dynamic view for s:button control?

2007-05-23 Thread anescu
Hi, I have this situation: 1) a combo box with several values and 2) a button. After the user selects a specific value from the combo box, when the button is clicked a specific page will be displayed. (some sort of pageflow, if you wish). This could be done very easy in plain Javascript,

[jboss-user] [JBoss jBPM] - do not find jbpm-enterprise.ear in the distribution

2007-05-23 Thread ataud
In the jBPM jPDL User Guide, section 5.5. Enterprise archive http://docs.jboss.com/jbpm/v3/userguide/deployment.html In the deploy directory of the downloads, you can find jbpm-enterprise.ear. [...] I do not find jbpm-enterprise.ear View the original post :

[jboss-user] [EJB 3.0] - Re: How to Call one EJB from another remotely?

2007-05-23 Thread jc7442
another solution: @Resource SessionContext context; ... context.lookup(...); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047893#4047893 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047893

[jboss-user] [JBoss Seam] - Re: Dynamic view for s:button control?

2007-05-23 Thread stu2
s:button results in a get, not a post. I think you want h:commandButton. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047895#4047895 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047895

[jboss-user] [JBoss jBPM] - Transition for one node to another

2007-05-23 Thread vedavyas
Hi All, In my process definition file, transition should occur from one node to another node. but when the control comes to the first node, its does the specified action and does not go the second node. this is my process definition file | node name=action | action

[jboss-user] [JBoss Seam] - Re: Dynamic view for s:button control?

2007-05-23 Thread anescu
I don't need a post. I just need 2 URLs, one for each value in the combo box. As I said, in Javascript + Struts this would mean something like 10 lines of code. The flow would be: 1) I select value C from combo 2) I click the button 3) I end up on the C specific page (used to add a new entity

[jboss-user] [JBossCache] - Re: Need 2.0.0.CR1

2007-05-23 Thread ctof
Hi This pom version has a dependency on jgroups 2.5.0-BETA2 could you upload this jar into the jboss repository please ? Thx Christophe View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047901#4047901 Reply to the post :

[jboss-user] [JBossWS] - Using Log4j with jbossws-1.2.1.GA

2007-05-23 Thread superomega
Hallo with jbossws-1.2.0 I usesd server\default\conf\log4j.xml to trace the soap Messages: |!-- Enable JBossWS message tracing -- |category name=jbossws.SOAPMessage | priority value=TRACE class=org.jboss.logging.XLevel/ |/category | Now this isn't working any more.

[jboss-user] [JBoss jBPM] - Re: Transition for one node to another

2007-05-23 Thread mputz
anonymous wrote : What needs to be done? Read the docu!? see http://docs.jboss.com/jbpm/v3/userguide/processmodelling.html#nodetypenode: The type node serves the situation where you want to write your own code in a node. The nodetype node expects one subelement action. The action is executed

[jboss-user] [JBoss jBPM] - Re: do not find jbpm-enterprise.ear in the distribution

2007-05-23 Thread mputz
What have you downloaded? I can see jbpm-enterprise.ear in jbpm-jpdl-3.2.GA.zip/jbpm-jpdl-3.2.GA/deploy. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047904#4047904 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047904

[jboss-user] [JBoss Seam] - Dropdown Lists in my seam application causing problem

2007-05-23 Thread d.solasa
Hi In my seam application i am displaying the dropdownlists using jsf where i will fetch data from database.I have written a command link in my application where i need to go inside the action method if i click on it.Now the problem is i was able to go inside the method properly without

[jboss-user] [JBoss Seam] - Re: Dynamic view for s:button control?

2007-05-23 Thread baz
Sorry, i do not have a ready made solution for you, only some ideas. Asyou said you will have to use javascript. (There are many frameworks for javascript out there.) 1. I suggest to try richfaces. You will ajaxenable the combobox in a way that you are able to rerender the button. 2. Use a menu

[jboss-user] [JBoss Seam] - @Length in char(1) property

2007-05-23 Thread luizruiz
Hi, I have a table with a char(1) field. Seam-gen generates the entityBean with a char property and put a @Length(max = 1) annotation. It's wrong, a char always allows only 1. This situation always causes an error in the page: length must be between 0 and 1. How to fix this? Luiz View the

[jboss-user] [JBoss Seam] - UI: Filtering with drop-downs does not work

2007-05-23 Thread thephil
I am running JBoss 4.0.5 with ejb3 profile. I am using Seam 1.2.1.GA. I have generated a CRUD Seam application with seam generate-entities. Now I would like to filter results for the list pages using a drop down. 1. The list page displays parameters. Each parameter is linked to a category

[jboss-user] [JBossWS] - Port 8080 and Web Services

2007-05-23 Thread guiturk
I can not use port 8080, so I switched to 8082. Everything works fine, but when deploying web services I get this: 22:05:31,812 INFO [ServiceEndpointManager] WebService started: http://PVGT:8080/pharos My web client can access the wsdl but when I try to load the service implmentation class

[jboss-user] [EJB 3.0] - Re: How to Call one EJB from another remotely?

2007-05-23 Thread ebross
Assuming public class StatelessA{} and public class StatelessB{} To use StatelessB in StatelessA, try: | public class StatelessA{ | | @EJB StatelessB statelessB; | | ... | | } View the original post :

[jboss-user] [JBoss Seam] - Re: Dropdown Lists in my seam application causing problem

2007-05-23 Thread avbentem
anonymous wrote : ..seems it is a bug of seam.. If it is a bug, then it's more likely JavaServer Faces related. You'll need to show some code to explain what you're doing, and especially the difference between what works for you, and what doesn't. The samples from the Seam user guide work fine

[jboss-user] [JBoss Seam] - s:validateAll cumulates validation error messages when used

2007-05-23 Thread petr.mk
Hello, does anyone meet the same problem? When s:validateAll tag is used in form together with dispalying error messahes using h:messages globalOnly=false/, then the same validation message for one input form is cumulated. After first submit (in form is only one input field!) can be seen:

[jboss-user] [JBoss Messaging] - Invalid Selector

2007-05-23 Thread macross27
Hi all, I got following error with JBoss messaging: | 15:29:00,896 WARN [Selector] Invalid selector: JMSCorrelationID=1179926940029 | java.lang.Exception: Bad Object: expected 'String' got 'Long' for operation: 0:EQUAL( | [EMAIL PROTECTED] | 1179926940029 | ) | | at

[jboss-user] [JBoss Seam] - I can't build seam

2007-05-23 Thread fhall
Hello every body i'm discovering seam.. after unpacking the jboss-seam-1.1.5.GA i run : c:\jboss-seam-1.1.5.GA\ant to build seam but the buid failed and i get this out put: Buildfile: Build.xml init: [echo] Build JBoss Seam 1.1 select-compiler: antlr: Build failed

[jboss-user] [JBoss jBPM] - Re: Transition for one node to another

2007-05-23 Thread vedavyas
Yes i had tried it before. But if i do in this way it leads to one more issue. Suppose a particular actor has a more than one task in his tasklist, whichever task he first assigns, only that instance goes through both the nodes. All the other tasks are lost after it is assigned View the

[jboss-user] [JBoss Seam] - Re: EntityQuery: showing last page with no results?

2007-05-23 Thread pampam
Hi, I backported the changes to 1.2.1.GA, and there seams to be a small bug. The truncateResultList should return the nr of max results and not max results -1. return results.subList(0, mr-1); should be return results.subList(0, mr-1); Robert View the original post :

[jboss-user] [JBoss Seam] - Re: Dropdown Lists in my seam application causing problem

2007-05-23 Thread d.solasa
f:view h:outputLabel value=#{msg.season} / h:selectOneMenu value=#{season} id=seasonList si:selectItems value=#{seasonValues} var=seasonList label=#{seasonList.name} /

[jboss-user] [JBoss Seam] - Re: EntityQuery: showing last page with no results?

2007-05-23 Thread pampam
this should of course be return results.subList(0, mr); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047924#4047924 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047924 ___

[jboss-user] [JBoss jBPM] - Re: org.hibernate.TransientObjectException object references

2007-05-23 Thread warmonga
@ kukeltje and others: Don't you have any hint/suggestion for solving this problem? I would appreciate any help! Many thanks again! Regards, Maurice View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047925#4047925 Reply to the post :

[jboss-user] [JBoss Seam] - Re: I can't build seam

2007-05-23 Thread avbentem
What if you run ant antlr first? Arjan. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047927#4047927 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047927 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Dropdown Lists in my seam application causing problem

2007-05-23 Thread damianharvey
try putting h:message/ on your page and see if you are getting any validation/conversion problems. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047928#4047928 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047928

[jboss-user] [JBoss Seam] - Re: I can't build seam

2007-05-23 Thread fhall
this is the out put : Buildfile: Build.xml antlr: Build failed c:\jboss-seam-1.1.5.GA\build.xml:512: Invalid target: c:\jboss-seam-1.1.5.GA\seam-text.g View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047930#4047930 Reply to the post :

[jboss-user] [JBossWS] - Set WS-Configuration

2007-05-23 Thread ethan1980
Hi all, I have created client artifacts with wsconsume from wsdl. I have a class service like: package com.hp.som.handlers.webservices.impl; import java.io.File; import java.net.MalformedURLException; import java.net.URL; import javax.xml.namespace.QName; import javax.xml.ws.Service; import

[jboss-user] [EJB 3.0] - Re: How can I specify the jars that contain session beans?

2007-05-23 Thread ebross
If your are deploying *.jar files that already exist in the JBoss deploy lib (default\lib or all\lib), remove them from your ear file. Only deploy your *.ear or *.jar files to JBoss. Alternatively, you might want to copy third-party jar files to the JBoss deploy\lib and then remove them from

[jboss-user] [JBoss Seam] - Re: Dropdown Lists in my seam application causing problem

2007-05-23 Thread d.solasa
I used h:messages globalOnly=true/ in my code upon ur advice but with no result ,getting the same problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047934#4047934 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047934

[jboss-user] [JBoss Portal] - Re: LDAP Authentication Authorization to eDirectory

2007-05-23 Thread arnieAustin
Well, THAT was an exercise in futility! :) No change what so ever. I did notice that the ant builds were creating the sar and wars as ZIP files. So I unzipped the jboss-portal.sar file to a folder in the ./deploy folder. Then I placed the other wars into the .sar folder. Note that I simply

[jboss-user] [JBoss Seam] - Re: Dynamic view for s:button control?

2007-05-23 Thread anescu
Hi, tnx for the solutions. I already implemented it with no 4 (action + navigation rules), but it would be more user friendly to use the richFaces dropDownMenu component (i've seen the demo on exadel's site). However, when I try to use it on a page, I get this error: anonymous wrote :

[jboss-user] [JBoss Portal] - Deploying JBoss Portal 2.6 on JBoss AS 4.2.0

2007-05-23 Thread andreas.wiesauer
Hello, i tried deploying JBoss Portal 2.6 CR2 on JBoss AS 4.2.0. I get some strange errors (see log). I configured JBoss AS to work with MySQL 5.0 as default database which works fine without any errors. I configured a seperate datasource (PortalDS; also MySQL 5.0 but a different scheme) for

[jboss-user] [Beginners Corner] - Re: loading classes by unregistered classloader

2007-05-23 Thread fuzebest
just an update: checked with newly released 4.2.0GA, still NPE. If I export service from SAR(without packaging it into EAR), everithing works just fine upon redeployment Maybe this is an issue with ear classloader? View the original post :

[jboss-user] [JBoss Seam] - Re: Seam CVS: should jBPM work? (jbpm.function.mapper not de

2007-05-23 Thread [EMAIL PROTECTED]
Tom Baeyens is aware of the issue and has promised to fix it asap. If we don't have the new version this weekend I'll roll back the changes until it's available. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047940#4047940 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Deploying JBoss Portal 2.6 on JBoss AS 4.2.0

2007-05-23 Thread [EMAIL PROTECTED]
jboss portal 2.6 is not yet compatible with jboss AS 4.2.0 but we are working on it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047941#4047941 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047941

[jboss-user] [JBoss jBPM] - ADF Faces with Facelets in jBPM 3.2GA

2007-05-23 Thread webjavier
Friends: I've install adf faces for using with facelets in jbpm start kit 3.2GA I need to change the interface to ADF Faces but i have a problem with the FaceletViewHandler, because this class is in web.xml and faces-config.xml and generate conflict. faces-config.xml application |

[jboss-user] [JBoss Seam] - Re: Seam is spining JVM on startup

2007-05-23 Thread mgrouch
Thanks. Examples would help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047945#4047945 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047945 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: is there any replacement for SecurityProxy with ejb3

2007-05-23 Thread gmuzzillo
Wolfc Thank you. Now, could you please put some example? or do you have the exact title of the book? thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047947#4047947 Reply to the post :

[jboss-user] [JBoss Portal] - Re: LDAP Authentication Authorization to eDirectory

2007-05-23 Thread arnieAustin
I tweaked a setting and now get: | 2007-05-23 10:08:39,765 DEBUG [org.jboss.portal.identity.ldap.LDAPExtUserModuleImpl] findUserByUserName(): username = admin | 2007-05-23 10:08:39,765 DEBUG [org.jboss.portal.identity.ldap.LDAPExtUserModuleImpl] Search filter: (cn={0}) | 2007-05-23

[jboss-user] [JBoss Seam] - Re: Dropdown Lists in my seam application causing problem

2007-05-23 Thread monkeyden
no h:form tag? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047949#4047949 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047949 ___ jboss-user mailing list

  1   2   3   >