[jboss-user] Re: jboss-user Digest, Vol 19, Issue 279

Indranil Basu indranil at mat3impex.com
Fri Jan 18 02:38:36 EST 2008


jboss-user-request at lists.jboss.org wrote:
> Send jboss-user mailing list submissions to
> 	jboss-user at lists.jboss.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://lists.jboss.org/mailman/listinfo/jboss-user
> or, via email, send a message with subject or body 'help' to
> 	jboss-user-request at lists.jboss.org
>
> You can reach the person managing the list at
> 	jboss-user-owner at lists.jboss.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of jboss-user digest..."
>
>
> Today's Topics:
>
>    1. [Messaging,	JMS & JBossMQ] - Exception in JMSCI message
>       listener:	NoClassDefFoundError (Man Mohan Vyas)
>    2. [Beginners Corner] - Re: I want to understand Jboss	log
>       files... (jaikiran)
>    3. [JBoss Seam] - Re: how to make session and	Conversation
>       disabled in seam? (nickarls)
>    4. [JBoss Seam] - Any plan to release 2.0.1.GA soon? (thejavafreak)
>    5. [JBoss Seam] - Re: Any plan to release 2.0.1.GA soon? (nickarls)
>    6. [JBoss Seam] - Re: Seam could not find datasource? (nickarls)
>    7. [JBoss Seam] - Re: pageflow illegal navigation error (tjakopec)
>    8. 	[JBoss Seam] - Re: Problems with list page, persistence,	and
>       detached entit (nickarls)
>    9. [JBoss Seam] - Re: pageflow illegal navigation error (nickarls)
>   10. [JBoss Tools (users)] - Re: Vista 64 problems (erlaan)
>   11. [JBoss Seam] - Re: pageflow illegal navigation error (tjakopec)
>   12. [JBoss Seam] - Re: how to make session and	Conversation
>       disabled in seam? (zhuxinbin)
>   13. [JBoss AOP] - Where is 2.0.0.CR3 API? (bornmw)
>   14. [JBoss Seam] - Re: how to make session and	Conversation
>       disabled in seam? (nickarls)
>   15. [JBoss Seam] - Re: pageflow illegal navigation error (nickarls)
>   16. [JBoss Portal] - Re: https starting up on wrong port
>       (advaittrivedi)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 18 Jan 2008 00:48:05 -0500 (EST)
> From: Man Mohan Vyas <do-not-reply at jboss.com>
> Subject: [jboss-user] [Messaging,	JMS & JBossMQ] - Exception in JMSCI
> 	message listener:	NoClassDefFoundError
> To: jboss-user at lists.jboss.org
> Message-ID:
> 	<25871203.1200635285037.JavaMail.jboss at colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> Any idea about this exception...?
>
> <org.jboss.ejb.plugins.jms.JMSContainerInvoker> - <Exception in JMSCI message listener>
> javax.ejb.TransactionRolledbackLocalException: Unexpected Error
> java.lang.NoClassDefFoundError: org/apache/commons/codec/DecoderException
> 	at org.apache.commons.httpclient.HttpMethodBase.(HttpMethodBase.java:218)
> 	at org.apache.commons.httpclient.methods.ExpectContinueMethod.(ExpectContinueMethod.java:92)
> 	at org.apache.commons.httpclient.methods.EntityEnclosingMethod.(EntityEnclosingMethod.java:118)
> 	at org.apache.commons.httpclient.methods.PostMethod.(PostMethod.java:105)
> 	at org.apache.axis.transport.http.CommonsHTTPSender.invoke(CommonsHTTPSender.java:153)
> 	at com.manh.lif.webservices.transport.http.HTTPSender.invoke(HTTPSender.java:80)
> 	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
> 	at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
> 	at org.apache.axis.client.Call.invoke(Call.java:2767)
> 	at org.apache.axis.client.Call.invoke(Call.java:2443)
> 	at org.apache.axis.client.Call.invoke(Call.java:2366)
> 	at org.apache.axis.client.Call.invoke(Call.java:1812)
>
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121165#4121165
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121165
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 18 Jan 2008 01:06:39 -0500 (EST)
> From: jaikiran <do-not-reply at jboss.com>
> Subject: [jboss-user] [Beginners Corner] - Re: I want to understand
> 	Jboss	log files...
> To: jboss-user at lists.jboss.org
> Message-ID:
> 	<12627621.1200636399740.JavaMail.jboss at colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> If that does not solve the issue, post the entire logs from the console.
>
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121167#4121167
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121167
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 18 Jan 2008 01:29:45 -0500 (EST)
> From: nickarls <do-not-reply at jboss.com>
> Subject: [jboss-user] [JBoss Seam] - Re: how to make session and
> 	Conversation disabled in seam?
> To: jboss-user at lists.jboss.org
> Message-ID:
> 	<18932682.1200637785769.JavaMail.jboss at colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> disabled? Using
>
>
>   | Identity.instance().logout();
>   | 
> or
>
>   | Session.instance().invalidate();
>   | 
>
> should end them anyway if that is what you mean.
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121168#4121168
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121168
>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 18 Jan 2008 01:31:31 -0500 (EST)
> From: thejavafreak <do-not-reply at jboss.com>
> Subject: [jboss-user] [JBoss Seam] - Any plan to release 2.0.1.GA
> 	soon?
> To: jboss-user at lists.jboss.org
> Message-ID:
> 	<6311381.1200637891433.JavaMail.jboss at colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> Dear all,
>
> Will 2.0.1.GA be released soon? If so does anyone knows the estimated date to release it?
>
> Thanks in advance
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121169#4121169
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121169
>
>
> ------------------------------
>
> Message: 5
> Date: Fri, 18 Jan 2008 01:40:43 -0500 (EST)
> From: nickarls <do-not-reply at jboss.com>
> Subject: [jboss-user] [JBoss Seam] - Re: Any plan to release 2.0.1.GA
> 	soon?
> To: jboss-user at lists.jboss.org
> Message-ID:
> 	<13211164.1200638444013.JavaMail.jboss at colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> Yes, for some definition of "soon" ;-) There seems to be 8 issues remaining in JIRA, 3 critical. Most OSS teams have a "no promised dates"-policy...
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121170#4121170
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121170
>
>
> ------------------------------
>
> Message: 6
> Date: Fri, 18 Jan 2008 01:43:06 -0500 (EST)
> From: nickarls <do-not-reply at jboss.com>
> Subject: [jboss-user] [JBoss Seam] - Re: Seam could not find
> 	datasource?
> To: jboss-user at lists.jboss.org
> Message-ID:
> 	<15941497.1200638586071.JavaMail.jboss at colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> Yep, it is named -ds.xml by convention and should be placed in the deploy directory of the AS.
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121171#4121171
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121171
>
>
> ------------------------------
>
> Message: 7
> Date: Fri, 18 Jan 2008 01:46:40 -0500 (EST)
> From: tjakopec <do-not-reply at jboss.com>
> Subject: [jboss-user] [JBoss Seam] - Re: pageflow illegal navigation
> 	error
> To: jboss-user at lists.jboss.org
> Message-ID:
> 	<30019004.1200638800630.JavaMail.jboss at colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> there is no exception :(
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121172#4121172
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121172
>
>
> ------------------------------
>
> Message: 8
> Date: Fri, 18 Jan 2008 01:47:28 -0500 (EST)
> From: nickarls <do-not-reply at jboss.com>
> Subject: [jboss-user] 	[JBoss Seam] - Re: Problems with list page,
> 	persistence,	and detached entit
> To: jboss-user at lists.jboss.org
> Message-ID:
> 	<3140215.1200638848977.JavaMail.jboss at colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> Tried using long-running conversations? Otherwise, you could just merge() the entity before deleting.
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121173#4121173
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121173
>
>
> ------------------------------
>
> Message: 9
> Date: Fri, 18 Jan 2008 01:50:01 -0500 (EST)
> From: nickarls <do-not-reply at jboss.com>
> Subject: [jboss-user] [JBoss Seam] - Re: pageflow illegal navigation
> 	error
> To: jboss-user at lists.jboss.org
> Message-ID:
> 	<31129300.1200639001820.JavaMail.jboss at colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> Nothing in the server logs? How is the  "illegal navigation" displayed?
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121174#4121174
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121174
>
>
> ------------------------------
>
> Message: 10
> Date: Fri, 18 Jan 2008 01:59:31 -0500 (EST)
> From: erlaan <do-not-reply at jboss.com>
> Subject: [jboss-user] [JBoss Tools (users)] - Re: Vista 64 problems
> To: jboss-user at lists.jboss.org
> Message-ID:
> 	<7502333.1200639571063.JavaMail.jboss at colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> @Rob,
>
> Today (I am in the Netherlands) I will be working on my old XP2 laptop. I will try this weekend en see what the stacktraces are. Do you know where eclipse should log these stacktraces?
>
> Regards,
>
> Ernst-Jan
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121175#4121175
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121175
>
>
> ------------------------------
>
> Message: 11
> Date: Fri, 18 Jan 2008 01:59:45 -0500 (EST)
> From: tjakopec <do-not-reply at jboss.com>
> Subject: [jboss-user] [JBoss Seam] - Re: pageflow illegal navigation
> 	error
> To: jboss-user at lists.jboss.org
> Message-ID:
> 	<19151114.1200639585313.JavaMail.jboss at colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> throw out faces messages (type  warning). It's only happens on some pageflows when I use ValueBinding. When I use plan pageflow name in s_link no "illegal navigation" occurs
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121176#4121176
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121176
>
>
> ------------------------------
>
> Message: 12
> Date: Fri, 18 Jan 2008 02:06:32 -0500 (EST)
> From: zhuxinbin <do-not-reply at jboss.com>
> Subject: [jboss-user] [JBoss Seam] - Re: how to make session and
> 	Conversation disabled in seam?
> To: jboss-user at lists.jboss.org
> Message-ID:
> 	<4037271.1200639992346.JavaMail.jboss at colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=UTF-8
>
> thank you, but that‘s not what i want。
>
> i want to disable session and conversation in all pages of my app.
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121177#4121177
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121177
>
>
>
> ------------------------------
>
> Message: 13
> Date: Fri, 18 Jan 2008 02:10:04 -0500 (EST)
> From: bornmw <do-not-reply at jboss.com>
> Subject: [jboss-user] [JBoss AOP] - Where is 2.0.0.CR3 API?
> To: jboss-user at lists.jboss.org
> Message-ID:
> 	<447619.1200640204583.JavaMail.jboss at colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> There is no API Javadoc in 2.0.0.CR3.
> The link to it from docs/aspect-framework/index.html is broken!
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121178#4121178
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121178
>
>
> ------------------------------
>
> Message: 14
> Date: Fri, 18 Jan 2008 02:11:16 -0500 (EST)
> From: nickarls <do-not-reply at jboss.com>
> Subject: [jboss-user] [JBoss Seam] - Re: how to make session and
> 	Conversation disabled in seam?
> To: jboss-user at lists.jboss.org
> Message-ID:
> 	<3550076.1200640276821.JavaMail.jboss at colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> Umm... don't use session scoped beans or start long running conversations then? 
>
> Seam will still use the concepts of session and conversation internally. What are you trying to accomplish?
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121179#4121179
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121179
>
>
> ------------------------------
>
> Message: 15
> Date: Fri, 18 Jan 2008 02:12:07 -0500 (EST)
> From: nickarls <do-not-reply at jboss.com>
> Subject: [jboss-user] [JBoss Seam] - Re: pageflow illegal navigation
> 	error
> To: jboss-user at lists.jboss.org
> Message-ID:
> 	<6678892.1200640327702.JavaMail.jboss at colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> What level of logging have you set in the AS?
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121180#4121180
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121180
>
>
> ------------------------------
>
> Message: 16
> Date: Fri, 18 Jan 2008 02:18:44 -0500 (EST)
> From: advaittrivedi <do-not-reply at jboss.com>
> Subject: [jboss-user] [JBoss Portal] - Re: https starting up on wrong
> 	port
> To: jboss-user at lists.jboss.org
> Message-ID:
> 	<24106332.1200640724733.JavaMail.jboss at colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> Hi Peter, thanks for your reply.
>
> Here is redirect port of HTTP:
>
>  
>
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121183#4121183
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121183
>
>
> ------------------------------
>
> _______________________________________________
> jboss-user mailing list
> jboss-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-user
>
>
> End of jboss-user Digest, Vol 19, Issue 279
> *******************************************
>
>   




More information about the jboss-user mailing list