[jboss-user] [JBoss jBPM] - Re: Deploy my process with jBPM-3.1 in JBOSS-4.0.4GA

2006-10-23 Thread [EMAIL PROTECTED]
hi, Is it possible that the jBPM-3.1.2 works with JBOSS-4.0.4GA well? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980272#3980272 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980272 ___

[jboss-user] [JBoss Seam] - Re: Seam + JSF, problem with double-click

2006-10-23 Thread sherkan777
"[EMAIL PROTECTED]" wrote : anonymous wrote : I'm currently using Seam 1.1 | | Are you sure? You are using a build from CVS? Seam 1.1 was not yet officially released. | sorry, i have 1.0.1:P But I still can't resolve my problem. I think best idea is to use Synchronizer Token Pattern, on

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Eclipse & Jboss & Jboss Eclipse IDE

2006-10-23 Thread Stueckdeckungsbeitrag
You are right, I am sorry. I installed the newest bundle include eclipse. Now it´s working fine. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980270#3980270 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[jboss-user] [JBoss Seam] - Seam and the old school of thinking

2006-10-23 Thread esfahan
Hi there, I am still in the process of learning Seam and started wondering about the following. Seam proposes class design along this lines: | @Stateful | @Scope(EVENT) | @Name("register") | public class RegisterAction implements Register | { |@In |private User user; |

[jboss-user] [Beginners Corner] - Re: EJB3 JDNI lookup error 'unexpected block data'

2006-10-23 Thread sumedha7
This class is situated @ ${jboss.dir}/server/all/deploy/ejb3.deployer/jboss-ejb3.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980267#3980267 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980267 _

[jboss-user] [JBoss Eclipse IDE (users)] - Re: What is to be downloaded?

2006-10-23 Thread [EMAIL PROTECTED]
2) All = *all* plugins - nothing more; nothing less. The other zip files are simply there to allow you to get the individual parts if you don't need them all. 3) All the plugins. And no you don't need to download the individual plugins if you download the distribution that has all plugins. 4)

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Message Driven Beans reading messages before Application

2006-10-23 Thread [EMAIL PROTECTED]
Correct. These are features that are being carried over to the JMS/JCA adapter which is the default messaging provider for EJB3 after RC9. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980265#3980265 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Message Driven Beans reading messages before Application

2006-10-23 Thread genman
http://jira.jboss.com/jira/browse/EJBTHREE-372 EJB3 issue I guess. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980264#3980264 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980264 ___

[jboss-user] [Remoting] - Re: JBoss Remoting with AJAX?

2006-10-23 Thread ron_sigal
Hi, I personally don't know anything about AJAX, so I can't comment on 1), 2), or 3) except to say that Remoting does indeed support asynchronous calls and callbacks. In fact, the API may be extended in this area for the next release. As for 4), look into org.jboss.remoting.transport.servlet.

[jboss-user] [Remoting] - Re: Socket read stuck on a client invoke call

2006-10-23 Thread ron_sigal
Hi Saravanan, I don't quite follow. When you say anonymous wrote : | However, the connection listener does not get invoked until the first invoke method is completed/released. | are you saying that the call to Client.addConnectionListener() is not made until after Client.invoke() is ca

[jboss-user] [JBossCache] - Re: WAN distributed caches

2006-10-23 Thread genman
Link don't work for me. Obviously, you can't use UDP multicast over a WAN, but if you have the right JGroups settings, you can use TCP. http://wiki.jboss.org/wiki/Wiki.jsp?page=JGroups View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980261#3980261 Reply to

[jboss-user] [Installation, Configuration & Deployment] - Re: How to Handle Null Connections in JBOSS

2006-10-23 Thread genman
Why would you have a null connection? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980256#3980256 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980256 ___ jboss-user mailin

[jboss-user] [Remoting] - Re: Failed to accept socket connection

2006-10-23 Thread ron_sigal
This is puzzling. The client side failed during ssl handshake, but the server side either (1) succeeded with the handshake and got unexpected header bytes, or (2) bypassed the handshake and mistook the handshake protocol bytes for object stream header bytes. The only way I can think of for (2)

[jboss-user] [JNDI/Naming/Network] - Re: How do I configuring Jndi Values for environment setting

2006-10-23 Thread genman
Well, there's ejb-jar.xml and servlet.xml files... But JBossers usually use MBeans and JMX for configuration information, which is why there's little support for storing things as JNDI keys. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980257#3980257 Repl

[jboss-user] [Beginners Corner] - Re: Custom ClassLoader

2006-10-23 Thread genman
JBoss creates a classloader for you, given the JMX ObjectName name. I'm not sure how you specify what sort of object it is, I believe that's something fixed by the deployer. Why do you need to customize it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39802

[jboss-user] [JBoss Seam] - security example problem

2006-10-23 Thread y_zl
Hi!, I followed the instructions from wiki to config the authentication model. but I got the following exception: org.jboss.seam.RequiredException: In attribute requires value for component: authenticatorAction.entityManager. It seems the entityManager attribute could not be created even with

[jboss-user] [Installation, Configuration & Deployment] - client app requesting 4.0.5.GA ejb3 session bean works only

2006-10-23 Thread rlgoldman
My code, which worked fine under 4.0.4.GA-P1 now exhibits a works-only-once behavior under 4.0.5.GA (ejb3 via jems beta 3 installer) when using a client app calling container logic (stateless session bean with data access methods). Only by stopping jboss, clearing the tmp & work caches, and rest

[jboss-user] [JBoss Eclipse IDE (users)] - Re: What is to be downloaded?

2006-10-23 Thread lightbulb432
2) It's not evident in the comment. You assume that we know what all the plugins of JBossIDE 2.0.0.Beta2 are. On the download page is a huge list of different zip files, and we don't know which ones are included in this download. 3) What is part of this JBossIDE 2.0.0.Beta2? Again, there are so

[jboss-user] [JBoss Messaging] - Re: Changing defaultDS to postgres: NoSuchMethodException

2006-10-23 Thread [EMAIL PROTECTED]
What Messaging version are you using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980248#3980248 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980248 ___ jboss-user mailin

[jboss-user] [Installation, Configuration & Deployment] - Re: Configure and use Connection pool of Jboss

2006-10-23 Thread jaikiran
Assuming that this is your datasource configuration: | | MyAppDS | jdbc:oracle:thin:@youroraclehost:1521:yoursid | . | | Note the jndi-name that you have specified for your datasource. The datasource will be bound to java:/MyAppDS jndi-name(in this example). From y

[jboss-user] [Installation, Configuration & Deployment] - Help me schedular in JBOSS

2006-10-23 Thread harshi
could you please tell me or direct me to example which helps me to set a scheduler in JBoss. where the schedulerable class jar file is is inside an ear. that is let say my class that implements scheduler is in A. then if that class is packaged inside jar file testscheduler.jar this testscheduler

[jboss-user] [Installation, Configuration & Deployment] - Re: Configure and use Connection pool of Jboss

2006-10-23 Thread inderjeet
Thanks for your reply one more thing i need to know that how can from my web application I can get a connection of the configured database? Regards Inder Jeet Singh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980245#3980245 Reply to the post : ht

[jboss-user] [EJB/JBoss] - Re: Problem accessing ear services from war

2006-10-23 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions specifically, the jmx-console approach mentioned over there View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980244#3980244 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [Remoting] - Re: No Route to Host problem in JNDI lookup

2006-10-23 Thread ron_sigal
Could you post more information about your configuration? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980241#3980241 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980241

[jboss-user] [Remoting] - Re: Sending plain text to server without org.jboss.remoting.

2006-10-23 Thread ron_sigal
fmozturk, Please note that recent changes to the socket invoker (available on HEAD in CVS) allow it to read input data not wrapped in an InvocationResponse. See, in particular, org.jboss.remoting.transport.socket.ServerThread.processInvocation(). View the original post : http://www.jboss.com

[jboss-user] [Beginners Corner] - version differences

2006-10-23 Thread sonoerin
I have inherited a JBoss application that was originally using Tomcat for the Struts part, and directing to JBoss (not sure what version) for the EJB work. I see that if I use JBoss 4.0.2, Tomcat is bundled with, and avoiding a configuration step for me. Here is the existing structure: The d

[jboss-user] [Installation, Configuration & Deployment] - How to Handle Null Connections in JBOSS

2006-10-23 Thread hunk
We recently moved from Websphere to JBOSS, we know WebSphere automatically respawned connections when they were NULL but how to handle this in JBOSS. Thanks, hunki View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980236#3980236 Reply to the post : http://www

[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-10-23 Thread johnurban
anonymous wrote : 1) You presumably don't get any exceptions Correct. I'm probably presumming too much. Something is happening that I'm not seeing. I do not see any exceptions. anonymous wrote : 2) What does give for the dropdown box. You've probably hit a conversion error. (You have but non

[jboss-user] [JBoss Seam] - Re: How to configure an embedded Ejb to connect to MySql not

2006-10-23 Thread mnrz
Hi Gavin first, as I said before, I learn this from a ducument about Ejb and Jsf in german language and they connected to MySql with Hsqldb dialect, and I said it is strange but only after that it worked. However, my configuration is exactly correct but it doesnt work with MySql dialect so may

[jboss-user] [Remoting] - Re: Bug in Remoting 2.0

2006-10-23 Thread ron_sigal
Hi Hasan, "hasan" wrote : | I think I have spotted a bug in Remoting 2.0. | I believe you're right. "hasan" wrote : | Having investigated the code I have found that if a client waits for some time so long as server times out the connection and closes the socket, remoting client gets t

[jboss-user] [JBoss Seam] - Re: JBoss 4.0.5.GA: java.lang.NullPointerException: serialF

2006-10-23 Thread [EMAIL PROTECTED]
You were correct to remove the StartupServletContextListener. MyFacesGenericPortlet handles all of the init stuff for portlets. In a portlet environment, we shouldn't use servlet constructs like a ServletContextListener. If you set things up in a ServletContextListener then it may or may not

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-23 Thread jgilbert
I have created the following maven2 site with all the jars I couldn't find else where. http://taylor.sourceforge.net/maven2/ Here are links to sample pom.xml files: http://taylor.cvs.sourceforge.net/taylor/taylor/bpm/ http://taylor.cvs.sourceforge.net/taylor/taylor/taylor-bpm-web/ http://taylor.

[jboss-user] [JBoss Seam] - Getting Stateless Sesion bean to trigger from CommandLink

2006-10-23 Thread bytor99999
I am having aproblem getting my xhtml page to fire a method on my stateless session bean. I am sure it must be something simple I am missing Here is my interface | public interface WebManager { | public String logIn(); | public String newRoadTrip(); | public String editRoadT

[jboss-user] [JBoss Seam] - Re: s:validateAll and ui:include/ui:insert

2006-10-23 Thread atao
anonymous wrote : I use it inside a ui:composition in all the demos Yes, inside including file with reference to a template, and with the input tag in the same file as the s:validate. But what about: - s:validate inside a template or inside an included file? - or s:validate inside the including

[jboss-user] [Security & JAAS/JBoss] - Calling LoginModule in JBoss

2006-10-23 Thread mstarzyk
Hi, I need some help in running authentication in JBoss. I have a custom JAAS login module that handles SAML SSO authentication. A servlet calls the LoginModule upon receiving a SAML response After calling LoginContext.login() I have a successfully authenticated Subject. Then I need to ass

[jboss-user] [JBoss Seam] - Re: Accessessing Other session contexts from an application

2006-10-23 Thread modoc
Yeah, that's what I'm ending up doing, although I do have scaling concerns. Not a huge deal, I'm just used to ATG's component structure where the session and request scopes are handled by application scoped managers, and key'ed by a UID. So you can get a session scoped component from the sessio

[jboss-user] [JCA/JBoss] - Re: NameNotFoundException for topic message bean

2006-10-23 Thread sjscabert
Thanks for the quick response once again - you're quick and I appreciate your time. First, jms-ds.xml: DefaultJMSProvider org.jboss.jms.jndi.JNDIProviderAdapter java:/XAConnectionFactory java:/XAConnectionFactory java:/XAConnect

[jboss-user] [JBoss Seam] - Re: JBoss 4.0.5.GA: java.lang.NullPointerException: serialF

2006-10-23 Thread [EMAIL PROTECTED]
If i add the org.apache.myfaces.webapp.StartupServletContextListener in web.xml i get one 01:24:39,354 ERROR [PhaseListenerManager] Exception in PhaseListener INVOKE_APPLICATION(5) afterPhase | java.lang.IllegalStateException: No active event context | at org.jboss.seam.core.Manager.in

[jboss-user] [JBoss Seam] - Re: JBoss 4.0.5.GA: java.lang.NullPointerException: serialF

2006-10-23 Thread [EMAIL PROTECTED]
At least with the MyFacesGenericPortlet above one can use the JBossSerialization factory. 01:14:41,310 INFO [MyFacesGenericPortlet] Serialization provider : class org.apache.myfaces.JbossSerialFactory No idea, wheter it made any performance increase.. But maybe it's better than the DefaultSer

[jboss-user] [JBoss Seam] - Re: JBoss 4.0.5.GA: java.lang.NullPointerException: serialF

2006-10-23 Thread andyd
Ok, the SERIAL thing in my previous post was a red herring. I got an error in the log file and it made no difference when I removed it from web.xml, as I hadn't compiled and installed the included java. What did fix it for me was adding StartupServletContextListener as a listener in web.xml.

[jboss-user] [JBoss Seam] - Re: JBoss 4.0.5.GA: java.lang.NullPointerException: serialF

2006-10-23 Thread [EMAIL PROTECTED]
I managed to get things going by adding the following methods to my own MyFacesGenericPortlet.java. I'm more convinced that the portlet portition of myfaces is a little bit off sync compared to "normal" MyFaces usage. I thought i saw | package fi.jab.jsf; | | import java.io.IOException;

[jboss-user] [Security & JAAS/JBoss] - Closing Browser seems to bypass DatabaseServerLoginModule

2006-10-23 Thread pander
Hi, I'm using JBOSS AS 4.0.4 GA and am experiencing an odd problem connected with login and logout of users. If user's explicitly choose to logout and click on the logout button of my webapp the webapp directs them to an Action class which marks the event in a database and then calls session.in

[jboss-user] [JBoss Portal] - Re: UserModule transaction problem

2006-10-23 Thread andyd
Take a look at this to see if it helps. Andy. http://wiki.jboss.org/wiki/Wiki.jsp?page=UTFactoryLookupFailed View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980216#3980216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBossWS] - Re: WS-Security - Invalid timestamp, message claimed to be c

2006-10-23 Thread elsisack
Could you please tell us how and where you configure that tolerance to allow server time difference? Thnaks in advance Enrique. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980215#3980215 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Portal] - JBoss Portal 2.6 Developer Release

2006-10-23 Thread [EMAIL PROTECTED]
The portal team is proud to announce you the developer release of 2.6. It consists in a stable release of the current features implemented so far. The goal of that release is to give you the opportunity to see the advancement of the project and also provide us feedback on the implementation. Yo

[jboss-user] [JBoss Seam] - Re: Context Questions

2006-10-23 Thread kasim
thanks i think i had some older doc where it wasnt as clearly laid out. or somehow i missed it cause i have read the doc i have had a few times. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980212#3980212 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Re: Context Questions

2006-10-23 Thread cja987
SFSBs and Entities are bound to the conversation context. SLSBs are, obviously, in the stateless scope. This is all covered in the Seam documentation. http://docs.jboss.com/seam/latest/reference/en/html/index.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss Seam] - Re: JBoss 4.0.5.GA: java.lang.NullPointerException: serialF

2006-10-23 Thread andyd
Found out about this at http://wiki.apache.org/myfaces/Performance I'm a little unsure as I haven't buuild the reference classes. Either this has already been added somewhere, or something strange is happening that I don't quite understand yet. View the original post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: JBoss 4.0.5.GA: java.lang.NullPointerException: serialF

2006-10-23 Thread andyd
Should of course be the usual listener tags around the listener-class tag - got stripped by the forum. Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980208#3980208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[jboss-user] [JBoss Seam] - Re: JBoss 4.0.5.GA: java.lang.NullPointerException: serialF

2006-10-23 Thread andyd
Just manager to get things working by adding the following to web.xml org.apache.myfaces.webapp.StartupServletContextListener org.apache.myfaces.SERIAL_FACTORY org.apache.myfaces.JbossSerialFactory Andy. View the original post : http://www.jboss.com/index.html

[jboss-user] [EJB 3.0] - Deploying an EJB3 MDB as stopped?

2006-10-23 Thread fpa1974
This is on a JBoss-4.0.4 Patch 1. I know that for non EJB3 MDB you can configure the 'DeliveryActive' attribute in MDBConfig (in a user defined invoker configuration) and your MDB will be deployed but not started. Starting it can be done at a later point through JMX. I browsed through annotatio

[jboss-user] [JBossWS] - Re: WS-Security - Invalid timestamp, message claimed to be c

2006-10-23 Thread a238859
The same problem is affecting us as well. We cannot exactly synchronize our servers and are unable to use JBossWS implementation of WS-Security because of this. Is it possible to configure some tolerance to allow server time difference to be +/- N seconds? Thank you, Denis. View the original

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

2006-10-23 Thread kasim
I have a few questions. was checking this out http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925063 So to make usre when you have variables that you mark as scope type Session. It actually gets stored in the HttpSession as well? Also ama i to assume that Stateful Session Beans an

[jboss-user] [JBoss jBPM] - Re: empty design pane in gpd from cvs head

2006-10-23 Thread kukeltje
it works now, at least the pane is visible. Not everything is working though (can't drop any nodes onto it ;-) ) I wanted to have a sneak-preview of the forms generating stuff. It's a beginning altough I'm still curious where the variable-type will go in to. Guess I have to wait a little more (

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-23 Thread esfahan
I am having my problems with maven build as well. I started out with this wiki page: http://wiki.jboss.org/wiki/Wiki.jsp?page=MavenBuildCreation. Unfortunately, the repository http://repository.jboss.com/maven2 does seem not to be up to date. It would be great if the repository would be always

[jboss-user] [JCA/JBoss] - Re: InboundJavaMail

2006-10-23 Thread [EMAIL PROTECTED]
This is currently fixed in 4.0.6. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980196#3980196 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980196 ___ jboss-user mailing l

[jboss-user] [JCA/JBoss] - Re: NameNotFoundException for topic message bean

2006-10-23 Thread [EMAIL PROTECTED]
anonymous wrote : | but haven't touched jms-ds.xml or standardjboss.xml | Yes, I believe this is the issue. Again, please post your jms-ds.xml file and your standardjboss.xml file, at the very least, please post the portion of your jms-ds.xml file that references your provider loader. C

[jboss-user] [Beginners Corner] - Re: jsp:usebean and loader constraints violated

2006-10-23 Thread jdr
well the exact error in the jsp compilation was: The value for the useBean class attribute xxx is invalid. this did not mean the class was not found, but missed a default constructor GRRR Sorry for wasting your time. john View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBoss Seam] - Re: Role enforcement on a RESTful page

2006-10-23 Thread texan
Is it as simple as putting the role constraint in web.xml and including an tag for a 403?The problem I was having with interceptors is that I really want to control access to the page rather than the assortment of methods that get called from the page. View the original post : http://www.

[jboss-user] [JBoss Seam] - Re: Accessessing Other session contexts from an application

2006-10-23 Thread fhh
Why don't you just but that stuff in a map in the application scope. That is what it was made for. If there aren't too many concurrent users this should work but it will scale poorly. Regards fhh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980189#398018

[jboss-user] [JCA/JBoss] - Re: NameNotFoundException for topic message bean

2006-10-23 Thread sjscabert
First off, thanks for the prompt reply. My misuse of terminology shows my newbie-ism, I'm afraid. I am migrating my files from the old application, but have taken pains to use the JBoss 4.x versions of all files we've customized and add our customizations to them. We have changed many configu

[jboss-user] [JBoss jBPM] - Re: docbook-support is missing

2006-10-23 Thread [EMAIL PROTECTED]
Hi Milan, I think it is best to modify the build file so that run-eclipse-builder runs with debug options and then run the complete overall build. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980186#3980186 Reply to the post : http://www.j

[jboss-user] [JBoss Seam] - Re: Seam Problem!!! URGENT, please

2006-10-23 Thread fhh
anonymous wrote : | I've omitted the local interface in my session bean ManagerLogin and i discovery that the method that can invoke from a jsf page is only the method in the session bean that override the interface method. | I don't want to be impolite but I'm not sure if you have grasped

[jboss-user] [JBoss Eclipse IDE (users)] - JbossIDE 2.0 deploy application

2006-10-23 Thread gienasek
Hello. In JbossIDE 1.6 I'm usig option "Deployment/Deploy to" to deploy EJB bean to server. In ths way I can online improve bean code and all changes immediately take effects without repackaging and redeploying. Is the same possibilitu in JbossIDE 2.0 ?. I see only "Run on the server" optio

[jboss-user] [JBoss Seam] - Re: JBoss 4.0.5.GA: java.lang.NullPointerException: serialF

2006-10-23 Thread [EMAIL PROTECTED]
Huh, I managed to make the system "work" by doing very uglyt hacking in SeamStateManager.java | | public void writeState(FacesContext ctx, SerializedView sv) | throws IOException { | | { | | ExternalContext extCtx = ctx.getExternalContext(); |

[jboss-user] [EJB 3.0] - Re: EJB3 for MySQL has Quote and errors.

2006-10-23 Thread ALRubinger
What dialect are you using for Hibernate? Should be: Hope that helps. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980182#3980182 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980182 _

[jboss-user] [JBoss Seam] - Re: JBoss 4.0.5.GA: java.lang.NullPointerException: serialF

2006-10-23 Thread [EMAIL PROTECTED]
So I tested the portal example in 4.0.5 portal profile. It's working fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980178#3980178 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980178

[jboss-user] [EJB/JBoss] - Problem accessing ear services from war

2006-10-23 Thread feric
Hello, I am trying to migrate from Jboss4.0.2 to 4.0.5GA but am having jndi problems. My application is deployed with three files in the $jboss/server/default/deploy: - application.ear - application.war - application-ds.xml The war contains all the client jars it needs to access the ear file wh

[jboss-user] [Beginners Corner] - Re: jsp:usebean and loader constraints violated

2006-10-23 Thread jdr
anonymous wrote : When you remove the class from the war, where else do you place it? I mean, where else inside the ear is the class placed? Are you placing it in some jar inside the ear? Yes, it's there in a jar with all my ejb classes. | common-util.jar | Alas, the loader constrain

[jboss-user] [Management, JMX/JBoss] - Re: Embedding MySQL as an MBean with Connector/MXJ

2006-10-23 Thread danliang
These changes are made in MysqldResource.java: To allow a defaults file Line 514 was changed to: | String[] constructArgs(Map mysqldArgs) | { | List strs = new ArrayList(); | strs.add(utils.files().getPath(getMysqldFilePointer())); | | //This line was previ

[jboss-user] [EJB 3.0] - Problems accessing jndi from war (not embedded in ear)

2006-10-23 Thread feric
Hello, I am trying to migrate from Jboss4.0.2 to 4.0.5GA but am having jndi problems. My application is deployed with three files in the $jboss/server/default/deploy: - application.ear - application.war - application-ds.xml The war contains all the client jars it needs to access the ear file

[jboss-user] [JBoss Seam] - Re: Step-by-Step Seam Getting Started Guide

2006-10-23 Thread andyd
The MyEclipse publish is pretty good. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980174#3980174 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980174 ___ jboss-user mailin

[jboss-user] [JBoss Seam] - Re: Step-by-Step Seam Getting Started Guide

2006-10-23 Thread cja987
Calling WTP is a little bit flakey is like calling Ubuntu a little bit brown. I've actually given up on WTP's crummy "publish" mechanism and gone and written a shell script to jar up and deploy the ear by hand. And unlike WTP's mouse-only (afaict) interface for manual publish, I can just make

[jboss-user] [News & Announcements] - JEMS Installer 1.2.0.Beta3 released

2006-10-23 Thread rrajesh
JEMS Installer 1.2.0.BETA3 (AS 4.0.5.GA, EJB3 1.0.0.CR9, Portal 2.4.0.GA, JBossWS 1.0.3.GA) has been released and is available for download from the following location. http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=193295&release_id=457191 Release Notes - JEMS Install

[jboss-user] [JBoss Seam] - Re: s:commandLink missing from seam.taglib.xml

2006-10-23 Thread [EMAIL PROTECTED]
Ignore that stuff there is no s:commandLink for now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980172#3980172 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980172 ___ jb

[jboss-user] [News & Announcements] - JBoss Portal 2.6.0.DR1 released

2006-10-23 Thread rrajesh
JBoss Portal 2.6.0.DR1 has been released and is available for download from the following location: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=84509&release_id=457910 Release Notes - JBoss Portal - Version 2.6.0.DR1 ** Bug * [JBPORTAL-602] - DivDecorationRendere

[jboss-user] [JBoss Seam] - Re: Role enforcement on a RESTful page

2006-10-23 Thread cja987
We do that all the time ;) Seriously, it does make it easier to google solutions for a problem when one talks themself through the solution publicly. chuck View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980168#3980168 Reply to the post : http://www.jboss.c

[jboss-user] [News & Announcements] - JBoss 4.0.5.GA released

2006-10-23 Thread rrajesh
JBoss 4.0.5.GA has bee released and can be downloaded from the following location. http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=456223 JBoss 4.0.5.GA Release Notes This is the jboss-4.0.5.GA (final) release for the Java EE? 1.4 codebase. For informat

[jboss-user] [JBoss Seam] - Re: Does anyone use @Rollback?

2006-10-23 Thread cja987
I wasn't aware that it existed. The more control of UserTransaction that's possible, the better -- though I imagine anyone using UserTransaction is probably already controlling it through code and not declaratively, so injection would probably suffice. View the original post : http://www.jb

[jboss-user] [JCA/JBoss] - Re: NameNotFoundException for topic message bean

2006-10-23 Thread [EMAIL PROTECTED]
This isn't a reference to you datasource, but the JNDProviderLoader for your JMS configuration. The error is basically telling you that the XAConnectionFactory cannot be established. Could you post your jms-ds.xml file (from deploy/jms/ directoy) as well as your standardjboss.xml file. Note, b

[jboss-user] [JBoss Seam] - Re: Step-by-Step Seam Getting Started Guide

2006-10-23 Thread [EMAIL PROTECTED]
"shundavid" wrote : I did it, and it still says: | | org.jboss.deployment.DeploymentException: Failed to find module file: lib/jboss-seam.jar Has a fix documented in step#5. Basically the WTP tooling changed and is a bit flaky. You have to remove the jboss-seam.jar and jbpm-3.1.1.jar J2EE m

[jboss-user] [JBoss Seam] - s:commandLink missing from seam.taglib.xml

2006-10-23 Thread cja987
I noticed that there's a s:commandLink defined in the JSP taglib, but not in the facelets version, so s:commandLink won't work in facelets. I know I probably don't need it, since h:commandLink should propogate the conversation properly, but it'd be nice for the sake of completeness. Is this om

[jboss-user] [JBossWS] - Re: JBossWS Plugin for JBossIDE / Eclipse

2006-10-23 Thread omatzura
Hi! hmm.. strange stuff.. only thing I can think of is that something went wrong during the jbossws installation.. could you try the jems installer which should have everything bundled up? http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=193295 regards! /Ole View the o

[jboss-user] [JCA/JBoss] - Re: IMS Connector

2006-10-23 Thread [EMAIL PROTECTED]
An IMS JDBC connection is treated like any other in JBoss. Please read http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources As well as the general info on JCA in JBoss http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCA View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [Installation, Configuration & Deployment] - Re: Update Tomcat

2006-10-23 Thread TMK
No idea?? :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980156#3980156 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980156 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss Seam] - Re: Role enforcement on a RESTful page

2006-10-23 Thread texan
Hmm, that won't work either, because the processing of the JSF components will have already happened, which means that a bunch of calls were already made to the action. I'm trying to catch it before any actions get invoked. Maybe a global action entry in the pages.xml file. Isn't it scary whe

[jboss-user] [Installation, Configuration & Deployment] - Re: 4.05GA javamail problem

2006-10-23 Thread bezdomny
Yep That was it. I'm using a third party jar that has some of the old sun/* classes included. When I removed that, my problem was solved. Thanks for the help. B View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980151#3980151 Reply to the post : http://www.jb

[jboss-user] [JBoss Seam] - Role enforcement on a RESTful page

2006-10-23 Thread texan
I'm still struggling to get my Role based security working. When protecting an action, I'm in pretty good shape when the action is called first and then determines the outcome. However, I'm having trouble with some pull-style pages. I can't use my current approach of intercepting the action ca

[jboss-user] [Installation, Configuration & Deployment] - Re: Is JBoss AS 4.0.5 official?

2006-10-23 Thread rlgoldman
Dimitris -- A little extra info: I just tried the "jems-installer-1.2.0.BETA3.jar" installer. First attempt: Install for "ejb3-clustered" to "all" config. Result: The same shutdown problem I've been referring to. Second attempt: Install for "ejb3" (non-clustered) to "all" config. Result: N

[jboss-user] [JBoss Seam] - Re: JBoss 4.0.5.GA: java.lang.NullPointerException: serialF

2006-10-23 Thread [EMAIL PROTECTED]
After there're more than one Seam portlets open, the excetion count increases. | 22:02:43,884 ERROR [PhaseListenerManager] Exception in PhaseListener RESTORE_VIEW(1) afterPhase | java.lang.IllegalStateException: No phase id bound to current thread (make sure you do not have two SeamPhaseLis

[jboss-user] [JBoss Portal] - Re: login not working after migration from JbossPortal 2.2 t

2006-10-23 Thread portalgeek
Drop the entire jbossportal database. Recreate jbossportal database and then excute run.bat (of Jbossportal 2.4) This seems to solve the problem. thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980147#3980147 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss Messaging] - Re: Changing defaultDS to postgres: NoSuchMethodException

2006-10-23 Thread chuckanut
This problem doesn't seem to occur with mysql. I installed a mysql db and used the example config files and the server is running fine. I wonder if there is a problem with the postgres example config file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39801

[jboss-user] [JBoss Seam] - Does anyone use @Rollback?

2006-10-23 Thread [EMAIL PROTECTED]
I'd like to know if anyone finds @Rollback to be really useful. I'm wondering if it is actually a stupid feature and should be deprecated, and replaced by an easy way to inject UserTransaction into JavaBean components. I need feedback on this. Thanks, Gavin View the original post : http://www

[jboss-user] [JBoss Portal] - Re: custom layout deployment issues

2006-10-23 Thread bfagan
I still can't see any errors or what I might be doing wrong. Is there an example deployment war file for a layout? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980141#3980141 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Seam] - Re: JBoss 4.0.5.GA: java.lang.NullPointerException: serialF

2006-10-23 Thread [EMAIL PROTECTED]
Ah, But i've it set to false | | | | true | false | tc3/#{ejbName}/local | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980139#3980139 Reply to the post : http://www.jboss.co

[jboss-user] [Installation, Configuration & Deployment] - Re: Is JBoss AS 4.0.5 official?

2006-10-23 Thread rlgoldman
Not from the installer. It does show both when using the .zip (binary) and when using my own compile from the .tar.gz source (both from SourceForge). I'm using Sun's jdk1.5.0_09. Again: Only during shutdown from "all" configuration. View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Portal] - Re: UserModule transaction problem

2006-10-23 Thread alexandru30043004
This is very strange because I found the class org.jboss.tm.usertx.client.ServerVMClientUserTransaction and I looked at it's signature and it implements javax.transaction.UserTransaction so by casting to javax.transaction.UserTransaction should not throw ClassCastException. I'm realy lost. Can

[jboss-user] [Installation, Configuration & Deployment] - Re: Is JBoss AS 4.0.5 official?

2006-10-23 Thread [EMAIL PROTECTED]
Is this an installer setup or the standard .zip distro? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980135#3980135 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980135 ___

[jboss-user] [JBoss Portal] - Re: UserModule transaction problem

2006-10-23 Thread mholzner
By default the transaction is suspended before the call to the portlet container. You need to flag your portlet to require a transaction in the portal object descriptor. There are examples for that in the standard descriptor examples. After flagging your portlet there, you should be able to look

[jboss-user] [JCA/JBoss] - NameNotFoundException for topic message bean

2006-10-23 Thread sjscabert
I have an application working well in JBoss 3.2.3 that I'm attempting to get working in JBoss 4.0.4.GA, and am encountering this exception (abbreviated of course): 14:27:59,616 WARN [JMSContainerInvoker] JMS provider failure detected for VNICTransProcessor javax.naming.NameNotFoundException: X

  1   2   3   >