[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=bb&op=viewtopic&p=4047799#4047799 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=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 : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047800#

[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, Mart

[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\deploy>jar -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 : 10 | 500 | 0 | 3 | 15 I am connecting with oracle 10g express database . Now when i send 10 request @ 0.1 seconds i.e. 100 request per second to my excepti

[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=bb&op=viewtopic&p=4047805#4047805 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=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 ar

[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: and in the hibernate.cfg.xml i have added the properties according the seam manual: true after_statement

[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=bb&op=viewtopic&p=4047813#4047813 Rep

[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=bb&op=viewtopic&p=4047814#4047814 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047814 ___ jboss-user mailing list jboss-u

[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=bb&op=viewtopic&p=4047815#4047815 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=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=bb&op=viewtopic&p=4047816#4047816 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047816 ___ jbo

[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=bb&op=viewtopic&p=4047819#4047819 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=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=bb&op=viewtopic&p=4047821#4047821 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=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 | | | | | | | | | | | Use JBoss Seam 1.2.1 jboss-seam-ui.jar is

[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=bb&op=viewtopic&p=4047825#4047825 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=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 Configu

[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 wi

[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 "net.sf.jasperreports.engine.query.JRJdbcQ

[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 : http://www.jboss.com/index.html?module=bb&op

[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=bb&op=viewtopic&p=4047838#4047838 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=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=bb&op=viewtopic&p=4047839#4047839 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=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=bb&op=viewtopic&p=4047841#4047841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047841 ___ jboss-us

[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 wor

[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=bb&op=viewtopic&p=4047854#4047854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=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 ha

[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=bb&op=viewtopic&p=4047857#4047857 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[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 go

[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 ou

[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 orig

[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 Dorg.omg.CORBA.ORBInitlalHost

[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 message:

[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: http://ws.search.ds.mymcsb.com/jaws"; xmlns="http://schemas.xmlsoap.org/wsdl/"; xmlns:soap="http://schemas

[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 : http://www.jboss.com/index.html?module=b

[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"); | properties.put("java.naming.factory.url.pkgs","=org.jboss.nam

[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=bb&op=viewtopic&p=4047870#4047870 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[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 duri

[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=bb&op=viewtopic&p=4047874#4047

[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=bb&op=viewtopic&p=4047875#4047875 Reply to the post : http://ww

[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 al

[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 JasperRunManager.runRep

[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 workin

[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, jus

[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 : http://www.jboss.com/index.

[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=bb&op=viewtopic&p=4047893#4047893 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=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=bb&op=viewtopic&p=4047895#4047895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=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 | | | | | | | |

[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 of

[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=bb&op=viewtopic&p=4047901#4047901 Reply to the post : http://www.jboss.com/index.html?module=

[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: | | | | | Now this isn't working any more. What has changed, what can I do that it will work again? Thank you, Werner View the original post : http://www.jboss.com/index.h

[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 w

[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=bb&op=viewtopic&p=4047904#4047904 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40479

[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 drop

[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 (o

[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 usi

[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 : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=404791

[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 tag is used in form together with dispalying error messahes using , then the same validation message for one input form is cumulated. After first submit (in form is only one input field!) can be seen: length must be between 10 and 255 length m

[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 c:\jboss-seam-1.1.5.GA\build.xm

[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 origina

[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 : http://www.jboss.com/ind

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

2007-05-23 Thread d.solasa
Now,in this case if ididnt write the code for the dropdownlist ,i was able to enter into View method or even if my dropdownlist values are hard coded.but

[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=bb&op=viewtopic&p=4047924#4047924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=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=bb&op=viewtopic&p=4047925#4047925 Reply to the post : http://www.jboss.com/index

[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=bb&op=viewtopic&p=4047927#4047927 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047927 ___ jboss-user mai

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

2007-05-23 Thread damianharvey
try putting on your page and see if you are getting any validation/conversion problems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047928#4047928 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=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=bb&op=viewtopic&p=4047930#4047930 Reply to the post : http://www.jboss.c

[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 jav

[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 yo

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

2007-05-23 Thread d.solasa
I used 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=bb&op=viewtopic&p=4047934#4047934 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=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 remov

[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 : Tag Li

[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 : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[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=bb&op=viewtopic&p=4047940#4047940 Reply to the post : http://www.j

[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=bb&op=viewtopic&p=4047941#4047941 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=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 | com.sun.facelets.Facel

[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=bb&op=viewtopic&p=4047945#4047945 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047945 ___ jboss-user mailing list jb

[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=bb&op=viewtopic&p=4047947#4047947 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[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 10:08

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

2007-05-23 Thread monkeyden
no tag? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047949#4047949 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047949 ___ jboss-user mailing list jboss-user@lists.jboss

[jboss-user] [JBossCache] - Re: how to set refresh time in Jboss cache

2007-05-23 Thread onkar_hingne
5000 1000 60 i have added the following to the eviction policy. maxAgeSeconds is said to be the time after which a node is swept away. i have applied this to the default region as all other regions are said to be under default

[jboss-user] [JBoss AOP] - Re: Unable start AOP services in Jboss

2007-05-23 Thread DivyaMan0j
The version is 1.1, am using the aop packaged with JBoss 4.0.2. Excerpt from the MANIFEST file === Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.2 Created-By: 1.4.2_06-b03 (Sun Microsystems Inc.) Specification-Title: JBoss AOP Aspect Library Specification-Version: jboss-aspect-library-1.1 Spe

[jboss-user] [JBoss Portal] - Themes appear with "/"

2007-05-23 Thread cbynum
My themes are appearing with a "/" prepended in the drop downs when I attempt to change to the theme. How do I get around this? I've tried specifying the root in my jboss-web.xml, but that doesn't seem to be working. View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBossCache] - Re: how to set refresf time in Jboss cache

2007-05-23 Thread onkar_hingne
missing data on previous post is region name="/_default_" attribute name=maxNodes -- 5000 attribute name="timeToLiveSeconds"-- 1000 attribute name="maxAgeSeconds"-- 60 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047955#4047955 Reply to the post : http:/

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

2007-05-23 Thread jcalienes
tienes que remover la anotacion @Length, esta es solo para Strings. juan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047956#4047956 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047956 __

[jboss-user] [JBossCache] - Re: how to set refresh time in Jboss cache

2007-05-23 Thread [EMAIL PROTECTED]
"onkar_hingne" wrote : i have applied this to the default region as all other regions are said to be under default region. But still the cache is not expiring. what could be the reason ??? The _default_ region config is relevant to any nodes not included in another region. However, it's sett

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

2007-05-23 Thread timfox
The issue with redelivery delay and DLQ is as follows is related to the fact that the JBoss MDB container is situated between the JMS provider and the onMesssage of the MDB. If you imagine, a message is received from the JMS provider (JBoss Messaging), then it gets sent to the MDB container, wh

[jboss-user] [JBoss Seam] - pages.xml - just not working

2007-05-23 Thread dave.rogers
I have the following pages.xml file in the WEB-INF directory of my .war | http://jboss.com/products/seam/pages-1.2.dtd";> | | | | | | | | | | | | |

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

2007-05-23 Thread estaub
Vedavyas, You wrote: anonymous wrote : 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. I don't think you're being clear enough about what you're trying to do for anyone to help you. Please p

  1   2   3   >