[jboss-user] [Beginners Corner] - Determine the current deployment location within the Web App

2008-03-01 Thread semteX
Hey there. I've the following problem: my Web Application reads and writes text files from within the Application. This files have to be accessible over the internet. The problem is: when i create a file, it's created in the jboss/bin directory... but it has to be created in the web

[jboss-user] [JBossWS] - Re: Seam 2.0.1 JBossWS WAR deployment

2008-03-01 Thread cardel
PROBLEM SOLVED I need to add context filter for my servlet. So i tried this: in web.xml filter | filter-nameSeam Context Filter/filter-name | filter-classorg.jboss.seam.web.ContextFilter/filter-class | /filter | | filter-mapping | filter-nameSeam Context

[jboss-user] [JBoss Portal] - Re: NullPointer: Setting portlet instance preferences via In

2008-03-01 Thread IronMan77
Hi chris, we set some portlet instance parameters via the portlet-instance.xml. These parameters are visible to all user - we want a user with a defined role (site admin) to be able to modify these settings. Setting the values via the PortletPreferences is not an option as these values are

[jboss-user] [JBossWS] - Re: jdk 1.6, jbossws 2.0.1 and jboss as 4.2.2.ga

2008-03-01 Thread jyc5131
Anyone else can help me? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133409#4133409 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133409 ___ jboss-user mailing list

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - webmethod within a jsp-file

2008-03-01 Thread Fugee47
packaging and deploying the following code works (i think so, because a wsdl is generated and i can access it). package helloservice.endpoint; import javax.jws.WebMethod; import javax.jws.WebService; import javax.ejb.Stateless; i @Stateless @WebService public class Hello { private String

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: webmethod within a jsp-file

2008-03-01 Thread Fugee47
i forgot to say that the jsp is in an extra war-file View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133413#4133413 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133413 ___

[jboss-user] [JBoss jBPM] - Differentiating partner Services in JBPM BPEL

2008-03-01 Thread ramya1
Hi, My bpel process uses two webservices running in two different instances(ie, the url is the same except for the port number). The port types and contents of the wsdl file are same. Here webservices A and B are registered as partner services by giving its Base Location in

[jboss-user] [JBoss jBPM] - Re: GPD on linux

2008-03-01 Thread kukeltje
where do you right click? - in the graphical pane? - the outline? - the properties? - or all of the above? I have a Linux distro at hand tonight, so cannot try now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133416#4133416 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Less coding by custom nodes/jrules/etc...

2008-03-01 Thread kukeltje
anonymous wrote : With the suggested way here, in the future, the designer will still only have 1 generic type node (as available now) but with different actions, which is not nice as having different guitable nodes :-) No, not necessarily. In the future it will be easier to customize the GPD

[jboss-user] [JBoss jBPM] - Re: History Functions

2008-03-01 Thread kukeltje
Hmmm no, this is not realy BAM. This is more like showing the processlogs of a specific processinstance when a certain task has to be performed by someone. Getting these logs is not to difficult (not sure there is a custom query yet) and displaying shouldn't either. But it's not there out of

[jboss-user] [JBoss jBPM] - Re: Configuration files

2008-03-01 Thread kukeltje
you have to use the fully qualified name afaik... did you try that? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133421#4133421 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133421

[jboss-user] [JBoss jBPM] - Re: transfer existing processes to new process definition

2008-03-01 Thread kukeltje
'simple is relative' You have to find the primary key of the old and new tasknode and update the reference in task in the running instance. You'd have to do this for all the nodes. otoh, you can try to change the current version of the processdefinition. Sometimes this is easier. There has

[jboss-user] [JBoss jBPM] - Re: swimlanes - configured users in jboss

2008-03-01 Thread kukeltje
A swimlane either accepts user or roles. Users are 1-1, roles-users are mapped in the jbpm tables Regarding the other question: no, sorry View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133423#4133423 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Returning position in graph

2008-03-01 Thread kukeltje
The thing is that you do not always directly go to e.g. a task. The next step can be e.g. a decision node with a long duration, so it is more difficult (if possible at all) to know the next task. We therefore always direct the user back to a more generic page e.g. the tasklist View the

[jboss-user] [JBoss jBPM] - Re: StackOverflow with Seam and @BeginTask

2008-03-01 Thread kukeltje
In the stacktrace I do not come across any jbpm classes , so the change is bigger that it is in seam or in spring. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133425#4133425 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jbpm-jpdl.jar deployment in war file

2008-03-01 Thread kukeltje
JBoss AS classloader scoping? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133426#4133426 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133426 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: modify seam todo(example) to portal bridge 1.00b on jb

2008-03-01 Thread kukeltje
? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133427#4133427 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133427 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Re: j4j:listTasksForActor and j4j:listPooledTasks ?

2008-03-01 Thread kukeltje
look in the Jira View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133428#4133428 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133428 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Eclipse 3.3.1.1 + jbpm-jpdl-3.2.2.zip freeze

2008-03-01 Thread kukeltje
I use it for demonstrating which frameworks we should use for developing new applications. So not real production, but production quality and complexity. There are about 40-50 nodes in it with 4 swimlanes View the original post :

[jboss-user] [JBoss jBPM] - Re: re-assign actorId in task-assign event...

2008-03-01 Thread kukeltje
Can you make a unittest that demonstrates the original problem and one with your fix? Put the processdefinition inline as 'string-xml' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133432#4133432 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: JBOSS5 + Spring Deployer version confusion

2008-03-01 Thread alesj
dlmiles wrote : | I can also see that the MANIFEST of jboss-spring.deployer itself does not include its own version number and would also like to see jboss-spring.jar from inside the *.deployer file renamed to jboss-spring-3.0.jar (as well as version in the manifest). Both would be ideal

[jboss-user] [EJB/JBoss] - JNDI problem

2008-03-01 Thread rodosa
Hello! I would like to know how I could access from a ManagedBean to the remote interface of a Session Bean. The structure of my ear file is de folowing: | -Prototipo.ear | -META-INF | - MANIFEST.MF | - application.xml | - jboss-app.xml | -PrototipoEJB.jar |

[jboss-user] [JNDI/Naming/Network] - JNDI problem

2008-03-01 Thread rodosa
Hello, I have a problem with JNDI. I've explained it here http://www.jboss.org/index.html?module=bbop=viewtopict=131040 Could you help me? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133436#4133436 Reply to the post :

[jboss-user] [Remoting] - C++ connection to JBoss Remoting

2008-03-01 Thread haresh_srm
Hi, We are currently having a standalone java program that acts as a Socket Server to a C++ client. Our application needs to support various client requests and involved extensive thread management. We wanted a better implementation. I was wondering whether JBoss Remoting is a solution for

[jboss-user] [JBoss jBPM] - taskinstance setStart(new Date()) storing null in the databa

2008-03-01 Thread subrahmanyam.adapa2
Hi, I want to modify the task time to the specified time . I used taskInstance.setStart(taskenteredTime); But it is insertint null in to the jbpm_taskinstance start_ table. I am giving a date which is more than the create_ date only. If anyone worked on changing start_ any clue for me?

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: MDB Deployment Exception (HELP!)

2008-03-01 Thread jaikiran
For configuring a queue/topic in JBoss 5, i looked up the JBoss Messaging document at http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.1.Beta1/html/index.html Section 6.7 (Configuring Destinations) has some examples. But yes, it would definitely be

[jboss-user] [JBoss Portal] - Re: Restricting access to different portals.

2008-03-01 Thread dipinpoovathel
Peter, I tried in that way also but its not working. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133440#4133440 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133440 ___

[jboss-user] [EJB 3.0] - Seam - mapped-name required for timerService of TimerService

2008-03-01 Thread sergeypk2
Hello! I'm trying to deploy Seam 2.0.1 booking example under JBoss 5.0.0.Beta4 (Windows XP SP2) and I'm getting this error: mapped-name is required for timerService of deployment TimerServiceDispatcher This was originally also reported here:

[jboss-user] [Beginners Corner] - Re: Determine the current deployment location within the Web

2008-03-01 Thread jaikiran
You can deploy your application in exploded format as mentioned at http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment and then use the jboss.server.home.dir property to know the location of your application. See this http://www.jboss.com/index.html?module=bbop=viewtopict=130921 for

[jboss-user] [JBoss Portal] - Changing the access denied error page to a custom page

2008-03-01 Thread dipinpoovathel
If user who doesnt have access to a portal trying access it, I am getting Access denied: HTTP 403 Forbidden response error page. I need change that to a custom jsp page. I tried in the way described in refernce guide. I set the pproperties, | property |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss Datasource connection timeout configuration

2008-03-01 Thread jaikiran
See these http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources http://docs.jboss.org/jbossas/jboss4guide/r2/html/ch7.chapt.html#ch7.jcads.fig I guess, you are looking for blocking-timeout-millis attribute View the original post :

[jboss-user] [EJB/JBoss] - Re: JNDI problem

2008-03-01 Thread rodosa
Sorry!!! This is a stupid mistake! I forget establish the dependece between my web tier and my ejb tier in Eclipse. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133448#4133448 Reply to the post :

[jboss-user] [JBoss Portal] - Problem about new column of table 'jbp_user'

2008-03-01 Thread gumreal
Hi all, Using portal 2.6.2, I want to add new column to table 'jbp_users' and make the new column accessed from 'profile.xhtml'. First modified the jboss-identity 1.0.0 as follow, domain.hbm.xml |property | name=unit | column=col_unit |

[jboss-user] [JBoss/Spring Integration] - Re: JBOSS5 + Spring Deployer version confusion

2008-03-01 Thread dlmiles
dlmiles wrote : Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: Failed to parse schema for nsURI=, baseURI=null, schemaLocation=http://www.springframework.org/dtd/spring-beans.dtd I converted all my spring-beans.dtd to XSD (both in the web-app itself and all its

[jboss-user] [JBoss/Spring Integration] - Re: JBOSS5 + Spring Deployer version confusion

2008-03-01 Thread alesj
dlmiles wrote : | Anyway now moving onto my next problem. | | Are all the schemes that spring usually has setup (when running as a web-app in plain Tomcat; not Tomcat under JBoss), are they enabled and functional with respect to JBoss ? In particular the scheme handler for classpath: I

[jboss-user] [JBossWS] - setting context root for EJB based web services

2008-03-01 Thread elgabo
Hello, I have a very simple web service annotated with @Stateless and @WebService @Stateless @WebService public class MyWebService { public void doSomething(){...} } when I deploy just the service.jar file the web service's endpoint is http://localhost:8080/service/MyService but if I put the

[jboss-user] [EJB/JBoss] - EJB error when invoked by a jsp ........ please help

2008-03-01 Thread sajhak
Hi all , i developed an EJB named Converter , which is a currency converter , and used by a jsp page.when the submit button of the page is clicked the application gives the following exception please anybody can tell me what could be the cause for this .. ?? 23:07:05,406 INFO

[jboss-user] [JBoss jBPM] - Re: GPD on linux

2008-03-01 Thread [EMAIL PROTECTED]
th epan ethat shows the graph. If I remember correctly, right click a node should bring up a context menu, right? I.e. to add action handlers and such... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133454#4133454 Reply to the post :

[jboss-user] [JBoss Portal] - error when changing identity data source

2008-03-01 Thread JohnnyTheHun
System: Windows (vista) JBoss Portal + JBoss AS 4.2.2 bundle, freshly downloaded from jboss. My goal: I want to store user(account) information in my database instead of bundled hsqldb. (In the long run I want to store all portal info in my db) I looked at the reference, searched the forums to

[jboss-user] [JBoss Portal] - Re: Changing port to 80 works, but throws errors

2008-03-01 Thread JohnnyTheHun
My eyes, where have I left them. Thank you very much, I changed as indicated and it seems to have done the job. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133456#4133456 Reply to the post :

[jboss-user] [Beginners Corner] - Re: deploying problem ( customized directory structure )

2008-03-01 Thread sajhak
hi jaikiran , thanks for the reply , but i wanted to know why JBOSS always create a tmp directory and deploys all the jars and wars in to that tmp directory ? cant we customise that so that we can directly deploy our archives in to the DEPLOY directory Thanks in advance Sajith View

[jboss-user] [EJB/JBoss] - Re: EJB error when invoked by a jsp ........ please help

2008-03-01 Thread sajhak
now i got the following error please help 01:20:01,953 INFO [STDOUT] Couldn't create converter bean.$Proxy65 cannot be cast to converter.ejb.Converter 01:20:03,671 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception java.lang.NullPointerException at

[jboss-user] [EJB 3.0] - Re: Problem in mapping a many to many relation to a list

2008-03-01 Thread matt_lc
Hi, I have exactly the same problem. I want to order a many-to-many association with a field like an index in the join table. Is there a fix since 2006 ? tks ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133461#4133461 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Determine the current deployment location within the Web

2008-03-01 Thread semteX
Works like a charm! Thanks a lot! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133462#4133462 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133462 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Re: AbstractKernelController Startup Error

2008-03-01 Thread alex.x
I have the same error. I cannot solve the problem. I have google the whole time. But never found a solution. Is there a workaround to solve this issue? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133463#4133463 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: GPD on linux

2008-03-01 Thread akakunin
In my case (Eclipse 3.3 + GPD 3.1.2 on Ubuntu 7.10) I only have standard menu by right-click (with Run As, Debug As, Team, Compare and so on). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133464#4133464 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: swimlanes - configured users in jboss

2008-03-01 Thread akakunin
In our case (we needed to assing some user from Role, defined in project for specified swimlane) we imlemented assignment Handler for swimlanes (added them automatically during process deployment). This handler is called then swimlane instance in process created (then swimlane used for forst

[jboss-user] [JBossCache] - JBossCache, POJO Cache, Hibernate, field replication - how d

2008-03-01 Thread mzganiacz
I have two simple questions. Is POJO Cache capable of replicating only changed fields? If so, is JBossCache as 2nd-level-hibernate-cache capable of doing the same? If not, is it because it just haven't been implemented, or is it impossible because of a form in which Hibernate puts data in the

[jboss-user] [JBoss/Spring Integration] - Re: JBOSS5 + Spring Deployer version confusion

2008-03-01 Thread dlmiles
Thank you for your replies again. Picks up ? Ah I see the error is from the deployer trying to deploy something as a JBoss service which is actually contained inside my EAR which has a WAR and in my /WEB-INF/spring.beans.xml. I'm surprised it could find it, none of my containment files are

[jboss-user] [EJB/JBoss] - About EJB Deployment, something strange happens!

2008-03-01 Thread OnurAktas
Hi all, I'm using Jboss, version: jboss-4.2.2.GA on Windows XP. Something strange happens, i can not reach my Stateless session beans. When i deploy an EJB ear file, i can see it on jmx-console, at JNDI-VIEW list. If i write my EJB as stateful with @Stateful Then i can see remote interface on

[jboss-user] [JBoss/Spring Integration] - Re: JBOSS5 + Spring Deployer version confusion

2008-03-01 Thread alesj
dlmiles wrote : | I'm surprised it could find it, none of my containment files are exploded. | It's called JBoss VFS. ;-) dlmiles wrote : | Surely there is some other qualifying requirement too. For example the *.deployer file name as well as requiring a

[jboss-user] [JBoss/Spring Integration] - Re: JBOSS5 + Spring Deployer version confusion

2008-03-01 Thread dlmiles
alesj wrote : dlmiles wrote : | | Surely there is some other qualifying requirement too. For example the *.deployer file name as well as requiring a META-INF/spring-deployers-beans.xml with outer element ? | | | The file has to be in metadata path, recognized by StructureDeployers.

[jboss-user] [JBoss/Spring Integration] - Re: JBOSS5 + Spring Deployer version confusion

2008-03-01 Thread dlmiles
See also http://jira.jboss.org/jira/browse/JBMETA-5 (which I believe to be the correct channel for updates to jboss-metadata.jar). The XSD validation is picking up the information contained in that JAR. View the original post :

[jboss-user] [EJB/JBoss] - Can migrate EJB1.0 on JBoss

2008-03-01 Thread sun5siva
Dear Team, At present i am working on Migration. Actually My previous application was - EJB1.0 on Weblogic I need to change to EJB1.0 to JBoss 4. Please some help to me. Is it possible to Migrate EJB1.0 on JBoss?. Just i have tried to open new project in JBoss. It is showing only

[jboss-user] [JBossWS] - Re: jdk 1.6, jbossws 2.0.1 and jboss as 4.2.2.ga

2008-03-01 Thread jyc5131
I found the StatelessBeanContext in Jboss4.2.2GA is conflict with the InvocationHandlerEJB3 JbossWS2.0.1 later, the jbossws install won't update the jbossws-jboss42.jar, so the problem is appeared. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133476#4133476

[jboss-user] [Clustering/JBoss] - Re: Using mod_jk in AS 4.2.1.GA

2008-03-01 Thread waynebaylor
I'm trying to set up mod_jk on JBoss AS 5.0.0 Beta4 and cannot find any reference to UseJK in any config files. The jbossweb.deployer is under the deployers directory now, and doesn't have a jboss-service.xml in META-INF. I looked at UsingMod_jk1.2WithJBoss on the wiki, but that's outdated

[jboss-user] Re: Using mod_jk in AS 4.2.1.GA

2008-03-01 Thread samk
Here's some information that maybe useful to you: http://www.techienuggets.com/Detail?tx=4 Regards. In Response To: I'm trying to set up mod_jk on JBoss AS 5.0.0 Beta4 and cannot find any reference to UseJK in any config files. The jbossweb.deployer is under the deployers directory now, and

[jboss-user] [Installation, Configuration DEPLOYMENT] - Help Needed on BRMS with Tomcat v6

2008-03-01 Thread raghavendra.sb
Hi All, Iam very new to JBoss Drools.Recently i have installed Drools BRMS WAR and deployed into Tomcat v6.It deployed succesfully.When i open the home page of BRMS(http://localhost:8080/drools-jbrms in the browser,i am able to view the login page and do the things.but after getting Login

[jboss-user] [Management, JMX/JBoss] - Re: Schedulable Problem

2008-03-01 Thread rikibarkiki
Thank you for your answer but i check it, i take the example from official site, can you send me the steps (if you try it before) i actually need some scheduler that will stat with that server start-up and will wake up every 10 min. Many Thanks View the original post :

[jboss-user] [JBoss jBPM] - Re: GPD on linux

2008-03-01 Thread [EMAIL PROTECTED]
Yes, that's exactly what I mean. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133480#4133480 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133480 ___ jboss-user mailing list