[jboss-user] [JBoss Seam] - Re: Simplest usage

2007-05-23 Thread hispeedsurfer
It's exactly the same behaviour in my app. But I use Facelets(*.xhtml). The strange thing I found out: If I comment s:fileUpload tag, the fields are entered Without the comment the getter/setter of the fields file, fileName and fileContentType are not called in debug mode. Use Seam 1.2.1 an

[jboss-user] [JBoss Portal] - Re: setting a security for individual portlet instances

2007-05-23 Thread sandeepjha18
I am also using jboss-portal 2.6 beta1 and facing the same issue. Has anyone got a solution? Is this a bug? Mohan were u able to figure out any solution for this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048132#4048132 Reply to the post : http://ww

[jboss-user] [JBossCache] - Re: Pojo cluster fail

2007-05-23 Thread Appa
if the second server connect, join in the group,the first server should get this error: 2007-05-24 14:36:18 [org.jboss.cache.CacheImpl.JBossCache-Cluster]-[ERROR] Caught java.io.NotSerializableException while responding to state transfer request java.io.NotSerializableException: java.net.Socket

[jboss-user] [JNDI/Naming/Network] - Connection not getting closed in jboss4.0.3

2007-05-23 Thread javamagician81
Hi, I am using JNDI for getting the connection I have wriiten a java servlet that takes the connection by look up as: Context ctx=new InitialContext(); DataSource ds = (DataSource) ctx.lookup("java:comp/env/OracleDS"); oracle-ds.xml OracleDS jdbc:oracle:

[jboss-user] [JBossWS] - Re: A question about webservices

2007-05-23 Thread sashaxiv
thanks Peter, one more question.. Which is th best way to build webservices? i´ve read something about axis, another posibility i found was wscompile from J2EE package. What do you recomend me? Jboss should let us using anotations for webservices as Sun J2EE server! Is Jboss 5 ready for this?

[jboss-user] [JBossCache] - Pojo cluster fail

2007-05-23 Thread Appa
when i use jbosscache,it meet a error like this: 2007-05-24 13:52:19 [org.jboss.cache.marshall.VersionAwareMarshaller]-[ERROR] Unable to read version id from first two bytes of stream, barfing. 2007-05-24 13:52:19 [org.jboss.cache.CacheImpl.JBossCache-Cluster]-[ERROR] failed setting state java.i

[jboss-user] [JBoss Seam] - Re: Captcha - custom message

2007-05-23 Thread [EMAIL PROTECTED]
Please add a feature request to JIRA, this should be more easy to override. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048123#4048123 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048123 ___

[jboss-user] [JBoss Seam] - Re: problem with encoding

2007-05-23 Thread [EMAIL PROTECTED]
AFAIK, you need it in both the meta tag and the f:view. At least I think that's what Jacob told me. I guess Facelets uses a special UIViewRoot or something. I'm not sure if the Seam examples have it completely correct. You would be better off asking about this stuff in the facelets forums, and

[jboss-user] [JBoss Seam] - Re: Newbei question: Page navigation

2007-05-23 Thread zwu_ca
Thanks a lot: Almost worked -- how ever it lost the request string "?a=15" in the original url. Any more tip? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048121#4048121 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBossWS] - Re: schema validation for xml

2007-05-23 Thread king_country2000
How can one access the Schema generated (the ones in the WSDL file) in the Java code.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048120#4048120 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048120 _

[jboss-user] [EJB 3.0] - Re: How to Call one EJB from another remotely?

2007-05-23 Thread [EMAIL PROTECTED]
Hi thanks for replies from both of you Hi jc can you pls elaborate your solution Hi ebross in this way how can i give the ip address of the sys to be lookedup..? Is it in ejb-jar.xml ? But I am using EJB3.0 any way without using any xml files..? View the original post : http://www

[jboss-user] [JBoss Seam] - Re: Newbei question: Page navigation

2007-05-23 Thread hstang
http://docs.jboss.com/seam/1.2.1.GA/reference/en/html/security.html#d0e6305 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048116#4048116 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048116 ___

[jboss-user] [JBoss jBPM] - Re: Can jBpm deployed in a distributed system?

2007-05-23 Thread malish
You should not have any issues running JBPM in a cluster of any configuration. Just make sure that you start JobExecutor on one node only. This is to avoid competition between the nodes, because JobExecutor runs at fairly high rate. What we have done for our cluster, created a com.xxx.jbpm.start

[jboss-user] [JBoss jBPM] - Re: Un expected behavior observed with Token details

2007-05-23 Thread malish
Until an appropriate solution is found or reply is received from JBoss, we have just decided to apply the following local fix. Again this is related to loss of Node after Exception is thrown within the custom ActionHandler. All we do is saving the Node object before calling token.signal() method

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]String

2007-05-23 Thread kishornpatil
Hi, My J2EE application is deployed on Jboss 4.0.4 and interacting with MS SQL Server 2005. My JDBC stored procedure call is failing with following error: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]String or binary data would be truncated. I read in few forums that this is caused w

[jboss-user] [JBoss Seam] - Newbei question: Page navigation

2007-05-23 Thread zwu_ca
I have a problem like this: If user opens a page: http://my/link.seam?a=3 and if user has not logged on, it will redirect the link to http://my/home.seam. After user enters correct credentials and hits "Login" button, the page should go back to http://my/link.seam?a=3. How this logic can be imp

[jboss-user] [Beginners Corner] - Re: Apparently wrong driver Error

2007-05-23 Thread jaikiran
It says that your application and the jboss-local-jdbc.rar should use the same classloader. Configuring a rar file for classloader isolation is something which i havent tried, so i might not be of much help on this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JNDI/Naming/Network] - Re: Exception javax.naming.NameNotFoundException

2007-05-23 Thread jaikiran
anonymous wrote : contents of my ejb-jar.xml is same as which i posted earlier | anonymous wrote : ejb-jar.xml | | | http://java.sun.com/dtd/ejb-jar_2_0.dtd";> | | | | mfsc | mfsc | | | | | | UserSession | UserSession | com.pspl.common.admin.user.compon

[jboss-user] [JBoss jBPM] - Re: Un expected behavior observed with Token details

2007-05-23 Thread malish
Just to correct the last sentence of my previous message: process.getRootToken().getNode() will return NULL value. Also, process.getRootToken().getAvailableTransitions() will start returning NULL value as well. Not sure which how to check the JBPM version. Timestamp is 2007-03-16. View the origin

[jboss-user] [JBoss jBPM] - Re: Un expected behavior observed with Token details

2007-05-23 Thread malish
We have similar issues with getting a null token using call process.getRootToken(). It is fairly easy to achieve that: * Define your own ActionHandler class. All it should do in execute(ctx) method, is throw new java.lang.Exception("haha") * Place this ActionHandler into jpdl * Invoke state tran

[jboss-user] [Installation, Configuration & Deployment] - Re: 5.0 Beta 2 Class not found error on jdk 6

2007-05-23 Thread jaikiran
Answered at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=99305 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048097#4048097 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048097

[jboss-user] [JBoss jBPM] - Re: how to save processinstance

2007-05-23 Thread [EMAIL PROTECTED]
There several actors do the workflow instance in the same phase of node or different task which execute by different swimlane. in that case, taskvariables can't be shared ? the context can not be shared ? oh My God. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JNDI/Naming/Network] - JNDI trying to use the wrong host

2007-05-23 Thread ojacobson
My jboss-4.0.4.GA installation inexplicably stopped working today, and it looks like it's because it started trying to connect to localhost:1099 for JNDI lookups and binding. This is wrong, since jboss is set up to listen only on a specific IP (not 127.0.0.1 or 0.0.0.0), corresponding to foo.de

[jboss-user] [JBoss Seam] - Re: 'sometimes' a nullpointer exception for #{identity.logge

2007-05-23 Thread bulloncito
Hey ffischer !! I 'm also having that problem !! random #{org.jboss.seam.security.identity} and #{org.jboss.seam.messages} erros, I do have ajax4jsf in web.xml, I can disable it there as you say, but then I get Resources framework is not initialised, check web.xml for Filter configuration when I

[jboss-user] [JBoss Seam] - s:validateAll in custom tag/template

2007-05-23 Thread blackers
I am using seam 1.2.1GA and Jboss 4.0.5GA and am experiencing a problem when I try to use s:validate when the form fields are contained in a custom tag. my calling page calls a custom tag that I have created that contains a group of common form fields that I would like to reuse across many page

[jboss-user] [Installation, Configuration & Deployment] - 5.0 Beta 2 Class not found error on jdk 6

2007-05-23 Thread roshan_ail
I get the error mentioned below when I run the app server on jdk 6. I haven't installed anything on it. Its a clean download that I ran It runs fine under jdk 5 However, I need it to run under jdk 6 since I am using some jdk 6 features in my application. 17:42:39,759 INFO [ProfileImpl] Using p

[jboss-user] [JBoss Seam] - Re: Seam is spining JVM on startup

2007-05-23 Thread cavani
Hey! take a look at: [url] http://www.jboss.com/index.html?module=bb&op=viewtopic&t=108938[/url] Phil found the problem. Seems that EL api jar module declaration on application.xml cause JBoss 4.2 GA hang up. It is just remove: | | el-api.jar | | Thanks, View the original post

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-23 Thread cavani
I can't test my project right now, but I tested JBoss Booking Example. And it crash AS 4.2 GA. Just change application.xml with: | | jboss-el-api.jar | | and add this jar in ear. Start JBoss and this will take 100% of CPU ou core forever (in fact, I don't wait too much). Note:

[jboss-user] [JBoss Seam] - Re: Seam+JMS: extracting Java object from ObjectMessage

2007-05-23 Thread [EMAIL PROTECTED]
What Daniel said is spot on. I've also fixed the documentation to correctly refer to the getValue() method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048086#4048086 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [EJB 3.0] - Re: How to get this (very simple) tutorial to work in JBoss

2007-05-23 Thread mjdinsmore
Thanks. I guess that kind of clears it up. I wasn't trying to do it "in servlets" but I guess that language was JBoss's way of saying, "it just doesn't work". It would be nice if they are more clear on that. So is the first version of JBoss that really supports this is the JBoss 5.x versi

[jboss-user] [JBoss AOP] - Re: IllegalAccessException using reflection on private field

2007-05-23 Thread jxhill
Flavia, Thanks for the quick response, I will use your workaround until the bug is fixed. I have one comment. If you correct the problem by making the wrapper method public, then won't the field be accessible through reflection without calling Field.setAccessible() first? That would be wr

[jboss-user] [JBoss Seam] - Component being dropped from list of Components in JNDI

2007-05-23 Thread [EMAIL PROTECTED]
NOTE: This is with IceFaces DR#4 but appears to be Seam bug or my code! anonymous wrote : | 10:48:08,937 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=risingstars.ear,jar=risingstars_jar.jar,name=UploadControllerImpl,service=EJB3 with dependencies: | anonymous wrote : |

[jboss-user] [JBoss jBPM] - Re: ADF Faces with Facelets in jBPM 3.2GA

2007-05-23 Thread webjavier
nobody??? help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048080#4048080 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048080 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-23 Thread [EMAIL PROTECTED]
Sorry pdhaigh, did not see your new post before I posted. Now that is good to know. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048075#4048075 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048075 ___

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-23 Thread pdhaigh
ditto, I replied to you before you wrote the second one :-) cheers, phil View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048078#4048078 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048078

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-23 Thread pdhaigh
Hi Michael, I would presume it would be as simple as uncommenting these two sections in your application.xml They are commented out in your 4.2.0 examples, but not in your 4.0.5 ones. (I was looking at the CRUD example app from http://www.michaelyuan.com/download/seam/seambook-src-20070522

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-23 Thread [EMAIL PROTECTED]
How do I reproduce the issue? My examples all work with Seam 1.2.1 GA and JBoss 4.2.0 GA http://www.jboss.com/index.html?module=bb&op=viewtopic&t=109212 Can you send us a simple example that demonstrate this bug? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] jboss seam, calling seam component from servlet filter

2007-05-23 Thread rishi
I am very new to jboss Seam and hence a simple query. I want to call up a seam component from inside a servlet filter as below: AuthorizerActionLocal authLocal = (AuthorizerActionLocal)Seam.componentForName("packageCreationAction") .getInstance( AuthorizerActionImpl.class); UserVO userVO = aut

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-23 Thread pdhaigh
After some playing, my issue was resolved by this: (in application.xml) The above were needed for 4.0.5 deployments, but crash the server for 4.2.0.GA I'm happy because it now seems to work, but I do think the server should be able to deal with the failed deployment, rather than falling

[jboss-user] [JBoss Messaging] - Re: Invalid Selector

2007-05-23 Thread timfox
"macross27" wrote : Thanks for the tip. However I can't do anything on the side of the application which uses the odd correlation id or the selector as it is closed source. So I have to deal with that in JBoss messaging. Any ideas to that? | The selector is invalid, you need to fix your appl

[jboss-user] [JBoss Messaging] - Re: Invalid Selector

2007-05-23 Thread macross27
Thanks for the tip. However I can't do anything on the side of the application which uses the odd correlation id or the selector as it is closed source. So I have to deal with that in JBoss messaging. Any ideas to that? I guess that the correlation id is a string is part of Sun's JMS spec? View

[jboss-user] [JBoss Seam] - Re: Seam+JMS: extracting Java object from ObjectMessage

2007-05-23 Thread jazir1979
Hi, >From what I've seen, the object in your ObjectMessage should follow the same >rules as what any Seam Remoting @WebRemote method would return (Section 19.6 >of the doco) -- ie: keep it as a simple JavaBean so you can access the >serialized state from javascript using properties. I don't th

[jboss-user] [JBoss Seam] - Re: Seam CVS: should jBPM work? (jbpm.function.mapper not de

2007-05-23 Thread avbentem
Ok, thanks for the update! Arjan. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048069#4048069 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048069 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-23 Thread pdhaigh
Hi, I am also seeing this issue.. anyone got any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048068#4048068 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048068 __

[jboss-user] [JBoss Seam] - Re: How to build Seam from CVS snapshot?

2007-05-23 Thread avbentem
"tonylmai" wrote : Can someone show me how to build Seam + RichFaces from the CVS (including how to get the source)? Could not find the link from Jboss.com site. CVS is at :pserver:[EMAIL PROTECTED]:/cvsroot/jboss/jboss-seam -- which is clearly stated at the wiki SeamRepository page, which you'l

[jboss-user] [JBoss Seam] - PropertyNotFoundException - Target Unreachable

2007-05-23 Thread strickla
Hello all, New to JSF and Seam here so I'm trying to work out a few kinks. I have created a simple JSF/Facelets application that "just worked" when deploying to JBoss AS 4.2.0 GA. Converting that same application to take advantage of Seam has been a headache and a half. Currently everything

[jboss-user] [JBoss Seam] - Re: Problem pasting text from Word using s:formattedText

2007-05-23 Thread patrickr
I encountered a similar error. For me it was the dash character from MS word. Just for readers reference, see JBSEAM-1343 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048064#4048064 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss jBPM] - console url failing to load

2007-05-23 Thread vijaysub
trying to install jbpm on tomcat. Used the instructions in http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmOnTomcat but seeing the following error when i try to load http://localhost:8080/jbpm-console/ The server encountered an internal error () that prevented it from fulfilling this request. ex

[jboss-user] [JBoss Portal] - Re: LDAP Authentication & Authorization to eDirectory

2007-05-23 Thread bdaw
anonymous wrote : Emptying the database to start over just generated reams of errors from the JBPM module. what kind of errors? Could you be a little more specific? So you were able to deploy a portal using an empty database before, and then turning off the AS, cleaning the database and turnin

[jboss-user] [JBoss Messaging] - Re: Queue MessageCount - JMX Help

2007-05-23 Thread timfox
A two minute search of the wiki would have answered your question http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIGetRemoteAccessToMyMBean. You're lucky I'm nice and Adrian isn't lurking ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048061#4048061 Reply to

[jboss-user] [JBoss AOP] - Re: IllegalAccessException using reflection on private field

2007-05-23 Thread [EMAIL PROTECTED]
Hello, I've taken a look at your problem and at the bug report you added to Jira (issue JBAOP-405). The cause of your problem is not the fact that setAccessible doesn't take place. On the contrary, it does take place and has the desired effect (it allows calls to Field.get() and Field.set() me

[jboss-user] [JBoss Portal] - Re: LDAP Authentication & Authorization to eDirectory

2007-05-23 Thread arnieAustin
I did pull the latest (ie HEAD) out of the repository (it took quite a while). Emptying the database to start over just generated reams of errors from the JBPM module. Bleh. This isn't worth the effort. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048059#

[jboss-user] [JBoss Messaging] - Queue MessageCount - JMX Help

2007-05-23 Thread kemplin
I am attempting to get access to a Queue via JMX so I can check to see the number of messages (MessageCount). I created the queue upon startup of JBoss by copying the default demo Queues in destinations-service.xml jboss.messaging:service=ServerPeer jboss.message:service=PostOffice Inside my

[jboss-user] [JBoss Seam] - Re: EntityManager null

2007-05-23 Thread srpantano
Works fine, thanks! But, this is a bug, doesn´t it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048056#4048056 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048056 ___

[jboss-user] [Management, JMX/JBoss] - " No ClassLoaders found " error when deploying a startup cla

2007-05-23 Thread mohali
I am trying to deploy a simple start up class at JBoss startup time and it keeps giving the following error: [java] Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: com.acme.common.business.taskmanagement.TaskTimerStartup | [java] at org.jboss.mx.loading.

[jboss-user] [JBoss Messaging] - Re: automatically truncate message table on server startup

2007-05-23 Thread timfox
Aaah, I think I am beginning to understand your question now :) You were assuming that JMS implemented being an XAResource by delegating the XA functionality to an underlying XA database? While you could implement a messaging system this way (and if I remember rightly the Sun tutorial? actually

[jboss-user] [JBoss Portal] - Re: LDAP Authentication & Authorization to eDirectory

2007-05-23 Thread bdaw
a lot of questions in your posts :) ... lets start from the beginning. I'm sure that the issue with disabled account should be resolved in newest sources. Did you flush the database content? Please try to redeploy portal from the newest sources, start with clean database, and let me know if you

[jboss-user] [JBoss Messaging] - Re: automatically truncate message table on server startup

2007-05-23 Thread paul_da_programmer
"timfox" wrote : "paul_da_programmer" wrote : If the JMS implementation is an XA compliant one, even without persistence then the answer is yes. | | Yes. But this has got absolutely nothing to do with whether JBM persists non persistent messages or not. I guess that really was my original

[jboss-user] [JBoss Seam] - Re: EntityManager null

2007-05-23 Thread hstang
change name from "em" to "entityManager" I don't know why, but Seam hard codes to look for "entityManager" . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048047#4048047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Messaging] - Re: automatically truncate message table on server startup

2007-05-23 Thread timfox
"paul_da_programmer" wrote : If the JMS implementation is an XA compliant one, even without persistence then the answer is yes. Yes. But this has got absolutely nothing to do with whether JBM persists non persistent messages or not. View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - EntityManager null

2007-05-23 Thread srpantano
I made: | | java:/data | | | | #{em} | | | | select r from Role r | | but when I run the facelet page with: | | | | | but the result is:

[jboss-user] [JBoss Seam] - EntityHome for nested entity CRUD?

2007-05-23 Thread kingcu
Hi, I have an entity named Business defined as below: @Entity | public class Business { | | @ManyToOne(fetch = FetchType.EAGER) | @JoinColumn(name = "PARENT_BUSINESS_ID", nullable = true) | private Business parentBusiness; | | @OneToMany(fetch = FetchType.LAZY)

[jboss-user] [JBoss Portal] - JBoss Forums 1.0.0 GA Released

2007-05-23 Thread unibrew
Please refer to an announcement made on JBoss Forums User Forum. http://jboss.com/index.html?module=bb&op=viewtopic&t=109326 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048043#4048043 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Messaging] - Re: automatically truncate message table on server startup

2007-05-23 Thread paul_da_programmer
"timfox" wrote : If you are using only non persistent messages, then there is nothing to "back out" from the DB, since nothing has been saved to the db. | | Perhaps I don't follow what you are trying to say... What I want to back out (or commit atomically) is the XA DB work that my biz func

[jboss-user] [JBoss Messaging] - Re: ClassCastException when using RoundRobinRouterFactory

2007-05-23 Thread timfox
JBM 1.2.0.SP2 out shortly should resolve all such classloader issues. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048037#4048037 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048037 _

[jboss-user] [JBoss Messaging] - Re: example queue fails

2007-05-23 Thread timfox
The next release (1.2.0.SP2) is integrated with 4.2.0.GA. We don't make any guarantees about JBM running in RC releases. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048034#4048034 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Messaging] - Re: example queue fails

2007-05-23 Thread timfox
JBM does not run with 4.2.0.RC2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048033#4048033 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048033 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: Message redelivery

2007-05-23 Thread timfox
Locking it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048032#4048032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048032 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Messaging] - Re: Message redelivery

2007-05-23 Thread timfox
This thread is a dupe of http://www.jboss.org/index.html?module=bb&op=viewtopic&t=109165 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048031#4048031 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048031 _

[jboss-user] [Beginners Corner] - Re: Apparently wrong driver Error

2007-05-23 Thread ashley_us
Thanks for your reply. Will you please explain to me the workaround solution? I dint get what it has to say. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048030#4048030 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Seam] - Re: How to build Seam from CVS snapshot?

2007-05-23 Thread stu2
once you've checked out the source, just type 'ant'. it will create all of the dist jars for you. Richfaces is a separate project of course, with a different build mechanism (maven I think). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048029#4048029 Rep

[jboss-user] [Beginners Corner] - Re: Apparently wrong driver Error

2007-05-23 Thread jaikiran
Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=IWantToDeployMyOwnJdbcDriverInAScopedClassloader View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048026#4048026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=404

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.2.0.GA + Eclipse integration

2007-05-23 Thread noFreak
No idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048025#4048025 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048025 ___ jboss-user mailing list jboss-user@lists.jboss

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Asynchronous send to MDB

2007-05-23 Thread fastbob
Sorry, I didn't mean to give the impression that the application is using explicit threads (except for the experiments). The UI and MDB threads I referred to are automatically created by the EJB container. I finally resolved the problem. Both the main code and the MDB were using CMP, and referr

[jboss-user] [JBoss Seam] - Context listener

2007-05-23 Thread tzman
As a learning/debug helper I am trying to catch events when components are stored/removed from any context. org.jboss.seam.preSetVariable and the like do pretty much what I am looking for, but I would like to set this in a more coarse grained manner. As it is now, to use this I need to create a

[jboss-user] [JBoss Seam] - Re: ClassCastException: org.jboss.seam.jsf.SeamApplication11

2007-05-23 Thread shushamen
I have the same problem, using Rational Software Architect 7 - WAS 6.1 runtime. I think is a problem with the IBM -JSF implementation, I was doing some decompile over com.ibm.ws.webcontainer_2.0.0.jar , but can't found the issue, is something related with this code : obj = (ApplicationFa

[jboss-user] [JBoss Seam] - Re: Simplest usage

2007-05-23 Thread landrew
This solution of reading uploaded file thru byte[] works. Thank you for sharing. However, I wanted to use a different approach using Backing Bean wrapping org.apache.myfaces.custom.fileupload.UploadedFile component. In my attempt as stated, I found that the Backing Bean was instantiated ok, th

[jboss-user] [JCA/JBoss] - Re: Migration to MySQL

2007-05-23 Thread bartek.polakowski
Thank you for help and patience:) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048017#4048017 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048017 ___ jboss-user mailing li

[jboss-user] [Messaging, JMS & JBossMQ] - How to use Messaging from a remote client? (JBoss 4.2.0)

2007-05-23 Thread JasonHsu
I have thre questions the scenario for the quesiton, please see below.. Q1. Why do I have bind a IP other than 127.0.0.1 then I can get the response from "telnet 1099" ? And if I use "run -b 192.168.x.x" then "telnet localhost 1099" doesn't work at all. Q2. How to make a console applicai

[jboss-user] [Beginners Corner] - Apparently wrong driver Error

2007-05-23 Thread ashley_us
In jboss-web.xml, I have added, com.example:loader=arvhice-name java2ParentDelegation=false and I have set UseJBossWebLoader to false. I have ojdbc14.jar in my WEB-INF/lib but still it says appar

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMS error with SQLServer

2007-05-23 Thread balaji_srini
This is what I see in my mssql-jdbc2-service.xml: | BLOB_TYPE=BINARYSTREAM_BLOB | INSERT_TX = INSERT INTO JMS_TRANSACTIONS (TXID) values(?) | INSERT_MESSAGE = INSERT INTO JMS_MESSAGES (MESSAGEID, DESTINATION, MESSAGEBLOB, TXID, TXOP) VALUES(?,?,?,?,?) | SELECT_ALL

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - any tutorials for a new JBoss/JPA/Hibernate user

2007-05-23 Thread Atmospherian
looking for a good starting point to using JBoss/JPA/Hibernate and EJB3.0 if anyone can point me at some good documentation or tutorials, it would be much appreciated. i already know how to use hibernate, and a little bit about JPA, but what i am really interested in learning is how to use JPA

[jboss-user] [JBoss Seam] - Re: Seam+JMS: extracting Java object from ObjectMessage

2007-05-23 Thread dkane
No way ? I could of course serialize Object to string and use TextMessage instead. But there are some other subscribers already targeted to ObjectMessage. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048008#4048008 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: @Length in char(1) property

2007-05-23 Thread luizruiz
Yes, removing the annotation solves the problem, but is it a bug of hibernate tools? The application created by seam-gen is not ready to use. Luiz View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048007#4048007 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JCA/JBoss] - Re: How can I track connections by user?

2007-05-23 Thread teknokrat
Ok, thanks, that sounds good. I have started on the development, but only recently. Also, what is the correct mechanism for returning connections back to the pool? I get them via the connection managers allocate method but I can't figure out how i tell the pool that I am returning the connectio

[jboss-user] [JBoss Seam] - How to build Seam from CVS snapshot?

2007-05-23 Thread tonylmai
Hi all, I am learning Seam (admittedly quite slowly :0) ) but I think I am at a point where I want to build from the latest snapshot. Can someone show me how to build Seam + RichFaces from the CVS (including how to get the source)? Could not find the link from Jboss.com site. Thanks View the

[jboss-user] [JBossCache] - Re: BdbjeCacheLoader exception with JTA distributed transact

2007-05-23 Thread nanreh
One additional possible hint: when I shut the process down a shutdown hook runs to do an orderly shutdown of jacorb which is being used by JBoss Transactions for distributed transactions. BdbjeCacheLoader throws an exception when it's asked to shutdown apparently due to a lingering open transac

[jboss-user] [EJB 3.0] - Re: Passing array of enum to SELECT * WHERE clause

2007-05-23 Thread tonylmai
I am using EJB3 with JBoss 4.0.5GA. You save my day jefec. Thanks. And I thought this board was dead. ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048002#4048002 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048

[jboss-user] [Messaging, JMS & JBossMQ] - JMS error with SQLServer

2007-05-23 Thread balaji_srini
Hi, I am getting this error using a SQLServer database. JBoss version - 4.0.1. Could not store message: 37 msg=36 hard NOT_STORED PERSISTENT queue=QUEUE.Event Queue priority=4 lateClone=false hashCode=21058500; - nested throwable: (java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for

[jboss-user] [JBoss Messaging] - Re: Queue attributes not being implemented

2007-05-23 Thread timfox
I have added a feature request on the app server for them to implement redelivery delay: http://jira.jboss.com/jira/browse/JBAS-4438 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048000#4048000 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss jBPM] - Associating views with process states

2007-05-23 Thread vipul.gupta
Hi, has anyone used processes and associated views with different states in the process definitions. i am basically trying to create a web application with different view for different process state, but dont seem to be able to make out the best design to do the same. Has anyone tried the same

[jboss-user] [JBoss Messaging] - Re: automatically truncate message table on server startup

2007-05-23 Thread timfox
BTW I gues you meant JBoss Messaging (not JBoss MQ) in your previous post - this is a JBoss Messaging forum. BTW Yes JBoss Messaging implements a fully fledged XA resource implementation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047998#4047998 Reply to

[jboss-user] [JCA/JBoss] - Re: Migration to MySQL

2007-05-23 Thread vickyk
Yes this is ok . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047997#4047997 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047997 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss Messaging] - Re: automatically truncate message table on server startup

2007-05-23 Thread timfox
"paul_da_programmer" wrote : I'm only interested in the ATOMIC ('A' in ACID) aspect of a transaction. What I want to guarantee in using a JMS in a NONPERSISTENT mode is that if the JMS transaction ends abruptly, that all DB work will be back out ATOMICALLY (i.e. all or none) | If you are usi

[jboss-user] [JBossCache] - BdbjeCacheLoader exception with JTA distributed transactions

2007-05-23 Thread nanreh
I have a simple cache configuration that specifies a single BdbjeCacheLoader. I'm using JBoss Transactions and specifying transaction boundaries in my code using JTA. Here's one of the two transactional methods in my application: | public byte[] loadData(byte[] key) throws ShardStoreExc

[jboss-user] [JCA/JBoss] - Re: How can I track connections by user?

2007-05-23 Thread vickyk
anonymous wrote : Therefore, I am after a solution where each time a user makes a request, the same connection from the pool is always used. Yes looks like byApplication pooling strategy would work in this case . But you need to understand that byApplication pooling strategy comes with connectio

[jboss-user] [EJB/JBoss] - EJB timeout invoked before the EAR is fully deployed.

2007-05-23 Thread alllle
I think this should be a bug, but want to get your thoughts before submiting any ticket. This is JBoss AS 4.0.5GA, and I am using EJB3. When I start the JBoss, if there is leftover timers, JBoss will invoke the corresponding timeout() method on the EJB before the EAR is fully deployed. The dir

[jboss-user] [JBoss Messaging] - Re: automatically truncate message table on server startup

2007-05-23 Thread paul_da_programmer
I'm only interested in the ATOMIC ('A' in ACID) aspect of a transaction. What I want to guarantee in using a JMS in a NONPERSISTENT mode is that if the JMS transaction ends abruptly, that all DB work will be back out ATOMICALLY (i.e. all or none) That's why I asked if there is a configurable wa

[jboss-user] [JBoss Seam] - Re: Seam is spining JVM on startup

2007-05-23 Thread cavani
plus one: in CR2 just work on jdk 5 32bits (up9)... not on jdk 5 64bits (up11/turion/ubuntu 7.04)... GA doesn't start on any jdk with my project... Seam Examples works on GA for both View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047991#4047991 Reply to

[jboss-user] [JCA/JBoss] - Re: How can I track connections by user?

2007-05-23 Thread teknokrat
The duration of the session is however long the user remains logged into the system. This could be hours but practically we will have a timeout of some length. The EIS is a bespoke system using a bespoke protocol. I need to create a socket and keep it connected to the EIS for as long as the use

  1   2   3   >