[JBoss-user] [JBoss jBPM] - Re: How to make a process state blocking

2005-12-24 Thread enazareno
Hi Koen, I have posted a JIRA for this as you suggested. The issue no is JBPM-479 as a feature request. http://jira.jboss.com/jira/browse/JBPM-479. I would appreciate if you can tell me if its possible or not. Like I said, I do not have a full test case of it and I don't have ample ti

[JBoss-user] [JBoss Portal] - possible bug in portal 2.2

2005-12-24 Thread mpurdy1973
i know jsps/servlets/ejbs well; and have used tomcat and jboss as for a long time. however, i am new jboss portal, and really new to portlets. i started exploring with portlets this month. i started using jboss portal 2.0, and now i am using jboss portal 2.2. do to my ignorance on the subjec

[JBoss-user] [JBoss Portal] - Having problems gettting the portal bundle up and running

2005-12-24 Thread eperry
I get the exception below and I really do not know what is wrong with the jboss-portal.sar if someone could shed some light. I am running Linux Gentoo Distro I downloaded jboss-portal-2.2.0RC2-bundled.zip and jboss-portal-2.2.0-bundled.zip Which I seem to get the same exact problem but the Erro

[JBoss-user] [JBoss Portal] - Sorted

2005-12-24 Thread jaheman
Fixed the problem myself. It was just a litlle stupidity from my side in the end... ...Well, I had left me a little junk file in the lib directory. It's always those little things that... Anyways, Sorry about that, just ignore this thread. /Jari View the original post : http://www.jboss.com/ind

[JBoss-user] [Security & JAAS/JBoss] - Re: login form on any page

2005-12-24 Thread [EMAIL PROTECTED]
What you are trying to do is basically have custom authentication semantics sprayed into the standard Form Authentication mechanism. You are better off keeping them seperate. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914272#3914272 Reply to the p

[JBoss-user] [JBoss Portal] - Newbe-Failing on JBossPortal 2.2(on 4.0.3) with MySQL5.0, Ja

2005-12-24 Thread jaheman
Hello, I am trying to get JBossPortal working. And I'm currently loosing... 1)Installed Java 1.5.0_06. -It's working fine. 2)Installed JBoss 4.0.3. Seems to be working fine(microkernel up, 8080 jmx HTML view looks fine and all that) 2a)Installed MySQL 5.0 (the installation seems fine, can do st

[JBoss-user] [Security & JAAS/JBoss] - Re: login form on any page

2005-12-24 Thread kosl
Ok I know that it is the "usual" way. My question was how to put a form on a non-secured web page. Probably that's imposible to achieve easily but maybe someone knows how to do it ? Kind Regards, Karol Oslowski View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

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

2005-12-24 Thread [EMAIL PROTECTED]
http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch8.chapter.html http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914269#3914269 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [JNDI/Naming/Network] - Re: lookup problem on client side

2005-12-24 Thread [EMAIL PROTECTED]
The default jndi port is 1099 so the provider url should most likely be: env1.put(javax.naming.Context.PROVIDER_URL, "jnp://164.164.27.164:1099"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914267#3914267 Reply to the post : http://www.jboss.com/index.

[JBoss-user] [EJB 3.0] - Re: spurious socket timed out exceptions in log

2005-12-24 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBREM-224 Ignore it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914265#3914265 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914265 --

[JBoss-user] [EJB 3.0] - EJBException vs. RemoteException

2005-12-24 Thread redijedi
It seems as though EJB3 has gotten rid of RemoteExceptions and simply replaced them with EJBExceptions. I do not see how this is an improvement. Other than the fact that the EJBExceptions are RuntimeExceptions, there is no improvement as I see it. Every single Exception I throw from my EJB is wr

[JBoss-user] [EJB 3.0] - Re: spurious socket timed out exceptions in log

2005-12-24 Thread arikkfir
Yes, this happens to us too. We're not sure why... Does anyone have a clue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914261#3914261 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914261

[JBoss-user] [Remoting] - Re: How to convert jrmp to pooled

2005-12-24 Thread [EMAIL PROTECTED]
The standardjboss.xml can not be changed during runtime (at least won't be picked up by the server until restart). I can't tell from the stack trace what the problem is. I few pointers would be: 1. If running clustered nodes, make sure are all using pooled invoker. 2. Make sure pooled invoker

[JBoss-user] [Remoting] - Re: tcp/ip socket communication

2005-12-24 Thread [EMAIL PROTECTED]
You could use JBossRemoting with the socket transport and the http marshaller/unmarshaller (which handled plain text). The doc is at http://labs.jboss.com/portal/jbossremoting/docs/guide/index.html. The locator url to use would be socket://myhost:5400/?datatype=http View the original post : h

[JBoss-user] [Remoting] - Re: Availability in Maven Repository

2005-12-24 Thread [EMAIL PROTECTED]
I have tried a few times to get JBossRemoting put into Ibiblio. The first reply I received was how to put in the linux section. I indicated that would like under java section for JBoss (there are already some there, but are pretty old). I have yet to receive reply to this (been a few months

[JBoss-user] [JBossWS] - Re:

2005-12-24 Thread Smike
Hi I had this problem, too (doc/lit service, passing an array in WS method). My WS method had return type void. I changed that to String and now it works. Maris "aagmon" wrote : | faultString: Cannot obtain type mapping meta data for: null | View the original post : http://www.jbo

[JBoss-user] [JBossWS] - Re: JBoss 4.0.3SP1 - Cannot find type mapping meta data for:

2005-12-24 Thread Smike
Hi I had this problem, too (doc/lit service, passing an array in WS method). My WS method had return type void. I changed that to String and now it works. Maris "jeff_porter" wrote : | I'm getting an exception thrown when I try to pass an String Array to a webservice. | | Cannot fin

[JBoss-user] [JNDI/Naming/Network] - lookup problem on client side

2005-12-24 Thread hemilshah
Hi All, I am new to JBOSS. I am implementing an application which has client and server running on different JVM and the communication is RMI. Now i have binded an object on server but on client when i am doing lookup , the client is getting hanged. Strange thing is inspite of running on verb

[JBoss-user] [JBossWS] - Re: List all webservices (wsdl) with latest CVS jboss-head

2005-12-24 Thread Udo.Krass
Hi, shame on me. I didnt realize that the test - targets in the build.xml remove the webservices after testing... So http://localhost:8080/jbossws/services shows very nice all the webservices. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914252#3914252 Rep

[JBoss-user] [JBoss Seam] - Re: Reverse engineered code

2005-12-24 Thread lavoir
I still havent encountered this type of Interface before, here is an example of the generated code I am wondering about. I ll be dusting of some books and reviewing the interface sections I guess. package com.xxx; | // Generated 22-Dec-2005 7:47:50 PM by Hibernate Tools 3.1.0 beta1JBIDERC2

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: org.jboss.deployment.DeploymentException

2005-12-24 Thread [EMAIL PROTECTED]
Its been scheduled. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914250#3914250 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914250 --- This SF.net email is spon

[JBoss-user] [Security & JAAS/JBoss] - Re: login form on any page

2005-12-24 Thread [EMAIL PROTECTED]
This is not how form authentication works. The container needs to display the form you specified as needed when accessing a secured resource. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914249#3914249 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [JCA/JBoss] - Re: Jca Resource adapter for Oracle

2005-12-24 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCA http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914248#3914248 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [JBoss jBPM] - Re: Token reflects old node after a successful signal

2005-12-24 Thread aron.gombas
anonymous wrote : Anyway, I'm looking at the 3.1 version right now and they have a much different implementation regarding the getting of resources (they have the JbpmSessionFactory deprecated). That sounds interesting, I'll definitely take a serious look at this as soon as the first stable gets

[JBoss-user] [Beginners Corner] - Re: Servlet Exception with Jboss

2005-12-24 Thread [EMAIL PROTECTED]
To not be able to find a core jdk class such as java.io.PrinterWriter, the runtime classpath of the servlet has to be completely screwed up. The Sun J2EE jdk should not be used with ecplise when using jboss. Only the J2SE jdk that is bundled with eclipse is needed. View the original post : htt

[JBoss-user] [Beginners Corner] - Servlet Exception with Jboss

2005-12-24 Thread sjb1973
I have got a simple servlet which outputs an HTML form. I get the following error when I call it: 13:35:35,359 ERROR [[MyServlet]] Servlet.service() for servlet MyServlet threw exception java.lang.NoClassDefFoundError: java/io/PrintWriter The java.io.PrinterWriter import is included at the top o

[JBoss-user] [JBoss Seam] - Newbie questions about JBoss Seam

2005-12-24 Thread aquila_deus
1.Does EJB3 make any difference for Seam-based web applications? I checked the source but found it's just buggy and requires more code... 2.How can I switch the scope of some varables at runtime? For example, I have an application-scope string "SiteText", which is basically read-only - only adm

[JBoss-user] [JBoss Seam] - Re: Merry Christmas !

2005-12-24 Thread aquila_deus
:) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914243#3914243 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914243 --- This SF.net email is sponsored by: Splunk

[JBoss-user] [Installation, Configuration & Deployment] - Question about J2eeDomain/Manager/Jboss (in web console)

2005-12-24 Thread balteo
Hello, I noticed that a given ejb module appears several times in the web console. Can anyone briefly tell me why please. I noticed the same behavior with a web module. Thanks in advance, Julien. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914241#3914241

[JBoss-user] [EJB 3.0] - Re: EJB3 Trailblazer with MySQL - Stack trace when accessing

2005-12-24 Thread sjb1973
@Inject has been replaced by @PersistenceContext was the other cause of the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914239#3914239 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914239 ---

[JBoss-user] [EJB 3.0] - Re: EJB3 Trailblazer with MySQL - Stack trace when accessing

2005-12-24 Thread sjb1973
I tracked the problem down to a typo - I used the wrong case in the "Query q = manager.createQuery.." line. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914238#3914238 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [JCA/JBoss] - Jca Resource adapter for Oracle

2005-12-24 Thread mehercharan
Hi All, I need to connect to Oracle database using Jca Architecture ( as per client requirement) . I am using jboss4.0 please help me in proceeding further. I read that jboss come up with a ready made adapter how do i use that. Please suggest me. Thanks Meher charan View the original post :

[JBoss-user] [Security & JAAS/JBoss] - Re: login form on any page

2005-12-24 Thread kosl
sorry the form should be as code: | | | Login: | Has?o:Login: | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914235#3914235 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914235 ---

[JBoss-user] [Security & JAAS/JBoss] - login form on any page

2005-12-24 Thread kosl
Hi, I'm using jboss 4.0.3 and jaas with form based authentication. Everything is working but I would like to have possibility to have a login form on every (posibly even not secured) page. When I put the "usual" form Login:Has?o:Login: on the pages I get the error: HTTP

[JBoss-user] [Clustering/JBoss] - https through load balancer breaks declarative security

2005-12-24 Thread new4jboss
Hello, My desired setup is for a Jboss cluster serving requests behind a load balancer. Also I intend to use declarative security on the deployed units and have ssl client side authentication. I need someone to please confirm/deny the following statements: 1) ssl has to be negotiated by the lo

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBOSS IDE tutorial

2005-12-24 Thread plieger
Hey darranl, it did the trick for me too, removing the creation of the FiboEJB-client.jar and packaging it into FiboWeb.war !!! Strange thing is that up to some point the tutorial worked fine, but after playing with the code suddenly this ClassCastingException occurred... JBoss should pick this u