[jboss-user] [JBoss Seam] - Re: Initialization code

2007-04-25 Thread baz
We have a similar problem. We have to initialize a Catalog seam component from database when seam is started. Our solution: Catalog is application scoped. Our users must login before they can use the app. So we put this statement in our authorization bean: @In(create = true) |

[jboss-user] [JBoss Seam] - Re: Initialization code

2007-04-25 Thread baz
Forget my post. i haven't read the second page of this thread before posting:-( I will try org.jboss.seam.postInitialization event but i must find time:-( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040431#4040431 Reply to the post :

[jboss-user] [Performance Tuning] - Re: Very slow startup on Java 1.6

2007-04-25 Thread abv
Hello! I've solved that. It's a debugging issue. I've changed my debug settings from: wrapper.java.additional.26=-Xdebug wrapper.java.additional.27=-Xnoagent wrapper.java.additional.28=-Djava.compiler=NONE wrapper.java.additional.27=-Xrunjdwp:transport=dt_socket,address=7199,server=y,suspend=n

[jboss-user] [JBoss Getting Started Documentation] - Re: JBoss 5 documentation

2007-04-25 Thread oyaglidere
I need to know if I can get any documentation on jboss AS 5.x? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040435#4040435 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040435

[jboss-user] [JBoss Seam] - Re: 1.2.1 GA -- Split deployments

2007-04-25 Thread [EMAIL PROTECTED]
hmm...we need to solve that if its true :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040436#4040436 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040436 ___ jboss-user

[jboss-user] [JNDI/Naming/Network] - Mail Service bound to java:/Mail

2007-04-25 Thread vas_srinuin
Hai i am new to jboss,I am using Jboss-4.0.2,whenever starting jboss i am getting the following === . JBoss Bootstrap Environment . JBOSS_HOME: D:\jboss-4.0.2\bin\\.. . JAVA: C:\jdk1.5.0_09\bin\java . JAVA_OPTS:

[jboss-user] [Installation, Configuration Deployment] - jboss multiple instance

2007-04-25 Thread dwarakanathan
hi. i have two applications which should be run on separate jboss instances on the same machine. but what do they mean by jboss instances. do i need to install two jboss say one in c:\jboss_home and another in d:\jboss_home. or does it mean that, i just need to install once. but need to create

[jboss-user] [JBoss Seam] - Scoping - finding the sweetspot

2007-04-25 Thread Sammy8306
After fiddling around with long running conversations, experiencing the joy (no detached objects etc.) and aggrevation (when and how to end conversations etc.), I'm now trying to create a sample app in which the pages are as self-sufficient (restful if you will) as possible. When displaying

[jboss-user] [Messaging, JMS JBossMQ] - Re: JMS delopyment in JBOSS

2007-04-25 Thread sundareshraju
genman wrote : The first step is to read the documentation. Which documentation? Can u provide me the URL View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040445#4040445 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040445

[jboss-user] [JBoss Seam] - Re: question : avoid conversation id parameter for RESTful a

2007-04-25 Thread zdaler
Thanks for your reply ... You're right, the RESTful nature of my application is not the only reason why I want to get rid of the cid when a redirect (from pages.xml) occurs ... I also want to make sure of the uniqueness of the urls (for many reasons, including the indexation of the site by

[jboss-user] [JBoss Seam] - Re: Interceptor Question

2007-04-25 Thread xinhua
CptnKirk wrote : So naturally this | | | @Printout | | public String register(.) | | . | | | method is part of an EJB 3 session bean right? yes. It is a sessionless bean. Actually, when i set up my annotation as ElementType.TYPE and put it on the class

[jboss-user] [Installation, Configuration Deployment] - heavy load configuration

2007-04-25 Thread eiben
Hi, I'm currently conducting some performance-tests on a small web-app I wrote, that is running on JBoss 4.0.5GA. I currently have about 150 concurrent requests, which seems to kill my JBoss server (2x Xeon 1,3GHz, 2 GB RAM). While the test is running I don't get any response from jboss

[jboss-user] [JBoss Portal] - Re: Jboss26CR1 --for mysql5

2007-04-25 Thread [EMAIL PROTECTED]
Please see the Wiki http://wiki.jboss.org/wiki/Wiki.jsp?page=AvoidMySQL5DataTruncationErrors View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040450#4040450 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040450

[jboss-user] [Messaging, JMS JBossMQ] - Re: JMS delopyment in JBOSS

2007-04-25 Thread jaikiran
The docs are at http://docs.jboss.org/jbossas/jboss4guide/r5/html/. There's a section Messaging on JBoss over there View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040451#4040451 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Messaging access from C++ and JavaScript, best solution?

2007-04-25 Thread marcusn
Hi, We are about to start a JBoss project and will need to access the message bus from our C++ clients and from javascript/AJAX in future web applications. From what I understand, there are no such bindings for JBossMQ, and I have been looking at ActiveMQ which has this support, but would like

[jboss-user] [EJB/JBoss] - Re: Deploy EJB 2 app in JBoss 4.0.4

2007-04-25 Thread jaikiran
The answers to both your questions is yes. You can run Hibernate 2 and EJB 2 applications on JBoss 4.0.4. The changes that are required for porting from 3.2.3 to 4.0.4 may vary depending on your application. View the original post :

[jboss-user] [JBoss Seam] - Seam and service-oriented architecture, too integrated with

2007-04-25 Thread marcusn
Hi, We are looking to setup a JBoss solution with multiple web frontends, where some of these frontends (run by different customers) might be written in other languages, such as PHP. Thus, we like the API to our backend to be somewhat neutral, using services and not bundle the

[jboss-user] [JNDI/Naming/Network] - Re: Mail Service bound to java:/Mail

2007-04-25 Thread jaikiran
Those are just debug and info logs and i dont see any errors in them. Anything that you are worried about, in these logs? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040456#4040456 Reply to the post :

[jboss-user] [Microcontainer] - Re: Are there some commercial project or other jboss project

2007-04-25 Thread alesj
Will the whole new JBoss5 application server do? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040457#4040457 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040457 ___ jboss-user

[jboss-user] [JNDI/Naming/Network] - Re: Difference between 'java: Namespace' and 'Global JNDI Na

2007-04-25 Thread jaikiran
There should not be any problems accessing the datasource from that bean. Can you post the exception that you are seeing? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040459#4040459 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Jboss26CR1 --for mysql5

2007-04-25 Thread kevnlin
on jboss26beta1 ,the portal server is work , but on jboss26cr1 ,the portal is not work table not be create my mysql-ds.xml local-tx-datasource jndi-namePortalDS/jndi-name

[jboss-user] [JBoss Seam] - RememberMe example?

2007-04-25 Thread liudan2005
I'm thinking of using Seam rememberme, but I can't find any doc saying how to use this feature. I've tried this in my login form: | h:selectBooleanCheckbox id=rememberMe value=#{identity.rememberMe}/ | but it doesn't seem to work. Is there anything else I need to do? View the original

[jboss-user] [JBoss Seam] - Re: Problem testing seam using EntityManager

2007-04-25 Thread brucesun
The same problem trouble me.anyone know what's wrong. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040463#4040463 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040463 ___

[jboss-user] [JBoss Portal] - Re: Jboss26CR1 --for mysql5

2007-04-25 Thread kevnlin
ex: lose JBP_INSTANCE_PER_USER table View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040465#4040465 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040465 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: Jboss26CR1 --for mysql5

2007-04-25 Thread [EMAIL PROTECTED]
Try to delete the database and start again. It has been tested against MySQL as with other databases. Also please show the stacktace. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040466#4040466 Reply to the post :

[jboss-user] [EJB 3.0] - Re: detached entity passed to persist

2007-04-25 Thread fhh
Can you try with id set to null? I have a feeling the the entity manager might think that your object has already been persisted because it already has an id. Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040467#4040467 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jbpm-console: conditions not working in jBPM 3.2

2007-04-25 Thread kukeltje
@@@ (steam comming out of my ears) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040469#4040469 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040469 ___

[jboss-user] [JBoss Seam] - Re: RememberMe example?

2007-04-25 Thread PatrickMadden
What behavior are you seeing. Its working perfectly for me the way you have it written in your post. Any exceptions etc? What version of Seam and JBoss are you using? Finally, I believe you must have cookies enabled but I'm not an expert. Just letting you know that what you have written works

[jboss-user] [JBoss Seam] - Seam question...and problem

2007-04-25 Thread Stateless Bean
Hi all, Can anyone tell me is my doing right? I want to have one global for all user sessions collection, and each user can insert to those collection some date of excecute. I also got asynchronous invoked method that get time of excecution from collection and invoke my method. Method do

[jboss-user] [JBoss jBPM] - Re: The error of datasource

2007-04-25 Thread kukeltje
what is 'voipack' doing there...? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040473#4040473 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040473 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - s:link and page action

2007-04-25 Thread sradford
Hi, I have a page 'index.xhtml' with a page action defined in pages.xml. On this page I have a s:link with an action that starts a conversation and a pageflow, redirecting to another page, 'pageA.xhtml'. Now when I click the link the page action is invoked as the link is directed towards

[jboss-user] [JBoss Seam] - Re: Scoping - finding the sweetspot

2007-04-25 Thread fhh
Use a page action for the restful url. Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040476#4040476 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040476 ___

[jboss-user] [JBoss jBPM] - Re: jBMP for SOA

2007-04-25 Thread kukeltje
The jbpm webconsole of version 3.2 has never been tested with 3.1.x in any way. There has never been any guarantee that it would/should work. So if that is your issue, unfortunately you are on your own. All the errors you get have most likely never been seen by others, and the jBPM core team

[jboss-user] [JBoss Portal] - Re: Jboss26CR1 --for mysql5

2007-04-25 Thread kevnlin
2007-04-25 16:20:34,379 DEBUG [org.hibernate.jdbc.AbstractBatcher] about to close PreparedStatement (open PreparedStatements: 1, globally: 1) 2007-04-25 16:20:34,379 DEBUG [org.hibernate.jdbc.ConnectionManager] aggressively releasing JDBC connection 2007-04-25 16:20:34,380 DEBUG

[jboss-user] [JBoss Portal] - Re: Jboss26CR1 --for mysql5

2007-04-25 Thread kevnlin
007-04-25 16:20:39,826 WARN [org.hibernate.util.JDBCExceptionReporter] SQL Warning: 1051, SQLState: 42S02 2007-04-25 16:20:39,826 WARN [org.hibernate.util.JDBCExceptionReporter] Unknown table 'JBPM_ID_PERMISSIONS' 2007-04-25 16:20:39,827 DEBUG [org.hibernate.tool.hbm2ddl.SchemaExport]

[jboss-user] [Clustering/JBoss] - Re: Serious production problems

2007-04-25 Thread anre42
We are struggling with the same kind of problems. Tomcat gets unresponsive after a while and sometimes we can see an OutOfMemoryError but not always. We are running jboss 4.0.3_SP1 in a cluster with apache in front, java version is 1.5.0_11 and os is RedaHat EL. The problem seams only to

[jboss-user] [JCA/JBoss] - Re: JBossMessageEndpointFactory ClassNotFoundException when

2007-04-25 Thread michele.curioni
Hi there, I tried your project, and it works fine for me too on both version of jboss (4.0.2 and 4.2.0) I cannot see any difference in the structure of the ear nor in the descriptors. Is there anything else we can try? Thanks, Michele View the original post :

[jboss-user] [JBoss Portal] - Re: getPortletSession().invalidate() not working?

2007-04-25 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=SessionInvalidate View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040485#4040485 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040485 ___

[jboss-user] [JBoss Tools (users)] - Re: This IDE won't update?

2007-04-25 Thread avbentem
avbentem wrote : The JBoss IDE feature.xml can be found here. E, not really. Corrected link to FishEye: here... Note that at JBIDE-471 Max Andersen has confirmed that JBoss IDE is not yet using WTP 2.x For whoever wants to get the code from CVS: get jbosside from :pserver:[EMAIL

[jboss-user] [JBoss Seam] - Re: Scoping - finding the sweetspot

2007-04-25 Thread Sammy8306
Isn't this the same as using a PAGE scoped component en doing the initialization stuff in @Create ? The problem is that a (Seam/JSF) postback action loses all the information from the original url... But may be I'm wrong, could you elaborate a bit? View the original post :

[jboss-user] [JBoss AOP] - no such field: jboss

2007-04-25 Thread s_singh
We've been using jboss-aop for past 6 months or so without any issues, except for one weird problem that crops up now and then. Whenever a class to be aspectized contains a variable whose name is org (without quotes), then the aspectization fails with the error stack pasted below. Pls See

[jboss-user] [Management, JMX/JBoss] - access ActiveAlarmTable outside JBoss console

2007-04-25 Thread michele.curioni
Hi there, where is the ActiveAlarmTable stored? Is there a way to access it from a different source? Is there a way to auto refresh jboss console to display the latest alarms? It would be good to have a way to map custom notifications to a severity, so that code doesn't have to use jboss

[jboss-user] [JBossWS] - JbossWs Client and local Bind Address

2007-04-25 Thread mz
dear friends, i struggle with a strange problem. So I need your help: We are using jboss405 with jbossws103. Jboss consumes an external WebService via service-ref: service-ref service-ref-nameservice/EssenceAccessService/service-ref-name

[jboss-user] [Management, JMX/JBoss] - Re: access ActiveAlarmTable outside JBoss console

2007-04-25 Thread [EMAIL PROTECTED]
1) It's all in memory. 2) You can access it remotely over the JMX Adaptor. 3) there is no auto-refresh (unless you want to add it) 4) for mapping notification one possibility would be to use the http://wiki.jboss.org/wiki/Wiki.jsp?page=ScriptingListener View the original post :

[jboss-user] [JBoss Portal] - dashboard in portal default

2007-04-25 Thread eagleIT
Hello, I try to put a mitre dashboard in my portal default. But I don't know how to make. I've tried to do this in the default-object.xml : |deployment | if-existsoverwrite/if-exists | parent-refdefault/parent-ref | context |

[jboss-user] [JBossCache] - Re: TimeoutException occuring on one node of jboss cache

2007-04-25 Thread raghavendray
we are using 1.2 version, running on Websphere 5.0.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040495#4040495 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040495 ___

[jboss-user] [JBoss Seam] - Re: RememberMe example?

2007-04-25 Thread liudan2005
I'm using Seam 1.2GA and latest Jboss JEMS installer. I ticked the rememberme box when log in. If I close IE and comes back again, it directs me to the login page. It seems login information is not saved in cookies. View the original post :

[jboss-user] [JBossCache] - multicasting doesnt work for nodes on different VLANs

2007-04-25 Thread raghavendray
hi, we have a App server cluster whose nodes are on different VLANs. It has been observed that JBOSS cache doesnt synchronise across these nodes. In effect all the nodes are running on local cache although the cache mode has been set to REPL_SYNC. We are currently using UDP. Any ideas to how

[jboss-user] [Management, JMX/JBoss] - Re: access ActiveAlarmTable outside JBoss console

2007-04-25 Thread michele.curioni
Thanks Dimitris, 1) the table would then lose all its data after a jboss restart. Have you thought about persising the data somehow? 4) This seems quite a convoluted way. Would it be possible to have something like: This would apply only if the notification does not carry a severity. Thanks,

[jboss-user] [JBoss Portal] - Re: dashboard in portal default

2007-04-25 Thread eagleIT
I'm sorry but I'm french so if you don't have understood that I've written, say me. Mickaƫl View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040499#4040499 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040499

[jboss-user] [Beginners Corner] - How to refresh the work directory

2007-04-25 Thread jujubilation
Hello I want to know if it's possible to recompil all the jsp (without rm -r /work :)) without restarting Jboss Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040501#4040501 Reply to the post :

[jboss-user] [JBoss Portal] - Re: dashboard in portal default

2007-04-25 Thread [EMAIL PROTECTED]
The personal dashboards are portals, so they can't be added in a portal. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040503#4040503 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040503

[jboss-user] [Installation, Configuration Deployment] - Re: jboss multiple instance

2007-04-25 Thread visolvejboss
Hello, Refer this link. http://www.jboss.com/index.html?module=bbop=viewtopicp=3960570 Hope, this might help you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040507#4040507 Reply to the post :

[jboss-user] [JBossWS] - Develop web service using JBossIDE 2.0.0 Beta2

2007-04-25 Thread spinergywmy
Hi, Just wondering is anyone using the latest Eclipse with JBossIDE 2.0.0 Beta2 version to develop the project? If there is, can I consult how to develop cause I'm new to web service, or is there any example that I can refer to as step by step using the mentioned IDE tool. Please

[jboss-user] [Management, JMX/JBoss] - Re: access ActiveAlarmTable outside JBoss console

2007-04-25 Thread [EMAIL PROTECTED]
Sure, a lot is possible, like extend the ActiveAlarmTable to use hibernate for persisting the alarms, or create some relatively simple xml driven mbean, for simple custom notification to active alarm mapping. I just don't have the cycles for this now, so if someone wants to volunteer I can

[jboss-user] [Management, JMX/JBoss] - Re: access ActiveAlarmTable outside JBoss console

2007-04-25 Thread [EMAIL PROTECTED]
Feature requests you can vote for (or volunteer to do) here: http://jira.jboss.com/jira/browse/JBAS-4367 http://jira.jboss.com/jira/browse/JBAS-4368 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040511#4040511 Reply to the post :

[jboss-user] [JBoss Seam] - Re: RememberMe example?

2007-04-25 Thread PatrickMadden
If I were you I would download the 1.2.1 GA as I originally had problems with remember me a few releases back. http://www.jboss.com/index.html?module=bbop=viewtopict=103412 Here is where you can can get 1.2.1 GA http://labs.jboss.com/jbossseam/download/index.html Hope this helps, PVM View

[jboss-user] [JBoss Seam] - deploy problem after changing code

2007-04-25 Thread mnrz
hi I am using JBoss Seam 1.1 and Tomcat 5.5 when I change some codes in static methods and put my new jar file in the project lib directory, I see nothing has changed when the application starting up. the only way is to remove the path and again deploy a new war file. is this an issue of

[jboss-user] [JBoss jBPM] - Implementing Ad-Hoc workflow with JBPM

2007-04-25 Thread hashir
Hi, We are evaluating JBPM. It looks nice but can we also implement Ad-Hoc work flows with JBPM? Have any body tried that before? or have any idea regarding that? thanks, Hashir. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040515#4040515 Reply to the

[jboss-user] [JBoss Seam] - Re: ELSupport exception on javasisst-proxies (coerceToType)

2007-04-25 Thread petemuir
You'll need to post the exception and tell us what version of Seam you are using. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040516#4040516 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040516

[jboss-user] [JBoss Seam] - Re: trace level logging on Jboss AS

2007-04-25 Thread petemuir
Looks like we're compiling Seam against an older version. File a JIRA issue and we can probably upgrade to a newer version with trace for Seam 1.3. There is also a JDK logging provider, which is used if log4j isn't available (you would need to make your AS etc. use JDK logging) View the

[jboss-user] [JBoss Seam] - Re: 1.2.1 GA -- Split deployments

2007-04-25 Thread petemuir
http://jira.jboss.com/jira/browse/JBSEAM-1245 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040518#4040518 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040518 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Scoping - finding the sweetspot

2007-04-25 Thread petemuir
Not quite the same - @Create on a PAGE scoped component will be run when the view is accessed from another view (but not when it is refreshed/reloaded), a page action will be run each time it is accessed/refresed etc. As for your original question: I would suggest something like private

[jboss-user] [JBoss Seam] - Re: Interceptor Question

2007-04-25 Thread petemuir
IIRC method level seam-interceptors aren't supported in Seam atm (JBSEAM-29) - you'll need to use plain EJB3 interceptors (which do support method level interceptors) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040521#4040521 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam question...and problem

2007-04-25 Thread petemuir
You need to post a better explanation of what you are trying to do with more code. On the face of it, what you post should work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040522#4040522 Reply to the post :

[jboss-user] [JBossCache] - NullPointer after context shutdown

2007-04-25 Thread wobblycogs
Hi, I've been using JBoss Cache for a while now but there is one problem that I haven't been able to fix. I'm using the TreeCache as a standalone component in a webapp deployed to Tomcat. The cache works fine, I can put objects into it and get them back at will and time outs work fine. I'm

[jboss-user] [JBoss Seam] - eam-gen and EntityHome.wire

2007-04-25 Thread atao
I generated an application with seam-gen from Seam 1.2.1.GA. In the [Entity]Edit.page.xml files, there is always a call to [Entity]Home.wire, e.g.: |action execute=#{workerHome.wire}/ | But the wire method are never called when the Edit page is called. Almost always there is no

[jboss-user] [JBoss Seam] - Re: s:link and page action

2007-04-25 Thread petemuir
Not afaik. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040525#4040525 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040525 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: EJB3 Deployment from JBoss Eclipse IDE

2007-04-25 Thread yaqub80
Nice. I switched to Ant based builddeploy mechanism as my application started getting little more complex with the integration of Tapestry based .war. The JBoss IDE however did not provide a Deploy to feature as shown in tutorial. but would still have required more steps to perform, like

[jboss-user] [Installation, Configuration Deployment] - Re: heavy load configuration

2007-04-25 Thread [EMAIL PROTECTED]
You need to see what you application is doing. Most probably hammering the database on the backend without proper connection pooling and data caching. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040527#4040527 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Interceptor Question

2007-04-25 Thread xinhua
petemuir wrote : IIRC method level seam-interceptors aren't supported in Seam atm (JBSEAM-29) - you'll need to use plain EJB3 interceptors (which do support method level interceptors) Oh, that is pity standard ejb3 interceptor way @intercpetors(class) is very urgly. That is why i want

[jboss-user] [JBossWS] - Metaclass not found exception

2007-04-25 Thread rsuser
I am new to java web services. When i download a simple hello world example from the internet. and i got this exception AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client faultSubcode: faultString: Endpoint {http://DefaultNamespace}HelloWorld does not contain operation

[jboss-user] [JBoss jBPM] - Re: Implementing Ad-Hoc workflow with JBPM

2007-04-25 Thread kukeltje
The things that imo constitute an ad-hoc workflow can be done with jBPM. But to prevent disappointment please describe in more detail the features you are looking for View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040531#4040531 Reply to the post :

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

2007-04-25 Thread KoniKoni
I get a exception, wich lib is not included? 12:55:46,793 ERROR [ExtensionsFilter] Exception wile retrieving addResource java.lang.NoClassDefFoundError: org/apache/myfaces/shared_tomahawk/config/MyfacesConfig at

[jboss-user] [JBoss Seam] - Re: Scoping - finding the sweetspot

2007-04-25 Thread Sammy8306
Thanks, that looks like a workable solution. Another problem I encounter is this: I'm passing an object to a delete action method in the PAGE scoped component. I'm merging this incoming object explicitly with the seam managed entity manager, and then call en.remove() on this object. However, I

[jboss-user] [JBoss jBPM] - Re: Implementing Ad-Hoc workflow with JBPM

2007-04-25 Thread kukeltje
The things that imo constitute an ad-hoc workflow can be done with jBPM. But to prevent disappointment please describe in more detail the features you are looking for View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040533#4040533 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: questions about GPD

2007-04-25 Thread wjm
estaub wrote : Re where to get GPD: | Be aware that Red Hat is planning to change the GPD from LGPL license to GPL license. I don't know when. | Can someone point me to more details regarding this transition? How will it affect the jbpm-console? Will process definitions created with GPD

[jboss-user] [JBossWS] - jboss4.0.5 + which version of jbossws + correct documentatio

2007-04-25 Thread webhunter
Hi folks, I was wondering if someone could help me with the following questions. We have recently migrated to jboss4.0.5.GA and are planning to develop and deploy some webservices in it. There seem to be several webservice versions/documentations which are complaint with specific version of

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

2007-04-25 Thread KoniKoni
Sorry, exception away. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040537#4040537 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040537 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: questions about GPD

2007-04-25 Thread kukeltje
wjm wrote : estaub wrote : Re where to get GPD: | | Be aware that Red Hat is planning to change the GPD from LGPL license to GPL license. I don't know when. | | | | Can someone point me to more details regarding this transition? | Sorry, I do not have any info on this wjm

[jboss-user] [JBoss jBPM] - How to use the Deployed Process Defination

2007-04-25 Thread prabhu_rdm
Hi Folks, I have some issue on using the deployed process definition. Check out the following code try { GraphSession graphSession = jbpmContext.getGraphSession(); ProcessDefinition processDefinations =

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

2007-04-25 Thread KoniKoni
I checked calendar component, works fine on jboss 4.2, seam 1.2.1 cvs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040540#4040540 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040540

[jboss-user] [Installation, Configuration Deployment] - Re: heavy load configuration

2007-04-25 Thread eiben
well, I used EJB3 to create some simple business-objects. So basically I'm using this to access the data of the database. I did however write some namedqueries to do some sort of lazy-eager fetching. (I have marked all attributes as lazy, but for some pages I need depending objects, so I use a

[jboss-user] [JBoss Seam] - Re: Scoping - finding the sweetspot

2007-04-25 Thread mariuszs
you should make somthing like this: em.remove(em.merge(object)); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040542#4040542 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040542

[jboss-user] [Beginners Corner] - web page

2007-04-25 Thread c.vicenti
Hi all! What I exactly have to do to deploy a web page? This is the first time I use Jboss and I have latest version. I'm using tomcat and running ant to create an .ear file. Some Jboss tutorials say that I have to copy that .ear file in the /server/default/deploy directory,run Jboss and Tomcat

[jboss-user] [JBoss Seam] - Timmer problem

2007-04-25 Thread Stateless Bean
I created timme like in examples, sometimes timmer is created well and sometimes i get : | 15:00:14,311 ERROR [TimerServiceImpl] Cannot create txtimer | java.lang.IllegalStateException: Unable to persist timer | at

[jboss-user] [JBossWS] - Re: jboss4.0.5 + which version of jbossws + correct document

2007-04-25 Thread oskar.carlstedt
Hello!! You shall use the latest JBossWS documentation if you are using JBossWS. You can find it here http://jbws.dyndns.org/mediawiki/index.php/Main_Page Regards Oskar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040547#4040547 Reply to the post :

[jboss-user] [JBoss Seam] - Page Action needed for Injection?

2007-04-25 Thread quilian
Hi Folks! i have the following scenario: I have a page with a list of users called userList.xhtml and another page where i want to edit the previosly selected user called user.xhtml. The users shown in userList come from the @DataModel annotated benutzerList in BenutzerManager, which is a

[jboss-user] [JBoss Seam] - Re: Timmer problem

2007-04-25 Thread petemuir
Looks like EJB3 is having problems persisting the timer. Ask this question in the EJB3 forum, as Seam just wraps up EJB3 timers. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040550#4040550 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jBMP for SOA

2007-04-25 Thread viniciuscarvalho
thanks, I've solved most of the issues, but one that's not connected to jbpm, but the UCL :( I'm seeking help/guidance on the AS forum, even call-by-value is not helping me so far. BTW: Would you know why the MBean was discontinued on 3.2? I've created my own and we intend to use that way (one

[jboss-user] [JBoss Portal] - Re: dashboard in portal default

2007-04-25 Thread eagleIT
ok. Thank you. So we can't associate a portal with a dashboard to make mitre personnalisable and others not personnalisable ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040552#4040552 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Scoping - finding the sweetspot

2007-04-25 Thread Sammy8306
great, thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040554#4040554 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040554 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: dashboard in portal default

2007-04-25 Thread [EMAIL PROTECTED]
What do you mean by 'mitre' ? Think of the dashboard as a personalizable portal. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040555#4040555 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040555

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problem with Hibernate and Jbpm?

2007-04-25 Thread mohansumathi
Communications link failure due to underlying exception: ** BEGIN NESTED EXCEPTION ** java.net.SocketException MESSAGE: Connection reset STACKTRACE: java.net.SocketException: Connection reset at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:96) at

[jboss-user] [JBoss Portal] - Re: dashboard in portal default

2007-04-25 Thread eagleIT
In french it's 'onglet'. I want pages personnalisable ans others not personnalisable in the same portal. Do you have anderstood what I want to do ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040557#4040557 Reply to the post :

[jboss-user] [JBossWS] - WebServiceContext is an interface and JaxB can't handle inte

2007-04-25 Thread Pires da Silva
Hello, when deploying a (simple) stateful endpoint with WSAddressing by copying the war under deploy directory, I get IllegalAnnotationsException, WebServiceContext is an interface and JAXB can't handle interfaces. I'm using Jboss-4.0.5.GA and Jboss-1.2.0.SP1. I don't see differences with the

[jboss-user] [Beginners Corner] - Re: web page

2007-04-25 Thread jaikiran
anonymous wrote : Element type ej-name must be declared. @jar:file:/C:/DOCUMEN/LOCALS_1/temp/nestedjar43083.tmp!/META-INF/jboss.xml[7,10] Looks like you have a typo in jboss.xml file. ej-name should be ejb-name in that file. View the original post :

[jboss-user] [JBoss Seam] - Re: Page Action needed for Injection?

2007-04-25 Thread petemuir
You need to hit the benutzerManager with your s:link action rather than just navigating directly to the view. This is why the page action makes things work... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040560#4040560 Reply to the post :

[jboss-user] [EJB 3.0] - EntityManager Null when trying to inject into stateless sess

2007-04-25 Thread BmanT
Hi, I'm having an issue deploying to JBoss 4.0.5-ejb3. When I try to inject my EntityManager in my code: | @PersistenceContext EntityManager em; | it is always null. However, if I do: | EntityManagerFactory emf = Persistence.createEntityManagerFactory(myDS); | em =

[jboss-user] [JBoss Seam] - entity-query vs. Manager-nested @Factory List

2007-04-25 Thread quilian
Hi all! I declared the following in components.xml: framework:entity-query name=alleBenutzer ejbql=select benutzer from BenutzerImpl benutzer / i assumed that this would also do the trick: | | @Stateful | @Scope(ScopeType.SESSION) | @Name(gruppenManager) | public class

  1   2   3   >