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

2006-04-26 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=bb&op=viewtopic&p=3939736#3939736 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939736 -

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

2006-04-26 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 http://java.sun.com/j2ee/sdk_1.3/techdocs/a

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

2006-04-26 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=bb&op=viewtopic&p=3939734#3939734 Reply to

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

2006-04-26 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 : http://www.jboss.com/index.html?

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

2006-04-26 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-app.x

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

2006-04-26 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=bb&op=viewtopic&p=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 ex

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

2006-04-26 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 java.security.AccessControlContext.checkPermission(AccessControlContext.java

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

2006-04-26 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 for

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

2006-04-26 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 Status

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

2006-04-26 Thread AnubisMan
Hi, I'm trying to use FarmDeployment, but I have a problem with configuration. While starting, I'm getting Exception with this messages... 10:33:37,700 WARN [ServiceController] Problem creating service jboss:service=FarmMember,partition=DefaultPartition | org.jboss.system.MissingAttributeExcep

[JBoss-user] [JBoss jBPM] - Re: start process with an ather process

2006-04-26 Thread hosierdm
Oops...Ronald posted while I was posting...I didn't give the poster a chance to learn his lesson I suppose. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939726#3939726 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - CMP 2.x and Cache vs cmp2.x jdbc2 pm

2006-04-26 Thread erikture
Hello! I am using Jboss 4.0.3 and MySql. I am using CMP2.0 för all databaseaccess. My application is 99.9% reading. Very litle writing. Previously I have used a container configuration like the one below. CMP 2.x and Cache A true false I have found o

[JBoss-user] [JBoss jBPM] - Re: start process with an ather process

2006-04-26 Thread hosierdm
Here is what it looks like in the XML: | | | | | | | Also see the User Guide (http://docs.jboss.com/jbpm/v3/userguide/) Sections 4.3.3 and 9.8. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

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

2006-04-26 Thread nikcname
Hi Folks, I am using jboss 4.0.3 sp1 and weblogic 8.1 sp3, I need to write a program hosted on jboss to retrieve message from a remote queue hosted in weblogic server. any of you have experience of that to share? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3939722#3939722 http:/

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss register Weblogic Topic mini-howto

2006-04-26 Thread nikcname
Hi, would like to ask I tried to follow the rules but it fails. I digged into it, found that weblogic doesn't allow remote call to create ConnectionConsumer which JMSContainerInvoker (a jboss class) would try to do. It throws with such a root exception: Caused by: weblogic.jms.common.IllegalSt

[JBoss-user] [JBoss jBPM] - Re: start process with an ather process

2006-04-26 Thread kukeltje
have you taken a look at the documentation? The testcases? Searched the forum? There is enough info in there to get at least started. If you encounter problems then, get back to us and we'll try to help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939721#39

[JBoss-user] [JBoss jBPM] - Re: Dynamically adding Task Nodes at runtime?

2006-04-26 Thread kukeltje
pattern 14 states the number of tasks is nowm design time. Therefor a fixed number of tasks is in the node. It is not a 'default' process since there is more than one task in the tasknode. pattern 15 uses a for loop which gets it's 'number' from e.g a process variable. In the testcases only o

[JBoss-user] [EJB/JBoss] - JNDI lookup for EJB3.0 and JBOSS 4.0.3SP1

2006-04-26 Thread vedgunjan
Hi All, I'm new to EJB3.0 and JBoss4.0.3 SP1, so kind of struggling with all the initial startup problems. I have a session bean, which I'm testing but I'm not able to get the remote reference through JNDI lookup. Heres's my components @Remote public interface UserService extends Serializ

[JBoss-user] [Clustering/JBoss] - Re: Clsutering of Queue

2006-04-26 Thread bhupendra.yaduvenshi
Brian thanx for ur reply But again I have a query.In this clustering we can't create a process in which queue load balancing is happen.There is any way to create a load balance clustering in case of queue (not singleton queue's clustering). Bhupendra View the original post : http://www.jboss

[JBoss-user] [JBoss Seam] - Re: Not understanding @Out completely

2006-04-26 Thread TrippCCN
Sorry... I thought maybe the problem was obvious enough to avoid posting code. I can't get the jsp file to display the users name if I try and use "otherMember" but it works fine if I change the bean and outputText tag to "member". Here's the bean: | package org.cnow.site; | | import

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

2006-04-26 Thread amry
fix: p/s: Wondering why I can't get Luntain's suggestion to work... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939716#3939716 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939716 -

[JBoss-user] [Beginners Corner] - Re: Retrieve the port number used by JBoss/Tomcat

2006-04-26 Thread javidjamae
Look in the server.xml properties file if you just want to know what it is (in the Tomcat directory under deploy). Otherwise you'll probably have to make a JMX call to get the info. Look up the RMIAdaptor from JNDI and use it to "invoke" an operation on the server. You'll have to look around in

[JBoss-user] [Beginners Corner] - Why the nlwp thread increased when it performed many transac

2006-04-26 Thread nalhdafdhom
Below are the result of jboss 2.2.4 and 4.0.3 SP Load Test. Please note that, The Load Test was ran twice rounds. It sent 195 (no of client = 65, times =3) request for every round. total reques of the test = 390 1.The result of jboss 2.2.4 Load Test mpg 20100 1 0 12:29:16 pts/90

[JBoss-user] [Beginners Corner] - Why the nlwp thread increased when it performed many transac

2006-04-26 Thread nalhdafdhom
Below are the result of jboss 2.2.4 and 4.0.3 SP Load Test. Please note that, The Load Test was ran twice rounds. It sent 195 (no of client = 65, times =3) request for every round. total reques of the test = 390 1.The result of jboss 2.2.4 Load Test mpg 20100 1 0 12:29:16 pts/90

[JBoss-user] [Beginners Corner] - Re: JNDI lookup returns $Proxy object

2006-04-26 Thread javidjamae
Another cause that I've seen is when you try to cast the return value of the JNDI lookup on an EJB to the bean type rather than the interface type. //This works | GreeterRemote myGreeter = (GreeterRemote) ctx.lookup("GreeterBean/remote"); | | // This doesn't work (throws "ClassCastExceptio

[JBoss-user] [Javassist user questions] - how to replace all the utf8_info in one class?

2006-04-26 Thread Panzer_Kavalier
the original CONSTANT_Utf8_nfo is : javassist I want to replace the value like this: jboss how to? please help me!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939711#3939711 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[JBoss-user] [Security & JAAS/JBoss] - How To Secure Data Store Connection Strings?

2006-04-26 Thread badlishah
Greetings, I need to hide the database connection parameters (eg. url, name and password). I have seen ways to encrypt the login credentials but I am not sure how I can encrypt the connection strings. Any suggestions? Thank you. cheers, badlishah View the original post : http://www.jboss.c

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

2006-04-26 Thread amry
OK, just got AOP to function correctly in JBoss-4.0.4.CR2. It seems that when I executed run.bat from inside Windows, it didn't make the current directory as its working directory, so it couldn't find pluggable-instrumentor.jar.. So I just had to make the current directory as the working directo

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

2006-04-26 Thread amry
Following Kabir's advice by reading section 10.3.3 (JBoss 4.x and JDK 5) of the reference manual, the JBossAS would not even boot. The steps I taken: 1. Changed jboss-service.xml in jboss-aop-jdk50.deployer: org.jboss.aop.deployment.AspectManagerService to org.jboss.aop.deployment.AspectManage

[JBoss-user] [JBoss jBPM] - Re: start process with an ather process

2006-04-26 Thread tansdale
Ha, can you show me how to using process state. give me a sample please! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939704#3939704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939704 ---

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

2006-04-26 Thread amry
Just tried using Luntain's suggestion, still no success. I'll be trying Kabir's suggestion next. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939703#3939703 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939703 ---

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

2006-04-26 Thread sforsyth
I am wanting to switch from my current knowledge of Spring MVC/Hibernate 3.1/Acegi to Seam. The only thing stopping me from jumping right in is that I don't particularly want to write my own security framework and the Acegi framework is wonderful. Has anyone tried integrating Acegi w/Seam or is

[JBoss-user] [Installation, Configuration & Deployment] - JSR 88 API

2006-04-26 Thread jabber
Has anyone used the new JSR 88 APIs in JBoss (I use JBoss 4.0.4.CR2)? I tried to deploy a war file via this APIs but don't seem to get any responses. Also, I tried to list all available modules from the server but got null also. View the original post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [JBoss jBPM] - Re: Dynamically adding Task Nodes at runtime?

2006-04-26 Thread Neelixx
Ronald, you definately pointed me in the right direction, but now I'm confused when I'm looking at the test cases. In all reality, my scenario is actually Patern14 (Multiple Instances with a priori runtime knowledge). In other words, I will be using a FOR loop to loop through and create the ta

[JBoss-user] [Messaging, JMS & JBossMQ] - trouble with durable JMS subscribers

2006-04-26 Thread rveerla
Hi all, I am trying to implement a three tier application. In which one application writes messages to a Queue, a second application reads from the Queue, and writes the result message to a Topic. a third application reads from the Topic. I succeded in building the first two applications, and i

[JBoss-user] [Installation, Configuration & Deployment] - Re: server startup hang/high cpu on Solaris 9

2006-04-26 Thread [EMAIL PROTECTED]
This is a ridiculously old release of jboss. The UnifiedLoaderRepository2 codebase is obsolete due to bugs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939695#3939695 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [Installation, Configuration & Deployment] - Problem with Classloader scoping in sar

2006-04-26 Thread anbukarasi
Hi, I'm facing a problem with classloader scoping. I have a sar with all the portal libraries (like portal-security-lib) in sar's lib folder. I have classloader isolation configured in sar's META-INF/jboss-service.xml dot.com:loader=xxx.sar java2ParentDelegation=false Now I get a ClassNotFound

[JBoss-user] [Beginners Corner] - Re: Admin Console doesn't work...

2006-04-26 Thread PeterJ
I guess I should also say that using a browser-based administration console is not necessary to manage JBoss. Almost all of the configuration can be done editing XML files, and for deploying applications, simply copy the ear/war/whatever file (or directory) to the deploy server/xxx/directory (w

[JBoss-user] [Beginners Corner] - Re: Admin Console doesn't work...

2006-04-26 Thread NateWalker
I will see how much of a guru I am and try to fix this as per that thread. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939691#3939691 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939691 --

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

2006-04-26 Thread liudan2005
It worked fine with seam beta 2. Here is the error: ERROR 26-04 23:54:30,359 (NamingHelper.java:getInitialContext:33) -Could not obtain initial context javax.naming.NamingException: Local server is not initialized at org.jnp.interfaces.LocalOnlyContextFactory.getInitialContext(LocalOnly

[JBoss-user] [Installation, Configuration & Deployment] - Re: packaging and deployment of ear-files (classcastexceptio

2006-04-26 Thread anbukarasi
Hi, I'm also facing similar problem with classloader scoping. I have a sar with all the portal libraries (like portal-security-lib) in sar's lib folder. I have clasloader isolation configured in META-INF/jboss-service.xml dot.com:loader=xxx.sar java2ParentDelegation=false Now I get a ClassNo

[JBoss-user] [Beginners Corner] - Re: Admin Console doesn't work...

2006-04-26 Thread PeterJ
Did you look at http://www.jboss.org/index.html?module=bb&op=viewtopic&t=75443? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939687#3939687 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939687 --

[JBoss-user] [EJB 3.0] - Mapping a MySQL 5.0 View to an Entity Bean

2006-04-26 Thread dparrilla
Hi all, I'm trying to map a mysql 5.0 view to a EJB3 entity bean, but I get the following error: 00:37:02,240 INFO [DatabaseMetadata] table not found: CS_O_NET_SKILL_V | 00:37:02,250 WARN [ServiceController] Problem starting service persistence.unit | s:ear=999classifiedsolutions.ear.ear,

[JBoss-user] [JCA/JBoss] - Re: XAResource or Local Transaction?

2006-04-26 Thread rogeduardo
Hi all, I will enumerate my questions: 1 - When application server will use XAResource (one phase commit optimization or two phase commit), and in what cases it will use Local Transaction? 2 - I implemented my own client interface in my R.A., and when I use it, the jboss insists in use LocalTran

[JBoss-user] [Beginners Corner] - Admin Console doesn't work...

2006-04-26 Thread NateWalker
When I open the Admin Console, the applet which supposedly is the menu(?) doesn't work. Doesn't work in Firefox, or IE, or Netscape... I have multiple versions of the JRE running on my machine(1.3, 1.4, 1.5, 1.6) to facilitate various softwares I have installed; as well as programming tools.

[JBoss-user] [JBoss jBPM] - Re: Dynamically adding Task Nodes at runtime?

2006-04-26 Thread Neelixx
Yup! That's exactly what I am referrng to. You are on the ball! Thank you Ronald. I will look at the testcase. ~~Aaron View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939682#3939682 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [JBoss jBPM] - Re: Dynamically adding Task Nodes at runtime?

2006-04-26 Thread kukeltje
Have you looked at www.workflowpatterns.com? Is pattern 16 (Multiple instances without a prori runtime knowledge) the pattern you need? If so, look at the testcases of jbpm. There is an example, Wfp16MiWithoutAPrioriRuntimeKnowledge.java, which demonstrates this. Ronald View the original post

[JBoss-user] [JBoss jBPM] - Dynamically adding Task Nodes at runtime?

2006-04-26 Thread Neelixx
Hey all! I've been scrounging through the forums and docs, but haven't really found anything. I'm rumaging around in the javadocs now. I have a process (or will have a process), that assigns users to a project (workflow) at runtime. So, I'll need to have a way to load up the process definiti

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

2006-04-26 Thread chris1906
Dibell - thanks for checking this out. On to the next challenge! Chris View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939672#3939672 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939672 --

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

2006-04-26 Thread rpiaggio
Ok, there seems to be someone else with the same problem here http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936104#3936104 So, I should also mention: I do have the "Enable hibernate EJB3" checkbox checked. I tried restarting JBoss IDE and I still have the error. View the original pos

[JBoss-user] [JBoss jBPM] - Re: start process with an ather process

2006-04-26 Thread hosierdm
You can also use a Process State in your process definition. This puts another process into your process as a sub-process. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939670#3939670 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

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

2006-04-26 Thread rpiaggio
I am working with JBoss IDE and have a very basic EJB 3.0 application running. I am trying to reverse engineer it to automagically create a Seam CRUD web skeleton using the Hibernate Code Generation tool. Is such a thing possible? (without specifying a database) I DID declare the Entity classes

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss rules Eclipse plugin site

2006-04-26 Thread etornick
JAGAN_WP: I have the same problem as you. Did updating to the version 3.2Rc1 enable the plugin to work? I am running 3.1 of eclipse and when I copy the jar file in the plugin directory nothing happens. Ed View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=393966

[JBoss-user] [EJB/JBoss] - Re: XML Parsing from Stateless bean

2006-04-26 Thread orjaykay
Thanks for the response. I resolved this by using MBeans. I loaded the configuration information during boot-strap and I am able access it from SLSB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939665#3939665 Reply to the post : http://www.jboss.com/index

[JBoss-user] [JBoss Portal] - Re: JBossPortal and Single sign-on

2006-04-26 Thread beatstriken
Does anyone have any references on how to set that up with portal? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939663#3939663 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939663 --

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

2006-04-26 Thread kukeltje
Koen, Tom, I understand perfectly what the question is... answering (in French) is another question. Since you two are fluent in french I ask one of you to respond ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939662#3939662 Reply to the post : http:/

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

2006-04-26 Thread kukeltje
hmmm... then I don't understand your problem correctly (I think) Let me summarize: - one task per tasknode and a fork advantage: you can have a generic page which shows only the transitions for that task(node). disadvantage: write code to cancel other task - two tasks per tasknode and no fork

[JBoss-user] [Security & JAAS/JBoss] - Re: Password Encryption and JMX Console

2006-04-26 Thread j2ee_junkie
I'm sorry, I guess I do not know what you mean by anonymous wrote : proxy settings in the JMX console View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939659#3939659 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939659

[JBoss-user] [JBossWS] - Re: NullPointerException in wstools

2006-04-26 Thread codemonster_4_hire
It looks like this problem is related to an outdated version of Xerces. However, I'm using the xerces implementation that came with the Jboss-4.0.x souce pull. Is there something I'm missing here? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939657#39396

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

2006-04-26 Thread j2ee_junkie
hillel, Is there a "JBoss Web Server"? If you are using embedded Tomcat servlet container, then I think what you would do is add the mime type in your web.xml file. later, cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939656#3939656 Reply to the

[JBoss-user] [Security & JAAS/JBoss] - Re: Password Encryption and JMX Console

2006-04-26 Thread mesch02
Chris, Thank you for your response. However, the proxy information is not controlled by the DS. It has to be entered on the JAVA_OPTS line or in the JMX-Console. The problem is that you can do a java.lang.string get() and enter the variable to get and it returns the password for the proxy i

[JBoss-user] [JBoss Portal] - Re: deploy a servlet like a portlet into jboss portal

2006-04-26 Thread [EMAIL PROTECTED]
Pentaho was also used at Orbitz/Cendant for their Galileo portal. You can read a bit here, of them winning the JBoss innovation award: http://www.jbossworld.com/innovation_award.htm#port View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939654#3939654 Reply t

[JBoss-user] [JBoss Seam] - Re: JNDI exception when deploying on Tomcat with embedded EJ

2006-04-26 Thread Newion
I missed exception thrown earlier during tomcat startup procedure: INFO 26-04 21:38:17,750 (Ejb.java:startup:37) -starting the embedded EJB conta | iner | INFO 26-04 21:38:20,296 (LocalTxDataSource.java:bindConnectionFactory:117) -Bo | und datasource to JNDI name 'java:/DefaultDS' | I

[JBoss-user] [EJB 3.0] - Non-default Hibernate NamingStrategy with EJB3?

2006-04-26 Thread iradix
Hi. I'm trying to set up a project using the Embedded EJB container. All is well, except that for the life of me I can't find a way to change the hibernate naming strategy used by the EntityManager. Can anybody point me in the right direction here? As far as I'm aware, it can't be set via a

[JBoss-user] [EJB 3.0] - PersistenceUnitInfo

2006-04-26 Thread wconroy
I posted this question to the persistence/hibernate forum as well, but I am not sure if that was the appropriate forum. I was trying to integrate the Glassfish's Toplink entity manager into jboss and I am running into some problems. There is an exception being thrown by the glassfish entity man

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - secure cookie

2006-04-26 Thread steve2006
I'm using Jboss 4.0.4. Is there a way to mark the tomcat session cookie secure? We use https for all our pages and want to mark the session cookie secure. On a related topic, is there a way to change the name of the session cookie? View the original post : http://www.jboss.com/index.html?module

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

2006-04-26 Thread iradix
Take a look at the docs folder within the distribution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939649#3939649 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939649 -

[JBoss-user] [JBoss Seam] - Re: Showing you to generate a CRUD web application : i have

2006-04-26 Thread aristide
oops... 16:00:50,937 ERROR [SeamExceptionFilter] uncaught exception handled by Seam javax.servlet.ServletException: Exception in JSP: /editBem.jsp:10 7: | 8: | | 9: | 10: | 11: | 12: | 13:

[JBoss-user] [EJB/JBoss] - cannot call remove on a stateful ejb

2006-04-26 Thread steve2006
We've a java class that creates a stateful ejb in its constructor and removes it in its finalize method. It works fine in weblogic. Removal does not work in Jboss 4.0.4. The remove call gives this exception: java.lang.NullPointerException at org.jboss.invocation.MarshalledValueInputStream.resol

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Not picking up extra variables in run.config

2006-04-26 Thread lchoi
I thought that run.conf should be read when I started the jboss thru eclipse. But when I check to see if the variables from my run.conf is availables, they are not. Are these variables not available globally? Or am I missing something? Thanks for any help in this matter. View the original p

[JBoss-user] [JBoss Seam] - Re: Showing you to generate a CRUD web application : i have

2006-04-26 Thread aristide
there are more log 16:00:50,937 ERROR [SeamExceptionFilter] uncaught exception handled by Seam javax.servlet.ServletException: Exception in JSP: /editBem.jsp:10 7: 8: 9: 10: 11: 12: 13: Stacktrace: at javax.faces.webapp.FacesServlet.service(FacesServ

[JBoss-user] [JBoss Portal] - Re: deploy a servlet like a portlet into jboss portal

2006-04-26 Thread gmoran
Hello again! I'm sorry, I should have mentioned that the Pentaho demo is a fully preconfigured JBoss server with the Pentaho platform setup with portal capabilities. You can see examples of Jasper reports displayed inside the JBoss portal, or launched from a jsp or servlet URL. good luck aga

[JBoss-user] [JBoss Seam] - Re: Showing you to generate a CRUD web application : i have

2006-04-26 Thread aristide
With me occurs same, look at the log: 16:00:47,234 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception javax.faces.el.EvaluationException: Cannot get value for expression '#{bemSelect or.pageTitle}' at org.apache.myfaces.el.ValueBindingImpl.getValue(ValueBindingImpl.java :397)

[JBoss-user] [JBoss Portal] - Re: deploy a servlet like a portlet into jboss portal

2006-04-26 Thread gmoran
Hi there, You will find it much easier to use the Pentaho platform. Pentaho already has everything you need to deploy your Jasper report, all you have to do is drop in the report, describe how you want your report to appear by way of a solution file, and thats all there is to it. Check it out

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

2006-04-26 Thread hillel
We need to allow users to download via http a Jad and Jar file from Jboss. The Jar is a j2me file that will be downloaded to a mobile phone. We need to ensure that Jboss Web server recognizes JAD and JAR files: a. For the JAD file type, the MIME type needs to be set to text/vnd.sun.j2me.app-descr

[JBoss-user] [JBoss Portal] - Re: How do I add content to the of a page from

2006-04-26 Thread smoyer
I was afraid of that ... maybe there will be a standardized mechanism in the next Portlet specification. I wanted to change renderers based on user privilege, but will have to look at another mechanism. Thanks for the help Roy! View the original post : http://www.jboss.com/index.html?module=b

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

2006-04-26 Thread cavalera
What about an NODE-LEAVE action that evaluates who's logged in and depending on that manipulate the transitions (like for example. storing in some list the available transitions for that user) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939639#3939639 Rep

[JBoss-user] [Installation, Configuration & Deployment] - Need to run multiple instances of the same application in on

2006-04-26 Thread ramon.cannobbio
Hi Folks, I am trying to run 2 instances (more later on if possible) of the same application that have a different context ../app1 et ../app2 that are connected to two differents MySQL databases, the applications are deployed in the default directory of version 3.2.2.RC1, I got duplicate class

[JBoss-user] [JBoss Seam] - Re: getting Exception when using pageflow in jbpm

2006-04-26 Thread [EMAIL PROTECTED]
I have never tried, no. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939636#3939636 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939636 --- Using Tomcat but need

[JBoss-user] [JBoss jBPM] - Re: start process with an ather process

2006-04-26 Thread cavalera
I'm new to jBpm but from what I've seen until this moment yes you can. You just have to instanciate a ProcessInstance anywhere in your app ProcessInstance processInstance = new ProcessInstance(processDefinition); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[JBoss-user] [JBoss Seam] - Re: getting Exception when using pageflow in jbpm

2006-04-26 Thread jw_ht
Thanks, Gavin. I will do that when I get a chance. Just curious, have you tried to use a pageflow inside a workflow process? The other alternative I tried was to beginTask then start pageflow to join the conversation. The pageflow stops working. Another approcach I tried was to start the page

[JBoss-user] [JBoss Portal] - Re: MyFaces portlet and windowstate ?

2006-04-26 Thread cpage
"[EMAIL PROTECTED]" wrote : So subclass the MyFaceGenericPortlet, and add this logic to your new render method. yes, this is what i have done. i override the render method and also, the processaction method, to access the actionresponse.setWindowState. i get the name of the view_ID (the name o

[JBoss-user] [JBossWS] - Re: JBoss 4.0.3SP1 and JWSDP 2.0

2006-04-26 Thread krishnakumars
I have a similar question. We have existing Webservices in production built using JWSDP 1.6. When we move to JBoss AS 4.0.4 - will these continue to work? Is there a migration path/tutorial to move from JWSDP to WSTools? Can Scott or another person from the JBoss AS team respond? View the o

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Automatic redeploy not working?

2006-04-26 Thread emdlc
For development purposes, how come redeployment of a webapp, is only supposed to work for changes to xx.war/WEB-INF/web.xml. Isn't probably helpful if anything in the xx.war/WEB-INF/classes and xx.war/WEB-INF/lib as well. Also, having an absolute directory using the 'file:/' designation for the

[JBoss-user] [EJB/JBoss] - java.lang.IllegalStateException

2006-04-26 Thread jaibarra
Hi to everyone I've an EJB object into VLS (Versata Logic Server) and i'm trying to connect to it, but when the app try to connect to VLS it crash, i have a lot of time with this problem and i made a lot of things and it doesn't work... I hope someone can help me... tnks. here is the log..

[JBoss-user] [JBossWS] - NullPointerException in wstools

2006-04-26 Thread codemonster_4_hire
Hey Guys, I'm running the new client-side artifact generator in wstools and I'm seeing this NPE in thrown from the wstools ant task: [wstools] java.lang.NullPointerException [wstools] at java.lang.System.arraycopy(Native Method) [wstools] at org.apache.xerces.impl.xs.XSModelImpl.

[JBoss-user] [JBoss Seam] - Re: Custom PhaseListener timing

2006-04-26 Thread rdewell
I need to be able to use Seam components during createView of a ViewHandler (at least). This was working in beta 1, and we need to be to get back to that ability to upgrade. The problem with using Seam components then is that there is no conversation until you get to afterPhase RESTORE_VIEW l

[JBoss-user] [Remoting] - Re: SSL Connection: load a new keystore at runtime

2006-04-26 Thread [EMAIL PROTECTED]
Assume the feature ente is asking for is related to this? Have not seen a jira issue come in on it yet though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939625#3939625 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

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

2006-04-26 Thread [EMAIL PROTECTED]
Yes, the core libraries changed from RC2 to RC3, so your ipc portlet will not have to include the corresponding libs from RC3. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939624#3939624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [EJB 3.0] - Re: EntityManager outside the session bean?

2006-04-26 Thread [EMAIL PROTECTED]
look in the docs: docs.jboss.com/ejb3 entity.manager.jndi.name entity.manager.factory.jndi.name or something like that defined as a property in persistence.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939623#3939623 Reply to the post : http://www.jb

[JBoss-user] [Remoting] - Re: SSL Connection: load a new keystore at runtime

2006-04-26 Thread [EMAIL PROTECTED]
Two ways to configure keystore properties within remoting. The first is to set the System property for jsse properties. I assume that once the ServerSocket or Socket has been created by the factory, changing these properties will not have any impact on these. The second way is to pass the inf

[JBoss-user] [JBoss Portal] - Re: MyFaces portlet and windowstate ?

2006-04-26 Thread [EMAIL PROTECTED]
So subclass the MyFaceGenericPortlet, and add this logic to your new render method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939621#3939621 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939621

[JBoss-user] [EJB 3.0] - Re: Embedded EJB 3.0 JUnit Frustrations

2006-04-26 Thread [EMAIL PROTECTED]
can you post your log? The error message means that an EJB is dependent on an EntityManager starting and the EntityManager hasn't started. Can you post what your classpath looks like? Also describe what your jars look like: how you have things packaged. Also post your persistence.xml. View

[JBoss-user] [JBoss Portal] - Re: How do I add content to the of a page from

2006-04-26 Thread [EMAIL PROTECTED]
http://docs.jboss.com/jbportal/v2.2/reference-guide/en/html/themeandlayouts.html#d0e1657 This cannot be done programatically from within a portlet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939617#3939617 Reply to the post : http://www.jboss.com/index.h

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

2006-04-26 Thread [EMAIL PROTECTED]
mysql5: http://wiki.jboss.org/wiki/Wiki.jsp?page=AvoidMySQL5DataTruncationErrors View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939618#3939618 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939618

[JBoss-user] [JBoss Portal] - Re: MyFaces Portlet crashes

2006-04-26 Thread [EMAIL PROTECTED]
I don't believe this is an issue with Portal, its how myfaces handles the ftp link. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939619#3939619 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939619

[JBoss-user] [Beginners Corner] - Best practice to skip an optional service?

2006-04-26 Thread ckessel
We have several services that may run if our Configuration Service says the optional service is enabled (most everything depends on Configuration Service). What's the appropriate action for a non-configured service to avoid running? Do I call stop() in the start() method? Do I throw an excepti

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

2006-04-26 Thread wconroy
I was trying to integrate the Glassfish's Toplink entity manager into jboss and I am running into some problems. There is an exception being thrown by the glassfish entity manager when it makes a call to PersistenceUnitInfo.getNewTempClassLoader(); The jboss implementation (org.jboss.ejb3.ent

[JBoss-user] [Remoting] - Re: SSL Connection: load a new keystore at runtime

2006-04-26 Thread [EMAIL PROTECTED]
if somebody does System.setProperty on the jsse properties, wont they be picked at runtime? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939613#3939613 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939613 ---

[JBoss-user] [Remoting] - Re: SSL Connection: load a new keystore at runtime

2006-04-26 Thread [EMAIL PROTECTED]
Absolutely. Just enter it at http://jira.jboss.com under the JBossRemoting project and I'll assign it to a release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939611#3939611 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

  1   2   3   >