[JBoss-user] [Installation, Configuration Deployment] - problem in deploying a web project using jboss

2006-04-27 Thread nancy.aggarwal
Hi, I have problem in deploying a web project using jboss. I put my war file in jboss-4.0.0DR3/server/default/deploy folder. Then i run my jsp page on the browser then it will create tmp2341web-console.war in jboss-4.0.0DR3/server/default/tmp/deploy On browser it gives the message HTTP

[JBoss-user] [JBossCache] - Re: TransactionManager Name not bound?

2006-04-27 Thread sarojk
Sorry for incorret paste of xml file content. The correct content is as follow: == jboss:service=Naming jboss:service=TransactionManager org.jboss.cache.JBossTransactionManagerLookup Looking

[JBoss-user] [Security JAAS/JBoss] - Security Manager Questions

2006-04-27 Thread [EMAIL PROTECTED]
Scott, when I run the jacc tests under a security manager. I get the following exception: | Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission getProtectionDomain) | at

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

2006-04-27 Thread nikcname
The first solution I tried is to host a mdb on jboss to connect to weblogic. There is a successful case posted in jboss wiki http://www.jboss.org/index.html?module=bbop=viewtopicp=3939722#3939722 How stupid I am, just can't make it work after followed and it is a post 2 years ago so I don't

[JBoss-user] [JBoss Portal] - EAR portal deployment problem ?

2006-04-27 Thread ericmacau
Hello, I package a portal instance in an EAR, which includes some portlets(WAR), EJB3s(JAR) and some common libraries that share with all the portlets and EJB3. The following is the structure of the EAR: | * myportal.ear |+ META-INF |- application.xml |-

[JBoss-user] [Beginners Corner] - JBossCache API offers a traditional, tree-structured node-ba

2006-04-27 Thread Hi_i_am_Amit
Hi, JBoss offers a tree structured node based cache. Can anyone explain me or provide some useful links regarding what does tree structured node based cache mean. Also what are the different types of caching used ? Thanks in advance. View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: Security Manager Questions

2006-04-27 Thread [EMAIL PROTECTED]
With the addition of the permissions for getProtectionDomain and getPolicy to the server.policy used by the tests-jacc-securitymgr, the tests that were failing due to perms, are passing. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939734#3939734 Reply to

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

2006-04-27 Thread nikcname
However, though it seems connecting, the mdb never receive any Message when I published the msg to the queue in weblogic. The mdb is coded correct ly and it works when I connect to the local jboss queue. According to the javadoc of ConnectionConsumer

[JBoss-user] [Performance Tuning] - Re: JBoss not scaling on 4 CPU Sun machine

2006-04-27 Thread greiff
Thanks for the info. We will do some profiling of the application Torsten View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939736#3939736 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939736

[JBoss-user] [JBoss Portal] - Re: portlet listener error ??? help me

2006-04-27 Thread kevnlin
register listener and in class Listener implements PortalNodeEventListener View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939737#3939737 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939737

[JBoss-user] [Clustering/JBoss] - Re: FarmDeployment Configuration

2006-04-27 Thread MarcReis
This one works for my config (at least the farming works ;-) ) | ?xml version=1.0 encoding=UTF-8? | server | mbean code=org.jboss.ha.framework.server.FarmMemberService | name=jboss:service=FarmMember,PartitionName=DefaultPartition |

[JBoss-user] [JBoss jBPM] - Re: How to deploy the application through ant??

2006-04-27 Thread jbpm_instinct
Hi!! Thanx for prompt reply.I have gone through the build.xml and ant classes but still not getting how to deploy it in embedded server. One more thing I would like to ask is that where does the deployed war file resides in server.Suppose I have deployed application once and then I want

[JBoss-user] [JBoss Portal] - how to deploy a singe portlet?

2006-04-27 Thread obscure_eidolon
hi, How can I deploy a single portlet(ie: not assigned to a page)? i've tried trial-object.xml ?xml version=1.0 encoding=UTF-8? if-existsoverwrite/if-exists

[JBoss-user] [JBoss Portal] - Re: how to deploy a singe portlet?

2006-04-27 Thread obscure_eidolon
I'm sorry, that's the trial-object.xml 1 ?xml version=1.0 encoding=UTF-8? 2 3 4 if-existsoverwrite/if-exists 5 6 instance-nameHelloWorldPortletInstance/instance-name 7

[JBoss-user] [Installation, Configuration Deployment] - Deploying application with 3rd Party Libraries

2006-04-27 Thread sim085
Hi, This is the first time I am using JBoss on my own (that is I start a project from scratch rather then inherit it from someone else), and I am finding some things a little confusing. Basically my web application uses third party libraries, which I placed in my lib folder, which is placed

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

2006-04-27 Thread kh2ouija
That's strange to hear, because I've used it before, instead of a h:dataTable and it *does* work... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939743#3939743 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939743

[JBoss-user] [JBoss Seam] - Re: Seam CRUDs just from Entities?

2006-04-27 Thread [EMAIL PROTECTED]
show me a screenshot of your console configuration and dump the stacktrace here (found in the error log view) (and yes, it is completely possible to do without reverse engineering; just don't enable reverse engineering ;) View the original post :

[JBoss-user] [Clustering/JBoss] - Re: FarmDeployment Configuration

2006-04-27 Thread AnubisMan
Thanks for your response, I have updated my configuration, but it still doesn't work. Can you help me to understand why Farming does not work? I did everything how it is described in adminguide and jboss clustering documents, but nothing works!!! Did you have ever problems with Farming???

[JBoss-user] [Installation, Configuration Deployment] - CLASS PATH TO EAR

2006-04-27 Thread amitvyavahare
Hello, true com.kn.csl.components.order.scheduler.MyScheduler NOW 3000 -1 I could do this if i had my class in a jar and place that jar in default/lib OR I place it in default/deploy and set classpath to deploy but what i want to do is

[JBoss-user] [JBoss Portal] - Re: portletbridge deployment exception

2006-04-27 Thread dibell
That fixed the deployment but the HTML rewriting doesn't seem to work. The initial URL appears in the portlet but any links clicked come straight back out to the original site. Are you seeing that too chris1906? View the original post :

[JBoss-user] [Clustering/JBoss] - Re: FarmDeployment Configuration

2006-04-27 Thread MarcReis
The farimg works in my test case( I have trouble with double binding in the JNDI Tree for the deployed packages afterwards). Wich install and JBoss version do you run ?(my config: http://www.jboss.com/index.html?module=bbop=viewtopict=81796 ) I did a all installation and since I needed EJB

[JBoss-user] [JBossWS] - EJB3 webservice tutorial

2006-04-27 Thread Dust_Puppy
Hi i have run the EJB3 webservice tutorial and it works fine. but i need to consume the webserivece from an bean. As I understand this should be done with @webserviceref which is not implemented yet so i tried to use the tutorial client code URL url = new

[JBoss-user] [Installation, Configuration Deployment] - Re: CLASS PATH TO EAR

2006-04-27 Thread jbaiju
place you jar file inside the lib directory +ear -lib/comp.jar and add classpath entry to the META-INF/Metainf file Class-Path=./lib/comp.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939752#3939752 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: portletbridge deployment exception

2006-04-27 Thread chris1906
Yes, I am not seeing very good behaviour. I'll probably have to put further portletbridge work on hold until Tuesday, but advice on any experience/solutions you have/find would be appreciated. Chris View the original post :

[JBoss-user] [JBoss Seam] - Re: Entity test stopped working when update to rc2.

2006-04-27 Thread liudan2005
Local Server is not initialized. | Caused by: javax.naming.NamingException: Local server is not initialized | at org.jnp.interfaces.LocalOnlyContextFactory.getInitialContext(LocalOnlyContextFactory.java:45) | at

[JBoss-user] [Clustering/JBoss] - Re: FarmDeployment Configuration

2006-04-27 Thread AnubisMan
Sometimes I'm getting this error 13:30:04,046 INFO [TreeCache] viewAccepted(): new members: [wks-nkhachat:1919, 10.37.13.52:1511] | 13:33:25,599 ERROR [GMS] [wks-nkhachat:1915 (additional data: 16 bytes)] received view = current view; discarding it (current vid: [wks-nkhachat:1915 |

[JBoss-user] [JBoss Portal] - Re: Inter-portlet communication exception

2006-04-27 Thread dibell
Thanks for the confirmation Roy. It turns out that removing the common and core jars from the helloworldipc.sar fixes it for deployment to a running server but when the server is restarted it fails to deploy the portlet with a ClassNotFoundException. I'm guessing this is something to do with

[JBoss-user] [JBoss jBPM] - Re: GPD/Process Designer tool without eclipse..??

2006-04-27 Thread logicalsid
Hi, Any progress in this front..since we are very much interested in the web based designer for our implementation. Thanks and regards, Sidd View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939758#3939758 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: GPD/Process Designer tool without eclipse..??

2006-04-27 Thread [EMAIL PROTECTED]
No progress whatsoever... Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939759#3939759 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939759 --- Using

[JBoss-user] [Clustering/JBoss] - Re: FarmDeployment Configuration

2006-04-27 Thread MarcReis
You started both servers (on the same machine ?), copy the ear to your /farm folder, does the first server then deploy the ear succesfully and ends like this ? | ... | 11:32:36,859 INFO [EARDeployer] Started J2EE application: file:/C:/work/_progra |

[JBoss-user] [Clustering/JBoss] - Re: FarmDeployment Configuration

2006-04-27 Thread AnubisMan
I forgot to notice that my JBoss version is 4.0.3. Also my EJB clustering is configured as for 2.0 specification, can it be the reason of problem??? What is the EJB version for this verison of JBoss by default (from standard installation)??? View the original post :

[JBoss-user] [JBoss Seam] - Re: Fileupload

2006-04-27 Thread elfuhrer
I have followed the same approach and I cannot get it working. There's a conversion error in the file upload. Any hints? | 12:40:31,375 ERROR [[/seamapp]] Cannot set value for expression '#{FileUpload.file}' to a new value of type

[JBoss-user] [JBoss jBPM] - Re: Available transitions depending on logged user

2006-04-27 Thread lucmedina
Ok, Ronald, there's some confussion here so I will summarize too. 1) My first suggestion: one task node, one task, pooled actors, no fork. 2) My second suggestion: one fork, two task nodes, one task each task-node. 3) Your (Alex's) suggestion: one task-node, two tasks, no fork. I said there is

[JBoss-user] [JBoss jBPM] - Re: Comment redeployer l'exemple

2006-04-27 Thread ferdaous
hi kukeltje , I undertstand well the english but I doesn't write perfectly . my question is : I have changed the file : D:\jbpm-starters-kit-3.1\jbpm\src\resources\jbpm.war\layout.jsp , how I redeploy this example to view the changement which I do in this JSP page . thanx View the original

[JBoss-user] [JBoss jBPM] - jbpm identity

2006-04-27 Thread endrino
How jbpm identity may be used? exist any tutorial of jbpm identity? have jbpm a eficient user management? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939769#3939769 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939769

[JBoss-user] [Clustering/JBoss] - Re: FarmDeployment Configuration

2006-04-27 Thread MarcReis
It should be 2.0. But I don?t think that is the cause of the problem. Maybe you are missing some libs, depending on your installation. If you don?t have the all installation, II would try doing a second install with the all option and use that folder on your existing JBoss installation, that way

[JBoss-user] [JBoss jBPM] - Re: JBoss jBPM 3.1 Data Model Wiki

2006-04-27 Thread achilloman_jbpm
thx a lot, this link helps a lot View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939771#3939771 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939771 --- Using Tomcat but

[JBoss-user] [Clustering/JBoss] - Re: FarmDeployment Configuration

2006-04-27 Thread AnubisMan
I'm starting the two JBoss 4.0.3s on two different computers and I'm running all configuration. I have copied all configurations from one server to another to have the same configuration (it is needed to have the same cluster for two server). First I'm starting the first server on my computer

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: How to get Jboss to recognize JAD and J2ME JAR MIME Type

2006-04-27 Thread hillel
Thanks for your the response. We are using the Jboss embedded Tomcat servlet container, any idea how to add the non standard mime types to the web.xml? a. For the JAD file type, the MIME type needs to be set to text/vnd.sun.j2me.app-descriptor. b. For the JAR file type, the MIME type needs to

[JBoss-user] [Clustering/JBoss] - Re: FarmDeployment Configuration

2006-04-27 Thread MarcReis
When you start up the first server, is the /farm empty ? if you delete the farm folder, will it be created when you start up the server ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939778#3939778 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: help in starting portal server (No null layout allowed h

2006-04-27 Thread DavidP_ca7
Thank you very much Roy, I am going to try it View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939779#3939779 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939779 ---

[JBoss-user] [Installation, Configuration Deployment] - org.xml.sax.SAXNotRecognizedException: Feature: http://apach

2006-04-27 Thread jbaiju
While deploying my application in JBoss AS 4.0.2 i am getting the following exception. 2006-04-27 14:19:45,925 ERROR [org.apache.commons.digester.Digester] Digester.getParser: org.xml.sax.SAXNotRecognizedException: Feature: http://apache.org/xml/features/validation/dynamic at

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

2006-04-27 Thread drVillo
Using seam doesn't prevent you using standard j2ee security models. You can plug JAAS security domains trasparently for example. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939782#3939782 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: FarmDeployment Configuration

2006-04-27 Thread AnubisMan
Yes, the farm/ directory is empty when I'm starting the first server, because in documentation it is written that farming is working only for hot-deploying. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939783#3939783 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: is there any tutorial or howto for using Jboss EJb3 with

2006-04-27 Thread sisepago
in JBoss Seam u can also teach you self how to use JBoss embedded ejb3 with tomcat View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939784#3939784 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939784

[JBoss-user] [Clustering/JBoss] - Re: FarmDeployment Configuration

2006-04-27 Thread MarcReis
I Also noticed, but forgot to mention, that your second server has not found or joint the cluster - | 14:24:02,397 INFO [DefaultPartition] Number of cluster members: 1 | 14:24:02,413 INFO [DefaultPartition] Other members: 0 | 14:24:02,413 INFO [DefaultPartition] Fetching state (will

[JBoss-user] [JBoss jBPM] - Re: Required indexes missing in JBPM DB script. (Take 2 - De

2006-04-27 Thread biggef
well, the transition to a previously left node was in fact taken, but the task which was binded to this node was declared ended (by a taskInstance.cancel() ) as soon as we entered into the node. The default transition was immediatly fired. The SQL error came when comitting the transaction :

[JBoss-user] [JBoss Getting Started Documentation] - what and where is Sun Java EE deployment tool

2006-04-27 Thread turtleboy
hi all, at the moment I'm trying to deploy a simple JSP web application in Java EE. I'm following the Beginning Java EE 5 (apress) by Murkhar and Zelenak. It says start up the sun application server and then start up the Sun Java EE deployment tool introduced in chapter 2, I've looked at

[JBoss-user] [JBoss Seam] - Re: Seam Architectural Questions

2006-04-27 Thread drVillo
This is a topic I have been thinking of opening as well. It is still unclear to me to which extent using Seam pays off when you have to deal with multiple presentations for example. I would like to see something like sun's blueprints for scoping and injecting Seam into a layered application.

[JBoss-user] [Clustering/JBoss] - Re: FarmDeployment Configuration

2006-04-27 Thread MarcReis
Never mind, I didnt see the last linesince it looks different on the 4.0.4.RC2 (like the New Member etc. lines at start up). Your server does of course notive the other one | [DefaultPartition] Originating groups: [[wks-nkhachat:2102 (additional data: 16 b | ytes)|0] [wks-nkhachat:2102

[JBoss-user] [Clustering/JBoss] - Re: FarmDeployment Configuration

2006-04-27 Thread AnubisMan
The message you wrote is printed when the first server starts. After start messages you can see following 14:30:15,565 INFO [DefaultPartition] New cluster view for partition DefaultPartition: 1 ([10.37.13.40:1099, 10.37.13.52:1099] delta: 1) | 14:30:15,565 INFO [DefaultPartition] Merging

[JBoss-user] [JBoss Getting Started Documentation] - jboss on which unix/linux flavor

2006-04-27 Thread mehtasidd
Currently our application is running on Weblogic application server on windows. It consist of extensive JSP, servlet, XML and webservices. And load at peak hour might be 250 users at a time We want to migrate to Jboss on some unix/linux flavors, Can anybody please tell me, on which unix/linux

[JBoss-user] [Installation, Configuration Deployment] - jboss on which unix/linux flavor

2006-04-27 Thread mehtasidd
Currently our application is running on Weblogic application server on windows. It consist of extensive JSP, servlet, XML and webservices. And load at peak hour might be 250 users at a time We want to migrate to Jboss on some unix/linux flavors, Can anybody please tell me, on which unox/linux

[JBoss-user] [Installation, Configuration Deployment] - JBoss configuration for WorkManager

2006-04-27 Thread petrilla
Hi, i'm not sure than my topic is in the rigth position in this forum, and sorry for my medium english. I tru to use the WorkManager with jboss version 4.0.x. For the moment is a Servlet who using the workManager, so i write on the web.xml file : | resource-ref |

[JBoss-user] [Management, JMX/JBoss] - NoSuchMethodError when calling org.jboss.mx.util.MBeanProxyE

2006-04-27 Thread fredrikmh
Hi. Running the all configuration (jboss 4.0.3) (enuring that the jar containing MBeanProxyExt is present in the /server/all/lib directory) I get java.lang.NoSuchMethodError:

[JBoss-user] [Clustering/JBoss] - Re: Start error..

2006-04-27 Thread teknokrat
We have the same problem, JBoss 4.03SP1 on Windows 2003 Server using Java 5. The only thing I can pin it on is this hotfix http://support.microsoft.com/?kbid=908531 which is all thats changed on the server. The stupid thing is that its just the one node. The other two nodes both had the hotfix

[JBoss-user] [Clustering/JBoss] - Re: Start error..

2006-04-27 Thread teknokrat
whoops, I have to retract the last part. It is happening on all the nodes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939807#3939807 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939807

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

2006-04-27 Thread kowal7
Hi, My company uses for persistance DAO-JDBC, but we are going to change it to EJB3. I have a question. Is EJB3 persistance performance as good as DAO-JDBC? I did some tests and they show that DAO-JDBC is better in reading data ten times. What do you think? Should we change our persistance

[JBoss-user] [JBoss Portal] - cmsAdmin Portlet

2006-04-27 Thread obscure_eidolon
hi, When I use the cmsAdmin portlet to create and edit files, I cannot find where the the files are saved? where exactly is the default folder where the files are saved? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939809#3939809 Reply to the post :

[JBoss-user] [JBoss Seam] - Upgrade problem

2006-04-27 Thread armita
I am just upgraded to the latest cvs head. But trying to deploy anything with jboss-seam.jar in it -like the examples- Jboss server keep uttering DEBUG [Component] without ending. What is wrong? View the original post :

[JBoss-user] [EJB 3.0] - Re: NoSuchMethodError: org.jboss.aop.joinpoint.MethodInvoca

2006-04-27 Thread jpitts
Using Alpha 6, I think I may be encountering a related issue. In my case, I am trying to unit test a SLSB that persists a very simple Entity. I do not have an easy substitution workaround with jboss-aop-jdk50.jar, since the jars in Alpha6 are a little more aggressively assembled. |

[JBoss-user] [JBoss Seam] - Re: Seam Architectural Questions

2006-04-27 Thread asioanid
gavin, thx for the quick answer, this sounds really good .. being free to choose and design the overall architecture and not being inforced by a particular framework is a basic requirement in my opinion. however, i fully agree to drVillo, it would be great if you could provide some more

[JBoss-user] [Performance Tuning] - Parameter on performance of jboss! help me

2006-04-27 Thread w114hua
which Parameter have influence on performance of jboss! Please give me a group of parameter about performance .help me! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939814#3939814 Reply to the post :

[JBoss-user] [Performance Tuning] - Parameter on performance of jboss! help me

2006-04-27 Thread w114hua
which Parameter have influence on performance of jboss! Please give me a group of parameter about performance .help me! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939816#3939816 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Fileupload

2006-04-27 Thread marcioendo
I have this working with the JBoss-4.0.4.CR2 and JBoss-SEAM-1.0.0.CR2 so I'll try and post the example with the updates. But I am not at my office's computer right now and I won't be there until later today, so this will have to wait. I can't say what is happening in your case, but I do recall

[JBoss-user] [Clustering/JBoss] - Re: FarmDeployment Configuration

2006-04-27 Thread MarcReis
I'm sorry, then I dont see what else you could do (but as I said, I dont know alot about this). You might check via jmx consol if you can find the service=FarmMember, too see if it gets started at all. View the original post :

[JBoss-user] [JBoss/Spring Integration] - Hotdeployment and Parent Bean Factories

2006-04-27 Thread crystal1
Hi, I am currently migrating some standalone spring applications to run in JBoss as spring deployments. I will be using dependencies of BeanFactories eg.: BeanFactory=(SomeApp1) ParentBeanFactory=(ParentApp) and BeanFactory=(SomeApp2) ParentBeanFactory=(ParentApp) I am wondering whether it is

[JBoss-user] [Clustering/JBoss] - Re: Deploying EJB 3 ear via Farming

2006-04-27 Thread MarcReis
Depending on my config I also get this problem with the EJB3EntityTreeCache on startup of the second server. I really would appriciate a tip, since I still cant find any thing in the wiki, the there linked documents or the other guides and handbooks I have (google wont help either, and

[JBoss-user] [Clustering/JBoss] - Re: Start error..

2006-04-27 Thread teknokrat
After using a different partition name and restarting the nodes everything is back to normal. Clearly its not the hotfix. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939827#3939827 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Forum portlet error

2006-04-27 Thread suniil
i'm struggling to find the root cause for last 2 days. any help much appreciated View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939828#3939828 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939828

[JBoss-user] [Management, JMX/JBoss] - Re: Registration is not done - stop

2006-04-27 Thread [EMAIL PROTECTED]
I'm looking into ways of solving this. The idea for a parent module won't solve all problems, I think. For example consider: deploy/test-service.xml deploy/management/test-service.xml You get the same problem, but there is certainly no notion of an enclosing parent module here. For the way

[JBoss-user] [JBoss AOP] - Re: Can't get JBossAOP to work in JBoss-4.0.4.CR2

2006-04-27 Thread Luntain
anonymous wrote : Wondering why I can't get Luntain's suggestion to work... | I thought that you made all the other steps because they are described in documentation. There is no information anywhere about the problem with weaving classes from war archives. If you try to weave a class that

[JBoss-user] [Clustering/JBoss] - Re: Start error..

2006-04-27 Thread [EMAIL PROTECTED]
You may want to try using both FD and FD_SOCK, as described in the last section of the wiki (http://wiki.jboss.org/wiki/Wiki.jsp?page=FDVersusFD_SOCK) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939834#3939834 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: Cluster Errors

2006-04-27 Thread AnubisMan
Do you know how I can detect if I need to write bind_addr=192.168.3.118 ??? Best, Aram. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939836#3939836 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939836

[JBoss-user] [Clustering/JBoss] - Re: Cluster problem: Farm works, but HASingleton service doe

2006-04-27 Thread AnubisMan
Hi, I have problems with Farming. It doesn't work with my configuration (on Windows XP). Please, send your farming configuration, if it is possible. Best regards, Aram. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939838#3939838 Reply to the post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - JBoss with Tomcat.

2006-04-27 Thread Hi_i_am_Amit
Hi, I have the jboss-cache.jar which i found after unziping the jboss-cache-dist-1.3.0.GA.zip file. What should be done for the integration of JBoss with Tomcat 5.5.7 ? What are the changes that needs to be done to use the JBoss Cache. ? Can anyone please guide . Thanks in advance. View the

[JBoss-user] [EJB 3.0] - em.refresh() throws an error at me

2006-04-27 Thread kh2ouija
I have a domain model like this: Company -* Department -* Employee On a Company's page I list all Departments with their Employees. When I delete an Employee, the page has to be updated so I do this in the backing bean: | em.refresh(company); | departments = company.getDepartments(); |

[JBoss-user] [JBoss Portal] - Re: Forum portlet error

2006-04-27 Thread unibrew
I'm working on 2.4 branch to get it working after latest changes. You know this branch is still under development and you are using it on your own responsibility, it might be unstable. Ryszard Kozmik JBoss Forums Lead View the original post :

[JBoss-user] [JBoss Seam] - Re: Upgrade problem

2006-04-27 Thread baz
I have had the same problem, but not with the original examples. They run well. But try to look at: Please look at http://www.jboss.com/index.html?module=bbop=viewtopict=81772 Ciao, Carsten View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939847#3939847 Reply to

[JBoss-user] [Beginners Corner] - Re: InitialContext.lookup returns null for default Connectio

2006-04-27 Thread adogg
I don't know if this is applicable to you, but I had this problem and just figgur'd out that it was because I had my FREAKING jbossall-client.jar bundled into my webapp. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939849#3939849 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: FarmDeployment Configuration

2006-04-27 Thread AnubisMan
Thank you for your response! Please, send me your cluster-service.xml. I have just noticed that my JBoss doesn't use my one. In my cluster-service.xml I have : ?xml version=1.0 encoding=UTF-8? | | !-- = -- | !--

[JBoss-user] [JBoss jBPM] - jbpm+decision Node

2006-04-27 Thread medjbpm
hi Can any one tell me or give me an exemple witch inclule a decision Node (i work with jbpm3.1 gpd3.0.8) thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939851#3939851 Reply to the post :

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

2006-04-27 Thread kuzmiigo
Hello! What I use: JBoss 4.0.3SP1, JSP, Spring 1.2.7 I have a strange problem: if I try to access a secure URL without being logged on, I get login form, and then I am not shown the page requested, but the last file (e.g., image) mentioned on that page. For example, welcome.jsp refers to two

[JBoss-user] [JBoss Seam] - Converstaion context destroyed, why?

2006-04-27 Thread baz
Hello, i am currently adding Seam support to an Webapp composed with myfaces and facelets. Seam is very useful in this case. The app is easier to understand and uses lesser code.:-) But i have one problem for which i cannot determine the cause: the conversation scope is destroyed without

[JBoss-user] [JBoss Seam] - RC2 doesn't support comment in jsf page

2006-04-27 Thread liudan2005
this might be caused by upgraded facelet bundled with Seam. I can't have any !-- ... -- comment in my jsf page, the page handler simply ignores those tags. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939854#3939854 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Session scoped listener works in Firefox but not in IE

2006-04-27 Thread liudan2005
This problem is still there in RC2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939855#3939855 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939855 --- Using Tomcat

[JBoss-user] [Management, JMX/JBoss] - Re: Registration is not done - stop

2006-04-27 Thread GreyDeath
It would solve the problem. Although it would expose information that should not be avialable via J2EE management, right? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939856#3939856 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: FarmDeployment Configuration

2006-04-27 Thread MarcReis
Here it comes, but be aware that I am using the 4.0.4.rc2. I dont know if there are version specific dependencies.. | ?xml version=1.0 encoding=UTF-8? | | !-- = -- | !--

[JBoss-user] [EJB 3.0] - Re: Could not resolve beanClass method from proxy call

2006-04-27 Thread wesleyhall
Incase anyone stumbles across this topic during a search. I had this problem and discovered it was become my remote methods were throwing exceptions that are no instances of (or subclasses of) RemoteException. View the original post :

[JBoss-user] [JBoss jBPM] - Re: jbpm+decision Node

2006-04-27 Thread Saviola
Hi, medjbpm! Here is an example: | decision name=Payment Decision expression=#{contextInstance.variables['Payment Decision']} | transition name=To Cash Paid to=Cash Paid/ | transition name=To Bank Paid to=Bank Paid/ | transition to=Cash Paid/ | /decision |

[JBoss-user] [Clustering/JBoss] - Re: FarmDeployment Configuration

2006-04-27 Thread AnubisMan
I don't understand where my JBoss is reading cluster-service configuration from! No changes after configuration update. Also I'm getting following exception after some times (about 20min after start): 18:16:30,153 ERROR [JVMServerILService] Problem stopping JVMServerILService |

[JBoss-user] [EJB 3.0] - Optional OneToOne not honoured on SQL Server 2005

2006-04-27 Thread ejb3workshop
We recently switched from PostgreSQL 8.1 to SQL Server Express 2005 (Please don't ask why). Within the EJB3 application there is a optional OneToOne relationship configured as follows : | @OneToOne(cascade=CascadeType.ALL, fetch = FetchType.LAZY) | @JoinColumn( name=smartlistid) |

[JBoss-user] [JBoss Portal] - Re: Inter-portlet communication exception

2006-04-27 Thread msmcgovern
Thanks a lot fellas! I am all set. I appreciate the response. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939862#3939862 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939862

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

2006-04-27 Thread aschbacher
Hi, we are just evaluating to move from BEA 8.1.x to JBoss 4.0.x. On the Weblogic Server we used connection pools to access the database. Up to now I found no way to define connection pools in JBoss 4.0.3. Are DataSources the only way to access the database on JBoss? If connection pools exist

[JBoss-user] [JBoss jBPM] - How to deploy jbpm application programatically?

2006-04-27 Thread jbpm_instinct
Hi All, I have made one sample application which is very much similar to HelloWorldExample.What code should I write to deploy it programatically or through ant.The requirement is that it should be deployed on the jboss-jbpm server. Please provide some document which give step by step

[JBoss-user] [Management, JMX/JBoss] - Re: Registration is not done - stop

2006-04-27 Thread [EMAIL PROTECTED]
A vendor is free to add his own extensions to the jsr77 base stuff, and while I look more to it, I understand that knowing the actual deployment url is something useful. The ugly part is to have this url in the objectname, although my guess is that most management tools will not show this. On

[JBoss-user] [EJB 3.0] - Re: Optional OneToOne not honoured on SQL Server 2005

2006-04-27 Thread ejb3workshop
The same occurs using the JTDS Driver (jtds-1.2-dist.zip). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939866#3939866 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939866

[JBoss-user] [EJB/JBoss] - Error javax.naming.NoInitialContextException

2006-04-27 Thread praveen_imt
Hi All, I am new to EJB and JBoss. I have created stateless Session EJB's (using Jdevloper) and the JBoss has deployed them successfully...but when i run my application from JBossI receive the following error... javax.naming.NoInitialContextException: Need to specify class name in

[JBoss-user] [JBoss Seam] - Re: Seam Architectural Questions

2006-04-27 Thread elfuhrer
drVillo, I think once you are really familiar with Seam, extending it to cover complex situations is a more or less straight point. Seam manages pretty well to solve most of the dependencies. I would agree with you if you were talking about advanced application configuration, but again that's

[JBoss-user] [JBoss jBPM] - Re: TIP: jBPM and BAM/BI

2006-04-27 Thread gmoran
Hey guys, Ask and you shall receive :) The Pentaho team has jBPM features on the radar for this quarter. I believe our initial plans include building a component for participation in a jBPM process. We definitely would like to get your ideas and requirements on our roadmap as well. Skate

  1   2   3   >