[jboss-user] [EJB 3.0] - Re: Is Timer Service supported in JBoss Micro Container?

2007-03-15 Thread wolfc
The embedded timer services has been disabled because of a bug (http://jira.jboss.com/jira/browse/EJBTHREE-702). You can re-enable it in embedded-jboss-beans.xml. You can find info on Embedded JBoss here: http://wiki.jboss.org/wiki/Wiki.jsp?page=EmbeddedJBoss. There is currently no distribitio

[jboss-user] [JBossWS] - Does JBOSSWS support anyType?

2007-03-15 Thread ichunlin
I defined an element as anyType in WSDL. And I tried to code the java with SOAPElement for that. But I always get the following excpetion. :44:36,629 ERROR [SOAPFaultExceptionHelper] SOAP request exception vax.xml.rpc.JAXRPCException: Cannot create or send response message at org.jboss.ws

[jboss-user] [Installation, Configuration & Deployment] - Re: Startup errors on Ubuntu, can't access localhost:8080

2007-03-15 Thread edno
"rup" wrote : BTW, previously I've run jBoss with jdk6 on FC6, This problem is specific to Ubuntu I presume. | Hi all, The problem isn't specific to Ubuntu, I've the same problem (same trace and same failures) with Windows 2003. I've installed JBoss (JBoss 4.0.5 + JDK 6) once and it has ru

[jboss-user] [Management, JMX/JBoss] - Re: Class loader probelm

2007-03-15 Thread xaleyba
"azhurakousky" wrote : Can you please clarify how your Spring libraries are deployed: | A) For your service | B) For your web app | | Do Service and Webapp use the same version of Spring? | | Also, when you say web app do you mean WAR or EAR? | | Regards Thanks for your reply.

[jboss-user] [Security & JAAS/JBoss] - Re: Programmatic Authentication in JBoss?

2007-03-15 Thread lujop
"[EMAIL PROTECTED]" wrote : This feature will be available in 4.2.0.GA | | I was thinking about ways to adequately test this. For now, after the web authentication in a servlet, I check for two things: | request.getUserPrincipal != null | and | request.isUserInRole(role) == true |

[jboss-user] [JBoss Seam] - Re: @Restrict preventing @Asynchronous method from execution

2007-03-15 Thread lowecg2004
Hi Shane, Sorry, the output was truncated. As far as I can tell, there is no stack trace. Here the log around the error: 08:17:25,453 DEBUG [Manager] Restoring conversation with id: 4 | 08:17:25,453 DEBUG [AbstractSeamPhaseListener] After restoring conversation context: ConversationContext

[jboss-user] [JBoss Seam] - Re: Testing an @Asynchronous action

2007-03-15 Thread lowecg2004
Has anyone got any ideas for this? Surely it's not right for Seam to throw an NPE while testing an @Asynchronous action? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028266#4028266 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Seam] - Re: RuleBasedIdentity.instance.getSecurityContext()

2007-03-15 Thread venkateshbr
((RuleBasedIdentity) Identity.instance()) still doesn't give me getSecurityContext. am i doing anything wrong. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028267#4028267 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss jBPM] - Re: Installation Problem with jBPM-gpd-site-3.0.12

2007-03-15 Thread kukeltje
http://lists.jboss.org/pipermail/jboss-jira/2007-January/013557.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028269#4028269 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028269 __

[jboss-user] [JBoss Seam] - How can I change default messages (Home objects)?

2007-03-15 Thread [EMAIL PROTECTED]
Hi how can I change default messages from Home objects i.e. after saving object in database I get message "Successfully created"? I would like to display messages regarding locale and type of object i.e. for user: "New user has been registered" or for profile: "New profile has been added". How

[jboss-user] [JBoss Seam] - log.fatal(Object object, Throwable t, Object... params) is l

2007-03-15 Thread knuwu
Hi I might missing something, but when I call log.fatal(Object object, Throwable t, Object... params) methode, I can't find a message in the logfile or console. Setting the log level to DEBUG suddenly brings the message to the log. And yes, it is logged with debug level. Analysing the seam sou

[jboss-user] [JBossWS] - Problems by jbossws-deploy

2007-03-15 Thread fadilica
Hi, I have Jboss AS 4.0.2 and try to install jbossws 1.0.4-GA. I copied jbossws.sar, jbossws-client.jar and jboss-xml-binding.jar appropriete. The URL http://localhost:8080/jbossws results in page not found (404) server.log contains following error: org.jboss.deployment.DeploymentException: Une

[jboss-user] [Security & JAAS/JBoss] - Re: IllegalStateException in sessionContext.getCallerPrincip

2007-03-15 Thread Mihail Druzinin
"[EMAIL PROTECTED]" wrote : | Answer the following questions: | a) Are you using the latest ejb3 distribution? | b) Is your servlet defining run-as stuff? or are you making a call on the ejb with valid security context (or you logging in?) | a) We use EJB 3.0 - Version EJB 3.0 RC7 - FD

[jboss-user] [JBoss Seam] - Re: Cannot find the entityconverter taglib

2007-03-15 Thread jeffconstantin
It is working fine now. It was the Hibernate mapping. Thank you very much for you help with this issue. I have a working example of a seam-gen application enhanced with and your entity converter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028279#4028279

[jboss-user] [JBossWS] - JAX-WS, possible bug? WSDL-file must be located in WEB-INF/w

2007-03-15 Thread oskar.carlstedt
Hello!! I don't know if this is a bug or the implementation is according to the specification. Anyhow, when running a JAX-WS web service having the wsdlLocation attribute set to an http-location I get an error when parsing the schema. The wsdl has a relative schema import, so changing it to a

[jboss-user] [Installation, Configuration & Deployment] - Re: Hot Deployment/Restart

2007-03-15 Thread sunrise78
Hi, for War Appplication I use JMX Console (MainDeployer section) With MainDeployer you can Deploy/Undeploy/restart/List war aplication Best Regards Fabio View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028282#4028282 Reply to the post : http://www.jboss.c

[jboss-user] [JBossCache] - Intermittent failure starting SFSB with JBossAS 4.2.0.CR1

2007-03-15 Thread scotto
Hello. I am upgrading from JBossAS 4.0.4.GA/Seam 1.0.1.GA to JBossAS 4.2.0.CR1/Seam 1.2.0.PATCH1 and am having an intermittent failure deploying my application. I am getting the following exception: | 2007-03-15 16:31:36,968 223172 INFO [org.jboss.ejb3.EJBContainer] (main:) STARTED EJB: com

[jboss-user] [JBossWS] - Re: ClassNotFoundException and a generated __JBossWS_... cla

2007-03-15 Thread [EMAIL PROTECTED]
Is this reproducable with 1.2.0? If yes please create a jira issue and attach a sample deployment with source. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028287#4028287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss jBPM] - How to manage a workflow of document

2007-03-15 Thread caballus
Hello, we are evaluating jbpm as workflow engine and we need to know whether there is a way in jbpm to pass document (such as word document, zip files, etc.) between tasks instead of simple variables. That is each actor in the process should be able to download and upload files. Please give us

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Troubles with using PhaseListener implementation

2007-03-15 Thread Serrg Blues
I use JBoss 4.0.4GA+JSF(1.2_04-b07-FCS)+Facelets(1.1.11) My web.xml file : | | http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.x

[jboss-user] [JBoss Seam] - bpchar conversion with PostgreSQL

2007-03-15 Thread idylle
Hi, I've got a problem when reverse-engineering my PostgreSQL base with seam 1.2.0PATCH1. Entity beans are well generated but when I restart my server I got the following error : --- MBeans waiting for other MBeans --- | ObjectName: persistence.units:ear=bourseEmploi.ear,unitName=bourseEmploi

[jboss-user] [Management, JMX/JBoss] - Re: Class loader probelm

2007-03-15 Thread azhurakousky
If you are using the same Spring versions, then your runtime of bothe WAR and SAR should use classes loaded by the same class loader, to avoid problems. There are several things you can do. 1) The obvious one is to do what you don't want to do (why?) and that is to copy Spring JARs in the lib d

[jboss-user] [Security & JAAS/JBoss] - configuring https on jboss.

2007-03-15 Thread mutahi
I am using acegi on my web application and using jboss-4.0.4.GA. I need to use port 8090 for my normal http and 8443 for https. If I configure to use port 8080 on the http connector (in server.xml in jboss tomcat), it works alright. But if I configure to use port 8090 on the same http connector,

[jboss-user] [JBoss Seam] - Re: Redirect to error-page for AuthorizationException with @

2007-03-15 Thread lisaanm
Hi., I have the same question. If I programmatically throw NotLoggedInException, then the page is not redirected to the other page that is defined as below in pages.xml file | | | | You must be logged in to perform this act

[jboss-user] [EJB/JBoss] - Re: What does this mean? Not binding factory to JNDI, no JND

2007-03-15 Thread Rhodan76
In EJB3 you need only in rare circumstances use of a SessionFactory. Mostly you would inject a EntityManager(-Factory) directly via annotations in your Beans. So in most of your applications you don't need a SessionFactory and there there would be no need to register the name of the SF in JNDI.

[jboss-user] [Installation, Configuration & Deployment] - Large ear file -> slow development cycle

2007-03-15 Thread mvindahl
Hi there :). I've been reading the forums trying to find a solution for my problem, but to no avail. I am posting this in the hope that someone can point me to an obvious "duh!" solution. My story: I have taken over an existing project which uses JBoss to deploy a large ear file. Having optimiz

[jboss-user] [JBoss Seam] - No ClassLoaders found for: org.jboss.seam.core.FacesPage

2007-03-15 Thread Jayaranga
Hello, I am upgrading my seam framework from 1.0.1 to 1.1.6. my application works fine with seam 1.0.1 and even deployed in 1.1.6 (server configuration jboss 4.0.5 / tomcat 5.5 / jsf 1.1.4 ) but the application gives errors in loading. server.log -- 2007-03-15 08:45:55

[jboss-user] [Beginners Corner] - Current Session Statistic

2007-03-15 Thread gkubesch
Hi, i just upgraded from JBoss 3.2.6 to JBoss 4.0.5. With 3.2.6 i was able to see the current sessions statistics in the web-console Manager for each web-module. I can't find this information in the 4.0.5 Manager (just info about the servlets and Deployment Descriptor) Is there any way to see t

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Tomcat threads - problem with closing

2007-03-15 Thread zbogdanic
Hi, I've noticed problem with our app server. It seems that sometimes Tomcat keeps thread in status 'S' - (service) for a very long time. Although sometimes user's computer does not have active connection (session) in application which that Tomcat served, also even user's computer is 'shut down

[jboss-user] [JBoss Seam] - SEAM - TRINIDAD - @Restrict

2007-03-15 Thread FabBoco
Hi, I actually need help ! I am getting crazy tring to configure Seam security (SEAM 1.2.0.PATCH1) I have been following istructions from twiki: http://wiki.apache.org/myfaces/TrinidadSeamAjax4JsfFaceletDetail and I am using the sample-web-1-2-0.xml file as web.xml I have not ajax so I have r

[jboss-user] [JBossCache] - Network failure with a pair of symetrical stack TCP

2007-03-15 Thread leug85
Hello, I use a jboss cache (TreeCache 1.4.0-SP1-jdk50) in order to share some result between two servers A(gtar1) and B(paplx2). My configuration is the same that described in that page : http://wiki.jboss.org/wiki/Wiki.jsp?page=JGroupsStackTCP my problem is during a network failure. The two n

[jboss-user] [JBoss Seam] - Re: How can I change default messages (Home objects)?

2007-03-15 Thread baz
Read chapter 10.2 of the documentation(Seam1.2.0.Patch1) Near the end of this chapter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028315#4028315 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028315

[jboss-user] [JBoss jBPM] - am I in the correct way??

2007-03-15 Thread jbmp user
Hi all!! I want build a new application usin JBoss, MySQL and jBPM. For deployment of application, I use Eclipse. Can I use jsp inside of jsf to write my classes and my pages?? And for integrating jbpm in this application, have to I do only is adding in lib directory, that three files: jbpm-3.1.

[jboss-user] [Management, JMX/JBoss] - Re: Class loader probelm

2007-03-15 Thread xaleyba
"azhurakousky" wrote : If you are using the same Spring versions, then your runtime of bothe WAR and SAR should use classes loaded by the same class loader, to avoid problems. There are several things you can do. | 1) The obvious one is to do what you don't want to do (why?) and that is to co

[jboss-user] [EJB 3.0] - Re: Dependency Injection of EntityManager / -Factory in Serv

2007-03-15 Thread pmaedel
Thanks a lot! So it seems to me that there is currently no possiblity to obtain an application-managed EntityManager within Servlets with JBoss? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028319#4028319 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [Management, JMX/JBoss] - Re: Class loader probelm

2007-03-15 Thread azhurakousky
Try to realize, ot's not a JBoss problem. It is SUN problem that they allowed (after java 1.1) for same type classes not be be type safe if they are loaded by different clas loaders. Think about it; why should you be getting ClassCast exception on two classes with identical byte code?, but you w

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Inserting Oracle optimizer hints into queries

2007-03-15 Thread roist
easy way out: make a view with optimizer hint already included. it might be that your query is not well-formed to match the indices, or the indices are misconfigured (doing an index for 2 columns in the wrong order can do exactly that), or your statistics are bad. (if you have a newer database-

[jboss-user] [JBoss Seam] - How to get Container properties

2007-03-15 Thread knuwu
I have the following problem: I like to store some of my application configuration parameters outside the ear-package. The reason for that is, that some configuration values will have different values for development, test and production enviroment. Best would be to store these values in a conf

[jboss-user] [JBossWS] - Re: Need help on wsdl first webservice approach documentatio

2007-03-15 Thread [EMAIL PROTECTED]
You cannot use 1.2.0 with jboss4.0.4. It works with 4.0.5 and later versions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028323#4028323 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028323 _

[jboss-user] [JBossWS] - Re: JbossWS 1.2 and JBossWS 1.0.4 Generates Diff URLs For Sa

2007-03-15 Thread [EMAIL PROTECTED]
You can specify the actual URL within jboss-web.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028324#4028324 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028324 ___ jbo

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: timeout for simpleReadWriteEJBLock

2007-03-15 Thread roist
check the documentation-chapters on optimized loading and query behaviour, there is also an additional document, called "jboss tuning" by adrian brock, sadly i dont remember which url i acquired it from. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028325

[jboss-user] [JBoss Seam] - Re: How to get Container properties

2007-03-15 Thread petemuir
I use a different approach: Have seam-dev.properties, seam-prod.properties (etc.) and use my and script to copy the correct one to WEB-INF/classes/seam.properties when I do ant war - in fact, I think seam-gen should probably do this. View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [Messaging, JMS & JBossMQ] - Test cases take a long time

2007-03-15 Thread sergeypk
I'm trying to get into JBoss Messaging and I decided to start by retrieving SVN trunk and running its test cases. I am able to start the tests according to the instructions on the Wiki and see them run, but they take a very long time to execute. The Wiki page says they should finish in about ha

[jboss-user] [JBossWS] - Re: I get an

2007-03-15 Thread [EMAIL PROTECTED]
Is the 'DcsWebServiceServlet' the actual service endpoint implementation and not a Servlet? In that case you'd need to rename it. *Servlet will be treated as HTTP servlet and not web service endpoints. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028327#402

[jboss-user] [JBoss Seam] - Re: How to get Container properties

2007-03-15 Thread petemuir
http://jira.jboss.com/jira/browse/JBSEAM-1052 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028329#4028329 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028329 ___ jboss-use

[jboss-user] [JBossWS] - Re: handler problem

2007-03-15 Thread [EMAIL PROTECTED]
The first thing is not to put your handler in jbossws packages. Keep them private to your application, that is a custom package. In order to deploy it with your actual endpoint you need to specify a @HandlerChain that points to your handler declaration. Did you read the userguide? http://jbws.dy

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Troubles with using PhaseListener implementation

2007-03-15 Thread Serrg Blues
Sorry ... after research I can see another error message : anonymous wrote : | 5:33:51,324 ERROR [STDERR] 15.03.2007 15:33:51 com.sun.faces.config.ConfigureListener configure | SEVERE: Cant instantiate class: phase-listener: com.fabulous_valley.web.MyPhaseListener. | 15:33:51,324 ERROR [ST

[jboss-user] [JBoss Seam] - Re: RuleBasedIdentity.instance.getSecurityContext()

2007-03-15 Thread [EMAIL PROTECTED]
Do you have the drools libraries included in your ear file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028333#4028333 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028333 ___

[jboss-user] [JBoss Seam] - Re: How can I change default messages (Home objects)?

2007-03-15 Thread [EMAIL PROTECTED]
Right I've missed this fragment. Thanks. Actually visibility of String getCreatedMessage() method should be set to public and not to protected (as in doc). And then the only need is to return proper key from ResourceBundle regarding type of person to be saved i.e. student, teacher. | return

[jboss-user] [JBoss Seam] - Re: RuleBasedIdentity.instance.getSecurityContext()

2007-03-15 Thread venkateshbr
no what i mean is this is a compile time error i am not able to cast to RuelBasedIdentity from Identity.getInstance. ((RuleBasedIdentity) Identity.instance()).getSecurityContext() is this the correct syntax. atleast the eclipse codeassist doesn't show me this. View the original post : http://w

[jboss-user] [JBoss Messaging] - Test cases take a long time

2007-03-15 Thread sergeypk
I'm trying to get into JBoss Messaging and I decided to start by retrieving SVN trunk and running its test cases. I am able to start the tests according to the instructions on the Wiki and see them run, but they take a very long time to execute. The Wiki page says they should finish in about ha

[jboss-user] [JBossWS] - Re: handler problem

2007-03-15 Thread khaledzarig
Hi, i am aware of this way (@HandlerChain ), but what i am trying to do is: Intecept soap message without the need to modify or add any code to the client or the endpoint code. I need something that helps me to intercept any soap message comes in or out of the jboss server. So, is there a way o

[jboss-user] [JBoss Seam] - s:layoutForm

2007-03-15 Thread petemuir
I've just added a s:layoutForm component to CVS which takes the pain out of laying out a form. In general, it put's each child component on a new line BUT if the child is a s:decorate it will do some clever stuff: | * If a facet named label is present on the s:decorate, the contents is pla

[jboss-user] [JBossWS] - Re: Need help on wsdl first webservice approach documentatio

2007-03-15 Thread [EMAIL PROTECTED]
Hi, Thanks for your reply. Then what should i use for jboss4.0.4 for webservice impl with wsdl first approach? pls provide me any link to the reference. Thanks in advance. Trivedi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028347#4028347 Reply to the po

[jboss-user] [JBossWS] - Re: ClassNotFoundException and a generated __JBossWS_... cla

2007-03-15 Thread jimmycallaghan
I will be deploying the code onto JBoss4.2 in the next week and I'll let you know how I get on. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028349#4028349 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028349 __

[jboss-user] [JBoss Seam] - Re: How to get Container properties

2007-03-15 Thread knuwu
Ok, perhaps I have to be more precise. The configuration properties I'm talking about do not belong to the seam configuration of components. I'm talking about application specific parameters controlling for examples the behaviour of business logic. Example: A booking application stores all canc

[jboss-user] [JBoss jBPM] - Re: How to manage a workflow of document

2007-03-15 Thread kukeltje
you can pass any java object you want. see jbpm.varmapping.xml and jbpm.converter.properties View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028354#4028354 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028354 _

[jboss-user] [JBossCache] - Re: PojoCache vs serialized bean in TreeCache

2007-03-15 Thread [EMAIL PROTECTED]
What problem sare you running into? 2.0 is a big API change from the 1.x series, not just for PojoCache but for TreeCache as well. In terms of API, this should not change again so writing against the 2.0 API is what I'd recommend. Regarding the PojoCache vs TreeCache debate, I'd go with the

[jboss-user] [JBoss jBPM] - Re: How to manage a workflow of document

2007-03-15 Thread kukeltje
and, afaik (never tried it, nor eager to look it up) using a bytearray for storing the document/zipfile would automagically work View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028356#4028356 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss jBPM] - Re: am I in the correct way??

2007-03-15 Thread kukeltje
jsp instead of jsf: yes, but you have to build your own weblayer: integration: yes and all missing libs jbpm depends on View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028357#4028357 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBossCache] - Re: Exception thrown when calling remove during after-comple

2007-03-15 Thread [EMAIL PROTECTED]
This may be related to http://jira.jboss.com/jira/browse/JBCACHE-1007 - by the time you are in afterCompletion(), any code called should not happen inside of that transaction since the transaction has, by definition, completed. I need to check what the expected behaviour should be in this case a

[jboss-user] [Remoting] - Cannot connect to socket on Fedora Core 6

2007-03-15 Thread rob_blake
Hi all, i'm struggling to connect to a socket on Fedora Core 6 using JBoss remoting. I have a client on a Windows XP box that simply attempts to connect to the socket based Connector running on port of the Fedora box. Currently I am only getting CannotConnectExcecpton. The strange thing be

[jboss-user] [JBoss Seam] - Re: How to get Container properties

2007-03-15 Thread petemuir
I would argue that an application scoped seam component, with defaults set in seam.properties, and a quick crud, would be ideal for this. Certainly quick to develop - but changes would be lost between redeploys I guess. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBossWS] - Re: Need help on wsdl first webservice approach documentatio

2007-03-15 Thread andydale
Hi, You can use the 1.0.4GA release of JBossWS no with no prblems in 4.0.4.GA Thanks, Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028364#4028364 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028364 _

[jboss-user] [JBoss jBPM] - Re: How to manage a workflow of document

2007-03-15 Thread caballus
Ok, so we have to do the thing by hand creating proper java classes that wrap the document, if i understand well. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028369#4028369 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Seam] - s:fileUpload and Tomahawk extensionfilter

2007-03-15 Thread baz
I do need some tomahawk components in my app(together with the required extension filter) What is the preferred configuration for this? I am asking because i have a problem with this combination and s:fileUpload. I searched this forum and the jira for posts describing such an incombatibility (wi

[jboss-user] [JBossWS] - Re: Need help on wsdl first webservice approach documentatio

2007-03-15 Thread [EMAIL PROTECTED]
Hi Andy, Thanks for the information. I will try with 1.0.4GA. Can I find documentation on how to use this? Pls help me. Trivedi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028371#4028371 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBossCache] - Re: Exception thrown when calling remove during after-comple

2007-03-15 Thread [EMAIL PROTECTED]
I would say this is a Hibernate issue. The bit in afterCompletion() is concerning, since the tx is no longer valid by then. Bringing this up on the Hibernate devs mail list. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028373#4028373 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:fileUpload and Tomahawk extensionfilter

2007-03-15 Thread baz
I have no access to the seam repository at the moment. So i am not able to look up the corresponding source file:-( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028374#4028374 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [Beginners Corner] - Help understanding 'No ClassLoaders found for ...'

2007-03-15 Thread giannidoe
I'm trying to load up some configuration data in a web app from an xml file using Commons Digester and I get the following exception. I'm a bit perplexed as the class is present in my war and it works fine under another application server. anonymous wrote : java.lang.ClassNotFoundException: No C

[jboss-user] [JCA/JBoss] - Hibernate+JBossTS+SybaseXA=XAException

2007-03-15 Thread mskonda
Have a look at the initial discussion about the ssue: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028316#4028316 Weston, here's the stack trace: | 2007-03-15 13:47:12,563 INFO [test.com.cmi2.hib.HibernateMDB] ---> setMDBContext | 2007-03-15 13:47:12,568 INFO [test.com.cmi2.

[jboss-user] [JBoss Seam] - Re: s:layoutForm

2007-03-15 Thread kukeltje
I normally do the layout with a panelgrid with almost all this functionality, except the 'star' and the belowLabel/belowField. If this is functionality is put in th s:decorate, is the s:layoutForm still needed then? What I'm worried about is that visible design is still important, at least for

[jboss-user] [JBoss Seam] - Re: s:fileUpload and Tomahawk extensionfilter

2007-03-15 Thread baz
Have used fisheye:-) There are a couple of changes in this file. Will try them out, when i have access to my seam build environment, again. Sorry for waking you up:-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028380#4028380 Reply to the post : http://ww

[jboss-user] [JBoss Portal] - Re: Problem configuring the LDAP extended role module

2007-03-15 Thread bdaw
This is fixed in SVN trunk. You can try building portal from sources or wait for the CR1. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028381#4028381 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028381 ___

[jboss-user] [JBossCache] - Re: Intermittent failure starting SFSB with JBossAS 4.2.0.CR

2007-03-15 Thread [EMAIL PROTECTED]
I'll take a look. I expect it's not something you're doing wrong but rather an issue introduced in 4.2.0.CR1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028382#4028382 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Portal] - Re: Problem configuring the LDAP extended role module

2007-03-15 Thread ikazarno
Thank you for quick action! Igor View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028385#4028385 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028385 ___ jboss-user mailing li

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.5 Appserver running as a service shutsdown

2007-03-15 Thread PeterJ
How did you install the service? Are you using JavaService or Java Service Wrapper? Also, why do you have to log in to start the service? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028386#4028386 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Messaging] - Re: Test cases take a long time

2007-03-15 Thread sergeypk
I found a test that seems to take a lot of time: ConnectionTest.testManyConnections (running as remote test). It has been running for about half an hour for me already. Given that it doesn't do much, I'm puzzled as to why it runs so slow. View the original post : http://www.jboss.com/index.htm

[jboss-user] [EJB 3.0] - Re: Dependency Injection of EntityManager / -Factory in Serv

2007-03-15 Thread ALRubinger
Oh, I didn't mean to infer that. By putting the EM in JNDI (it gets placed into the "Java:/" Namespace), your Servlet can obtain an EM via a traditional Context.lookup call (just like application clients find EJB stubs). You just can't inject. Or, you can look into integrating w/ JBoss Seam,

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.5 Appserver running as a service shutsdown

2007-03-15 Thread vamsin
we have our own Service installer which install couple more services and we specifically ignore this event for all these services: CTRL_LOGOFF_EVENT from Windows Service Manager. I can turn on the JVM option -Xrs to reduce the signals but within the JBoss console if I hit CTRL-C, it exits abrupt

[jboss-user] [JBoss jBPM] - Re: Dynamic Tasks

2007-03-15 Thread gscheibel
Hi Again! I just found it. I need to put create-task="false" in the task node. I also use createTaskInstance in ActionHandler class (node-enter event). Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028394#4028394 Reply to the post : http://www.jbos

[jboss-user] [JBoss Portal] - Re: creating and deploying new portals and portlets in JBOSS

2007-03-15 Thread PeterJ
There are no files stored anywhere to define the portal you created using the Management Portlet. All such information is stored in the database. Also, the files *-object.xml and portlet-instances.xml are only used to input data into the database, after which the data is read from the database (

[jboss-user] [JBoss jBPM] - Re: How to manage a workflow of document

2007-03-15 Thread gscheibel
Why you don't use a Blob field in your database and put the id of this record in a process variable? It's much more ease. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028396#4028396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBossCache] - Re: Exception thrown when calling remove during after-comple

2007-03-15 Thread [EMAIL PROTECTED]
Hibernate makes legitimate calls into the cache during afterCompletion(). See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=102202 and related JIRA http://jira.jboss.com/jira/browse/JBCACHE-982. There's this bit in TxInterceptor.setTransactionInContext() that may be relevant: |

[jboss-user] [JBossWS] - Re: webservices support

2007-03-15 Thread PeterJ
Did you mean JBoss AS 4.2.0? If so, yes, you can run JBossWS 1.2 with JBoss AS 4.2.0. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028398#4028398 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028398

[jboss-user] [JBossWS] - Re: Need help on wsdl first webservice approach documentatio

2007-03-15 Thread [EMAIL PROTECTED]
Hi Andy, As you said, I downloaded and installed 1.0.4GA in jboss4.0.4. But its not working. When I look at the link http://localhost:8080/jbossws/services for services, I was getting the following error: = 19:46:22,861 ERROR [[ContextServlet]] Servlet.service

[jboss-user] [JBossCache] - Re: Network failure with a pair of symetrical stack TCP

2007-03-15 Thread leug85
Sorry, the end miss : Is my config wrong ? Is it link with the shun mode of FD or GMS ? Is it link with the fact that I have only 2 hosts ? thanks for help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028400#4028400 Reply to the post : http://www.jb

[jboss-user] [JBoss Eclipse IDE (users)] - JBossIDE - Studio Pro Integration

2007-03-15 Thread rlgoldman
Presently, I'm using JDeveloper to code against the JBoss EJB3 implementation, using MyFaces. I am very interested in learning Seam, and taking advantage of using RichFaces/Ajax4JSF capabilities. It would be great if I could "dive in" to some kind of mix of JBossIDE and (Exadel) Studio Pro ahe

[jboss-user] [JCA/JBoss] - Re: Hibernate+JBossTS+SybaseXA=XAException

2007-03-15 Thread mskonda
Interestigly, if I chage the *ds file to reflect Loal XA DS, everythings woks fine! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028402#4028402 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028402 __

[jboss-user] [JBoss Messaging] - Re: Test cases take a long time

2007-03-15 Thread timfox
IIRC the full test run takes about 3.5 hours for me on a D810. What database are you running against? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028404#4028404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028404

[jboss-user] [JBoss Seam] - Re: s:layoutForm

2007-03-15 Thread petemuir
I couldn't see a way of incorporating this into s:decorate - I assume you are suggesting: | | | ... | | | | as this actually involves adding/removing components to/from the tree (which is tricky). I can't see an issue with custom components

[jboss-user] [JBossCache] - Re: Exception thrown when calling remove during after-comple

2007-03-15 Thread [EMAIL PROTECTED]
anonymous wrote : | ... it would have the effect of treating Hibernate's afterCompletion() call as occuring outside the tx scope, which AFAICT is Hibernate's intent. | Yes, this is why I sent a mail to the hibernate dev mail list to clarify the intention here. If it is to run outside the

[jboss-user] [JBoss Seam] - Re: s:layoutForm

2007-03-15 Thread petemuir
Also, I see it more as a tool for simple/prototype layouts - you could easily use a panelGrid for a complex scenario. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028407#4028407 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JCA/JBoss] - Re: Hibernate+JBossTS+SybaseXA=XAException

2007-03-15 Thread [EMAIL PROTECTED]
Correct. When using XA Sybase is trying to tell you something is wrong at the XA layer. Did you turn on trace yet? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028408#4028408 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JCA/JBoss] - Re: Hibernate+JBossTS+SybaseXA=XAException

2007-03-15 Thread [EMAIL PROTECTED]
Sorry, just saw it. Try adding to your *-ds.xml file for XA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028409#4028409 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028409

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossIDE - Studio Pro Integration

2007-03-15 Thread [EMAIL PROTECTED]
Install Exadel Pro. remove any org.hibernate.* in their plugin directory. Download a later nightly build of jbosside. unzip features/plugins from that build into exadel pro. start eclipse with a -clean argument and you are there. View the original post : http://www.jboss.com/index.html?module

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.5 Appserver running as a service shutsdown

2007-03-15 Thread PeterJ
I do not think you have JBoss running as a service, but rather as a simple command line application. It is incredibly difficult to CTRL-C a service (it cannot be done unless you write some very complex C code). As long as it is running as a command line application, it will terminate when you lo

[jboss-user] [JBoss Seam] - adding permissions to user

2007-03-15 Thread koatto
how can i assign permissions to an an identity? Is there a way other than using drools rules to implement permission checks? Should i extend the Identity class? how can i have the Identity.instance() method to return my class? Is there a way to have more the one identity component? I'd like to us

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

2007-03-15 Thread laurie.t
Yes, Portlet User exists well. But in the demo, there is a possibility of clicking "standard Login" but not in the User Portlet which is in the version 2.6. It is normal or is it necessary to modify certain files? Thanks for your help View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Messaging] - Re: Test cases take a long time

2007-03-15 Thread sergeypk
MySQL 5.0. Should I try a different one? HSQL seemed to be about as slow. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028416#4028416 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028416 _

  1   2   3   >