[jboss-user] [Clustering/JBoss] - Re: discarded message from different group

2007-09-19 Thread grdzeli_kaci
hi awclemen Thank you for your post. i have one another question : what does it mean wrong partition name ??? what is here incorrect : | screen ./run.sh -c all -b 0.0.0.0 -Djboss.partition.name=Partition_151 | __ Regards Paata. View the original post :

[jboss-user] [JBoss Seam] - Re: final class cann't be a seam component?

2007-09-19 Thread [EMAIL PROTECTED]
Yes, it would be easy to do that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085854#4085854 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085854 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: mapping generic entities

2007-09-19 Thread saxon747
Yes, I see, but the generic issues are resolved in the non-abstract entity classes (UserRight, User), and I do not want the abstract classes (UserEntity, UserRightEntity) to be mapped. I hoped that using @Inheritance( strategy = InheritanceType.TABLE_PER_CLASS ) | could help but it did not

[jboss-user] [JCA/JBoss] - Re: InUseConnections MaxPoolSize... is this possible?

2007-09-19 Thread vickyk
Sancheski wrote : | Is this possible? | I have also checked the operation listInUseConnections() in service CachedConnectionManager, and I get an empty map. What I am guessing after seeing this is that the attribute InUseConnectionCount may be wrong. | | By the way, I am using

[jboss-user] [JBoss Seam] - Re: conversation ends unexpectedly!

2007-09-19 Thread mnrz
I put some log in my code, here is the result: this is ExportDataUtil.exportToExcel() method: | public void exportToExcel(String filepath,MapClass, IndexResultSet indexResultSet,MapIndexCategory, ColumnHeaderListColumnHeader columnHeaders) throws Exception { |

[jboss-user] [JBoss Seam] - Re: Seam Captcha configuration

2007-09-19 Thread wise_guybg
Thanks Shane. Could you please check my comment in Jira if this can be released with CR1? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085860#4085860 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085860

[jboss-user] [JBoss Seam] - Re: Feature request regarding nested conversations

2007-09-19 Thread matt.drees
Hi Jacob, So you're not using a SMPC. I guess I tend to assume everybody uses them. :-) My bad. So I understand more, but I'm still missing a few pieces. jacob.orshalick wrote : ...Seam has taken a snapshot of my Person entity in the outer conversation on nesting (which didn't have the new

[jboss-user] [JBoss Seam] - Re: conversation ends unexpectedly!

2007-09-19 Thread mnrz
sorry for the highlight color | DEBUG building Excel's sheet is in progress... | DEBUG --- 0 | DEBUG --- 1 | | starting IndexSearchAction | DEBUG destroying IndexSearchAction... | | DEBUG --- 2 | DEBUG --- 3 | DEBUG --- 4 | DEBUG --- 5 | DEBUG --- 6 | DEBUG --- 7 |

[jboss-user] [JCA/JBoss] - Re: Custom DataSource configuration (instantiation)

2007-09-19 Thread vickyk
wwebber wrote : I don't think using the XA configuration will work. The DataSource wrapper we use (thew 'standard' one everyone here is supposed to be using) is not an 'XA type connection. Also, we use a scheduler called Quartz that requires you to give it a non-transactional (i.e.: 'manual

[jboss-user] [JBoss Seam] - Re: Seam Text and \n

2007-09-19 Thread demetrio812
Is there someone can answer here? thanks Demetrio View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085863#4085863 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085863 ___

[jboss-user] [JBoss Seam] - Status of seambay example (WebServices)

2007-09-19 Thread baz
Hello, seambay is not distrubuted with Seam2.0.0CR1 So i would like to know what the status of this example is. Ciao, Carsten BTW: I do have the up to date seam sources and will compile the example for myself. View the original post :

[jboss-user] [EJB 3.0] - Re: mapping generic entities

2007-09-19 Thread andydale
HI, Have you tried annotating the abstract classes with @MappedSuperclass, this annotation means the class annotated with it is not an entity, and as such hibernate will not attempt to map it. Cheers, Andy View the original post :

[jboss-user] [JBoss Seam] - Noob conversation confusion

2007-09-19 Thread nickarls
Hi, Is there a way of ending a conversation and starting another at the same time? I have a case that looks like the hotel booking example where I have a page scoped list of orders and then selecting an order @Begin:s a long running conversation. The problem is that I can't start a fresh

[jboss-user] [JBoss Seam] - Re: Gavin King: Bad tools of Seam is kill its uses!!!

2007-09-19 Thread ybxiang.wolf
[EMAIL PROTECTED] wrote : This may not be what you require but I dont use Ant or Seam tools at all. | | I use | MyEclipse | | Create an EJB3 project and Map the correct files to thew correct sub projects (Ear, Jar and War). | | I simply tell MyEclipse where the JBoss Server is

[jboss-user] [JBoss Seam] - Re: Feature request regarding nested conversations

2007-09-19 Thread matt.drees
jacob.orshalick wrote : | | 1. Does the snapshot of the Conversation context include a snapshot of the *managed entity*? | 2. If I make changes to the Person in the nested conversation, since this is a *managed entity* does it make any difference in the semantics of the outer vs.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Problem in deployment : MBeans waiting for other MBeans

2007-09-19 Thread venuc_vgp
We are migrating our j2ee application from weblogic platform to Jboss4.0.1 for development purpose. There is no problem in Jboss initial setup. When i deploy my application its giving below error, and its failing. MBeans waiting for other MBeans: ObjectName:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Shutdown hangs on CentOS

2007-09-19 Thread ngcutura
(I am sure I posted this already but I cannot find the message...) I have CentOS 4 on a hosted server. JBoss stars fine but shutdown simply hangs. No logs, no reaction at all. It happens with JBoss 4.2.1 and JBoss 4.0.2 in combination with J2SDK 1.4.2_15 and JDK 1.5.0_12 (orthogonally). My

[jboss-user] [JBoss Seam] - Re: Gavin King: Bad tools of Seam is kill its uses!!!

2007-09-19 Thread ybxiang.wolf
sstrenn wrote : Your posts are rather offensive... | | I've been using seam-gen (command line) along with Red Hat Developer Studio since it went beta, and I have cranked out several web sites in the process. Perhaps you can try to be a bit more constructive with your posts - that way, if

[jboss-user] [JBoss Seam] - Re: s:fileUpload using tempFile fails with an OutOfMemoryErr

2007-09-19 Thread pingus
OK, good to know (yes, it's a byte[]). Thanks for this info. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085874#4085874 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085874

[jboss-user] [JBoss Seam] - Re: Gavin King: Bad tools of Seam is kill its uses!!!

2007-09-19 Thread hafidzmalik
Thanks to ybxiang.wolf for addressing my concern from JBoss Tools (user) forum. Now new version of SEAM already available at http://labs.jboss.com/jbossseam/download/index.html. I hope this version will compliment the available version of JBoss Tools or the nightly built being used. I'll

[jboss-user] [JBoss Seam] - Re: Gavin King: Bad tools of Seam is kill its uses!!!

2007-09-19 Thread ybxiang.wolf
Yes, i never use seam-tools too. Now, i only use Ant. But how to edit FACET? JBPM? Yes, they can be written by hand too. But you will waste more time because of writting errors,etc. As we know, we cann't delete files such as web.xml(in exploded war file) from jboss. So,at last, how to deploy

[jboss-user] [JBoss Messaging] - Re: Bridge under load throws IllegalStateException

2007-09-19 Thread mclu
Hi Tim! I don't have much time currently to create an easy testcase because of project priorities. So I have to fight fist to get more time on this (with my wife and my Boss :-) ) But meanwhile I have tested the MaxBatchTime -1 setting and shaped the problem a little. Again my setup but now

[jboss-user] [JBoss Seam] - Re: Recovering from a Constraint violation exception

2007-09-19 Thread wise_guybg
fernando_jmt: Could you please post a link of the topic you're talking about. I couldn't find it in the forum. supernovasoftware.com: Manual and Hibernate Validation are one thing. Database constraints are another thing. Currently I have a problem handling exceptions from the database. One

[jboss-user] [JBoss Seam] - Re: Gavin King: Bad tools of Seam is kill its uses!!!

2007-09-19 Thread ybxiang.wolf
Tony maybe never come back. He is a superman, i hope i can become superman too. ;-) saeediqbal1 wrote : Tony could you please post a tutorial on how you do all that? I dont have myeclipse i would rather try doing that using redhat studio. | ~yes, I love RHDS too!!! But it has too many

[jboss-user] [EJB 3.0] - Re: DefaultJMSProvider not bound

2007-09-19 Thread sraick
My problem is, only on Unix Sun Solaris, that the DefaultDS is bound after the DefaultJMSProvider. On Windows OS, DefaultDS is bound before and everything works. Would it be possible that the recursive scan on Solaris doesn't work as it would? View the original post :

[jboss-user] [JBoss Seam] - Re: Gavin King: Bad tools of Seam is kill its uses!!!

2007-09-19 Thread ybxiang.wolf
Me too. When i am free, I will dig the whole Jboss forum about seam. supernovasoftware.com wrote : If you have time, I would greatly appreciate a tutorial as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085882#4085882 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: InUseConnections MaxPoolSize... is this possible?

2007-09-19 Thread Sancheski
Here is de ds ?xml version=1.0 encoding=UTF-8? connection-factories no-tx-connection-factory !-- Where to bind the datasource, under the java:/ prefix -- jndi-nameLdapConnector/jndi-name rar-name10.ear#ldap-connector.rar/rar-name

[jboss-user] [JBoss Seam] - Re: Gavin King: Bad tools of Seam is kill its uses!!!

2007-09-19 Thread ybxiang.wolf
monkeyden wrote : I agree with supernova. The tools that exist today pretty much satisfy my needs. The only thing I really need from a seam tool is to generate the finicky project structure. | ~This is what i want too. Drag and drop is good too. You should try it, it can easy

[jboss-user] [JBossWS] - Re: ServletFilter/Proxy Per SOAP Request

2007-09-19 Thread richard_opalka
Hi, you can use JAXWS handlers. There's a lot of tutorials on internet about it. Richard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085885#4085885 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085885

[jboss-user] [JBoss Seam] - Re: FYI: Seam 2 CR1 has been released

2007-09-19 Thread hafidzmalik
Invalid url inside new jboss-seam-2.0.0.CR1\readme.txt * Read the online FAQ http://www.jboss.com/products/seam/faq should be * Read the online FAQ http://labs.jboss.com/jbossseam/faq View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085886#4085886 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Deploying a RichFaces application

2007-09-19 Thread siven555
I got the following message when I tried to view my xhtml pages. type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: Stack must not be null

[jboss-user] [Remoting] - Re: Problem calling EJB3 method via HTTP only

2007-09-19 Thread MarcReis
Hi, the problem seems to be caused by configuration. My colleague configured the http-invoker.sar\META-INF\jboss-service.xml with | servlet://${jboss.bind.address}:80/servlet- invoker/ServerInvokerServlet | (the 80 is important) for the org.jboss.remoting.transport.Connector. Then it will

[jboss-user] [JBoss Portal] - portal.sar deployed but browser/tomcat returns nullpointerex

2007-09-19 Thread konstandinos
hi all i have a default install of jboss-4.0.5.GA (i used the jems installer with the '-installGroup default' option) i have downloaded jboss-portal-2.6.1.GA, unzipped the archive, and uploaded the jboss-portal.sar folder to my $jboss-home/server/default/deploy/ directory (as per the

[jboss-user] [JBoss Portal] - Re: JSF and all commandButtons are fired

2007-09-19 Thread den74
i think you have wrong something in declaration. The right one is: h:commandButton action=#{Bean.calit} value=#{Calculation}/ you don't need to specify type=submit View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085891#4085891 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss Rejects Connections

2007-09-19 Thread jaikiran
anonymous wrote : Instead of 127.0.0.1 should be our domain? Yes you can do that and then start JBoss server with the -b option and pass it your machine name/IP Alternately, you can let the WSDL remain as is and start JBoss server, using run -b 0.0.0.0 View the original post :

[jboss-user] [JBoss Portal] - Re: portal.sar deployed but browser/tomcat returns nullpoint

2007-09-19 Thread [EMAIL PROTECTED]
You installed the datasource descriptor ? (The doc says not oi use the JEMS installer by the way, because it is just not part of the test suite) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085893#4085893 Reply to the post :

[jboss-user] [JBoss Seam] - Error in documentation, or my understanding?

2007-09-19 Thread matt.drees
Reference Documentation section 5.1.1.2 wrote : | But ending the conversation loses any state associated with the conversation, including the document we are currently interested in! One solution would be to use an immediate render instead of a redirect: | | | | page

[jboss-user] [JBoss Seam] - Re: PropertyNotFoundException, problem with a EL-attribute

2007-09-19 Thread vlaugier
I had indeed not specified the getter and the setter in the interface. It works now thank you ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085898#4085898 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085898

[jboss-user] [JBoss Seam] - Re: Seam Text and \n

2007-09-19 Thread matt.drees
Seam Text is implemented by a lexer/parser generated by Antlr at buildtime. So, adding formatting rules at runtime isn't possible (AFAIK). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085900#4085900 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: InUseConnections MaxPoolSize... is this possible?

2007-09-19 Thread vickyk
I don't see the configuration causing subpools to evolve , however I would also like to see the xml contents created when you deploy this connection descriptor file . Can you search the contents in the server log file , the generated xml file should be looked after

[jboss-user] [JBoss Portal] - Re: portal.sar deployed but browser/tomcat returns nullpoint

2007-09-19 Thread konstandinos
no i have not :-) i am wanting to use our postgresql database, so ill try configure the datasource descriptor for that. i'll come back here if i run into problems. ps: thanks for pointing out the lack of jems support; if all else fails i'll try installing the proper way. View the original

[jboss-user] [Remoting] - Re: Problem calling EJB3 method via HTTP only

2007-09-19 Thread MarcReis
Sorry, guess its time to take a break, it is ofcourse in the jboss-service.xml of the ejb3.deployer. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085903#4085903 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085903

[jboss-user] [JBoss Messaging] - Re: I need help about Messaging!

2007-09-19 Thread catania
Hi all! I solved my problem. I imported jbossall-client into my project, all things ok. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085904#4085904 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085904

[jboss-user] [JBoss Messaging] - Re: Bridge under load throws IllegalStateException

2007-09-19 Thread timfox
I think I know what the problem is by looking at the code, I just haven't managed to replicate here, I guess I just haven't managed to get the race. Anyhow, I can add a fix even though I can't replicate, hopefully will have this done in before the end of the week. If you could then try that

[jboss-user] [EJB 3.0] - SystemException vs. ApplicationException

2007-09-19 Thread toni
Hi, In my application it's very likely that two entity beans with the same primary key (consisting of a string) get persisted at the same time. If that happens a duplicate key exception (PersistenceException/NonUniqueObjectException) is raised and the the current transaction is unfortuantely

[jboss-user] [JBoss Seam] - Re: Seam Text and \n

2007-09-19 Thread demetrio812
I see, even if I think a pluggable system over the antlr-generated base would be useful (even if for simpler expressions)... btw so I think that the \n problem is a bug... also I propose to change the / character for italic because it is very common in language and a lot of ppl using it wrong

[jboss-user] [JBoss Seam] - PageFlow and database

2007-09-19 Thread [EMAIL PROTECTED]
I think that the possibility to store PageFlow processInstance into the database can be very useful. What you think about that? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085908#4085908 Reply to the post :

[jboss-user] [JBossWS] - Re: WS-Security: keystores and truststores

2007-09-19 Thread [EMAIL PROTECTED]
I have created a JIRA request here http://jira.jboss.com/jira/browse/JBWS-1814 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085909#4085909 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085909

[jboss-user] [JBoss Messaging] - Re: Bridge under load throws IllegalStateException

2007-09-19 Thread mclu
Cool... Yes! I can try it out (hopefully) if this then will help. Just tell me how I can get the fix then... Greets... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085911#4085911 Reply to the post :

[jboss-user] Memory upgrade

2007-09-19 Thread Elangovan
Hi All, My JBoss server has the memory settings as given below. JAVA_OPTS=\-server -Xss128k -Xms256m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=512m -Djava.awt.headless=true\ Recently the physical Ram has been upgraded to 3GB. Now I have been asked to double the JBoss memory . So what changes

[jboss-user] [JBoss Seam] - Exception thrown from Authenticator.authenticate method

2007-09-19 Thread terryb
Someone please help. I throw an exception from Authenticator.authenticate and would like to capture it in pages.xml file to redirect to a custom page. However it doesn't work as expected. The exception thrown appears in logs but it doesn't redirect to the page specified in the pages.xml file.

[jboss-user] [JBoss Seam] - Re: Passing datasource parameter to h:datatable

2007-09-19 Thread oblivion1200
I was happy that I have solved the problem, but it is not over yet :( I found that using datatable this way gives me null @DataModelSelection. When I use datatable in normal way it works fine. Using ui:param works only to display data for me. I can't use it like this: | ... | h:column

[jboss-user] [JBoss Portal] - contetnt mixed mode storage

2007-09-19 Thread k3nnymusic
I'm using jboss as 4.0.5GA and jboss portal 2.4.2 and when I change in xml to mixed storage file every my cms portlet instances have error java.lang.NullPointerException and I haven't got access to any content files. If I try to open any files from my

[jboss-user] [EJB 3.0] - Re: How set transaction timeout at method level?

2007-09-19 Thread tim.shaw
Jboss 4.2.1GA I have a 'setup' which takes ages (20 mins) to generate the data I need. I tried the @TransactionTimeout method annotation but can't find it in the jars. Is this available, and where is it please? If not, is there another approach I can use ... it's only for a few, known,

[jboss-user] [JBoss Seam] - how to terminate @Asynchronous method

2007-09-19 Thread tjakopec
I have @Asynchronous method and everithing is working fine. Now I want to stop calling that method. | @AutoCreate | @Name(natjecajServis) | @Stateless | public class NatjecajServisBean implements NatjecajIServis { | @Asynchronous | public void odradi(@Expiration | Date

[jboss-user] [JBossCache] - Re: load root node - table initialized for custom loader?

2007-09-19 Thread BruceSpringfield
No, just answered my own question :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085918#4085918 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085918 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: org.hibernate.exception.GenericJDBCException: Cannot ope

2007-09-19 Thread miloslav.vlach
Hi, I have the same problem you are wrote. Some of DB operations succesed but some throws this exception. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085919#4085919 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085919

[jboss-user] [JBoss Portal] - Re: portal.sar deployed but browser/tomcat returns nullpoint

2007-09-19 Thread konstandinos
heya thomas for what it's worth: i've configured the datasource descriptor and uploaded it, along with the jdbc driver for postgresql (having already create a user and jbossportal database). after restarting the jboss server, everything seems to work now. ie: the portal loads up as expected,

[jboss-user] [JBoss Seam] - Re: model validation failed

2007-09-19 Thread davidclf
thank your reply. I traced the Seam 2.0 source and myfaces 1.2 source.And I Found that problem caused by myface 1.2 bug. In PropertyResolverToELResolver.java: private T invoke(ELContext context, Object base, Object property, ResolverInvoker invoker) myfaces set

[jboss-user] [JBoss Portal] - Re: portal.sar deployed but browser/tomcat returns nullpoint

2007-09-19 Thread [EMAIL PROTECTED]
The WARN are safe to ignore, Hibernate got verbose. The 2 errors are not normal. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085926#4085926 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085926

[jboss-user] [EJB/JBoss] - question - Quartz

2007-09-19 Thread mhissen
I would like to use quartz under jboss seam. I want to create a method which is executed for one specified duration and posts a result in a page JSF. does somebody have a tutorial or an example for the configuration? Thanks... View the original post :

[jboss-user] [JBoss Seam] - Stored procedure call causes connection close

2007-09-19 Thread nickarls
Yep, Hibernate specific but some of you might have come across this in a seam context (no pun intended): I execute a stored procedure by getting a connection from the (Hibernate) JPA delegate but when the original method exits, my friendly CachedConnectionManager closes the connection. Which

[jboss-user] [EJB 3.0] - Integration of Quartz

2007-09-19 Thread mhissen
I would like to use quartz under jboss seam. I want to create a method which is executed for one specified duration and posts a result in a page JSF. does somebody have a tutorial or an example for the configuration? Thanks... View the original post :

[jboss-user] [JBoss Seam] - Re: FYI: Seam 2 CR1 has been released

2007-09-19 Thread [EMAIL PROTECTED]
It comes with facelets 1.1.13 draft - the source tags fix is not included with this. You'll need to build a facelets jar from CVS if you want this fix. As soon as facelets release a new version we will update. View the original post :

[jboss-user] [JCA/JBoss] - Re: InUseConnections MaxPoolSize... is this possible?

2007-09-19 Thread Sancheski
Here you are: | 2007-09-19 11:12:04,088 DEBUG [org.jboss.deployment.XSLSubDeployer] transformed into doc: server | mbean code='org.jboss.resource.connectionmanager.NoTxConnectionManager' display-name='ConnectionManager for ConnectionFactory LdapConnector'

[jboss-user] [JBoss Seam] - Re: Gavin King: Bad tools of Seam is kill its uses!!!

2007-09-19 Thread [EMAIL PROTECTED]
Please bear in mind that RHDS and JBossTools are only in beta at the moment. If you aren't willing to work with the development team and provide feedback about bugs but looking for a supported development environment that just works, you're probably best of waiting for the release of RHDS

[jboss-user] [Installation, Configuration DEPLOYMENT] - Installation problem

2007-09-19 Thread glwzpdq
Hi, Can anyone here tell me how to install jboss-4.2.0.GA manually without using the Software update features of eclipse. I've got jboss-4.2.0.GA.zip and eclipse-jee-europa-win32.zip at hand. Thanks! Best Regards View the original post :

[jboss-user] [EJB 3.0] - Ordering on Transient Field

2007-09-19 Thread FabBoco
Hi, I have the following Entity Bean | public class E1 implements Serializable | { |private String p1; | |. | |@Transient |public Double getP2() | { |. | } | } | If I executes the following query: | select o from E1 as o

[jboss-user] [JBoss Seam] - Re: Seam Text and \n

2007-09-19 Thread [EMAIL PROTECTED]
Christian wrote some extensions for SeamText in the wiki - I don't know if they are the style you are looking for. I don't think the \n is a bug - it's the syntax for SeamText. And I don't think we can change the language at this late a date. Interactive preview combined with Matt's

[jboss-user] [JBoss Seam] - Re: Problem with injection when using jbpm process

2007-09-19 Thread ctomc
Does anyone has idea what is wrong? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085938#4085938 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085938 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Publishing a message in 'NotSupported' EJB

2007-09-19 Thread mskonda
I have a situation that I need to publish a message in a NotSupported method of an EJB. However, when I do the publication, the message doesn't appear. To give you more background, read the below: Once the publication is completed, the NotSupported method returns to the caller and the flow

[jboss-user] [JBoss Seam] - Correnct setting Faces-Config

2007-09-19 Thread miloslav.vlach
Hi all, I have problem with setting faces-config.xml. Especial secion lifecycle: When I using the TransactionSeamPhaseListener, the application throws some exception (Transaction is not active). When I use the SeamPhaseListener all seems work good. But I dont know if is this replacing

[jboss-user] [JBoss Seam] - Re: Problem with injection when using jbpm process

2007-09-19 Thread damianharvey
Try using ScopeType.BUSINESS_PROCESS Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085947#4085947 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085947 ___

[jboss-user] [JBoss Seam] - global pageflow case??

2007-09-19 Thread alex_enache
Hello. I'm using the pageflow system on a project and I can't seem to make a sort of global flow case. I have a header.jsp which consists of the menu of my application. This menu is included in all my pages. I also have several pageflows in my app. How can I tell the pageflow system to make a

[jboss-user] [Installation, Configuration DEPLOYMENT] - Deployment failure problem

2007-09-19 Thread sunainavarma
hi i am using jboss4.2.0 and myeclipse 5.5 while i am deploying my project the following error is occur. how to solve this . Deployment failure on JBoss 4.x. Could not copy all resources to E:\jboss-4.2.0.GA\server\default\deploy\NeoForms.war. If a file is locked, you can wait until the lock

[jboss-user] [JBoss jBPM] - Re: Stack overflow on recursive patten.

2007-09-19 Thread kukeltje
Correct... this is not supported (since it was never intended to be used in this way without a waitstate). jBPM 4.0 will have no problem supporting this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085952#4085952 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: dynamic commands

2007-09-19 Thread kukeltje
Yes, it is more extensible, but personally I'd prefere that people who develop 'real' commands, 'donate' these to the project so everybody can benefit. With to much flexibility, that will probably done less :-( View the original post :

[jboss-user] [JBoss jBPM] - Re: Version compatibility issues between JBPM 3.1.3 and JBos

2007-09-19 Thread kukeltje
turn on hibernate debug and see why it fails. Could be due to an invompatible hibernate version/configuration. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085956#4085956 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Personalize and personalizerecursive, what is that for?

2007-09-19 Thread shilpak
Hi, I have a similar question I have given only view permision to unchecked. And not given personalize/personalizerecursive permision to any user/role. But when I login as admin or user, it shows me edit link for a portlet. Then what do we mean by personalize and recursive personize in

[jboss-user] [JBossWS] - Re: New user needs help

2007-09-19 Thread [EMAIL PROTECTED]
This is not normal. You could start here http://jbws.dyndns.org/mediawiki/index.php?title=Quick_Start View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085970#4085970 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085970

[jboss-user] [JBoss Messaging] - Re: Publishing a message in 'NotSupported' EJB

2007-09-19 Thread timfox
mskonda wrote : | I am using JmsXA conenction factory in JBM 1.2.SP2 | Don't use JmsXA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085971#4085971 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085971

[jboss-user] [JBoss Seam] - Re: FYI: Seam 2 CR1 has been released

2007-09-19 Thread [EMAIL PROTECTED]
Already noticed one bigger change and some small ones from Beta1 to CR1 for existing projects: - ajax4jsf.jar must be exlcuded from the project (because now merged with richfaces) - JBoss warns me: WARN [SkinFactoryImpl] Init parameter for a skin name changed to org.richfaces.SKIN - So

[jboss-user] [JBoss Seam] - Re: how to terminate @Asynchronous method

2007-09-19 Thread [EMAIL PROTECTED]
Do you use Quartz or EJB Timers? Doc Reference (CR1): http://docs.jboss.com/seam/2.0.0.CR1/reference/en/html/jms.html#d0e11316[/url] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085974#4085974 Reply to the post :

[jboss-user] [Clustering/JBoss] - Cluster merge issues

2007-09-19 Thread jbossmk
We have a cluster of nodes deployed on the same machine with the cluster-service.xml having the following snippet: TCP bind_addr=localhost start_port=${jboss.cluster.tcp.port:7800} loopback=true/ | TCPPING initial_hosts=localhost[${jboss.cluster.tcp.port:7800}]

[jboss-user] [Clustering/JBoss] - Re: Cluster merge issues

2007-09-19 Thread [EMAIL PROTECTED]
#1 Check that 'localhost' really resolve to the correct address (e.g. not to 127.0.0.1) on *all* hosts #2 You can't set AUTO_RECONNECT declaratively, use the following code to do this: JChannel ch; ch.setOpt(Channel.AUTO_RECONNECT, true); Possibly also ch.setOpt(Channel.AUTO_GETSTATE, true);

[jboss-user] [JBoss Seam] - problem with s:link

2007-09-19 Thread alex_enache
I'm having some troubles with using s:link inside html code. f:verbatim | div | ul class=nav | listrongProjects/strong | ul | lis:link action=createProject value=Create Project/li | /ul | /li

[jboss-user] [JBoss Messaging] - Re: Publishing a message in 'NotSupported' EJB

2007-09-19 Thread mskonda
Why would you recommend not to use JmsXA, tim? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085975#4085975 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085975 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying a RichFaces application

2007-09-19 Thread siven555
This message also appeared before deployment 2007-09-19 14:22:04,194 ERROR [org.apache.commons.digester.Digester] End event threw exception java.lang.IllegalArgumentException: argument type mismatch View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085978#4085978

[jboss-user] [JBoss Seam] - Re: Passing datasource parameter to h:datatable

2007-09-19 Thread baz
Look at this post: http://www.jboss.com/index.html?module=bbop=viewtopict=117233 As of today i have no answer how it could work with facelets:-( Ciao, Carsten View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085979#4085979 Reply to the post :

[jboss-user] [JBoss Seam] - form controls with the same property name

2007-09-19 Thread schmod54
How do I add error messages to a particular control if multiple controls share the same property name on the same page? E.g., say I have a user registration form, where usernames are unique. If a user enters a duplicate username, in my action bean I can add an error like so:

[jboss-user] [JBoss Seam] - Re: org.hibernate.exception.GenericJDBCException: Cannot ope

2007-09-19 Thread stephen.friedrich
Typically this means there was a previous error that corrupted the transaction. Specifically I have been getting this when trying to use MyFaces Trinidad with Sun's JSF RI. For some strange reason whenever a validation fails from that point on you'll get this error. View the original post :

[jboss-user] [Clustering/JBoss] - Re: Cluster merge issues

2007-09-19 Thread jbossmk
The localhost resolves to a valid domain, and all of the nodes (five of them) run on a single box. We are using JGroups 2.4.1. Is the configuration Okay otherwise? Why does the split happen at all even if all the nodes are running on the same box in the first place? Could it be because of

[jboss-user] [JBossWS] - Re: Strange - Entry Point not receive WS Message data

2007-09-19 Thread [EMAIL PROTECTED]
The wsdl that is specified in wsdlLocation is published without further processing by the stack (except url rewriting) Please check if your message conforms to the wsdl that is generated by the endpoint. i.e. remove the wsdlLocation attribute View the original post :

[jboss-user] [JBoss Seam] - Re: org.hibernate.exception.GenericJDBCException: Cannot ope

2007-09-19 Thread wise_guybg
I'm facing the same problem but with another idea in my mind: http://www.jboss.com/index.html?module=bbop=viewtopict=118991 I have been dealing with a similar problem in a previous project at work where we used Hibernate. The solution was to create a backing session that will help you recover

[jboss-user] [JBossWS] - Re: Error: Unable to createEndpointReference Provider

2007-09-19 Thread [EMAIL PROTECTED]
This looks like a classpath problem to me View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085988#4085988 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085988 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: FYI: Seam 2 CR1 has been released

2007-09-19 Thread [EMAIL PROTECTED]
wise_guybg wrote : [EMAIL PROTECTED]: I would suggest you go by the Application 5 specification and instead of describing each jar file in the application.xml, you put them all in /lib inside your EAR. | Does this work with jars containing seam components (wrote a little framework) as well?

[jboss-user] [Clustering/JBoss] - load balancing

2007-09-19 Thread jbossmk
I am using the load balancing available via the client proxy in our clustered environment. I am assuming that the FirstAvailable load balance policy (for the remote bean) provide server affinity. Is that right? Can someone confirm this? Also, would it matter if my home bean is RoundRobin and my

[jboss-user] [JBoss Seam] - Re: Problem with injection when using jbpm process

2007-09-19 Thread ctomc
i have tryed to use ScopeType.BUSINESS_PROCESS for component but it doesn't change anything. Have even try to ouptut the object to business scope but it doesnt help. any other ideas? tomaz View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085995#4085995 Reply

[jboss-user] [EJB 3.0] - Re: Ordering on Transient Field

2007-09-19 Thread wolfc
Java Persistence API, 4.3 wrote : For every persistent ?eld or get accessor method (for a persistent property) of the entity class, there is a ?eld (?state-?eld?) whose abstract schema type corresponds to that of the ?eld or the result type of the accessor method. | JPA, 4.9 wrote :

[jboss-user] [JBossWS] - Re: How di I get detail in SOAPFault

2007-09-19 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBWS-1815 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085994#4085994 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085994 ___ jboss-user

  1   2   3   4   >