[JBoss-user] [JBoss Seam] - Re: DataModel issue

2006-05-01 Thread kh2ouija
My initial question was not if it works. It was this: the elements of my "main" DataModel have a OneToMany association (eg. Department -* Employee). How do I handle the employees as DataModels too? to have actions for them on the same page.. thanks. View the original post : http://www.jboss.co

[JBoss-user] [JBoss Seam] - Re: DataModel issue

2006-05-01 Thread kh2ouija
Well, if it's aware of DataModels, my initial question remains valid, how do I handle multiple (variable number of) DataModels? Or do I still have to use request parameters? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940586#3940586 Reply to the post : h

[JBoss-user] [JBossWS] - Re: wstools.sh does not exist in JBoss-4.0.4.CR2 installatio

2006-05-01 Thread amshapira
Hi, I need to work wirk webservices in JBoss 4.0.4. How should I do that ? is there any place I can get wstools or should I work with something else and to wait for that tool ? when this tool will be available ? Thanks. Am Shapira. View the original post : http://www.jboss.com/index.html?mo

[JBoss-user] [Security & JAAS/JBoss] - Re: Jboss 4.0.3 & TomCat Jaas Login

2006-05-01 Thread ragavgomatam
Sorry ...Fixed it.It appears that adding a tag to Tomcat server.xml is not needed...I will do more checks & keep the forum posted I had previously done a Valve & added a tag. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940584#3940584 Reply t

[JBoss-user] [Beginners Corner] - Re: BEA Connection Pools

2006-05-01 Thread aschbacher
Maybe I`m not making myself clear enough: Up to now we created connections using the following statement: Connection connection = DriverManager.getConnection("jdbc:weblogic:pool:"); (This functionality is encapsulated in our own framework, so it can not be changed very easily). For JBoss 4.0.3

[JBoss-user] [EJB/JBoss] - Error at remote client - connection refused

2006-05-01 Thread iPetros
Hi all, we have a couple instances of jboss running on the same machine (using BindingServices). They are of 4.0.4RC1 version. We've an EJB3.0 application on them. While calling EJB locally, it responses OK. But when we're trying to call the remote instance, we got following error/exception: 20

[JBoss-user] [Security & JAAS/JBoss] - Jboss 4.0.3 & TomCat Jaas Login

2006-05-01 Thread ragavgomatam
HI, I am tryng to do a simple j2ee app with Jboss 4.0.3 & jaas...I have done it successfully in jboss 3.2.6 however I am running into problems now I have all the usual security stuff in web.xml, jboss-web.xml having the element for jaas, etc I also have the auth.conf on client as well

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Connecting jboss (bean, mdb, etc) to remote weblogic jms

2006-05-01 Thread nikcname
Thx rcarragher. that's my ultimate solution of the scenario after a lot of test, by setting a bridge on weblogic server and create a remote destination pointing to the queue on jboss which automatically propagate the message to the queue on jboss and let my jboss's mdb subscribe the local queue

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - without using Apache can i do load testing using JBoss.

2006-05-01 Thread chaituu
we are doing load testing using JBoss;we applied the load for 10 users;when i applied the load what happened is images are not getting downloaded so that application is not running . but when i use apache2.0 infront of JBoss then images are cached and application is running is fast. without

[JBoss-user] [JBossCache] - without using Apache can i do load testing using JBoss.

2006-05-01 Thread chaituu
we are doing load testing using JBoss;we applied the load for 10 users;when i applied the load what happened is images are not getting downloaded so that application is not running . but when i use apache2.0 infront of JBoss then images are cached and application is running is fast. without

[JBoss-user] [Installation, Configuration & Deployment] - without using Apache can i do load testing using JBoss.

2006-05-01 Thread chaituu
we are doing load testing using JBoss;we applied the load for 10 users;when i applied the load what happened is images are not getting downloaded so that application is not running . but when i use apache2.0 infront of JBoss then images are cached and application is running is fast. without

[JBoss-user] [JBoss jBPM] - Re: Passing process variables to delegation configuration

2006-05-01 Thread icyjamie
I don't get it exactly, but if you want to configure a process variable using the definition, it is best to make a base class (I created an adapter handling assignment, events and decision), having some general-purpose properties to use e.g. a set of name-value pairs that will be created as vari

[JBoss-user] [JBoss Seam] - Does seamtest support mock http response?

2006-05-01 Thread markfrench
Hi, I have a few actions which manipulate http responses directly and which I would like to test via SeamTest. Currently null is being return from the mock context when extracting the http request. Is this correct and if so will mock responses be supported? Cheers Mark View the original p

[JBoss-user] [JBossWS] - Re: Custom type: org.jboss.ws.WSException

2006-05-01 Thread Juergen.Zimmermann
Uups, how do I generate jaxrpc-mappping.xml? Or do I have to edit it manually? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940573#3940573 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940573 --

[JBoss-user] [EJB 3.0] - Re: What is JNDI location of a MDB POJO?

2006-05-01 Thread rdewell
FYI, I've tried: - FQL of Consumer (ala 4.0.3SP1) - ear/BeanName/local - ear/BeanName/remote The trail blazer is still using FQL of Producer now? http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/mdpojo/code/calculator.jsp.html I'll try that. View the original post : http://www.jbo

[JBoss-user] [JBoss AOP] - $instanceof{...} and execution/am I clueless?

2006-05-01 Thread brett.schuchert
Here's an example using $instanceof{...}: | | | | My intention is to run interceptor Foo for each call of all constructors of all classes that implement ITrackedObject. This does not match anything. I change: execution(public $instanceof{*.ITrackedObject}->new(..)) to: executio

[JBoss-user] [EJB 3.0] - What is JNDI location of a MDB POJO?

2006-05-01 Thread rdewell
Upgrading from 4.0.3 SP1 to 4.0.4 CR2. JNDI used to be full class name of the @Consumer object.. In 4.0.4 it says that name is not bound. What is it now? Thanks, Ryan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940570#3940570 Reply to the post : htt

[JBoss-user] [JBoss jBPM] - Re: why show java.lang.NullPointerException?

2006-05-01 Thread zhh
mysql-4.0.24-win View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940569#3940569 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940569 --- Using Tomcat but need to do

[JBoss-user] [JBoss jBPM] - Re: why show java.lang.NullPointerException?

2006-05-01 Thread zhh
envirment: jbpm-starters-kit-with-eclipse-3.0 tomcat5.5.17 jbpm3.0.2 jdk1.5.0_02 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940568#3940568 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940568

[JBoss-user] [JBoss Seam] - Simulate request-header with SeamTest (or workaround)

2006-05-01 Thread Andy.2003
Hello, I set up a SeamTest which calls an action wherein the header of the request is analysed: String lHost = (String) facesContext.getExternalContext().getRequestHeaderMap().get("host"); Is there a possibiltiy to set this header also in a SeamTest class? Currently I get a NullPointerExcepti

[JBoss-user] [JBoss Seam] - Problems using jboss-seam-ui.jar from cvs

2006-05-01 Thread Andy.2003
I checked out the cvs version of seam an put both builded files (jboss-seam.jar, jboss-seam-ui.jar) in my project. After redeployment I got following exception: 04:02:55,128 ERROR [ClassUtils] Class : org.jboss.seam.ui.debug.SeamDebugPhaseListener not found. | java.lang.NoClassDefFoundError: co

[JBoss-user] [Installation, Configuration & Deployment] - Re: multiple jbosses, keeps swapping databases

2006-05-01 Thread chrisbitmead
No, nothing at all is changing in the app. I mean, I can start up the app, and it talks to Jboss "A" and database "X". Now I start up Jboss "B" which is configured for database "Y". Now while Jboss "B" is in the process of starting up, I start my app multiple times. I can start it up half a doz

[JBoss-user] [EJB 3.0] - ejb3-clustered jboss-4.0.4.CR2 installation transaction warn

2006-05-01 Thread TekkNick
A default installation of the ejb3-clustered configuration from jboss-4.0.4.CR2 produces the following warning in the log file: WARN [TreeCache] No transaction manager lookup class has been defined. Transactions cannot be used Does the current EJB3 implementation not support transactions? Is t

[JBoss-user] [JBoss Seam] - Re: FacesMessages doesn't work with redirects from Get-Reque

2006-05-01 Thread Andy.2003
"[EMAIL PROTECTED]" wrote : (1) What version of Seam is this? I use cvs version of seam (checked out before 30 min) "[EMAIL PROTECTED]" wrote : (2) Just to be sure, are you using the SeamRedirectFilter? Yes I enabled the SeamRedirectFilter in web.xml: | Seam Redirect Filte

[JBoss-user] [JBoss jBPM] - Re: Passing process variables to delegation configuration

2006-05-01 Thread SaravananB
Even #{contextInstance.getVariable("software pk", token)} does not seem to work. Is this possible at all? Any help is appreciated. What I'm trying to achieve is for example is, I want to have two resuable steps, 1) Convert Document (Input: inputPath, output: outputPath) 2) Email Document (In

[JBoss-user] [EJB 3.0] - Re: Bean (+mysql) doesn't get deployed

2006-05-01 Thread manishATjboss
Found my bug. For those who care: persistence.xml should be in the META-INF of the EJB .jar, not the .ear. The unitName is not required in the @PersistenceContext annotation when the above fix is made. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940560#39

[JBoss-user] [JBoss Getting Started Documentation] - Re: Where is org.jboss.util.ChapterExRepository [JBoss Admin

2006-05-01 Thread mjacks18
ChapterExRepository.java and Debug.java exists under the jboss4guide\examples directory. On my computer, the are located at: C:\jboss4guide\examples\src\main\org\jboss\util View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940559#3940559 Reply to the post : h

[JBoss-user] [EJB 3.0] - Newbie: Best practices for using @Remove

2006-05-01 Thread kenrod
Dear All, I have a newbie question regarding the @Remove annotation. EJB3, being all lightweight and POJO, doesn't mandate a @Remove method on a SFSB or a SLSB. This makes it confusing when I need to declare it and when my clients need to call it. Specifically: 1. Do I need it if my client use

[JBoss-user] [EJB 3.0] - Bean (+mysql) doesn't get deployed

2006-05-01 Thread manishATjboss
My example EJB app using MYSQL doesn't seem to get deployed. Help/suggestions will be appreciated. $JBOSS_HOME/server/deploy/default/experiment-ds.xml is: | | experimentDB | jdbc:mysql://localhost/expr | com.mysql.jdbc.Driver | root | | org.jboss.resou

[JBoss-user] [JBoss Seam] - Re: Suggested enhancement to @Observer annotation

2006-05-01 Thread [EMAIL PROTECTED]
Add these to JIRA. I am +1 on the first request, probably implement it as @Observer("somethingChanged", "somethingElseChanged") not sure if I like the second request. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940556#3940556 Reply to the post : http://

[JBoss-user] [Security & JAAS/JBoss] - Re: JACC provider is only called if existing web contraints

2006-05-01 Thread [EMAIL PROTECTED]
Cameron, now that this feature has been added into the jboss-4.0.4.GA release with the resolution of the JIRA issue, would you like to test this functionality with your stuff asap? http://wiki.jboss.org/wiki/Wiki.jsp?page=JaccDelegationForUnsecuredWebResources Steps to test: 1) Bring over the B

[JBoss-user] [JBoss Seam] - Re: FacesMessages doesn't work with redirects from Get-Reque

2006-05-01 Thread [EMAIL PROTECTED]
(1) What version of Seam is this? (2) Just to be sure, are you using the SeamRedirectFilter? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940554#3940554 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940554

[JBoss-user] [JBoss Seam] - Re: Events.raiseEvent with javabeans

2006-05-01 Thread [EMAIL PROTECTED]
Btw, I did also consider supporting a varargs list of arguments to raiseEvent(). I decided to leave that out for now, since it does not work so well if we are using EL expressions to call the observers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940553#39

[JBoss-user] [JBoss Seam] - Re: Events.raiseEvent with javabeans

2006-05-01 Thread [EMAIL PROTECTED]
Well, I suppose I could do that. But, OTOH, you could just do Contexts.getEventContext().set("eventRaiser", this); And you then inject eventRaiser in the observer... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940552#3940552 Reply to the post : http://

[JBoss-user] [JBoss Seam] - Events.raiseEvent with javabeans

2006-05-01 Thread knaas
When one javabean raises an event to another javabean, what needs to be the syntax for the event method? A nonarg method is easy. How does one raise an event such that the Observer knows who initiated it? It doesn't appear from the CVS source that the initiator is passed to the Observer. S

[JBoss-user] [JBoss Seam] - Re: Security Framework w/Seam

2006-05-01 Thread sforsyth
I would like to clarify what exactly I'm looking for that Acegi offers that I do not believe Seam or any extension has integrated into the JSF view tier. But feel free to correct me if I have overlooked something. Acegi offers out of the box Servlet Filters for login authentication with suggest

[JBoss-user] [JBoss Portal] - how to change the default page

2006-05-01 Thread perryrastogi
I am interested in removing the preference portlet, jboss portal, pages portlet and test portlet. what should i do - Perry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940546#3940546 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [JBoss jBPM] - Re: how to modifie jbpm projet and redeploy it like a war ar

2006-05-01 Thread [EMAIL PROTECTED]
I followed these steps to modify a resource in the web application and it worked for me. Rebuild the jbpm web app by running the target build.webapp of the build.deploy.xml ant script in the jbpm.3 directory Redeploy the resulting archive jbpm.war, located in the build subdirectory View the orig

[JBoss-user] [JBoss Portal] - Extending UserPortlet in separate web app transaction proble

2006-05-01 Thread [EMAIL PROTECTED]
I had a need to extend the default behavior of org.jboss.portal.core.portlet.user.UserPortlet. I needed to change both the behavior of the doView method and the associated JSP content. To that end, I did this: [1] Created a class [MyUserPortlet] that extended UserPortlet and overrode doView li

[JBoss-user] [JBoss jBPM] - ProcessInstance.save not working without closing JbpmContext

2006-05-01 Thread sbhatti
I am defining jbpmContext as: jbpmConfiguration = JbpmConfiguration.parseResource("jbpm/jbpm.cfg.xml"); jbpmContext = jbpmConfiguration.createJbpmContext(); processInstance = jbpmContext.newProcessInstance(name); and then saving as jbpmContext.save(processInstance); But if I don't clos

[JBoss-user] [JNDI/Naming/Network] - Re: URGENT!!!! javax.naming.NameNotFoundException

2006-05-01 Thread jaikiran
This might help: http://wiki.jboss.org/wiki/Wiki.jsp?page=WhyDoesTheLocalNameContainARandomNumber View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940544#3940544 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940544

[JBoss-user] [JBoss Seam] - FacesMessages doesn't work with redirects from Get-Requests

2006-05-01 Thread Andy.2003
Hello, I got an activation page (where a user can activate his account with a link from an email). this page is defined in pages.xml as followed: | | The check method contains following code: Utils.addInfoMessage("Activation_AlreadyActivated"); | return "login"; and the navigatio

[JBoss-user] [JBoss Portal] - Default Logins?

2006-05-01 Thread john.c.moore
Why do default logins admin/admin and user/user not work. I don't even see them in the db table jbp_user. I cannot get the management portlet with out the admin login. Does anybody have any suggestions. Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: debugging using Jboss eclipse ide

2006-05-01 Thread rsood72
one question would genrating the debug info slow down the server side code, ie. should we release the server side code without the debug info to the customers while for the developers inhouse we could have that info. please let me know View the original post : http://www.jboss.com/index.html?mo

[JBoss-user] [EJB 3.0] - Dependency injection and Stateful EJB

2006-05-01 Thread dragan.mi
I am the begginer in EJB 3.0 and I need help. I don't know what is wrong. I have my stateful EJB "UserSession" that is container for other stateful EJBs. In loginResolver.jsp page I have my UserSession EJB lookup code. 1. First, I used dependency injection by using @ejb annotations to inject t

[JBoss-user] [JBossCache] - FileCacheLoader ignoring the 'location' attribute

2006-05-01 Thread jaikiran
Hi, We are using JBossCache-1.2.4 in JBoss-3.2.3 with Hibernate-3.1.2 and configuring the FileCacheLoader through the treecache.xml. When the location attribute for the FileCacheLoader is specified something like: | location=c:\\ | Note the backslashes after c: The FileCacheLoad

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: debugging using Jboss eclipse ide

2006-05-01 Thread rsood72
thank you , I was reading that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940534#3940534 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940534 --- Using Tomcat

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: debugging using Jboss eclipse ide

2006-05-01 Thread [EMAIL PROTECTED]
see http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javac.html Simply don't add any -g command options (or let it just be a -g which means the default of including all debug) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940533#3940533 Reply to the pos

[JBoss-user] [JBoss jBPM] - Re: jBPM on a Linux (debian) Box

2006-05-01 Thread [EMAIL PROTECTED]
This is normal, see the topic Tips with jBPM server's console for more info. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940532#3940532 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940532

[JBoss-user] [Security & JAAS/JBoss] - Re: JACC provider is only called if existing web contraints

2006-05-01 Thread cmorris
Excellent! Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940531#3940531 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940531 --- Using Tomcat but need to d

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: debugging using Jboss eclipse ide

2006-05-01 Thread rsood72
thank you ...what would i have to do to compile them with debug info..i do not compile them...the person who does at our job is not very knowledgeable...they use a perl script. I do know perl, if you could tell me what kind of option would have to be passed to the jvm..i can do that ..thanks Vi

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: debugging using Jboss eclipse ide

2006-05-01 Thread [EMAIL PROTECTED]
if the .ear classes is compiled without debug info then you cannot do that. standard java debugging feature. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940529#3940529 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Security & JAAS/JBoss] - Re: JACC provider is only called if existing web contraints

2006-05-01 Thread [EMAIL PROTECTED]
For 4.0.4.GA, I am looking at providing support for usecase b) only [even though usecase a) can be satisified by defining security constraints on non-existent resources in the web.xml]. The key requirement is the installation of a tomcat authenticator by the tomcat container. That is possible

[JBoss-user] [JBoss jBPM] - Passing process variables to delegation configuration

2006-05-01 Thread SaravananB
To pass in a process variable to a delegation class(ActionHandler) as a config-type field, can I use the following, | | | dummy | | | or using expression the only way, | | #{contextInstance.getVariable("software

[JBoss-user] [JBoss Eclipse IDE (users)] - debugging using Jboss eclipse ide

2006-05-01 Thread rsood72
I have jboss application server running on my machine which deploys an .ear file. My clien is another java application that talks to this server. As a developer I needed to figure out how to be able to debug the deployed .ear from within eclipse so that I could see the values of member and local

[JBoss-user] [EJB 3.0] - Re: DAO-JDBC vs. EJB3

2006-05-01 Thread javidjamae
anonymous wrote : I did some tests and they show that DAO-JDBC is better in reading data ten times. Did you compare apples to apples? EJB3 doesn't just pull the raw data from the database, it maps the data into objects. You would have to create an object graph out of the ResultSet data you get

[JBoss-user] [JBoss Seam] - Suggested enhancement to @Observer annotation

2006-05-01 Thread d1g
The Seam events functionality in CVS is pretty useful. I prefer using the annotations over events.xml but I find the annotations less flexible. I would like to allow one method to observe multiple event types. How about adding an @Observers annotation that works like @Roles? Here is an an exampl

[JBoss-user] [JBoss Seam] - Re: Breaking changes to pageflow

2006-05-01 Thread dajevtic
Hi. Any idea on when this start-page node will be supported by the eclipse ide? Great changes, by the way. Regards, dj View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940523#3940523 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [JBoss jBPM] - Re: Assign multi-users to auto-created tasks?

2006-05-01 Thread Neelixx
Only for this task instance. I needed a way to end the task which was autocreated for the actor, in this task node only. That is why I modified the endOneTask(token, actorId). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940522#3940522 Reply to the post :

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Firebird as JMS Persistence

2006-05-01 Thread rcarragher
When I added to the connection factory definition it worked. In the Wiki, it says that JBoss does not need an XA connection for JMS persistence, so I didn't add it. Is this (another) limitation of Firebird's JCA adapter? View the original post : http://www.jboss.com/index.html?module=bb&op=v

[JBoss-user] [JBossWS] - Re: Java 1.5 enum in a web service

2006-05-01 Thread avlevy2k
Hi, I found and installed the latest jbossws1.0.0.GA. However, I'm not able to deploy a web service that used be deployable with the previous jbossws that I got with 4.0.4.CR2. The problem I have with the previous jbossws is with handling java 1.5 enums, as described on my previous post on th

[JBoss-user] [JBoss jBPM] - Re: Problems deploying a BPEL process archive

2006-05-01 Thread ncapito
I thank you for your help... why didn't this error on 4.0.4? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940519#3940519 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940519 ---

[JBoss-user] [JBoss jBPM] - Re: Problems deploying a BPEL process archive

2006-05-01 Thread [EMAIL PROTECTED]
Errr... take a look at the stack trace. You used the tag service-impl-beam instead of service-impl-bean in your webservices.xml deployment descriptor. The location path for the related element is: /webservices/webservice-description/port-component/service-impl-bean View the original post : http

[JBoss-user] [JBoss jBPM] - Re: jBPM on a Linux (debian) Box

2006-05-01 Thread stoi
hi, i don't really know, what happend, but now the server runs. the only thing which looks curious is this "polling: | 18:47:13,687 DEBUG [StaticNotifier] woke up | 18:47:13,687 DEBUG [JbpmContextInfo] creating jbpm context with service factories '[message, scheduler, logging, persistence,

[JBoss-user] [Security & JAAS/JBoss] - Re: Referenced file (not page itself) is shown after login

2006-05-01 Thread kuzmiigo
Hello! I found the reason. login.jsp also refers to the same style.css and logo.jpg. These files are also secured, so login.jsp actually didn't use any style and didn't show any picture, but after a successful login showed the last referred file (picture, in this case). The solution is to move

[JBoss-user] [JBoss jBPM] - Re: Problems deploying a BPEL process archive

2006-05-01 Thread ncapito
I would do that but the problem is 4.0.4 seems to be the only server that excepts by webservice packing. I have a webservice that i thought was packed right. But if i try to use any lower version of JBoss it will not deploy it. Here is the error i get: 2006-05-01 14:04:57,968 DEBUG [org.jb

[JBoss-user] [JBoss jBPM] - Re: Problems deploying a BPEL process archive

2006-05-01 Thread [EMAIL PROTECTED]
jbpm bpel alpha 4 was only tested against jboss 4.0.2 and 4.0.3. Version 4.0.4 was not out there yet. It upgraded wsdl4j from 1.4 to 1.5.2 which is not fully compatible with the previous release. Please either use jboss 4.0.3 or wait for the upcoming jbpm bpel beta 1 release. View the original

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: PersistenceUnitInfo

2006-05-01 Thread wconroy
Is there any word on this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940511#3940511 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940511 --- Using Tomcat but n

[JBoss-user] [Security & JAAS/JBoss] - Use cases

2006-05-01 Thread cmorris
Thanks for looking at this! It sounds like I'm expecting all three use cases. For use case A. Even if no authentication has occured, I'd still like to enforce restrictions based on time and IP address: "home.jsp can only be accessed between 8AM and 5PM from this subnet..." For use case C we

[JBoss-user] [Security & JAAS/JBoss] - Re: JACC provider is only called if existing web contraints (Repost)

2006-05-01 Thread [EMAIL PROTECTED]
I have tested that the jacc delegation can be performed for unsecured resources, if security constraints are installed for a subset of the resources in the web-app. The security constraints can be for a set of resources that do not even exist in the web application (like /restricted/* or /unres

[JBoss-user] [Security & JAAS/JBoss] - Re: JACC provider is only called if existing web contraints

2006-05-01 Thread [EMAIL PROTECTED]
I have tested that the jacc delegation can be performed for unsecured resources, if security constraints are installed for a subset of the resources in the web-app. The security constraints can be for a set of resources that do not even exist in the web application (like /restricted/* or /unres

[JBoss-user] [JNDI/Naming/Network] - URGENT!!!! javax.naming.NameNotFoundException

2006-05-01 Thread ndacherla
We are migrating an application that's deployed in JBoss 3.2.1 to JB0ss 4.0.4CR2. We did upgrade to XDOclet1.2.3 and Ant 1.6.5. When we deploy the .ear on 4.0.4CR2 we see the following message: jboss.j2ee:jndiName=local/[EMAIL PROTECTED],service=EJB state: Created jboss.j2ee:jndiName=local/[

[JBoss-user] [JBoss jBPM] - Re: jBPM on a Linux (debian) Box

2006-05-01 Thread stoi
thanks for the answer, after I've added the JAVA_HOME-variable in the run.sh it seemed to work but after a while (during startup) the script shows the following error and stops: | ./run.sh: line 181: 7001 Killed "$JAVA" $JAVA_OPTS -Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS"

[JBoss-user] [EJB/JBoss] - EJB + JNDI over HTTP + Router

2006-05-01 Thread jherrero
Hi all I have deployed a EJB running on JBOSS and JAVA client can connect ok. The problem is that ports 1099, ... must be opened in evreyall router between server and client. I've read in JBOSS documentation about the using JNDI over HTTP. Port 8080 is used and ports do not need to be opened i

[JBoss-user] [JBoss jBPM] - Re: task is not blocking after save of process-instance

2006-05-01 Thread torhar
Hi Koen, i created an issue: http://jira.jboss.com/jira/browse/JBPM-645 Best regards, Torsten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940503#3940503 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940503

[JBoss-user] [JBoss jBPM] - Re: Share JbpmContext between wars

2006-05-01 Thread rafaelboss
Ok, thanks, i need it to share some variables, and other information. Another option is to create a new context and share it, or share the session between diferents wars. I can do it? How can i do it? There is another posibility? View the original post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBoss jBPM] - Re: recursive process definition

2006-05-01 Thread icyjamie
In Ghent, it was the infamous/notorious Rita De Caluwe View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940501#3940501 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940501 --

[JBoss-user] [JBoss jBPM] - Re: subprocesses linked to superprocess in deploy time - not

2006-05-01 Thread icyjamie
I feel neglected :-) http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80727 I think that, if you can map it in hibernate, it will be fairly easy. You have to tell hibernate to always fetch the latest version (this may be difficult, but you could have a "latest version" mapping, based on

[JBoss-user] [JBoss jBPM] - Re: jBPM on a Linux (debian) Box

2006-05-01 Thread stoi
the systems seems to poll something. is this right? the following sequence appears in minimum every second: | 17:37:50,068 DEBUG [JbpmContext] creating JbpmContext | 17:37:50,068 DEBUG [DbPersistenceServiceFactory] creating persistence service | 17:37:50,068 DEBUG [DbPersistenceService] cr

[JBoss-user] [JBossWS] - Re: SAAJ Question

2006-05-01 Thread CBax007
I appreciate the humerous response Thomas. Ya, that's exactly what i want them to do, but knowing this particular partner and: A) Their ability to execute on a change request B) Their desire to change anything I was trying to find a useable workaround in the mean time. What good are standards

[JBoss-user] [Beginners Corner] - Yet another tutorial flunkie

2006-05-01 Thread dtseiler
Trying to run through the FiboApp tutorial, getting an exception when I try to compute. here are the relevant versions: jboss-4.0.3sp1 jdk-1.5.0_06 eclipse-sdk-3.1.2 jboss-ide-1.5.1GA As the tutorial and other forum posts said, I didn't build the -client into the WAR or EJB JAR. Any hints woul

[JBoss-user] [JBoss Eclipse IDE (users)] - Eclipse vs NetBeans from a project/source management perspec

2006-05-01 Thread dtseiler
My shop is taking the big leap forward into the world of J2EE, EJB with JBoss and Hibernate. Up until now, all of our java app development has been done on NetBeans, which was picked due to it's ant-friendliness. Since JBoss really seems to put a lot of work into the Eclipse IDE, I thought I'd

[JBoss-user] [Performance Tuning] - Re: Jboss problem

2006-05-01 Thread vladimir.stefanyuk
We have exactly the same problem. The only difference that we are using FreeBSD 6.0-STABLE,I386 and Java version 1.4.2-p7. The problem occurs exactly in the same way. When high loading, after some time app hangs (no activity of Java and DB server, 100% idle) and app do not response at all. We a

[JBoss-user] [JBoss jBPM] - Problems deploying a BPEL process archive

2006-05-01 Thread ncapito
Hello all i am trying to deploy a very simple process archive. When i go to use the ant deploy process task here is the error i am getting. DeployServlet: deploying process archive: file:/C:/Nicks_Temp/Projects/BPELWorkspace/build/FusionWriter.par 2006-05-01 13:40:00,937 DEBUG [org.jbpm.bpel.x

[JBoss-user] [Installation, Configuration & Deployment] - Re: Anyway to do an unattended install?

2006-05-01 Thread PeterJ
Are you trying to install on a non-GUI system? Is so, do what I did. I ran the installer on my desktop and then copied the files to the headless system. (My desktop is Windows and the headless system is SUSE Linux which I access via ssh.) View the original post : http://www.jboss.com/index

[JBoss-user] [Clustering/JBoss] - Re: HAJNDI Access Error via HTTPS from internal VM

2006-05-01 Thread massoo
hi arnold, can you tell me how did u do that. I am in a jboss(2 nodes) cluster envrionment and each jboss is bound to their loal lan ip. If i access my web application, i get an error like this on the console anonymous wrote : 2006-05-01 03:16:18,916 DEBUG [org.jnp.interfaces.NamingContext] Fa

[JBoss-user] [JBoss Messaging] - Re: JMS Client libs for jdk 1.3 ??

2006-05-01 Thread [EMAIL PROTECTED]
No, we're only testing with 1.4 + View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940491#3940491 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940491 --- Using To

[JBoss-user] [Installation, Configuration & Deployment] - Re: Anyway to do an unattended install?

2006-05-01 Thread asack
"[EMAIL PROTECTED]" wrote : If you use the .zip distribution, just unzip it and you are set (but not ejb3 preview then). Dimitris, my exact problem! :-)! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940490#3940490 Reply to the post : http://www.jboss.co

[JBoss-user] [JBoss Messaging] - Re: Auto-discovery

2006-05-01 Thread [EMAIL PROTECTED]
Yes, for the time being. However, what you suggested is the direction we're going. See http://www.jboss.org/index.html?module=bb&op=viewtopic&t=80627 http://jira.jboss.org/jira/browse/JBMESSAGING-25 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940489#3940489

[JBoss-user] [JBoss jBPM] - Re: jBPM on a Linux (debian) Box

2006-05-01 Thread kukeltje
you are right btw, there is not start.sh like there is a start.bat run -c jbpm should work afaik what null-pointer exceptions were there? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940488#3940488 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBoss jBPM] - Re: why show java.lang.NullPointerException?

2006-05-01 Thread kukeltje
because something is null. Please, please, please provide us with more information about: - version of jbpm - jdk - server - stacktrace - View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940487#3940487 Reply to the post : http://www.jboss.com/index.htm

[JBoss-user] [EJB 3.0] - Re: java.lang.ClassCastException: $Proxy81

2006-05-01 Thread scotttam
If you are deploying in an ear file, you will need to preface the string in the ctx.lookup with the name of your ear file. Example: ctx.lookup("earfilename/BeanName/remote"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940486#3940486 Reply to the post :

[JBoss-user] [JBoss Portal] - Can't run portal 2.2. - Transaction not successfully started

2006-05-01 Thread nicolasd
Greetings, Trying to run JBoss Portal 2.2.1 with AS 4.0.3SP1 and Oracle 9i. While launching after install it displays: ERROR: [URLDeploymentScanner] Incomplet Deployment Listing: -- MBeans waiting for other MBeans -- ObjectName: portal:service: CMS State: failed reason: org.hibernate.Transa

[JBoss-user] [JBoss Messaging] - Re: Will other login modules work w/ Messaging?

2006-05-01 Thread [EMAIL PROTECTED]
Thanks, I'll update the documentation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940484#3940484 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940484 --- Using T

[JBoss-user] [JBoss Messaging] - Re: Will other login modules work w/ Messaging?

2006-05-01 Thread OliverHrdz
I figured out the problem. May just require updating documentation. I added the following comment to the JIRA task I opened: anonymous wrote : | I believe this can be closed, the problem is due to a misconfiguration. I noticed within the current scoped sar of Messaging the "messaging-users.

[JBoss-user] [JBoss jBPM] - jBPM on a Linux (debian) Box

2006-05-01 Thread stoi
hi, first of all, I'd like to excuse my english. I know, it is not good, but I'll try to explain my problem and hope somebody can understand and help me. I'll tryout jBPM on a Linux-box. I guess, it should work. But i cannot find any documentation, how to do this. In JbpmGettingStarted it is jus

[JBoss-user] jboss + eclipse j2ee, EJB skelton project

2006-05-01 Thread Matyi Gábor
Hi, I'm learning the j2ee and ejb3. I have j2ee and ejb book, but I don't manage to import little projekts in eclipse, and build there. Does have anybody any very little projekt, that I can import in ecipse, I can buld there, and next it I can deploy to jboss, and it is works there? Please he

[JBoss-user] [Installation, Configuration & Deployment] - Get jboss-head from Fisheye

2006-05-01 Thread sunh11373
Hi, Is there a way to get "jboss-head" source using cvsgrab and Fisheye? As I am behind a firewall and cannot use cvs command line. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940477#3940477 Reply to the post : http://www.jboss.com/index.html?mod

[JBoss-user] [Clustering/JBoss] - Re: Difference betwwen TreeCache cluster and JBoss Cluster?

2006-05-01 Thread JerryGauth
The three clusters are different logical groups. The Tomcat cluster grouping is handling session replication. The DefaultPartition cluster handles core clustering including HA-JNDI. Any TreeCache related clusters are handling replicated TreeCache instances. These clusters all use JGroups int

[JBoss-user] [JBoss jBPM] - Re: jBPM within jsf application running in JBoss Server

2006-05-01 Thread [EMAIL PROTECTED]
Try the /classes folder within your process archive. See section 16.2.2 of the jBPM user guide. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940474#3940474 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940474 ---

  1   2   >