[jboss-user] [Messaging, JMS & JBossMQ] - Re: NPE when closing connection

2007-07-26 Thread miket1
Thank you Adrian, I didn't find FAQ about this error. I only have visited this url: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMQIGetJava.net.SocketExceptionConnectionResetWhy But the exception is not the same: 2006-12-12 17:41:21,752 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] Ex

[jboss-user] [JBoss Seam] - Re: Examples: Code Police ;-)

2007-07-26 Thread stephen.friedrich
Sure, I can do that. Two separate issues/patches for missing schema locations and for incorrect doctype? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067698#4067698 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40676

[jboss-user] [JBoss jBPM] - how can i get task state ?

2007-07-26 Thread galvino
Hi, i want to get task state on my process execution. if it is suspended, finished, unfinishedis there a function that can do this ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067697#4067697 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss jBPM] - Re: Concurrent Processing in JBPM

2007-07-26 Thread kukeltje
Great summary Ed, Regards, Ronald (on it's way from Petra to Distant Heat, a good reason for not being able to post some days :-) ) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067696#4067696 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Portal] - change portlet window state

2007-07-26 Thread kevnlin
I want the default portlet window state (max) how can I do it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067704#4067704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067704 __

[jboss-user] [JBoss Portal] - Re: how can i get current PortalNode

2007-07-26 Thread [EMAIL PROTECTED]
You will get only the nodes on which the user has read access. Check the catalog portlet, it does what you are trying to do View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067707#4067707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Portal] - Re: how can I change web service to bind my IP on jbossporta

2007-07-26 Thread [EMAIL PROTECTED]
run.bat -b xxx.xxx.xxx.xxx So you confirm that the bundle version works for you on Windows ? A user reported that it wasn't http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067689#4067689 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067708#4067708

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - MOD_JK and SSL

2007-07-26 Thread martin ganserer
Hi, I was able to setup an apache server including mod_jk to be used as loadbalancer for my jboss tomcat servers. This works really great when using http! But know I want to secure my traffic between client and server by using https. And my troubles begin! If my client wants to connect to the

[jboss-user] [EJB/JBoss] - Re: HELP: Logger incompatatible version for client with 4.2.

2007-07-26 Thread [EMAIL PROTECTED]
You are using an older version of log4j on the client side. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067714#4067714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067714 ___

[jboss-user] [JBoss Portal] - Portlet Login

2007-07-26 Thread georgy
Hi I am trying to develop a login portlet. I did (i think) everything described in the related wiki page : http://wiki.jboss.org/wiki/Wiki.jsp?page=PortletLogin. I created two servlets : one to save login/password in session and the second to do the auto login. My configuration files are :

[jboss-user] [JBoss Portal] - Re: Modifying login page

2007-07-26 Thread k3nnymusic
I am overwrite login.jsp in portal core/serwer View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067711#4067711 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067711 ___ jboss-u

[jboss-user] [JBoss Portal] - Re: Cannot Start JBoss Portal 2.6.1RC1

2007-07-26 Thread [EMAIL PROTECTED]
Maybe you got a corrupted package, this sounds weird. Can you try to download it again ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067710#4067710 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067710 _

[jboss-user] [JBoss Portal] - Re: how can i get current PortalNode

2007-07-26 Thread k3nnymusic
The problem is I have got nodes off all pages inlude this where I haven't got permission. I use jboss portal 2.4.2. There are in 2.6 this bug fixed? I guess you are talking about 2.6, right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067709#4067709 Repl

[jboss-user] [JBoss jBPM] - Re: how can i get task state ?

2007-07-26 Thread vtysh
taskInstance.isSuspended(); taskInstance.isOpen(); an other is... methods View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067702#4067702 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067702

[jboss-user] [JBoss jBPM] - Re: how can i show a graph of the instance that i specify ?

2007-07-26 Thread cahimoped
Look the GetDiagramInfoActionListener.java file from the CVS... The method to get the information seems different.. maybe it will help... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067701#4067701 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Portal] - Re: how can i get current PortalNode

2007-07-26 Thread [EMAIL PROTECTED]
Yes i was talking about 2.6. In 2.4 it is different, but if you look at the catalog portlet you should be able to figure out how to access the correct service to check for permissions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067712#4067712 Reply to th

[jboss-user] [JBoss Seam] - Re: Application configuration parameters

2007-07-26 Thread wise_guybg
You can have this information in the database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067699#4067699 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067699 ___ jboss-us

[jboss-user] [JBoss Seam] - Component configuration with complex types

2007-07-26 Thread jbuechel
I'm trying to configure a component (which should provide a menu structure to the view) with complex types via components.xml file. So would it be possible to configure the hole menu stucture in the components.xml file? Code such following should be replaced: anonymous wrote : | @Out | Lis

[jboss-user] [Management, JMX/JBoss] - adding inforamtion to mbean using annotations

2007-07-26 Thread namit
I would like to use annotations to define mbean and not xmbean dd. How can I implement it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067751#4067751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067751 ___

[jboss-user] error - hibernate not bound in JBOSS

2007-07-26 Thread Moldir.Baynazarova
Hi all. i'm some new to jboss. I am considering examples from http://www.jbossatwork.com/downloads.html, with Have jboss-4.0.1. But now stopped on 5th example, because of hibernate. On forum http://forum.java.sun.com/thread.jspa?threadID=5198182&start=0 I got no exact answer unfortunately, but I g

[jboss-user] [JBoss Seam] - Faces parameter acces

2007-07-26 Thread KoniKoni
| | | | how can i get parameter from faces context, the follow stuff does not work: | public void se

[jboss-user] [JBoss jBPM] - Re: Multiple process instances

2007-07-26 Thread e120274
"efip10" wrote : I use multiple process instances without a problem (except for a race condition outlined elsewhere). At this point 20 of them are running ok. | | However I don't use JMSIntegrationService. What is the meaning of race condition? View the original post : http://www.jboss.c

[jboss-user] [JBoss jBPM] - Re: Multiple process instances

2007-07-26 Thread e120274
I have taken the process instance id from Token in JMSIntegrationService. However token contains wrong instance id. Is there any method to get the instance id through the execution of process? If I understand true, in JBPM BPEL with version 1.1.beta2 we can not define task. So I have written a w

[jboss-user] [JBoss Messaging] - Re: Clustered post office exception

2007-07-26 Thread twistah
To elaborate, this exception also appears together with the one mentioned in the previous post: | 2007-07-26 11:56:34,862 ERROR [org.jboss.messaging.core.plugin.postoffice.cluster.DefaultClusteredPostOffice] Caught Exception in Receiver | java.lang.ClassCastException: org.jboss.messaging.

[jboss-user] [JBoss Seam] - richfaces*.jar into where?

2007-07-26 Thread fmars
Hi, I want to use component but i need to import the library in my session bean. i put first into my app.jar folder, but it didn't work. One solution to problem is to set 2 attribute UseJBossWebLoader and Java2ClassLoadingCompliance in jboss-service.xml to true. i tried it but it didn't work

[jboss-user] [JBoss Messaging] - Re: Clustered post office exception

2007-07-26 Thread timfox
"twistah" wrote : | I've searched all that I know and am unable to find any pointers to what causes this. | http://jira.jboss.com/jira/browse/JBMESSAGING-985 http://www.jboss.org/index.html?module=bb&op=viewtopic&t=107795 View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Seam and Richclient

2007-07-26 Thread welser
Hello, i got a little bit confused how to use my EJB 3.0 based application for WEB via Seam)and also use a RichClient. Because of seam i have to intruduce additional methods (without paramteters) in my session beans and also add @In @ out tagged Entities. This additional methos will only work in

[jboss-user] [EJB/JBoss] - how to destroy connection to jboss app server

2007-07-26 Thread hquang
hi friend, I am using stateless session bean, can any one has idea what is the best way to destroy connection to server from client? One more question, what UNIX command to view active thread in Jboss app server? Finally, i am getting java.lang.OutOfMemoryError: unable to create new native th

[jboss-user] [Messaging, JMS & JBossMQ] - Re: MDB sending a message

2007-07-26 Thread n_sroor
I use this method to start XAConnection connection: public void startAsync(StartProcessCommand command) { if (log.isDebugEnabled()) log.debug("startAsync()"); try { Destination taskPr

[jboss-user] [JBoss Portal] - Re: unicode settings for mysql 5.0 database

2007-07-26 Thread k3nnymusic
I found where its broken but I don't know how Can I repair that. Look at the error: | 2007-07-26 10:13:23,441 DEBUG [org.hibernate.util.JDBCExceptionReporter] could not insert: [org.jboss.portlet.forums.impl.PostImpl] [insert into jbp_forums_posts (jbp_topic_id, jbp_edit_count, jbp_edit_date

[jboss-user] [JBoss Messaging] - Re: Clustered post office exception

2007-07-26 Thread twistah
Great, Ill just upgrade when 1.4 is out then. Thanks again Tim ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067757#4067757 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067757

[jboss-user] [JBoss Portal] - Re: how can i get current PortalNode

2007-07-26 Thread k3nnymusic
Please tell mi the way, which I can do this fast. What classes shoudl I use? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067692#4067692 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067692 __

[jboss-user] [JBoss Messaging] - Re: Clustered post office exception

2007-07-26 Thread twistah
Thanks Tim. However my problem seems different. I get this stacktrace not only on deploy, but every 3-4 seconds. It really fills my logs. Even though Im running a cluster, my ClusterRouterFactory parameter is set to DefaultRouterFactory, not RoundRobinRouterFactory as in the Jira issue. Just to

[jboss-user] [Microcontainer] - Re: How to emulate ServiceMBeanSupport using AOP

2007-07-26 Thread alesj
"genman" wrote : | One weakness is that the Name has to be stored in the target, there's no way, given a Service to find its name in the Microcontainer. (That I know of.) What can help is new stuff that I've added previous week: | | This will 'inject' you underlying bean name. View the

[jboss-user] [JBoss jBPM] - Re: building jpdl designer plugin from source - again

2007-07-26 Thread garuh
please help me people i am on at one's wits' end and going crazy, i just don't get it how can i build this plugin? i exporting, but there are no week defined needed drivers - especially on called: org.eclipse.ui.views.properties.tabbed -> propertyTabs, propertyContributor and propertySections

[jboss-user] [Remoting] - RTSP and JBoss Remoting

2007-07-26 Thread msages
I am looking to implement video streaming over RTSP. Has anyone tried implementing RTSP as a pluggable transport for JBoss remoting? If not, are there alternatives that are deemed to be better? There was some mention of a jboss-media-module/EMB in a post from 2004, but no mention of it in the r

[jboss-user] [EJB 3.0] - Re: what happen with my entity bean , need expert help

2007-07-26 Thread jfheintz
Hello everybody, I have exactly the same problem. I used to work with Jboss AS 4.2.0.GA. I ahve migrate to Jboss AS 4.2.1.GA with no difference. Have you resolved this? Thanks JF HEINTZ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067794#4067794 Reply

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 on AS 4.2.1

2007-07-26 Thread angelo.dangelo
Martin, I didn't build jbpm-console from source but I only replaced the libraries and now it works fine. Thank you! ...another question: Now I'm using hypersonic database, but I would use Oracle 10. Where I can find the scripts for oracle db? What are the steps I have to do? Thank you in adva

[jboss-user] [JBoss jBPM] - Re: Tomcat 5.5 - Jbpm 3.2 - Starting failed <

2007-07-26 Thread dleerob
I followed the steps on the JbpmOnTomcat wiki, however there is one step that I think you left out. It had me going for a short while, till I figured it out. By the way, I am using Tomcat 5.0.28, and MySQL 5.0.27. When I finished doing everything on the Wiki, I started up tomcat, and got an err

[jboss-user] [JBoss Seam] - Re: Page action not called

2007-07-26 Thread Sammy8306
Ok, figured out why the debug statement didn't appear, parsing pages only happens when a request is handled, not at startup. Original question still stands though. I've tried to move the *.page.xml to the WEB-INF directory, but no success. View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Portal] - Re: Error accessing dashboard page

2007-07-26 Thread kpalania
Looks like this is a JBoss bug :( http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067818#4067818 Will be filing a bug. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067820#4067820 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Re: Evaluation of action attibute in s:link

2007-07-26 Thread wise_guybg
Exactly, thank you... I guess my explanation was a bit confusing, I don't know. As of now, I think of making some modifications to the way Seam works with action's MethodBinding value so that it's inner parts are scanned for variables . Then they could be evaluated at the rendering stage. If I s

[jboss-user] [JBoss jBPM] - Re: Concurrent Processing in JBPM

2007-07-26 Thread estaub
Ronald, Thanks, stay cool, have fun! -Ed View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067826#4067826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067826 ___ jboss-user m

[jboss-user] [JBoss Seam] - Sending email messages from Seam app + JBPM

2007-07-26 Thread harpritt
Hi The developer sitting opposite me is having some problems sending email notifications durring transitions and end tasks. this is a real developer and im not making him up and its not me honest... Would someone be so kind as to point me in the right direction for the "approved" SEAM

[jboss-user] [JBossWS] - Re: Cannot obtain java type mapping

2007-07-26 Thread chui
Maybe you need to use a mapping.xml file... If so, you shouldn't use ServiceFactory because it doesn't support invoking with the mapping file url (or at least it didn't). Mapping, however, is possible with ServiceFactoryImpl, which comes with JBoss AS. I'm new to 4.2.1 and I've never invoked th

[jboss-user] [JBoss Seam] - Re: Page action not called

2007-07-26 Thread Sammy8306
(I'll keep talking to myself :-), since I think it might be useful for others too) minor breakthrough: the resource loading seems to be the culprit. Pages.java strips the leading slash of the view id, replaces its extension with .page.xml and delegates to Resources.getResourceAsStream(), which

[jboss-user] [JBoss Messaging] - Re: Messaging bridge question

2007-07-26 Thread chip_schoch
I have looked through the links and as far as I can tell my configuration is correct. As you can see from the dump below my bridge connects to the remote queue when that queue destination is a target destination (Remotee.Conversion.In). When the remote destination is the source destination it

[jboss-user] [JBoss Messaging] - Re: Messaging bridge question

2007-07-26 Thread chip_schoch
Yes, I read through the JIRA link but that is referring to retrying the remote connection at startup. That is not the issue. My server is running. I can connect to the remote queue if that queue is the target destination, not the source destination. I stepped through bridge.java and verified

[jboss-user] [JBoss Seam] - resource not registered org.richfaces.renderkit.images.TabGr

2007-07-26 Thread tim_ph
I keep seeing this error after the server restarts. I think it prevents some error problem from displaying nicely on the page. Does anyone know what's the problem is? | 2007-07-26 11:03:00,222 INFO [org.jboss.system.server.Server] JBoss (MX MicroKernel) [4.2.0.GA (build: SVNTag=JBoss_4_2_0_

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: ClassCastException while while class transfering from ea

2007-07-26 Thread zebathon
I should also say that i have gone over these two pages with a fine tooth comb. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration I've also tried setting true which still produced the error. View the original pos

[jboss-user] [JBoss Seam] - Re: Evaluation of action attibute in s:link

2007-07-26 Thread dmitriy.lapko
Do you mean: instead of trying to do: to use: | | | ? And in someMethod implementation just read this value and call what you need? (Just to finish this conversation) By the way, I managed to implement idea with double-interpolation, so now I can write: #{messages['submenu.b

[jboss-user] [JBoss Seam] - Re: How to let user print off a list?

2007-07-26 Thread ellenzhao
| | I found this code from here: http://willmaster.com/blog/javascript/Four_Ways_To_Print_a_Web_Page.html How to pass the formatted list to the "document" in t

[jboss-user] [JBoss Messaging] - Re: Problem after mcving from 1.3 to 1.4

2007-07-26 Thread HibsMax
I found that by undoing the change I made in accordance with Chapter 8 i.e. removing this line http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067979#4067979 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067979 __

[jboss-user] [JBoss Seam] - Re: Custom Logging in Seam

2007-07-26 Thread matt.drees
At first I was thinking that you could create an observer for "org.jboss.seam.postCreate.*", but then I found out events don't handle wildcards. Gavin, if you're still following this thread, are wildcard events a bad idea? I kinda like the thought... View the original post : http://www.jboss

[jboss-user] [JBoss Seam] - Re: Custom Logging in Seam

2007-07-26 Thread matt.drees
Here's another (probably bad) idea. Create a Seam interceptor that looks for a @Logger field and replaces the default Log instance with yours. Of course, your stack traces are that much bigger and maybe method calls are a tiny bit slower, and I think you might have to annotate all of your class

[jboss-user] [Microcontainer] - Re: Neither 2.0-SNAPSHOT nor 2.0.Beta work with Maven build

2007-07-26 Thread genman
That's fine if you don't want to restructure. I don't see it as "complex", just tedious. Regarding optional dependencies, isn't this feature supported by maven? http://maven.apache.org/guides/introduction/introduction-to-optional-and-excludes-dependencies.html I'm really not familiar with this

[jboss-user] [JBoss Portal] - Re: UserFriendly URLs: Can we have an '_' instead of '+' in

2007-07-26 Thread [EMAIL PROTECTED]
The 'Space' character being encoded as '+' is part of standard URL encoding rules set forth by the RFC 1738. see here for details: http://tools.ietf.org/html/rfc1738 If you need your URL to have an '_' instead of '+', make sure the value being encoded is About_Us and not About Us btw- I am ju

[jboss-user] [JBoss Seam] - Re: Custom Logging in Seam

2007-07-26 Thread matt.drees
Here's an idea. I'm not a log4j guru, but it looks like you can specify a LoggerFactory in your log4j config file. So, maybe you can adapt/wrap your custom log impl as a log4j Logger, and make a LoggerFactory that produces those instead of the vanilla Logger objects. So, solve the problem c

[jboss-user] [Microcontainer] - Re: How to emulate ServiceMBeanSupport using AOP

2007-07-26 Thread genman
Thanks ... Look forward to that in the annotated format. Actually, I find that a Lifecycle-Configure is probably the way to go, rather than doing an . One addendum, if somebody happens to try my code out, the aspect declaration works better as: | | | | | Life

[jboss-user] [JBoss Seam] - Re: resource not registered org.richfaces.renderkit.images.T

2007-07-26 Thread KoniKoni
make your code inside a form (a4j:form) that was by me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067989#4067989 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067989 __

[jboss-user] [JBoss Seam] - Re: Very basic validation question

2007-07-26 Thread [EMAIL PROTECTED]
The validation annotations are processed by Hibernate. They are *not* supposed to work on stateful session beans. To validate data in the session bean, you have to write your own validation code, or you can use JSF validator tags in the view page. View the original post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Re: richfaces*.jar into where?

2007-07-26 Thread fmars
That is a good news. But i need it now. Is there a Beta version of the next release? The daily build is still one jar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068001#4068001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Seam] - Re: Custom Logging in Seam

2007-07-26 Thread [EMAIL PROTECTED]
"matt.drees" wrote : Here's another (probably bad) idea. | | Create a Seam interceptor that looks for a @Logger field and replaces the default Log instance with yours. | | Of course, your stack traces are that much bigger and maybe method calls are a tiny bit slower, and I think you mig

[jboss-user] [JBoss Seam] - Re: Very basic validation question

2007-07-26 Thread snowracer
"[EMAIL PROTECTED]" wrote : That's not true, validation annotations are supposed to work on SFSBs, but there was a bug in Seam 2.0 beta 1 that meant they had to be declared on the local interface. This is already fixed in CVS. Thanks for support. Seam is just great :-) View the original post :

[jboss-user] [JBoss Seam] - Re: Evaluation of action attibute in s:link

2007-07-26 Thread wise_guybg
When I think of it, I might be more willing to accept Gavin's suggestion. From the beginning I was not so sure if this should be made available. I wanted to discuss it with the folks but somehow the thread headed somewhere else. I think this issue will be discussed and eventually syntax will cha

[jboss-user] [JBoss Seam] - Re: resource not registered org.richfaces.renderkit.images.T

2007-07-26 Thread wise_guybg
As fernando_jmt mentioned, Ctrl+F5 also makes wonders sometimes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068031#4068031 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068031 __

[jboss-user] [EJB 3.0] - Re: what happen with my entity bean , need expert help

2007-07-26 Thread ALRubinger
JF HEINTZ - Are you also using @Inject instead of @PersistenceUnit? Post your code? ejbiva, Did this work for you? S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068039#4068039 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Messaging] - Re: Messaging bridge question

2007-07-26 Thread timfox
Chip- I will take a look at this and try and replicate ASAP, but will probably be next week since we are really snowed under (what's new?) right now. :) Thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068036#4068036 Reply to the post : http://www.jboss.

[jboss-user] [JBoss Messaging] - Re: Problem after mcving from 1.3 to 1.4

2007-07-26 Thread timfox
BTW - thanks for the feedback :) This kind of feedback on issues is exactly the kind of thing we want to expose and fix before we release ther GA. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068035#4068035 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JNDI/Naming/Network] - Re: PROJECTNAME/FooBean/remote JNDI naming?

2007-07-26 Thread waynebaylor
by default the archive name is not included as part of the jndi name UNLESS it's an EAR. so, if you package your JAR in an EAR, then the jndi lookup will include the EAR name. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068065#4068065 Reply to the post :

[jboss-user] [Performance Tuning] - RMI per call overhead?

2007-07-26 Thread caultonpos
I tested a Stateless Session Bean using EJB 3.0, JBoss 4.2.0, Java 1.6. The server is RedHat linux and the bean has a method which does nothing but return an Integer. While connected to the internet I can ftp to the remote server at a rate of around 120KB/s so I have a reasonable connection.

[jboss-user] [JBoss Seam] - Re: How to let user print off a list?

2007-07-26 Thread smithbstl
Why not just create a separate page optimized for printing (ie "printer-friendly" version). Open it in a new window. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068061#4068061 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2.1 web app?does not display deployed process

2007-07-26 Thread msandoz
anonymous wrote : | When I deploy from the Web App I go and find the xml file named "processdefinintion" (it's in a folder w/ the xml file of the gpd and the process image) and hit deploy. I then receive the error: "Error deploying process: An exception of type "org.jbpm.jpdl.JpdlException" w

[jboss-user] [Security & JAAS/JBoss] - Re: NPE in ExtendedFormAuthenticator

2007-07-26 Thread gdemir
Hi, The same thing just happened to me as well. I think the code is buggy. Since the earlier reference had checked session to be not null, I believe at line 104, the same check should be applied too. I will add the check to the code, and jar uf it. Gokhan. View the original post : http://www

[jboss-user] [EJB 3.0] - Trouble using Embeddable EJB 3.0

2007-07-26 Thread reza_rahman
Hi: I am the co-author of EJB 3 in Action. I am trying to port our code examples for the book to the JBoss Embeddable container using Tomcat. While deploying, I am getting the following error: === WARN 26-07 22:28:28,046 (BeanSchemaBinding.java:init:

[jboss-user] [JBossCache] - Re: java.lang.UnsupportedOperationException: TreeCache is a

2007-07-26 Thread genman
Probably something wrong with your Hibernate cache configuration. I don't see TreeCache in that stack trace, so I assume you set up some sort of contradicting properties in there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068058#4068058 Reply to the pos

[jboss-user] [JBossCache] - java.lang.UnsupportedOperationException: TreeCache is a full

2007-07-26 Thread calv1002
Trying to set up TreeCache for performance testing, and encountered the following error. Changed Hibernate to the latest release 3.2.4 sp1 and swapped in its associated treecache. Same error occurred under both JBOSS 4.0.5 and the latest 4.2.0. Changed Treecache to 1.4.1 sp3. The error persists

[jboss-user] [JBoss Seam] - Re: s:fileUpload woes

2007-07-26 Thread rubentrancoso
i found this http://shrubbery.mynetgear.net/wiki/Facelets_'loadImplicit'_error One annoying thing about using Facelets with SEAM/EJB3/JBoss is that there are some strange 'ERROR' log messages that happen when the first page is hit. They look something like this: 07:38:26,843 ERROR \[STDERR\]

[jboss-user] [JBoss Seam] - Re: Very basic validation question

2007-07-26 Thread [EMAIL PROTECTED]
Oh, I did not know that! Thanks for the update. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068045#4068045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068045 ___ jboss-u

[jboss-user] [JBoss Seam] - Re: richfaces*.jar into where?

2007-07-26 Thread fmars
"jbuechel" wrote : Exception? sorry, just now reproduced it. java.lang.NoClassDefFoundError: org/richfaces/event/DataScrollerEvent | at java.lang.Class.getDeclaredMethods0(Native Method) | at java.lang.Class.privateGetDeclaredMethods(Class.java:2395) | at java.lang.Cla

[jboss-user] [EJB 3.0] - Re: Cannot create EntityManager from Springframework

2007-07-26 Thread wiberto
Where you able to fix this issue? I'm getting the same error. And I know the HibernatePersistence class in the jar file I have implements the interface because I decompiled the class. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068038#4068038 Reply to t

[jboss-user] [JBoss Messaging] - Re: Problem after mcving from 1.3 to 1.4

2007-07-26 Thread HibsMax
I don't know if this is the answer or not but I changed my jbossjta-properties.xml to refer to java:DefaultJMSProvider (from simply DefaultJMSProvider) and the error message I was receiving stopped. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068037#406803

[jboss-user] [JBoss jBPM] - Re: Stale state problem kills process instance?

2007-07-26 Thread msandoz
I was continuing to simplify this case and took out first one node and then the other - resulting in: | Start || | Fork || | Join || | End | and am continuing to have the same error. So far, flows with no fork seem to work. These are other related results: S=st

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: URL for JBOSS 4.2.1 to the JBOSS config page is not work

2007-07-26 Thread ag03902
thanks it works now View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068022#4068022 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068022 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss jBPM] - Stale state problem kills process instance?

2007-07-26 Thread msandoz
I've set up JBPM with the web console and a datasource pointing to a postgres installation. Everything works fine and I can execute flows except for instances like this one which specifically does not work for me: | Start->Fork | | \ | Node1 Node2 | \/ |

[jboss-user] [JBoss Seam] - Re: Seam security & user session...

2007-07-26 Thread jcg3
You can use the identity object to check if the user is logged in, get the user name, etc. There is a method on identity to log out. Within your JSF page you can simply refer to #{identity.username} and in your code you can do @In Identity identity; (org.jboss.seam.security.Identity). There a

[jboss-user] [JBoss Seam] - Re: Custom Logging in Seam

2007-07-26 Thread [EMAIL PROTECTED]
"matt.drees" wrote : At first I was thinking that you could create an observer for "org.jboss.seam.postCreate.*", but then I found out events don't handle wildcards. | | Gavin, if you're still following this thread, are wildcard events a bad idea? I kinda like the thought... Hum, I guess

[jboss-user] [JBoss Seam] - Re: Custom Logging in Seam

2007-07-26 Thread [EMAIL PROTECTED]
"ucfjeff" wrote : We have a custom log implementation that wraps log4j. It collects extra application (appID, serverName, etc) and session data (sessionID, customerID, etc) for analysis while staying as close to the log4j style as possible. Why not just use the log4j NDC for this? Here's an e

[jboss-user] [JBoss Seam] - Seam security & user session...

2007-07-26 Thread Stateless Bean
Hi, How can I check user logged sessions in Seam? Example: User Martin login to app, and open another tab in FF and login on Peter account so there could be some errors. How can I check if user is logged, and if is, then logout user or throw some warning/error? Is this mechanism implemented in S

[jboss-user] [JBoss Messaging] - Re: Problem after mcving from 1.3 to 1.4

2007-07-26 Thread HibsMax
When I run my test I get lots of these messages on the stdout: 2007-07-26 15:14:35,820 WARN [org.jboss.messaging.core.impl.JDBCPersistenceManager] SQLException caught - assuming deadlock detected, try:1 java.sql.SQLException: ORA-02291: integrity constraint (MANDERSO.SYS_C0011668) violated - pa

[jboss-user] [JBoss Portal] - Re: Does JBoss Portal support usernames with special charact

2007-07-26 Thread [EMAIL PROTECTED]
Thanks a lot ! (now if you find where it fails and can submit a patch that would be even better :-P i have to try ;) ) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068000#4068000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: URL for JBOSS 4.2.1 to the JBOSS config page is not work

2007-07-26 Thread jaikiran
Have a look at these: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ http://www.jboss.com/index.html?module=bb&op=viewtopic&t=113416 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068005#4068005 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Portal] - Re: Does JBoss Portal support usernames with special charact

2007-07-26 Thread kpalania
Sure, will try to look into it! In the meantime, is there a workaround for this that you can think of? I tried to submit the request as "userA" (as opposed to [EMAIL PROTECTED]), and then, add the suffix to authenticate the user in the custom LDAP login module. This doesn't work as the JBoss Po

[jboss-user] [JBoss Messaging] - Re: Problem after mcving from 1.3 to 1.4

2007-07-26 Thread timfox
This was covered in an earlier thread: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=114049 1.4.0.RC1 is only tested against Mysql - sorry I should have been more explicit about this in the release notes. Of course, for the GA we will have tested against all supported databases. Vie

[jboss-user] [JBoss Seam] - Re: Very basic validation question

2007-07-26 Thread snowracer
So would somebody post a bugreport for this? I'm quite new to Java EE, and I'm afraid that I can't express the problem good enough yet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067990#4067990 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Portal] - Re: Does JBoss Portal support usernames with special charact

2007-07-26 Thread kpalania
Filed bug: http://jira.jboss.com/jira/browse/JBPORTAL-1614 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067992#4067992 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067992

[jboss-user] [JBoss Seam] - getClass() inside of seam component constructor

2007-07-26 Thread mgrouch
I print out getClass() value in a constructor of a seam bean and it is printed twice with different values. Two questions why is constructor invoked twice and why getClass values are different each time? [java] 15:16:41,684 ERROR [STDERR] -- getClass() class com.test.portal.web.common.

[jboss-user] [JBoss Portal] - Re: UserFriendly URLs: Can we have an '_' instead of '+' in

2007-07-26 Thread [EMAIL PROTECTED]
Just to add to Sohil answer. You can name your page About_Us and localize it as "About Us" (see the doc) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067993#4067993 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40679

[jboss-user] [EJB 3.0] - Re: BMT does not work the expected way.

2007-07-26 Thread waynebaylor
>From the EJB3 Persistence spec (section 5.3, page 116) it says to use: EntityManagerFactory emf = | javax.persistence.Persistence.createEntityManagerFactory("Order"); | EntityManager em = emf.createEntityManager(); when working in a Java SE environment. When working in an EE container use in

[jboss-user] [JBoss Seam] - Re: Custom Logging in Seam

2007-07-26 Thread matt.drees
oops, didn't see Gavin's reply. My bad. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067958#4067958 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067958 ___ jboss-user mai

  1   2   3   >