[jboss-user] [JBoss jBPM] - JPDL v3.2 XML schema online

2007-12-09 Thread liqweed
Hi, I can find the JPDL v3.1 (and v3.0) XML schema publicly available at http://docs.jboss.org/jbpm/xsd/jpdl-3.1.xsd, but I can't find the XSD for v3.2 available. It is bundled with the source code of course, but it would be easier to integrate if it was available online as in previous

[jboss-user] [Beginners Corner] - Re: Why I can't start JBOSS 4.2.2GA?

2007-12-09 Thread jackhexy
I am sorry to Jaikiran and thank you. I caught the crux of the problem for i couldn't start the server. There is a Equipment named 'nul' in dos ,but it was wrong in my windows system,maybe it was sabotaged.When I deploymented PostgreSQL 8.2,the wrong messages same to them in Jboss4.2 Finially,I

[jboss-user] [Beginners Corner] - Re: Why I can't start JBOSS 4.2.2GA?

2007-12-09 Thread jackhexy
That's why i change 'nul' to 'null' i can start the server.Actually,I change 'nul' to another symbol,I can start Jboss. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111430#4111430 Reply to the post :

[jboss-user] [JBossWS] - Re: My WS doesn't send any attachment... why?

2007-12-09 Thread cdc08x
Ok, I understood that the main problem is that I'm trying to send back to the client, with a server-response, the attachment. Instead, this code: SOAPMessageContext msgContext = (SOAPMessageContext)context.getMessageContext(); gives back the request message, not the response one. Does anyone

[jboss-user] [JBoss Seam] - Re: Application URL

2007-12-09 Thread mki_ffm
Thanks Damien, injection is also possible: | @In | private FacesContext facesContext; | Best regards mki View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111439#4111439 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Difference between Jboss Application Server and Jboss Me

2007-12-09 Thread [EMAIL PROTECTED]
It's a matter of choice, really, you don't *have to* upgrade. You can stick with JBossMQ if that works well for you. JBossMQ is our legacy implementation, well debugged and tested. It's phased out however beginning with JBoss 5. JBoss Messaging provides better performance/characteristics in

[jboss-user] [JBoss Seam] - error with seam setup

2007-12-09 Thread youyh
could somebody help me to find out what is the problem with my operation? my jdk version is the brandnew 6.03. output form cmd windows: Microsoft Windows [Version 5.2.3790] (C) Copyright 1985-2003 Microsoft Corp. D:\Java\jboss-seam2java Usage: java [-options] class [args...] (to

[jboss-user] [JBoss jBPM] - JBoss - Hibernate Error?

2007-12-09 Thread laura.p
Hi there, I am new to BPEL and JBoss. When I deployed an example I didn't get an error message. But when I tried to call the server from the Browser, I got the message that the processes page cannot be opened. Could this message indicate a hibernate error? Do I have to change any hibernate

[jboss-user] [JBoss AOP] - Invoke a method of the class of the intercepted method

2007-12-09 Thread abdujaparov
Hi, I've written an aspect that intercept a method (for example called a()) of a class (for example called Test). In Test I've defined this: public abstract GoogleTalkBotSbbUsageParameter getDefaultSbbUsageParameterSet(); When I intercept the method b() I want launch this: |

[jboss-user] [JBoss Seam] - Re: Can I run jboss SEAM 2 example on tomcat 6 on jdk 1.6

2007-12-09 Thread [EMAIL PROTECTED]
Seam needs JBoss AS 4.0.5 or AS 4.2 series View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111445#4111445 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111445 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: why seam conversational component created for serval tim

2007-12-09 Thread [EMAIL PROTECTED]
post the component. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111446#4111446 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111446 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Communication between Business and Presentation Layer

2007-12-09 Thread [EMAIL PROTECTED]
You should be able to communicate with remote EJB3s on the business layer in the standard EJB3 way. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111448#4111448 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111448

[jboss-user] [JBoss Seam] - Re: Asynchronous method triggered multiple times.

2007-12-09 Thread [EMAIL PROTECTED]
No, this is a feature of EJB3 timer - read a book or the spec! Quartz or the Java SE timer are non-persistent by default. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111447#4111447 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How do I reload a Data Model on a SessionBean everytime

2007-12-09 Thread [EMAIL PROTECTED]
That doesn't outject the datamodel into event scope. You would need an event scoped manager component which does the outjection. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111449#4111449 Reply to the post :

[jboss-user] [JBoss Seam] - Re: conversation per view-id [natural convesation scope]

2007-12-09 Thread [EMAIL PROTECTED]
koenhandekyn wrote : i'm developping an app part of which is plain editing of instances in a database. | | i have recently discovered natural conversation scope, that cleary should get into the documentation soon !!! This isn't an official feature until 2.0.1, and documented in 2.0.1 :)

[jboss-user] [JBoss Seam] - Re: using static modifier with Seam logger

2007-12-09 Thread [EMAIL PROTECTED]
The interceptor isn't instantiated as a seam component when used, but it is installed as a component. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111451#4111451 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111451

[jboss-user] [JBossCache] - Re: Why won`t fix JBCACHE-622?

2007-12-09 Thread jorgemoralespou_2
Thanks genman, but my app and the cache are both fully started. In fact, using Node directly instead of TreeCache works. The problem this way is that interceptors dont get called, which may prevent getting evicted nodes. what I want to know is if this jira is a bug, and why it wont be fixed, or

[jboss-user] [JBoss jBPM] - Re: JBpm-error in startup

2007-12-09 Thread bluesand4
I am getting the same error. The link http://localhost:8080/jbpm-console/ is working fine, but what to do with it?? Please help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111453#4111453 Reply to the post :

[jboss-user] [JBoss Seam] - Re: NameNotFound Injecting EJB to EJB

2007-12-09 Thread mirko27
Wouldnt I loose seam management when using @EJB? References are there for glassfish, it requires them, doesnt it? I got it finally working by adding this as first declaration in ejb-jar.xml: | enterprise-beans | session | ejb-nameAddHouseAction/ejb-name |

[jboss-user] [JBoss jBPM] - Re: JBpm-error in startup

2007-12-09 Thread kukeltje
sorry, but I totally do not get your post your get a 404 on the /jbpm url but /jbpm-console is working??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111456#4111456 Reply to the post :

[jboss-user] [JBoss AOP] - Re: [i]Introduction[/i] not working in my project but workin

2007-12-09 Thread elysch
I skipped to say that I also implemented in both mixin files the method defined in the interface IEjemploIntro.java. Following I show how I did it (just for completeness): public void metodoNuevoUno(java.lang.String parametro) | { | String a = metodonuevoUno con el

[jboss-user] [JBoss Portal] - partial refresh for portlets (server-side implications)

2007-12-09 Thread attodorov
Hi, I have been reading about the Partial Refresh support in the JBoss forum. I had a very nasty problem with the WebSphere Portal in that whatever kind of AJAX you use with JSF components, all other portlets on the page are re-rendered again. It looks like for that Portal, the only way to

[jboss-user] [JBoss jBPM] - Re: JPDL v3.2 XML schema online

2007-12-09 Thread kukeltje
I initially assumed you tried replacing the 1 with a 2 but quickly came to the conclusion you didn't since it works for me ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111460#4111460 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Occasional error

2007-12-09 Thread przemjaskier
Ryoung, your fix will not work AFICT. Look at the comment I've added to this issue: http://jira.jboss.org/jira/browse/JBSEAM-2086#action_12391226 Greets. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111462#4111462 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JPDL v3.2 XML schema online

2007-12-09 Thread liqweed
I actually did and it didn't work. Probably my bad still 'cause it works now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111464#4111464 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111464

[jboss-user] [JBoss Portal] - Re: partial refresh for portlets (server-side implications)

2007-12-09 Thread [EMAIL PROTECTED]
Partial refresh does not use ajax4jsf. Actually it's purpose is to have a refresh of a unique window at a time, that portlet does not have to use any AJAX technology. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111466#4111466 Reply to the post :

[jboss-user] [JBossWS] - Weird behaviour of JbossWS with DII

2007-12-09 Thread paoletto
i have this endpoint, which reflects a Session bean implementation | package bps.ejb; | | import javax.jws.WebService; | | @WebService(targetNamespace = http://bps.ejb;, | name = BpsFrontendEndpointInterface) | | public interface BpsFrontendEndpointInterface { |

[jboss-user] [JBoss Seam] - Seam iText - Page X of Y

2007-12-09 Thread mdesignz
Hello, Using Seam (2.0.GA), is there a way of creating: Page X of Y such as Page 23 of 42? I didn't see anything in the docs. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111467#4111467 Reply to the post :

[jboss-user] [JBoss Seam] - Re: NameNotFound Injecting EJB to EJB

2007-12-09 Thread msystems
mirko27 wrote : | Wouldnt I loose seam management when using @EJB? | Yes, you would loose Seam managed transactions. mirko27 wrote : | References are there for glassfish, it requires them, doesnt it? | Okay, I'm using JBoss AS - I don't have to declare ejb-references :-) Looks like

[jboss-user] [JBoss Seam] - Seam iText - Table in Footer

2007-12-09 Thread mdesignz
This does not seem to work (it prints the table as a header): f:facet name=header p:font size=8 p:footer borderWidthTop=1 borderColorTop=blue p:table columns=3 p:cellWhy Seam?/p:cell

[jboss-user] [Beginners Corner] - Re: How to handle configurable properties.

2007-12-09 Thread jfrankman
Thanks for the reply. I have a few more questions. 1. By touch do you mean open the file, make a change, and save it? 2. Is there an easy way to adjust the properites file if it is in a zipped ear file? 3. When I make a change to the applications.xml file does it redeploy the entire .ear? If

[jboss-user] [JBoss Seam] - CascadeType.Remove and asynchronous method

2007-12-09 Thread hispeedsurfer
Hi, I have a entity that is in relation with some other entities with cascade type 'remove'. When I call an action from website to remove (entityManager.remove(userQuery);) an specific entity all other entities are also removed as expected. But if the same is called inside an asynchronous

[jboss-user] [Installation, Configuration DEPLOYMENT] - jboss 3.2.3 read-ahead, loadgroups and eager-load-group

2007-12-09 Thread sponiza
Hi all, I am trying to get read-ahead working for my installation. First with on-find and later with on-load. I have read and read the documentation on this, put the loadgroups-statements on different places in the jbosscmp-jdbc descriptor, but JBOSS keeps complaining about a

[jboss-user] [JBoss Seam] - Re: Having problems with quality of distributions

2007-12-09 Thread woo37830
Is anyone else having as much trouble getting very simple JBoss Seam things to work? I'm using JBoss 4.2.2.GA and jboss-seam-2.0.0.GA. I finally got my first simple seam setup/new-project/explode to actually run! I then try: seam new-entity, enter Person, take defaults. It creates things!

[jboss-user] [JBoss Seam] - how to invoke action, then display resource

2007-12-09 Thread gsegura
Hi, I want to show a page with an excel file after clicking some button. But don't know how to redirect to show the file, I tried using pages.xml as any other page but didn't worked: s:link view=/reports/status_report.xls value=Export target=_blank / | !-- This don't work, what would be

[jboss-user] [JBoss Seam] - form submission and s:button

2007-12-09 Thread minamti
I have a problem here and any help is appreciated. I have a form in which I used a few s:buttons to get to the actions. Now, the form has user data which needs submission. Can I use javascript (onclick) in s:button to programatically submit the form? Thanks, M View the original post :

[jboss-user] [JBoss Seam] - Question about SEAM booking example

2007-12-09 Thread [EMAIL PROTECTED]
Hi, In the SEAM documentation, it said anonymous wrote : The booking application uses JSF, EJB 3.0 and Seam, together with Facelets for the view. There is also a port | of this application to JSF, Facelets, Seam, JavaBeans and Hibernate3. | Can you please tell me where can I find the

[jboss-user] [JBoss jBPM] - Re: Persitence problem

2007-12-09 Thread rodosa
When the server starts also thrown an exception:: | 2007-12-10 00:19:50,312 DEBUG [org.hibernate.util.JDBCExceptionReporter] could not execute query [select job0_.ID_ as ID1_26_, job0_.VERSION_ as VERSION3_26_, job0_.DUEDATE_ as DUEDATE4_26_, job0_.PROCESSINSTANCE_ as PROCESSI5_26_,

[jboss-user] [Installation, Configuration DEPLOYMENT] - jboss products integration?

2007-12-09 Thread nitm
hi, we're currently configuring a new server and we want to be able to use the following: - j2ee (servlets, ejbs) - hibernate - php (for the view part) the server is running with windows xp os (its just a development server). we want to use the JBoss AS 4.2.2 and after a few days of

[jboss-user] [JBoss Seam] - missing conversation entry error

2007-12-09 Thread gsegura
Hello I'm having problems with a nested conversation, which after termination cannot restore the parent conversation only in 1 out of 3 similar (it seems so) cases. Its a case of edition of item A which has a collection of items B, when edition of item A starts I begin a conversation, inside

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss 4.2.2 doesn't work with the latest version of JSF RI :

2007-12-09 Thread Juergen.Zimmermann
As indicated at http://jira.jboss.org/jira/browse/JBAS-5063: JBossAS 4.2.2 doesn't work with the latest version of JSF RI :-( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111497#4111497 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam Security - add a permission to Identity

2007-12-09 Thread [EMAIL PROTECTED]
I'm currently working on some extensions to the security API, one of these will be ACL security which will allow you to assign instance-based permissions to users. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111498#4111498 Reply to the post :

[jboss-user] [JBoss jBPM] - actionHandler creates mutiple tokens , then to same Join (He

2007-12-09 Thread lzhu12
hi, I am creating a work flow Like: Node1(MyActionHandler) --Task 1---Node2-- Task2---Join --- node 3 --Task 1---Node2-- Task2---Join --Task 1---Node2-- Task2---Join there is a actionhandler named MyActionHandler in Node1,

[jboss-user] [JBoss jBPM] - Re: actionHandler creates mutiple tokens , then to same Join

2007-12-09 Thread lzhu12
Node1(MyActionHandler) --Task 1---Node2-- Task2---Join --- node 3 --Task 1---Node2-- Task2--- --Task 1---Node2-- Task2--- this is work flow View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to start JBoss in Windows XP Pro automatically at lo

2007-12-09 Thread jaikiran
Start JBoss as a service. Use JBoss Native, as mentioned at http://wiki.jboss.org/wiki/Wiki.jsp?page=RunJBossAsAServiceOnWindows. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111503#4111503 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Configuring Jboss + Apache HTTPD + tomcat

2007-12-09 Thread sbarreros
Hello, after 2 days of trying multiple things I finally have decided to seek for expert advice from you guys. Here is my scenerio, I have Apache2, jboss4.2.2, and tomcat 5 all running on the same linux server and I need to have them work all together which they were to a certain extent. We

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-12-09 Thread beligum
Hi Pete, As this may be true, I'm still having troubles with UseJBossWebLoader=false and JSF, eg when using RichFaces' Tree and adviseNodeOpened, throwing this exception: | 06:11:09,568 ERROR [STDERR] Dec 10, 2007 6:11:09 AM com.sun.facelets.FaceletViewHandler handleRenderException |

[jboss-user] [JBoss jBPM] - is it possible that joinContext in joinhandler find all toke

2007-12-09 Thread lzhu12
hi, is it possible that joinContext In joinHandler find all tokens in workflow? i mean even the tokens belong to other join thx a lot View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111507#4111507 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Not able to access web service via IP

2007-12-09 Thread jaikiran
Are you able to ping the JBoss server using this IP from your remote machine? Also, does telnet xxx.xxx.xxx.xxx 1099 where xxx.xxx.xxx.xxx is the IP of your JBoss server, work from the remote machine? And what is the exact command that you use to start JBoss? View the original post :

[jboss-user] [Beginners Corner] - Re: Why I can't start JBOSS 4.2.2GA?

2007-12-09 Thread jaikiran
jackhexy wrote : | I caught the crux of the problem for i couldn't start the server. | There is a Equipment named 'nul' in dos ,but it was wrong in my windows system,maybe it was sabotaged.When I deploymented PostgreSQL 8.2,the wrong messages same to them in Jboss4.2 | Finially,I judged

[jboss-user] [EJB/JBoss] - how to serialize inputstream

2007-12-09 Thread mermaid
Hello How to serialize inputstream .I need to pass it to remote ejb methods Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111512#4111512 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111512

[jboss-user] [JBoss Seam] - Recommendation: Filter, Servlet or tag

2007-12-09 Thread marius.oancea
Hello, I have a field read from db that contains some HTML and I have to display this field. The HTML contans things like : . All images are in a db table with 3 fields: id - e.g. ./MyImages/img1.jpg mimetype data (blob) I see 3 ways to implement this: - create a Filter that find

[jboss-user] [JBoss jBPM] - Finding next task after join?

2007-12-09 Thread pietermartin
Hi, I am trying to programatically find the next tasks to display to the user as buttons while he is busy on any particular task. I get this right with normal transitions to tasks and forks but do not know how to do this when the transition is to a join. I would then need to find out whether

[jboss-user] [JBoss jBPM] - Re: Problem with my jbpm database

2007-12-09 Thread dleerob
A quick update: I no longer seem to have dropped connections after creating the datasource in tomcat, and setting the maxIdle parameter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111515#4111515 Reply to the post :

[jboss-user] [EJB/JBoss] - non-JRMP server at remote end point

2007-12-09 Thread anupamkakade
Hi, I am doing RMIS. In that i have 2 applications deployed on 2 jboss servers on different machines. These applications should connect and make calls to each other thru RMIS . I have done all the necessary steps for Secure RMI But the exception i am getting is java.rmi.ConnectIOException :

[jboss-user] [Security JAAS/JBoss] - non-JRMP server at remote end point

2007-12-09 Thread anupamkakade
Hi, I am doing RMIS. In that i have 2 applications deployed on 2 jboss servers on different machines. These applications should connect and make calls to each other thru RMIS . I have done all the necessary steps for Secure RMI But the exception i am getting is java.rmi.ConnectIOException :

[jboss-user] [EJB/JBoss] - non-JRMP server at remote end point

2007-12-09 Thread anupamkakade
Hi, I am doing RMIS. In that i have 2 applications deployed on 2 jboss servers on different machines. These applications should connect and make calls to each other thru RMIS . I have done all the necessary steps for Secure RMI But the exception i am getting is java.rmi.ConnectIOException :

[jboss-user] [EJB/JBoss] - bets practics of an ejb app initialization

2007-12-09 Thread trunikov
Hi ALL! I'm fairly weak with EJB, so I need your guidelines. I have application which has several EJBs. One of them is message driven bean (MDB). The application use some library which has to be initialized. At the moment I put library's initialization code in a method ejbCreate() of the MDB.

[jboss-user] [JBoss Seam] - Re: Seam iText - Table in Footer

2007-12-09 Thread bolke
this is a restriction of the implementation. You could do something with facet=header, but at the moment imho pdf generation through tags is not very mature yet. Although iText is quite fast, its roots are ancient and it shows. View the original post :

[jboss-user] [JBoss Seam] - Outject doesn't work

2007-12-09 Thread Bernix
I have an UserListBean, a userList.xhtml page and a userView.xhtml page,and when I try to outject the DataModelSelection,from the list page to the view page,but it doesn't work: UserListBean.java @Stateful | @Scope(SEESION) | @Name(userList) | public class UserListBean implememts

[jboss-user] [EJB/JBoss] - Invoking methods annotated with @PreDestroy

2007-12-09 Thread rabbiaqaswar
Hello Can anyone please tell me whether the @PreDestroy annotation is supported in the JBoss 4.0.4.GA? I am closing a database connection in a method annotated with the @PreDestroy in a Stateless Session Bean. After closing the connection i have a logger statement. But that statement is never