[jboss-user] [Installation, Configuration Deployment] - how to config embedde-jboss with mysql

2007-06-27 Thread zhurlik
Hi, all! 1. i've downloaded embedded-jboss-beta2 2. created embedded-jboss-beta2\bootstrap\deploy\mysql-ds.xml 3. created embedded-jboss-beta2\bootstrap\deploy\messaging\mysql-persistence-service.xml But i have exception: WARN 27-06 13:47:19,731

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problems with the jar-file element in the persistence.xml

2007-06-27 Thread Marcos_APS
- JBoss 4.2.0GA Hello, everybody! I'm having problems with the jar-file element of my persistence deployment descriptor (persistence.xml). I have deployed my EJB jar file to the directory C:\jboss-4.2.0.GA\server\default\deploy and I have placed a jar file that also has entity beans to be

[jboss-user] [JBoss Seam] - Use jsf and seam navigation rule together

2007-06-27 Thread jimmy6
How to configure additional xml file of jsf navigation rule and seam navigation rule(pages.xml)? With javax.faces.CONFIG_FILES?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058122#4058122 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Restrict file upload size individually

2007-06-27 Thread tazman
Is there a way to make s:fileUpload throw FileUploadException on a per case basis before reading the whole stream? I don't want uploading a file happens if I'll discard it anyway. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058125#4058125 Reply to the post

[jboss-user] [JBoss Seam] - Re: Restrict file upload size individually

2007-06-27 Thread [EMAIL PROTECTED]
Yes it is, I'll update them :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058115#4058115 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058115 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Seam 2.0.0CR1 and 1.3.0GA

2007-06-27 Thread szaccaria
What's the difference from 2.0.0CR1 and 1.3.0GA? Thanks Stefano View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058128#4058128 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058128

[jboss-user] [JBoss Seam] - Error when running TestNG tests for booking example

2007-06-27 Thread charlesnaude
I get the following error when trying to run the logintest for the booking example: javax.el.PropertyNotFoundException: ELResolver cannot handle a null base Object with identifier 'user' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058124#4058124 Reply to

[jboss-user] [Beginners Corner] - Error while startup for JBoss 5.0.0 Beta2

2007-06-27 Thread mitanjos
I have out of box jBoss 5.0.0 Beta2 installation. My Java home is set to JDK 1.4 While starting the jboss instance i am detting following error. D:\jBossInstances\jboss-5.0.0.Beta2\binrun | === | | JBoss

[jboss-user] [JBoss Seam] - Re: Restrict file upload size individually

2007-06-27 Thread [EMAIL PROTECTED]
Well http will post the file data to the server before invoking any JSF stuff - so its uploaded whatever. If you point data at a InputStream, then fileUpload doesn't read in the stream, you do in your backing bean. View the original post :

[jboss-user] [Beginners Corner] - Problems with the jar-file element in the persistence.xml

2007-06-27 Thread Marcos_APS
- JBoss 4.2.0GA Hello, everybody! I'm having problems with the jar-file element of my persistence deployment descriptor (persistence.xml). I have deployed my EJB jar file to the directory C:\jboss-4.2.0.GA\server\default\deploy and I have placed a jar file that also has entity beans to be

[jboss-user] [JBoss Seam] - Re: CommandLink in DataTable: Session vs Conversation scope

2007-06-27 Thread [EMAIL PROTECTED]
Make sure you are outputting all JSF messages by including a h:messages on the page. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058126#4058126 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058126

[jboss-user] [JBoss Seam] - Re: Validate fileUpload

2007-06-27 Thread [EMAIL PROTECTED]
fileUpload is a EditableValueHolder in 1.3.0.ALPHA and 2.0.BETA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058129#4058129 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058129

[jboss-user] [JBoss Seam] - My Upgrade Guide (1.2.1 to 1.3.0 CVS) for Glassfish users

2007-06-27 Thread ylazzari
Hi all, I thought I'd share with the other Glassfish users the steps I had to perform to upgrade from 1.2.1 to the latest 1.3.0 CVS version (20070625). It might be useful for others and also will help me insure that what I've done is correct (even though things seem to be working just fine).

[jboss-user] [JBoss Seam] - Re: Use jsf and seam navigation rule together

2007-06-27 Thread [EMAIL PROTECTED]
For JSF navigation use javax.faces.CONFIG_FILES. For Seam navigation you have /WEB-INF/pages.xml /path/to/file.page.xml where you have a page /path/to/file.xhtml and in 1.3ALPHA /path/to/pages.xml as well. View the original post :

[jboss-user] [Remoting] - Re: Exceptions in calls and callbacks

2007-06-27 Thread shdv
In my case connection was established and several calls got through. The scenario is: 1. Connect to server 2. DoSomething1 3. DoSomething2 and disconnect in the same moment due to networking issue DoSomething2 fails with Exception being thrown. I export POJO with RMI transport and see the

[jboss-user] [JBoss Seam] - Re: Problem with el parameter in dataTaqble

2007-06-27 Thread g00se24
Don't know where your direct problem is, but I use; | h:dataTable id=clearingchannelsSelectable value=#{searchuser.selected.clearingChannelTypes} var=item | rich:column | a4j:commandLink value=Delete action=#{clearingchannels.delete(item)}

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0CR1 and 1.3.0GA

2007-06-27 Thread [EMAIL PROTECTED]
2.0.0.CR1 will be the next release of Seam, probably followed by 2.0.0.GA. 1.3.0.GA doesn't exist (JIRA just hasn't been updated yet). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058135#4058135 Reply to the post :

[jboss-user] [JBoss Seam] - Re: sending a class threw page parameters

2007-06-27 Thread adrien.loyat
Thanks for your help. I've made it work with a custom converter. I've tried many changes in the param without success. I'm a bit disappointed as, to my mind, this functionality should work easily in Seam without having to write a custom converter. Best regards. Adrien View the original

[jboss-user] [JBoss Portal] - Re: How to create multiple instances of CMS portlet which di

2007-06-27 Thread [EMAIL PROTECTED]
You can use the portlet preferences of the CMS Portlet to point to whatever page you want to display. Look at the configuration in portal-cms.war/WEB-INF/portlet.xml | portlet-preferences | preference | nameindexpage/name |

[jboss-user] [JBoss Seam] - Re: My Upgrade Guide (1.2.1 to 1.3.0 CVS) for Glassfish user

2007-06-27 Thread ylazzari
I never said that the example wasn't working. It's just that instead of crushing someone's config with the one provided in the example, I thought it might be useful to list the changes between the two. View the original post :

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

2007-06-27 Thread KnisterPeter
http://jira.jboss.org/jira/browse/JBSEAM-1561 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058134#4058134 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058134 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: entity update without submit

2007-06-27 Thread rbcdexia
I have the same problem. If I use the following code seam updates the object automatically: s:decorate id=tipoprecioDecoration template=layout/edit.xhtml | ui:define name=labelTIPO PRECIO/ui:define | h:inputText id=tipoprecio |

[jboss-user] [JBoss Seam] - Re: Validate fileUpload

2007-06-27 Thread mustaghattack
Cool ! Thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058152#4058152 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058152 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: CommandLink in DataTable: Session vs Conversation scope

2007-06-27 Thread thatrichard
Hi Peter Thanks for the post, but there is an h:messages tag on my page - I've just posted the core code for readability. I don't get any messages in this scenario (although I get validation messages in other contexts, so the h:messages is working). Any other ideas? Richard View the

[jboss-user] [JBoss jBPM] - Re: JBPM Decision node implementation with Decision handler

2007-06-27 Thread nageshreddy1981
hi, i can create the decision handler classes as you have mentioned. My question is . I would like to create a decision node in my java code and then add a decision handler to it as i am editing my process definition by adding few more node in my through my application. -Nagesh View the

[jboss-user] [JBoss Seam] - Re: My Upgrade Guide (1.2.1 to 1.3.0 CVS) for Glassfish user

2007-06-27 Thread [EMAIL PROTECTED]
I've got the jee5 example (used to be glassfish example) running fine on the latest promoted build of glassfish (b52 I think) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058136#4058136 Reply to the post :

[jboss-user] [JBoss Seam] - Re: My Upgrade Guide (1.2.1 to 1.3.0 CVS) for Glassfish user

2007-06-27 Thread [EMAIL PROTECTED]
Sorry, probably a bit grumpy as I've just been having dental work, which is never nice ;) That should have been anonymous wrote : Brilliant, thanks for the guide! Btw The jee5 example (used to be glassfish example) running fine on the latest promoted build of glassfish (b52 I think) in

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0CR1 and 1.3.0GA

2007-06-27 Thread enzhao
In the CVS repository you can already see a migration guide to Seam 2.0 written by Gavin King on June 27th. From this migration guide you get a pretty good picture about what has been changed. There is change log too, in another file. If you get successful with the ant dist, you can see the

[jboss-user] [JBoss jBPM] - Re: Decision using java code

2007-06-27 Thread nageshreddy1981
Thanks a lot if you can help me by leeting me know where can i find those. I will be greatfull. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058160#4058160 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058160

[jboss-user] [JBoss Seam] - Re: sending a class threw page parameters

2007-06-27 Thread [EMAIL PROTECTED]
It does, just not the way you are going about it. There is lots in the manual about this, and the examples use this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058146#4058146 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Message visible before transaction commit

2007-06-27 Thread [EMAIL PROTECTED]
java:/JmsXA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058159#4058159 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058159 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: entity update without submit

2007-06-27 Thread [EMAIL PROTECTED]
Try bypassUpdates=true ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058162#4058162 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058162 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: UnitTesting and jBPM pageflow

2007-06-27 Thread KnisterPeter
This is the part of my bean: @Name(register) | @Stateful | @Scope(ScopeType.CONVERSATION) | public class RegisterBean extends Controller implements IRegister { | | private static final long serialVersionUID = 7559006461204534425L; | | @PersistenceContext(type =

[jboss-user] [Messaging, JMS JBossMQ] - Re: JBoss startup problems with existing messages in queue

2007-06-27 Thread [EMAIL PROTECTED]
It depends :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058163#4058163 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058163 ___ jboss-user mailing list

[jboss-user] [Messaging, JMS JBossMQ] - Re: Queues/Topics config and Docs versus Wiki pages

2007-06-27 Thread [EMAIL PROTECTED]
The WIKI is always more up-to-date than the docs but then some of the options may not apply to the version you are using since it always describes the latest/next version. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058166#4058166 Reply to the post :

[jboss-user] [Remoting] - Re: Exceptions in calls and callbacks

2007-06-27 Thread shdv
Disconnect was caused not by my code but by Remoting itself (detected by ping or something else). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058170#4058170 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058170

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0CR1 and 1.3.0GA

2007-06-27 Thread szaccaria
Reassuming the version 1.3.X it has been replaced from the 2.X.X? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058140#4058140 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058140

[jboss-user] [Messaging, JMS JBossMQ] - Re: Is JMSProviderLoader backward compatible with JMS 1.0?

2007-06-27 Thread [EMAIL PROTECTED]
How to contribute http://labs.jboss.com/portal/index.html?ctrl:cmd=renderctrl:window=default.wiki.WikiPortletWindowpage=HowToContributelanguage=EN Development Guide http://labs.jboss.com/portal/index.html?ctrl:cmd=renderctrl:window=default.wiki.WikiPortletWindowpage=DevelopmentGuidelanguage=EN

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0CR1 and 1.3.0GA

2007-06-27 Thread [EMAIL PROTECTED]
We decided to release 1.3 as 2.0 yes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058143#4058143 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058143 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Restrict file upload size individually

2007-06-27 Thread tazman
If I have this in my components.xml component class=org.jboss.seam.web.MultipartFilter | property name=maxRequestSize100/property | /component then the filter just checks the Content-Length of the HTTP request and throws the exception before reading the HTTP content if the length is

[jboss-user] [JBoss jBPM] - Re: JBPM Decision node implementation with Decision handler

2007-06-27 Thread nageshreddy1981
the above is a new thread View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058155#4058155 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058155 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0CR1 and 1.3.0GA

2007-06-27 Thread szaccaria
Thanks thousand guys, I want to know this because I need the ws-bpm integration with seam... I covet from months ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058173#4058173 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: SpyJMSException !!!

2007-06-27 Thread [EMAIL PROTECTED]
docs/examples/jms View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058157#4058157 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058157 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0CR1 and 1.3.0GA

2007-06-27 Thread enzhao
In case someone do not want to bother accessing the CVS or having trouble accessing CVS, here is the migration guide I saw this morning. Written by Gavin King. I think this will appear in the Seam site soon, but if you desparately want to get things straight now anonymous wrote : | Seam

[jboss-user] [Remoting] - Re: Exceptions in calls and callbacks

2007-06-27 Thread shdv
Disconnect was caused not by my code but by Remoting itself (detected by ping or something else). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058164#4058164 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058164

[jboss-user] [JBoss Seam] - Re: My Upgrade Guide (1.2.1 to 1.3.0 CVS) for Glassfish user

2007-06-27 Thread ylazzari
Don't worry, no offence taken. I feel for you: dental work does suck! The one thing I wasn't sure about was the following piece in the web.xml: | listener | listener-classcom.sun.faces.config.ConfigureListener/listener-class | /listener | Like I said, I didn't have this

[jboss-user] [Messaging, JMS JBossMQ] - Re: Is JMSProviderLoader backward compatible with JMS 1.0?

2007-06-27 Thread [EMAIL PROTECTED]
There are wiki pages and a page on jboss.org explaining how to develop jboss. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058172#4058172 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058172

[jboss-user] [JBossWS] - Re: Jboss 4.2.0 and SQL Server

2007-06-27 Thread davideling
Your problem is Hibernate related. When you load a persistent object it's related objects are lazily loaded. That is these objects aren't actually loaded, but will be loaded only when you try to access them. The problem take place when you access to lazily loaded object proxy when it's owner

[jboss-user] [JBoss Seam] - Re: How to create hibernate criteria

2007-06-27 Thread fabricio.lemos
I had this problem too and I had to use: ((EntityManagerImpl) manager.getDelegate()).getSession() But it was an ejb3 project, not a Seam one. Are you packaging jboss-ejb3-all.jar that comes with Seam in your application? View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: message expiration upon a condition

2007-06-27 Thread [EMAIL PROTECTED]
You're pattern is called crud and it is a pattern for a database not a jms. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058168#4058168 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058168

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Code too large for try Statement + JBoss 4.0.1 + Struts

2007-06-27 Thread JbossUserNew786
please reply if anybody has any idea about it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058181#4058181 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058181 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: sending a class threw page parameters

2007-06-27 Thread adrien.loyat
I had a look at the examples but I didn't find anything looking exactly like my issue. My purpose was to, very quickly, add a new search parameter. Maybe the way I do this is inappropriate but it seemed to me logical : I can search easily for colList.col.name (a string), so why is it difficult

[jboss-user] [JBoss jBPM] - Re: JBPM Decision node implementation with Decision handler

2007-06-27 Thread kukeltje
just like in my other post in your other topic... look at the unittests etc... lots of examples there View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058193#4058193 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058193

[jboss-user] [JBoss jBPM] - Re: Decision using java code

2007-06-27 Thread kukeltje
in the sourcecode, wich is in cvs, which is .. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058195#4058195 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058195 ___

[jboss-user] [Messaging, JMS JBossMQ] - JbossMQ Topic/Subscribers in a cluster

2007-06-27 Thread rkuryk
We have a topic/subscription model JMS system where we have messages that have multiple consumers. We have recently been working to get the system running in a clustered environment using the JMS-HA. The problem is that our messaging architecture worked fine when we were only a single node,

[jboss-user] [JBoss Messaging] - Documentation fixes

2007-06-27 Thread tobysaville
Hi, i just read the installation guide for 1.3 and noticed a couple of errors in the doco that you may want to change (sorry if you are already aware) The following points are found in section 5.1.5: the first point specifies the file $JBOSS_CONFIG/jms-ds.xml but this should be

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Unabled to enlist resource Jboss 4.2 CR2

2007-06-27 Thread Annegret
Hi, anybody solved this issue ? I have the same error in jboss 4.2.0 GA. Accessing a sybase database through JDBC is working but accessing a (different) db in the same sybase server using hibernate causes this error. The code is running well in JBoss 4.0.4 GA but causes the error in JBoss

[jboss-user] [Installation, Configuration Deployment] - Re: GC hell ?

2007-06-27 Thread vettori
I tried to profile the memory with various tool but I can't see anything. I've tried to use jrockit and set it with 1gb newsize... The problem is still there. It's somethink like if a process on timer starts eating all the memory. Does the default configuration of jboss have some process that

[jboss-user] [JBoss Seam] - Re: [2.0 beta1 CVS]SeamTest RARDeployment question

2007-06-27 Thread [EMAIL PROTECTED]
enzhao wrote : 1. The pom.xml under the /ui is missing in the Snapshot. Thanks for spotting this (actually, it is under /ui/src by mistake). Fixed now :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058190#4058190 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Documentation fixes

2007-06-27 Thread tobysaville
Sorry, forgot to specify that i am referring to the installation guide in the user guide located here http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.3.0.GA/html_single/index.html section 5.1.5 can be found here

[jboss-user] [JBoss Seam] - Re: Conversation problem in popup window

2007-06-27 Thread texan
I'm also open to any suggestions about a different way to implement a popup edit window. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058199#4058199 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058199

[jboss-user] [Installation, Configuration Deployment] - Re: GC hell ?

2007-06-27 Thread vettori
First time today, after restarting the server it has started early to eat memory. What can produce 1 GB of garbage in three seconds ? [INFO ][memory ] 6.383-6.580: GC 519614K-8472K (5242880K), 197.359 ms [INFO ][memory ] 1367.161: parallel nursery GC 1475865K-689001K (5242880K), 315.806 ms

[jboss-user] [Messaging, JMS JBossMQ] - durable subscriber setup in jboss 4.0.3

2007-06-27 Thread ssuyamboo
Hi, I am using publisher/subscriber scenario. In the server configured 6 topics and wanted to run subscribers against these topics. Here comes my question, When I connect using durable subscriber , userid , password and client id are must. I want to create new set of userid/password/client for

[jboss-user] [JBoss Seam] - or in RESTRICTIONS

2007-06-27 Thread maumau
Hi there, Is there a way to or the RESTRICTIONS in an EntityQuery ? Not working example: RESTRICTIONS = {(model.playerByBrandid = #{selectedPlayerFilter} or model.playerByManufid = #{selectedPlayerFilter}),} ; Thanks in advance, regards, Malte View the original post :

[jboss-user] [JBossWS] - JBoss WSSecurity and .Net Client

2007-06-27 Thread rohstoffmond
I've tried a lot to interop between .Net (C#) Client using WSE 3.0 and Jboss 4.2.0 Webservices secured with WSSecurity (Signing and encrypting the webservices). But still it doesn't work... So if anybody has solved this problem, or knows where I can find documentation/help please let me

[jboss-user] [Clustering/JBoss] - Re: problem caused by distributable/

2007-06-27 Thread ddai
Please give me some clues on how I should remedy this. Does it mean I need to modify JSP codes? Thanks a lot! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058210#4058210 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0CR1 and 1.3.0GA

2007-06-27 Thread avbentem
enzhao wrote : In case someone do not want to bother accessing the CVS or having trouble accessing CVS, here is the migration guide I saw this morning. Written by Gavin King. Just for your information: using the FishEye browser-based CVS access, one can always get the latest version of the

[jboss-user] [EJB 3.0] - Re: Can a Stateless bean make a call to an entity bean to pe

2007-06-27 Thread fhh
Why are you using TopLink? Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058214#4058214 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058214 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: problem with 1.3.0 alpha

2007-06-27 Thread avbentem
Now hitting something else Don't forget to read seam2migration.txt! Arjan. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058222#4058222 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058222

[jboss-user] [JBoss Messaging] - Re: Documentation fixes

2007-06-27 Thread sergeypk
I'll fix those, thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058225#4058225 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058225 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - process not being created

2007-06-27 Thread kgoedert
Hi, I´m trying to use seam with jbpm. The method I marked with @createProcess is never called. What can be wrong? The page where the method is called is this: h:form h:commandButton value=Nova Requisição action=#{requestSystem.newRequest}/ ...

[jboss-user] [JCA/JBoss] - One question about org.jboss.ejb3.embedded.resource.RARDeplo

2007-06-27 Thread [EMAIL PROTECTED]
When I read the source code of class org.jboss.ejb3.embedded.resource.RARDeployment, I found the resourceAdapter's endpointActivation was called in method invoke, but one thing I was confused was where the parameter 'messageEndpointFactory' comes from? Standardjboss.xml gave me some clue:

[jboss-user] [JNDI/Naming/Network] - Re: JNDI Look up in JBoss 4.0.5GA

2007-06-27 Thread pmadhum
Hi, I have solved this issue, the solution is changing the file jboss-service.xml under 'server\default\deploy\jbossweb-tomcat50.sar\META-INF', in this make the property 'Java2ClassLoadingCompliance' to true. This will solve the problem when you are migratining 3.x to 4.x and ejbs are

[jboss-user] [JBoss Seam] - No application context active

2007-06-27 Thread laksu
Hi, I have followed these migration recommendations: http://www.jboss.com/index.html?module=bbop=viewtopict=112038 and http://www.jboss.com/index.html?module=bbop=viewtopict=112040 but still get the following stacktrace upon deployment: WebModule[/gop-war]Exception sending context initialized

[jboss-user] [JBoss Portal] - Re: Can I change processing order of Header.jsp, tabs.jsp an

2007-06-27 Thread [EMAIL PROTECTED]
I think you are tackling the problem the wrong way. Creating objects and storing information has nothing to do with the header UI. If you are trying to provide service to your portlet then you should create a service (look at mbeans as an easy way to create a service that can easily be

[jboss-user] [JBoss Portal] - Can I change processing order of Header.jsp, tabs.jsp and th

2007-06-27 Thread glarenzie
I have found that the portlets are executed first then the tabs and the header. I need to create and store some information and objects to be used by the portlets before any portlets have executed. Therefore After login, but before portlet execution I need to do some processing. I thought

[jboss-user] [JBoss Seam] - Re: No application context active

2007-06-27 Thread dajevtic
remove the view handlers from your faces-config.xml file. You have already defined the view handler in web.xml Kind regards, dj View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058239#4058239 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal Server start up problem

2007-06-27 Thread [EMAIL PROTECTED]
You start JBoss Portal without being connected to Internet ? If so have a look: http://wiki.jboss.org/wiki/Wiki.jsp?page=WSRPOfflineInstructions View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058240#4058240 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problem with el parameter in dataTaqble

2007-06-27 Thread amitev
I've removed it but still doesn't work. Other suggestions? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058245#4058245 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058245 ___

[jboss-user] [Beginners Corner] - How do I automate close of Windows command line interface?

2007-06-27 Thread leaustin
When script below runs, the Windows CLI remains open until manually closed. I want to run as a scheduled background process but, need to force CLI to close once command has executed to prevent process from hanging. Any/All suggestions appreciated. Thanks, lea main(); function main() {

[jboss-user] [JBoss Seam] - Re: How best to leverage Seam when you've got a HUGE domain?

2007-06-27 Thread grettke_spdr
[EMAIL PROTECTED] wrote : | Still not sure what a component is. More like a remote EJB? Because my focus was so heavily on the UI, I keep thinking about Seam components and how best to leverage them. Those are the components of which I was thinking. Thanks Gavin. View the original post :

[jboss-user] [JBoss Seam] - Re: Problem with el parameter in dataTaqble

2007-06-27 Thread dajevtic
Could it be that you are not in the same conversation? Meaning: After the page is displayed, your bean is probably destroyed (also your projects). You should begin the conversation in your Factory, not in your select method. For the select method use @Begin(join=true), for your factory use @Begin

[jboss-user] [JBoss Seam] - seam-hibernate example not working the same as seam-booking

2007-06-27 Thread francof
In the seam-booking example, when I open the View Hotel link , the new tab will show the Detail View of the hotel as expected. However, if I do the same in the seam-hibernate example, the new tab defaults to the hotel listings (same as the first tab). Can anyone explain how I can achieve the

[jboss-user] [JBossWS] - Re: advice needed

2007-06-27 Thread florian79
I have the same problem by using an javascript/AJAX client. That is the xml, that I send to the webservice: | soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:BodygetHalloWorld xmlns | |

[jboss-user] [JBoss jBPM] - Re: process upload with tomahawk

2007-06-27 Thread wfenthusiast
does it have a name like process-definition | xmlns=urn:jbpm.org:jpdl-3.2 name=pd-name.../process-definition ricardomarques wrote : Hi | | i'm try to upload a process to the jbpm engine, using file upload from tomahawk library, but i having this exception: | | | | | |

[jboss-user] [Remoting] - Re: How do you set the source port for a client?

2007-06-27 Thread TheNelson
Yeah, that looks like what I want. Is it possible to lock down the source port with it? thanks, Ian View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058254#4058254 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058254

[jboss-user] [JBoss Seam] - Re: Web service interface stable in 1.3.0 ALPHA?

2007-06-27 Thread [EMAIL PROTECTED]
What we really wanted to use for this stuff was WS-Contexts, but JBossWS does not implement it yet. Shane tried to use WS-Addressing but it didn't work out (not sure of the details) and eventually he decided to do it this way after talking to the JBossWS folks. View the original post :

[jboss-user] [JBoss Seam] - best way of using application scope constants?

2007-06-27 Thread enzhao
In my application there are a lot of application scope values (read most, very seldom update/insert/delete), things like all Zip Codes in a country, names of all agents, etc. They resides in various different tables in the database. I want to _always_ cache them in the memory, once and for all,

[jboss-user] [JBoss jBPM] - [jBPM-BPEL]Endpoint does not contain operation metadata????

2007-06-27 Thread rainstar79
Hi, When I want to invoke my deployed BPEL process, I got a strange exception: | 17:25:34,241 ERROR [SOAPFaultHelperJAXRPC] SOAP request exception | javax.xml.rpc.soap.SOAPFaultException: Endpoint {http://SampleProject}ProcessRol | ePort does not contain operation meta data for:

[jboss-user] [EJB 3.0] - Re: Problem with enum datatype

2007-06-27 Thread FabryProg
Please: - Post your entity class - Use HQL instead SQL FABRYPROG View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058259#4058259 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058259

[jboss-user] [Clustering/JBoss] - Re: problem caused by distributable/

2007-06-27 Thread [EMAIL PROTECTED]
Find everything your app puts in the session and make sure all classes in the object graph properly implement java.io.Serializable or are marked as transient. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058261#4058261 Reply to the post :

[jboss-user] [JBoss Seam] - Re: process not being created

2007-06-27 Thread [EMAIL PROTECTED]
Is it declared on the local interface? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058262#4058262 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058262 ___ jboss-user mailing

[jboss-user] [JNDI/Naming/Network] - Re: 10061: Connection refused

2007-06-27 Thread hispeedsurfer
Thank you Peter. Have solved my problem with note to Configuration Issues. Set address to 0.0.0.0 under server/default/deploy/jboss-web.deployer/server.xml | Connector port=8080 address=0.0.0.0 | Is the same as -b option? View the original post :

[jboss-user] [JBoss Seam] - Re: best way of using application scope constants?

2007-06-27 Thread [EMAIL PROTECTED]
Yes, thats reasonable, except that you should not use a SFSB, since your APPLICATION scoped object must be multithreaded. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058264#4058264 Reply to the post :

[jboss-user] [JBoss Seam] - Injection in Seam POJO

2007-06-27 Thread ector7280
I'm getting a NPE when I try to inject any Seam managed components into a POJO that is also Seam managed. Here is the code: | @Name(titleXiProjectFolder) | @Scope(ScopeType.SESSION) | public class TitleXiProjectFolder | { | @Logger | private Log log; | ... | } | I

[jboss-user] [JBoss Seam] - Interceptor for seam component

2007-06-27 Thread elikyip
Is there a way to create an interceptor for a seam component that's NOT an EJB? Basically, I want the interceptor to get invoke whereever a method in the seam component is called. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058267#4058267 Reply to the

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

2007-06-27 Thread javasmith
Do you mean post as in after, or are you looking at this forum post for inclusion in Seam 2.0 ? Currently the only thing holding my company back from using Seam in a big way is the lack of official Maven 2 support, and the ability to use the current builds with MyFaces instead of the reference

[jboss-user] [JBoss jBPM] - Re: process upload with tomahawk

2007-06-27 Thread ricardomarques
yes it does, i forgot to paste the definition: | | ?xml version=1.0 encoding=UTF-8? | | process-definition | xmlns=urn:jbpm.org:jpdl-3.1 name=holiday-request |swimlane name=initiator | assignment expression=user(grover)/assignment |/swimlane |start-state

[jboss-user] [JBoss Seam] - Re: Interceptor for seam component

2007-06-27 Thread [EMAIL PROTECTED]
Yes, just use @Interceptors as a meta-annotation, as described in the docs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058271#4058271 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058271

[jboss-user] [JBoss Seam] - Re: best way of using application scope constants?

2007-06-27 Thread enzhao
What's the consequence of using SFSB here? Performance/Scalability hit? Thanks! Regards, Ellen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058272#4058272 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058272

<    1   2   3   4   >