[jboss-user] [JBoss jBPM] - Re: where are ended project in the console

2007-04-04 Thread [EMAIL PROTECTED]
No, the 3.2 console does not currently have a way to view or delete ended process instances. You can navigate to ended process instances directly by entering the process ID in the URL though. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034574#4034574

[jboss-user] [JBoss Seam] - Re: 12.3.6 Login Redirection

2007-04-04 Thread [EMAIL PROTECTED]
The recommended way to achieve this is with pages.xml. Here's a snippet from pages.xml from the seamspace example that redirects to the users profile page after logging in: page view-id=/home.xhtml | navigation from-action=#{identity.login} | rule

[jboss-user] [JBoss jBPM] - problem solved

2007-04-04 Thread dmoeller
Seems that the problem is solved. My first set up of JBPM ran in the all profile. When I set up the default server profile for JBPM, it worked fine. I have no clue, what is the reason, but I can live with this solution. regards Daniel View the original post :

[jboss-user] [JBoss Seam] - Re: rule based security - hard wired names in ant project

2007-04-04 Thread [EMAIL PROTECTED]
seam-gen simply creates a project with sensible defaults, if you want to change them there's nothing stopping you. Simply modify your components.xml and build.xml if you wish to name your rules file something other than the default. View the original post :

[jboss-user] [JBoss Seam] - Re: h:commandLink has to be clicked twice

2007-04-04 Thread [EMAIL PROTECTED]
Your browser should indicate whether there's a javascript error or not (usually in its status bar). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034581#4034581 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034581

[jboss-user] [JBoss Seam] - Re: rule based security - hard wired names in ant project

2007-04-04 Thread knuwu
Yes... of course...no problem But with each single change to the original ant project, you are getting more and more problems to keep track changes packed in future seam releases. And there had been quite a lot of changes in the last months. View the original post :

[jboss-user] [JBossCache] - Re: IdentityLock timeouts occuring after 0 ms and no locks?

2007-04-04 Thread timferro
That's good news - thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034584#4034584 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034584 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: How to well form navigation for extended el

2007-04-04 Thread [EMAIL PROTECTED]
Your link is calling rocketCenterAction.showDetailedUnit yet your navigation rule is for showDetailedViewAction.showDetailedUnit. Are you sure that's what you meant? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034582#4034582 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 - Mailing process - Exception during deployment

2007-04-04 Thread kukeltje
I would if I had the time to try it. My spare time is currently filled with playing tennis, kitesurfing and a certain special lady. All that remains is being used to answer questions in the forum. Trying to find the cause of this would take relatively to much time, so I think I have to pass it.

[jboss-user] [JBoss Seam] - Re: Load Resource Bundle

2007-04-04 Thread knuwu
Hi jbossja Do you have a file messages_fr.properties in the directory /resources? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034586#4034586 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034586

[jboss-user] [JBoss Seam] - Re: Question on Seam Request/Response Cycle

2007-04-04 Thread [EMAIL PROTECTED]
It's definitely your browser, have you tried doing a hard refresh? (ctrl-F5). If you really want to prove it, edit jboss/server/default/deploy/jbossweb-tomcat55.sar/conf/web.xml and comment out the welcome-file-list section at the bottom of the file, then restart JBoss and try it again. View

[jboss-user] [JBoss jBPM] - Changes don't commit on the database

2007-04-04 Thread remon_sherin
Hi all I'm facing a really cumbersome problem. in my program I create a new process definition and deploy it, and then I use the process definition to create a process instance, which I save it later. the program works will, but nothing changes in the database, all tables have 0 rows. I'd be

[jboss-user] [JBoss jBPM] - Re: Designer alpha version - eclipse updates required?

2007-04-04 Thread estaub
Thanks, Koen. Two more quick (I think!) questions: Does org.jbpm.gd.jpdl have dependencies on other portions of the jbpm.3 tree? If so, can the head be used, or is some other tag required? -Ed Staub View the original post :

[jboss-user] [JBoss Seam] - Re: Security flaw in Seam docs, section 12.3.2

2007-04-04 Thread waynebagguley
How do I remove all the roles in one go? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034592#4034592 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034592 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: 12.3.6 Login Redirection

2007-04-04 Thread [EMAIL PROTECTED]
| !-- Tell the system where to send the user after login -- | page view-id=/login.xhtml | navigation from-action=#{identity.login} | rule if-outcome=loggedIn | redirect view-id=/pages/mainpage.xhtml/ | /rule |

[jboss-user] [JBoss jBPM] - Re: Designer alpha version - eclipse updates required?

2007-04-04 Thread wjm
[EMAIL PROTECTED] wrote : To work on the head of the designer you should checkout the org.jbpm.gd.jpdl project in the module jbpm.3/designer/jpdl. The build script of jpdl 3.2 fetches the already built designer (3.0.13.1)from the repository. | | Regards, | Koen Thanks alot for taking

[jboss-user] [JBoss Seam] - Re: First Deploy and Getting an Error

2007-04-04 Thread [EMAIL PROTECTED]
Or get the latest version from CVS. Norman's been working on updating Seam and all the examples to run in JBoss 4.2.x, I'm not sure if seam-gen has been updated yet but you might be lucky, otherwise it won't be long. View the original post :

[jboss-user] [JBoss Seam] - Design flaw? org.jboss.seam framework.Query doesn't have get

2007-04-04 Thread mgrouch
org.jboss.seam framework.Query doesn't have getCacheable() method. org.jboss.seam framework.EntityQuery doesn't have getCacheable() method either. How would be possible to make a query cacheable then? Is this a design flaw in Seam or there is some other way of achieving this? Thanks View the

[jboss-user] [JBoss Seam] - Re: 12.3.6 Login Redirection

2007-04-04 Thread [EMAIL PROTECTED]
Identity.login() returns a loggedIn outcome if authentication is successful. Alternatively you can use: | rule if=#{identity.loggedIn} | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034601#4034601 Reply to the post :

[jboss-user] [JBoss AOP] - JBOSS AOP on Websphere 6.1

2007-04-04 Thread marimuthub
I have developed simple web application using JBOSS AOP. The web application contains servlet,jsp,POJO java and Interceptor files. I have compiled using javac command ( basically I have used jboss aop jdk50 related jar files). The compilation is successful The web application is working fine

[jboss-user] [JBoss Seam] - Re: Security flaw in Seam docs, section 12.3.2

2007-04-04 Thread [EMAIL PROTECTED]
You have direct access to the subject via Identity.getSubject(), if you want to remove all the roles simply iterate through the principals in the subject until you find the Roles group. Here's an example: | for ( Group sg : Identity.instance().getSubject().getPrincipals(Group.class)

[jboss-user] [JBoss Seam] - Re: PDF Font Colour (Color for some...)

2007-04-04 Thread [EMAIL PROTECTED]
p:image has changed for 1.3. It would now uses the value attribute for all types of values: p:image alignment=right wrap=true value=/jboss.jpg / p:image alignment=center value=#{images.chart} / It also accepts seam image transforms:: p:image alignment=center value=#{images.chart}

[jboss-user] [Installation, Configuration Deployment] - Re: Problems with JBoss deployment

2007-04-04 Thread PeterJ
What is in your /etc/hosts file? Looks like your host is not correctly defined there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034607#4034607 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034607

[jboss-user] [JBoss Seam] - Re: Load Resource Bundle

2007-04-04 Thread knuwu
I typically load Resources like this in my bean class: | ResourceBundle.instance().getString(this.label); | Attention: ResourceBundle is of type org.jboss.seam.core.ResourceBundle! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034608#4034608 Reply to

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to map a java double type in hibernate to oracle NUM

2007-04-04 Thread yangju
The problem I am facing is hibernate validator. If I turn off validator, there is no problem for the mapping at run time. I tried big_decimal. It could not pass the hibernate validator. Looks like the jdbc driver returns decimal type but the hibernate expected numeric. They are really the same

[jboss-user] [JBoss Seam] - Re: 12.3.6 Login Redirection

2007-04-04 Thread [EMAIL PROTECTED]
| !-- Tell the system where to send the user after login -- | page view-id=/login.xhtml | navigation from-action=#{identity.login} | rule if=#{identity.loggedIn} | redirect view-id=/pages/mainpage.xhtml/ | /rule |

[jboss-user] [Clustering/JBoss] - Re: Cannot persist replicated EntityBeans

2007-04-04 Thread ifallon
OK. Next brain-hurdle: What is the relationship between the distributed EJB3 entity cache and the commit options etc defined in standardjboss.xml ? I'm still seeing DB access even for queries by explicit primary key value for objects in the cache and wondering if there are other thing I need

[jboss-user] [JBoss Seam] - Re: 12.3.6 Login Redirection

2007-04-04 Thread [EMAIL PROTECTED]
aha! the page was actually: | !-- Tell the system where to send the user after login -- | page view-id=/pages/user/login.xhtml | navigation from-action=#{identity.login} | rule if=#{identity.loggedIn} | redirect view-id=/pages/mainpage.xhtml/

[jboss-user] [JBoss AOP] - Re: I can't get AOP to cross cut ... Please help

2007-04-04 Thread wgmartinez
Hi Kabir, I'm not sure if you got my latest reply and I'm sorry to take your time. Did you have a look at the latest exception? Do you have any idea what it is? Thanks Willy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034619#4034619 Reply to the post :

[jboss-user] [JBoss Seam] - Re: JBoss AS PHP

2007-04-04 Thread chuckadams
Caucho is the one with the PHP implementation in Java, called Quercus. It's pretty slick, but it's pretty well tied to Resin, and it doesn't have the kind of integration with Java classes that would let you write a seam app in PHP. You could make a PHP app communicate with Seam if you used

[jboss-user] [Installation, Configuration Deployment] - Re: Problems with JBoss deployment

2007-04-04 Thread ppantazis
Peter, you are absolutely right. I had mistyped the hostname in /etc/hosts Things look good now. Thanks a bunch for your help Paul View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034624#4034624 Reply to the post :

[jboss-user] [JBoss Portal] - How to open a jsf popup window from a portlet and keep faces

2007-04-04 Thread jpbarbe
Hi, I use Jboss Portal 2.6 Alpha1 with SEAM 1.1.6.GA, and I'd like to open a JSF popup window from a portlet. I try this: s:link action=#{deliveryManager.displayDelivery} value=POPUP onclick=window.open('/view/requestDeliveryManager.jsp', 'test', 'menubar=no');return false;/ It doesn't work: A

[jboss-user] [JBoss Seam] - Re: JBoss AS PHP

2007-04-04 Thread petemuir
chuckadams wrote : I might just roll my own two-way messaging with a database as a rendezvous point instead. Another option is to use Seam Remoting I think. anonymous wrote : Groovy, on the other hand, would be pretty nice to write a Seam app in. Watch this space :) View the original post :

[jboss-user] [JBoss AOP] - Re: JBOSS AOP on Websphere 6.1

2007-04-04 Thread [EMAIL PROTECTED]
Sorry, I have no access to Websphere. I guess it would have something to do with the JBossClassPool being used, but not sure. Can you try using compile-time aopc instead of loadtime weaving? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034629#4034629 Reply

[jboss-user] [JBoss AOP] - Re: JBOSS AOP on Websphere 6.1

2007-04-04 Thread [EMAIL PROTECTED]
Something is wrong with the class loader hierarchy. Javassist should have access to classes like java.lang.Exception. What is the class loader structure shown at the administrative console Class Loader page? View the original post :

[jboss-user] [JBoss Portal] - conflict between org.jboss.mx.util packages?

2007-04-04 Thread FredF
I noticed that the package org.jboss.mx.util is located in different jar files in my jboss installation. jboss/client/jbossall-client.jar jboss/client/jmx-client.jar jboss/lib/jboss-jmx.jar Because the container object is represented by a MBeanProxy object (located in these packages) and the

[jboss-user] [JBoss Seam] - Using HibernateEntityQuery vs EntityQuery

2007-04-04 Thread mgrouch
Where can I find examples with direct HibernateEntityQuery use in Seam actions instead or EntityQuery? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034640#4034640 Reply to the post :

[jboss-user] [JBoss jBPM] - Performence

2007-04-04 Thread talshain
JBPB Performence View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034647#4034647 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034647 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Performence

2007-04-04 Thread talshain
talshain wrote : JBPB Performence We need a comparison table of JBPB to other vendors (like Ensemble of Intersystem) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034649#4034649 Reply to the post :

[jboss-user] [JBoss Portal] - Portlet URL

2007-04-04 Thread srinivasanj
i am using my application in JBoss Portal JSR 168 Portlet i had a problem to mapping the url i had three portal pages in a portlet i mapped from AB page and also i need to map BC but it redirect to the A. i can't understand the mapping . can any one suggest me. View the original post :

[jboss-user] [JBoss Seam] - java.lang.RuntimeException: Could not create Component: org.

2007-04-04 Thread tiwaryamit
PLEASE HELP. Hey Geeks; Pls help. This is the first day with Seam and I ran into this problem. I am trying to use Spring with Seam. I get the above exception. The root cause is Caused by: java.lang.IllegalArgumentException: no such setter method:

[jboss-user] [JBoss Seam] - no such setter method: org.jboss.seam.ioc.spring.ContextLoad

2007-04-04 Thread tiwaryamit
Please help geeks. Caused by: java.lang.IllegalArgumentException: no such setter method: org.jboss.seam.ioc.spring.ContextLoader.contextLocations at org.jboss.seam.util.Reflections.getSetterMethod(Reflections.java:219) at

[jboss-user] [Clustering/JBoss] - Re: Could not find data type to lookup by marshaller

2007-04-04 Thread vulee
These codes had been working fine for months under default configuration, but it began logging these msgs after I grouped them in cluster. Though I fixed it by modifying the log level, the problem is still there. I would like to investigate what trigger the problem. View the original

[jboss-user] [JBoss Seam] - Re: First Deploy and Getting an Error

2007-04-04 Thread ankiewsky
Thank you Guys, I will try both solutions. regards, Edgar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034658#4034658 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034658

[jboss-user] [JBoss jBPM] - Re: Errors with global transactions on oracle

2007-04-04 Thread freerider
We just tried it with Oracle 10.2.0.1 and we still get the same error (The jdbc driver has version 10.2.0.3). ORA-02089: COMMIT is not allowed in a subordinate session java.sql.SQLException: ORA-02089: COMMIT is not allowed in a subordinate session Is this still a jdbc driver problem or is

[jboss-user] [JBoss Seam] - Re: no such setter method: org.jboss.seam.ioc.spring.Context

2007-04-04 Thread youngm
What does your components.xml file look like? I believe the property is supposed to be config-locations not context-locations. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034663#4034663 Reply to the post :

[jboss-user] [JBossCache] - java.io.NotSerializableException: WebappClassLoader

2007-04-04 Thread philippe.suray
Hello, I would like to use TreeCache inside JBossAS and access it from Tomcat running outside JBossAS. - JBoss 4.0.5 GA - Tomcat 5.5.20 - WinXP - j2sdk1.5.0_07 I have a cache-service.xml config in the deploy directory of JBoss, here is the config: | ?xml version=1.0 encoding=UTF-8? |

[jboss-user] [JBoss Eclipse IDE (users)] - Re: J2EE perspective in JBossIDE?

2007-04-04 Thread [EMAIL PROTECTED]
The webtools j2ee perspective also does not ever, and should not now, include a deploy to option anywhere in it. It instead uses the server view, and actions such as the Run On Server action. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034665#4034665

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Export Project as .sar

2007-04-04 Thread [EMAIL PROTECTED]
The jboss packaging utilities and packaging configurations are great wrappers for ant to make it a bit less confusing. There are old tutorials which outline just that part. Also, packaging is undergoing a huge change and will be very different in the RHDS version. View the original post :

[jboss-user] [JBoss Seam] - Re: Multiple datasources?

2007-04-04 Thread c_eric_ray
datasource... | datasources | | local-tx-datasource | jndi-namePostgresDS1/jndi-name | connection-urljdbc:postgresql://localhost:5432/db1/connection-url | driver-classorg.postgresql.Driver/driver-class | user-namedb1/user-name | passworddb1/password |

[jboss-user] [JBossCache] - Re: java.io.NotSerializableException: WebappClassLoader

2007-04-04 Thread [EMAIL PROTECTED]
You can't execute the registerClassloader method remotely; a classloader is not meant to be serialized. Why do you want to use that method from the Tomcat server? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034670#4034670 Reply to the post :

[jboss-user] [JBoss Seam] - Re: User Interface Challenge: Possible, poor practice?

2007-04-04 Thread chuckadams
I know one of the Seam users is working on GWT integration, though I don't know how far along it is. I'm not sure that facelets will cooperate with generating source on the fly -- you might be better served by writing custom facelets tags instead that dynamically insert JSF controls when

[jboss-user] [Clustering/JBoss] - Re: Could not find data type to lookup by marshaller

2007-04-04 Thread [EMAIL PROTECTED]
For a proper answer, suggest you post on the Remoting forum. It looks to me like there's no real issue here, just a case of Remoting logging at too high a level (should be TRACE not DEBUG). In that case, just limiting the log category is fine. (If there were a serious problem, there'd be

[jboss-user] [Installation, Configuration Deployment] - Re: deploying a jdbc driver with the application ear ???

2007-04-04 Thread [EMAIL PROTECTED]
Have a look at this: http://wiki.jboss.org/wiki/Wiki.jsp?page=IWantToDeployMyOwnJdbcDriverInAScopedClassloader This is generally something you do not want to do :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034677#4034677 Reply to the post :

[jboss-user] [JBoss Seam] - Question regarding page parameter

2007-04-04 Thread kingcu
Hi, I have a question on using the page parameters. Here is the situation: I have a main page and some child pages, navigation goes from the main page to the child pages and then back to the main page; some state on the main page needs to be kept when going to the child page and restored later

[jboss-user] [JBoss Seam] - Re: First Deploy and Getting an Error

2007-04-04 Thread [EMAIL PROTECTED]
No -seam-gen will get updated today. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034679#4034679 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034679 ___ jboss-user mailing

[jboss-user] [Installation, Configuration Deployment] - Re: deploying a jdbc driver with the application ear ???

2007-04-04 Thread c_eric_ray
xlnt. i'll leave my configuration as is. btw, thanks for the quick response. you guys at jboss rock. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034680#4034680 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034680

[jboss-user] [Clustering/JBoss] - Re: Could not find data type to lookup by marshaller

2007-04-04 Thread vulee
Brian, Thanks for the suggetion. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034683#4034683 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034683 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Exception while clustering seam-booking demo

2007-04-04 Thread ray.ploski
That fixed the issue. Thanks much! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034688#4034688 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034688 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - binding UIData and Seam

2007-04-04 Thread karthikjboss
Hi, From my h:dataTable in the view, I bind to the UIData declared in my Session bean using binding attribute. h:dataTable var=listing value=#{searchListing} width=100% rowClasses=lowerborderDashed binding=#{listingSearchAction.listData} I am getting the following exception: Caused by:

[jboss-user] [JBoss Seam] - Re: binding UIData and Seam

2007-04-04 Thread petemuir
You can't use bind to conversation scoped Seam components. In fact, we would recommend not using JSF binding unless really really necessary View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034692#4034692 Reply to the post :

[jboss-user] [JBossWS] - Handle

2007-04-04 Thread KoniKoni
I use Netbeans 5.5, where i have to be save jaxws-handlers.xml im netbeans projekt struktur? org.jboss.ws.WSException: Cannot resolve URL to handler file: WEB-INF/jaxws-handlers.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034693#4034693 Reply to the

[jboss-user] [EJB 3.0] - Re: Entity relationship and remove operations

2007-04-04 Thread kstrunk
fhh wrote : Have you looked up which entity the error message refers to and to which constraint? | | Another problem might be that your entityManager is not in sync with the database. | | | Regards | | Felix Hi Felix, the error message refers to member sender of entity

[jboss-user] [JBoss Seam] - Re: ResourceServlet with injection

2007-04-04 Thread tfvaida
What if you need something like injection? I have a case where I need to access some application/persistence level information to allow my ResourceServlet to access an internal protected store of files and stream them through to the end client. How do I get access to these components? View

[jboss-user] [EJB 3.0] - Re: Deploying a simple HelloWorld EJB3 under JBoss

2007-04-04 Thread shupingChen
I am reading the Mastering EJB 3.0 , and I have encountered the same problem when I deploy the Helloworld example. I am using the jboss-4.0.5.GA. When I deploy the EJB to JBoss, the client code throws an exception showing that the examples.session.stateless.Hello is not bound. Do you have

[jboss-user] [JBoss Seam] - Can Seam do AJAX within AJAX?

2007-04-04 Thread j99976
Hi all, I'm currently evaluating technologies for the next version of our product, and I'm really liking the look of Seam, we use Hibernate for our current version, so it looks like a good direction for us to go in. I'm wondering though if this is possible. We would like to create a very

[jboss-user] [JBoss Seam] - Re: binding UIData and Seam

2007-04-04 Thread karthikjboss
okay, in such a case, all I need is to get the rowIndex of the DataModel in the view. If it is bound, I can use getRowIndex(). Since I cannot use binding, is there any way I can get the RowIndex in the view? I do not need the DataModelSelectionIndex. I need the rowIndex of each row inside the

[jboss-user] [Installation, Configuration Deployment] - EAR Deployment Classloader Issues

2007-04-04 Thread kraythe
Greetings, I am having a problem with deploying an EAR to the current production release of JBoss. The problem is that I have two WARs that use the same libraries as the EJBs in the EAR. However, neither WAR is able to see the libraries that are deployed in the EAR. Multiple attempts to resolve

[jboss-user] [JBoss Eclipse IDE (users)] - Re: J2EE perspective in JBossIDE?

2007-04-04 Thread shawnsmsu
Max, typically the J2EE perspective displays the folder contents in a J2EE format (i.e. WEB-INF index.html at the top level) but this is displaying the folder structures as they're structured in CVS. The deploy-to feature then copies them in that structure and JBoss is unable to load the app

[jboss-user] [JBoss Eclipse IDE (users)] - Re: J2EE perspective in JBossIDE?

2007-04-04 Thread [EMAIL PROTECTED]
The J2EE perspective does that if your projects are WTP projects. Are they ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034701#4034701 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034701

[jboss-user] [Clustering/JBoss] - Clustering not working on Windows XP out of the box

2007-04-04 Thread hamptont
I just switched to JBoss AS 4.0.5 (previously was using 4.0.3SP1). I followed the same steps that I had previously used to configure 2 clustered JBoss instnaces on my laptop running Windows XP. 1) copy the all configuration to node1 and node2 2) edit the /conf/jboss-service.xml file to enable

[jboss-user] [JBoss Seam] - Re: binding UIData and Seam

2007-04-04 Thread petemuir
How about using @DataModel/@DataModelSelection, a page parameter, or even, if searchListing is an implementation of DataModel, @In(#{searchList.rowIndex}) in your backing bean View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034710#4034710 Reply to the post :

[jboss-user] [JBoss Seam] - Re: binding UIData and Seam

2007-04-04 Thread [EMAIL PROTECTED]
You can bind it to an EVENT scoped component if you just need the index: | h:dataTable value=#{wikiTextAttachments} var=link style=width:450px; | binding=#{wikiUtil.datatable} | styleClass=datatable rightBorder leftBorder topBorder bottomBorder |

[jboss-user] [JBoss Seam] - Re: Can Seam do AJAX within AJAX?

2007-04-04 Thread petemuir
Seam has excellent integration with (Jboss) Ajax4jsf (for ajax enabling existing JSF pages) and RichFaces (for ajax enabled components like suggestion boxes,tables etc) and I'm pretty sure you can do what you want with them. Perhaps asking this in the Ajax4jsf forum would be helpful? View

[jboss-user] [EJB 3.0] - Re: Entity relationship and remove operations

2007-04-04 Thread kstrunk
Hi! I've just altered the table to enable cascading: | CONSTRAINT fk278c74e4b6f3dc65 FOREIGN KEY (sender) | REFERENCES users (id) MATCH SIMPLE | ON UPDATE NO ACTION ON DELETE CASCADE, | And now deleting users works fine, but why is the schema not created automatically

[jboss-user] [JBoss Seam] - Re: Question regarding page parameter

2007-04-04 Thread kingcu
I read the pages.dtd to find the action element and got it working with that. Here is how I did it: 1. Add a String property selectedTab to the backing EntityHome of the main page; 2. In each child page's Seam page config XML (child.page.xml), add an action element that calls

[jboss-user] [JBoss Seam] - Tomahawk Scheduler

2007-04-04 Thread fduo
Hello, I am try to use the Tomahawk Scheduler. I know it's not recommended to use Tomahawk together with seam. But rightnow Tomahawk is the only libery with a Scheduler component and it fits just perfect into my application. Unfortunatly I am trying to get it working since 2 days with no

[jboss-user] [JBoss jBPM] - Re: Designer alpha version - eclipse updates required?

2007-04-04 Thread [EMAIL PROTECTED]
Hi guys, @Bill: I did not yet try to do a build of the designer after I merged the two plugins. How did you build it exactly? I still have to adapt the org.jbpm.gd.build project AFAIR. A quick patch would be to import the org.jbpm.gd.jpdl project in your workspace and do an export. Of

[jboss-user] [EJB 3.0] - MDB abstract base class and EJB3 annotations

2007-04-04 Thread ajay662
I have following scenario where my MDB class extends an abstract class which implements the MessageListener interface. public abstract class MDBBase implements MessageListener { |public void onMessage(Message message) { | | processJob(some-params) |} |

[jboss-user] [JBoss Seam] - Re: ResourceServlet with injection

2007-04-04 Thread tfvaida
Oops - nevermind - I figured out how to get around this: First - you cannot inject anything other than the logger, PeristenceManager and such throw errors. You will have the application context which as the example code shows can be grabbed from the static Contexts.getApplicationContext()

[jboss-user] [JBoss Messaging] - Incompatible local class org.jboss.remoting.InvokerLocator

2007-04-04 Thread tonylmai
Hello all, I am trying to migrate my application from using JBoss MQ to JBoss Messaging. I have followed the doc and installed JBoss Messaging 1.2.0 SP1, I ran the queue example and it worked fine. However, when I tried to run my client (external) app, I have the following error: anonymous

[jboss-user] [EJB 3.0] - EJB3 metrics

2007-04-04 Thread [EMAIL PROTECTED]
Hi I was wondering if someone could point me to information relating to any metrics which the current EJB3 implementation exposes? I know for EJB2.1 various metrics were exposed via JMX, e.g. for a SLSB you could see the number of method-ready beans, how many calls have been made to

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 - Mailing process - Exception during deployment

2007-04-04 Thread ygiriyap
Hi Ronald ... np. I appreciate the spirit with which you have been answering the questions in the forum.Your replies have helped many and saved a lot of time. Meanwhile I found the issue. MailAction class which extends form the Action class doesnt have its corresponding hibernate mapping

[jboss-user] [JBoss Seam] - Re: Can Seam do AJAX within AJAX?

2007-04-04 Thread [EMAIL PROTECTED]
It sounds to me like what you want is basically never trigger navigation. AFAIK you can do that if you never call an action method (only action event listener methods) and if you use ajax4jsf form submits and reRender links. View the original post :

[jboss-user] [EJB 3.0] - Re: ejb 3.0 optimistic locking problem

2007-04-04 Thread bdecoste
What line is CountFasadeBean.update(CountFasadeBean.java:45)?? Is the injection failing? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034730#4034730 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034730

[jboss-user] [JBoss Eclipse IDE (users)] - Re: J2EE perspective in JBossIDE?

2007-04-04 Thread shawnsmsu
No, not using WTP View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034729#4034729 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034729 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - 3.2 scheduler in ear

2007-04-04 Thread brittm
I'm feeling a bit stupid here. I'm running the 3.2 ear out of jbpm-jpdl-suite-3.2.GA under the example server, but the scheduler isn't running. And well, I don't know how to make it run. Yes, the example server comes with the WAR configured to run independently--and the servlet starts the

[jboss-user] [JBoss Messaging] - Re: Incompatible local class org.jboss.remoting.InvokerLocat

2007-04-04 Thread tonylmai
I'd like to clarify that this client app threw the exception while looking up an EJB remote. I have another tester that uses pure JMS and this client had problem starting up and publishing messages to the JBoss server. Thanks View the original post :

[jboss-user] [EJB/JBoss] - MDB listening a Queue in another JBoss instance

2007-04-04 Thread fidi
Hi! I´d like to make a MDB to listen messages from a Queue that was bound by another JBoss instance. I´d like some help with it. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034735#4034735 Reply to the post :

[jboss-user] [JBoss Seam] - Re: jBPM integration question

2007-04-04 Thread fady.matar
I got your point, will give it a try. Thanks for the suggestion View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034736#4034736 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034736

[jboss-user] [JBoss Seam] - Re: jBPM integration question

2007-04-04 Thread fady.matar
Thanks for the suggestion. I'll give it a try View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034738#4034738 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034738 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: Incompatible local class org.jboss.remoting.InvokerLocat

2007-04-04 Thread [EMAIL PROTECTED]
You must have some classPath problem. You probably have an older version of JBossRemoting in your client classpath somehow. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034740#4034740 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Deploy EAR from IDE rel 2.0?

2007-04-04 Thread dmaddi
I also faced the same problem but figured out the way to deploy it. You can select the EAR file and Right Click and Run on it server to deploy it. Check the below steps to create the server and deploy an ear on it. Creating a server configuration for first time

[jboss-user] [JBoss Eclipse IDE (users)] - Re: J2EE perspective in JBossIDE?

2007-04-04 Thread [EMAIL PROTECTED]
Ok so now I'm confused :) Could you please show me a screenshot of what you say were available in earlier versions that now is removed ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034741#4034741 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cant find JBoss 3.2.x in the debug configurations

2007-04-04 Thread dmaddi
There is nothing wrong with the IDE, the tutorial is not udpated for the latest IDE release. If you are facing problems to create a server and deploy the app you can check out the below steps. Creating a server configuration for first time 1. Click on JBoss AS

[jboss-user] [JBoss Seam] - Seam / Hibernate adds extra foriegn keys?

2007-04-04 Thread dustismo
Hello, I notice that seam adds extra foreign keys to my database models. I have carefully set up the proper cascade options to my foreign key associates, but then when I start my seam app it adds overlapping foreign keys with no cascade options. I'd like seam to skip this, I'm sure there is

[jboss-user] [JBoss Seam] - problem with s:convertEntity and h:selectManyListbox

2007-04-04 Thread Vitalik
I have trouble with s:convertEntity/. On my display appear error message: Conversion Error setting value '1 2' for '#{resourceCatalog.resources}'. My env: JBoss 4.0.5 JBoss Seam 1.2.1.GA Sun RI 1.2_04 I have two entity bean: Resource and ResourceCatalog: | @javax.persistence.Entity |

[jboss-user] [EJB 3.0] - Re: EJB3 metrics

2007-04-04 Thread bdecoste
See http://jira.jboss.com/jira/browse/EJBTHREE-825 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034748#4034748 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034748 ___

[jboss-user] [JBoss Messaging] - Re: Incompatible local class org.jboss.remoting.InvokerLocat

2007-04-04 Thread tonylmai
It did sound suspicious. Yet my client referenced only 3 jar files two of which are JBoss's (jboss-j2ee.jar and jboss-messaging-client.jar). jboss-j2ee.jar is picked it up from jboss.home\client while jboss-messaging-client.jar is from jboss-messaging-1.2.0.sp1 installed directory. The 3rd jar

[jboss-user] [JBoss Messaging] - Re: Incompatible local class org.jboss.remoting.InvokerLocat

2007-04-04 Thread tonylmai
I must have gone mad. I mistyped the second posting. My JMS client had NO problem publishing to the server. It's EJB client that HAD problem looking up an EJB remote. anonymous wrote : I have another tester that uses pure JMS and this client had problem starting up and publishing messages to

<    1   2   3   >