[JBoss-user] [JBoss jBPM] - Re: Job Opening for Java Architect w/JPBM (Workflow)

2006-03-02 Thread [EMAIL PROTECTED]
LOL! J'aime JBoss! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927690#3927690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927690 --- This SF.Net email is spons

[JBoss-user] [Installation, Configuration & Deployment] - Re: jboss4.0.4

2006-03-02 Thread Instinct
Unless you need to access the TransactionManager via JNDI this should be no problem. AFAIK you can safely ignore this message. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927689#3927689 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-02 Thread yannn
Is it possible to design samples like a big application ? i.e. not all classes in the same package but rather a more real cutting into layered packages. I know that is not required by use of Seam but i think it will help to organize a new 'big' project. That may also help the developers to

[JBoss-user] [EJB 3.0] - Re: When to use EAGER / LAZY

2006-03-02 Thread ppc
if you are using the remote interface when the bean is serialized the field files is null and jboss does not initialize the field because you ask to be lazy, peraphs if you client lives in the container using @local interface the things must work View the original post : http://www.jboss.com/i

[JBoss-user] [JBoss Portal] - Re: Helloworld IPC Problem

2006-03-02 Thread sau
Hey mohan, sorry i saw that again. the classes are in 'output' folder. You will find .jars in resources. Since the class is defined as package, you will have to put them in the same heirarchy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927683#3927683 Rep

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate Reverse Engineering Editor - no tables are sho

2006-03-02 Thread [EMAIL PROTECTED]
is your default schema/catalog set to something non existint ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927681#3927681 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927681 --

[JBoss-user] [EJB 3.0] - Re: When to use EAGER / LAZY

2006-03-02 Thread Instinct
Did you call getFiles() in your Session Bean before calling the method on the entity in the client? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927680#3927680 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927680

[JBoss-user] [Clustering/JBoss] - Re: MBean Clustering , JBoss 4.0.3

2006-03-02 Thread hannes.koller
Hmm I have clustered a simple test MBean class at the moment it is called WorkflowControllerServiceMBean: | public interface WorkflowControllerServiceMBean extends HAMBean { |public void test(); | } | I extracted the invoke() Method to a separate interface called HAMBean: |

[JBoss-user] [Security & JAAS/JBoss] - JAAS fails when java2ClassLoadingCompliance=

2006-03-02 Thread louisaj
I have a login module that works great for several applications in JBoss 3.2.3. However, I have a new application that I have to deploy with java2ClassLoadingCompliance="false" set in the jboss-web.xml file. This is due to some incompatibilities in the jakarta commons libraries in the tomcat web

[JBoss-user] [JBossCache] - How to refresh the cache record

2006-03-02 Thread myself_biswajit
Suppose i executed an query for a specific condition and got some record and stored in a cache.After few times someone has inserted data for that condition in the database.I just want to see those updation in cache also. Is there any mechanism provided by JBoss Caching mechanism? Thanks, Biswaj

[JBoss-user] [JBoss jBPM] - Re: Comparision matrix for jBPM

2006-03-02 Thread purvi.shah
Link ofr previous question in forum http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77619 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927676#3927676 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927676

[JBoss-user] [JBoss jBPM] - Re: Comparision matrix for jBPM

2006-03-02 Thread purvi.shah
Thanks to both of u, I am new to jBPM,I am Exploring jBPM features. My first requirement is Comparision matrix available for JBPm(if any) As I am preparing Marketting Demo for client. I could not find any link for criteria for WARIA. Can u please forward link to me. I check that serverside

[JBoss-user] [Beginners Corner] - Re: JBoss AS and Java EE 5

2006-03-02 Thread [EMAIL PROTECTED]
Sometime this year. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927674#3927674 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927674 --- This SF.Net email is spon

[JBoss-user] [Performance Tuning] - Re: hot deployment issue?

2006-03-02 Thread [EMAIL PROTECTED]
If you started the thread you need to stop it. What is the nature of the thread in question? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927673#3927673 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927673 ---

[JBoss-user] [EJB/JBoss] - Re: Servlet in server/lib

2006-03-02 Thread [EMAIL PROTECTED]
I think so. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927672#3927672 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927672 --- This SF.Net email is sponsored by

[JBoss-user] [JBoss jBPM] - Re: ClassLoader issue with jBPM and EJB3+EAR deployment?

2006-03-02 Thread johndannerpsu
Ok, instead of going that route I have another solution (thanks to another post in this forum). I removed the jbpm.sar directory and the jbpm.war file from the delpoy directory. I then copied the JAR files from the jbpm.sar dir into WEB-INF/lib in my .war file. I then deploy the war and every

[JBoss-user] [EJB/JBoss] - Re: No ClassLoaders found for Tomcat5

2006-03-02 Thread [EMAIL PROTECTED]
You have a screwed up install as jboss-4.0.3SP1 bundles jbossweb-tomcat55.sar not jbossweb-tomcat50.sar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927670#3927670 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=392767

[JBoss-user] [Clustering/JBoss] - Re: MBean Clustering , JBoss 4.0.3

2006-03-02 Thread [EMAIL PROTECTED]
I think this is a problem related to how your integrating with clustering jmx though. The ProxyFactoryHA should not be seeing a state change notification from a remote node. This should only be coming from the local node. What have you clustered? View the original post : http://www.jboss.com/

[JBoss-user] [Clustering/JBoss] - Re: Http Session replication problems when NOT using sticky-

2006-03-02 Thread [EMAIL PROTECTED]
Actually, we do have test cases to test removeAttribute and invalidate during cluster mode. In the test, we use httpclient to invalidate the session on one node and retrive it from the second one (using the same session id). So I'd suggest you do a simpler test. Simply, have two node cluster wit

[JBoss-user] [JBoss jBPM] - Re: ClassLoader issue with jBPM and EJB3+EAR deployment?

2006-03-02 Thread johndannerpsu
Nice --- The values are actually: | | false | false | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927667#3927667 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927667 -

[JBoss-user] [JBoss jBPM] - Re: ClassLoader issue with jBPM and EJB3+EAR deployment?

2006-03-02 Thread johndannerpsu
scotto, I'm having the same issue that you had. I've check my ear file and don't have a jboss-app.xml file so I don't think I'm overriding the default behaviour that is current set in ear-deployer.xml. In that file has the following for isolation: false The system can load the class via your

[JBoss-user] [JBossCache] - Re: how to integrate JBossCache into weblogic using JMX and

2006-03-02 Thread [EMAIL PROTECTED]
Key is whether Spring supports additional lifecycle for deplyment dependency or not? JBoss MBean has create, start, stop, and destroy, for example. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927665#3927665 Reply to the post : http://www.jboss.com/index.h

[JBoss-user] [JBossCache] - Re: Clearing the cache

2006-03-02 Thread [EMAIL PROTECTED]
No, since remove("/") is recursive, so it should be removing each sub-node as well. Like I said, I have a temporary test case trying to re-produce it but couldn't. Is there any complicated test that you are doing there? View the original post : http://www.jboss.com/index.html?module=bb&op=view

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: HttpInvokers & Data Compression using GZIP streams

2006-03-02 Thread [EMAIL PROTECTED]
Yes, http://jira.jboss.com/jira/browse/JBAS-2882 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927663#3927663 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927663

[JBoss-user] [Installation, Configuration & Deployment] - Re: Application Deployment

2006-03-02 Thread sandhyabhandary
I spent nearly 2 days figuring out how to solve the error and checked the .jar file.The class was there but under different package.SO better to view the jar file and the package structure.Now my application is deployed. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[JBoss-user] [Security & JAAS/JBoss] - Re: How to get security domain?

2006-03-02 Thread [EMAIL PROTECTED]
Try | AuthenticationManager authMgr = (AuthenticationManager) new InitialContext().lookup("java:comp/env/security/security-domain"); | String name = authMgr.getSecurityDomain(); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927661#3927661 Reply to

[JBoss-user] [EJB 3.0] - Re: Can you use stored procedures in EJB 3.0?

2006-03-02 Thread redijedi
You can use stored procs using the NamedNativeQuery syntax. Check out http://docs.jboss.org/ejb3/app-server/HibernateEntityManager/reference/en/html_single/index.html#query_native. Most devs that are dead set against stored procs do not have an open mind. Stored procs offer an interface into the

[JBoss-user] [EJB 3.0] - Re: Recursive Relationships

2006-03-02 Thread [EMAIL PROTECTED]
Showing us the exception might help. referencedColumnName doesn't look right or that it is needed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927659#3927659 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927659 -

[JBoss-user] [JNDI/Naming/Network] - Re: Standalone application using jndi jboss datasource

2006-03-02 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources talks about remote configuration. Its slow, and not all driver capabilities are necessarily exposed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927658#3927658 Reply to the post : http://www.jbo

[JBoss-user] [EJB/JBoss] - Re: NoClassDefFoundError with Proxy classes on AIX

2006-03-02 Thread [EMAIL PROTECTED]
I would say its a problem with the jdk on this platform. Its the only platform that has such a problem reported, and I don't see this issue using the ibm jdks on linux for example. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927657#3927657 Reply to the p

[JBoss-user] [JBoss Seam] - Problem with pageflow

2006-03-02 Thread jdestef
Hi, I'm having a problem with my pageflow. When I invoke to annotated begin method the pageflow does not happen. The same page I was just view is redisplayed. My page flow file looks like this: | | | | | | | | | | | |

[JBoss-user] [JBoss jBPM] - Re: Creating loops between nodes

2006-03-02 Thread enazareno
Oops sorry, must have been sleepy. In the thread you must retrieve the old process instance not create a new one. Here is the correction | public void run() { | //this class executes a long running process. It returns a status | boolean pass = ALongRunningProcess.execute();

[JBoss-user] [JBoss Portal] - Re: A bug when using hibernate3 har deployment with jboss po

2006-03-02 Thread jsports
today ,Hiberante team have post a reply. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927654#3927654 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927654 --- Th

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss installer file causing HeadlessException

2006-03-02 Thread [EMAIL PROTECTED]
The installer is a gui based installer so unless you have the ability to display an xwindow. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927653#3927653 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927653 -

[JBoss-user] [JBoss/Spring Integration] - Re: Modifying *.ds.xml in JBoss produces null ManagedConnect

2006-03-02 Thread bluesky1861
yeah... it's a deploy problem i think BTW, where can i find the jboss deployment solution for such a myfaces+spring+hibernate3 based project? cheers~ :D View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927652#3927652 Reply to the post : http://www.jboss.c

[JBoss-user] [EJB 3.0] - Recursive Relationships

2006-03-02 Thread jmiguel77
Is there any way to represent a recursive relationship with annotations in an entity bean ?? I have tried this: @ManyToOne @JoinColumn(name="PARENT_ID", referencedColumnName="ITEM.ITEM_ID") public Item getItem() { return item; } @OneToMany(mappedBy="item") public Collection getI

[JBoss-user] [Installation, Configuration & Deployment] - Re: jboss gives NoClassDefError for jdom/Text when accessed

2006-03-02 Thread md81077
Yes, i have the jdom.jar in my war file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927650#3927650 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927650 --- This

[JBoss-user] [Security & JAAS/JBoss] - Re: Remote call to secure EJB fails

2006-03-02 Thread pdesai
Thanks for your response I should have clarified that I am using JBoss 3.2.7 I first tested authentication policy 'jmx-console' for securing JMX-Console and I was able to log in using admin/admin. I believe that the query is correct. After I verified that authentication policy, I tried using th

[JBoss-user] [EJB 3.0] - When to use EAGER / LAZY

2006-03-02 Thread gus888
Hi all, I currently have a quesion about using the EAGER/LAZY. I have a class: | public class Folder implements Serializable { | ... | @OneToMany (mappedBy="folder", cascade=CascadeType.ALL, fetch=FetchType.LAZY) | public List getFiles() { | return files; | }

[JBoss-user] [Management, JMX/JBoss] - Re: XMBEAN NotCompliantMBeanException on 4.0.4RC1 - Help Ple

2006-03-02 Thread struts-hibernate-engineer
Ok, I think this is resovled. XDoclet does nto output depends fragments. Anyway how can this xmbean run every 30secs? Seems it is registerd but not triggered every 30 secs. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927647#3927647 Reply to the p

[JBoss-user] [JBoss jBPM] - Re: ClassLoader issue with jBPM and EJB3+EAR deployment?

2006-03-02 Thread scotto
OK after sleeping on it and having another look in the morning I found the problem! It turns out I accidently had a jboss-app.xml file included in my .ear file which was enabling scoped class loading via a tag. Remove this file from the .ear and magically everything works! Presumably having a

[JBoss-user] [Management, JMX/JBoss] - Re: XMBEAN NotCompliantMBeanException on 4.0.4RC1 - Help Ple

2006-03-02 Thread struts-hibernate-engineer
Cute, can't believe I missed that. Anyway after building and deploying I got the following: [java] 22:06:36,135 INFO [AspectDeployer] Deployed AOP: file:/C:/jboss-4.0.4RC1/server/tapestry-proto-1.0/deploy/ejb3-interceptors-aop.xml [java] 22:06:41,793 INFO [ServiceConfigurator] Proble

[JBoss-user] [JBoss.NET] - Re: Problem With JBoss.net webservice

2006-03-02 Thread kanjilal
One other thing, it looks like my web-service.xml file that I initially posted was incomplete and missing some stuff, listed below is the stuff that was missing from that file: service name="urn:FileCaptureService" provider="java:RPC" parameter name="className" value="com.adobe.esd.headligh

[JBoss-user] [Security & JAAS/JBoss] - Re: Remote call to secure EJB fails

2006-03-02 Thread j2ee_junkie
Dear pdesai (hmm pinkesh?), The log trace shows that the username 'admin' was not found using the select query you supplied. So I would check from the database side. 1.) What do you have as your datasource element in the EJB's jbosscmp.xml (if using EJB2.1) file? 2.) Is the principals query v

[JBoss-user] [JBoss.NET] - Problem With JBoss.net webservice

2006-03-02 Thread kanjilal
Hi: I initially posted this to the other forum but I thought I'd post it here as well, I am trying to deploy a webservice using JBoss.net and axis, listed below are the details: JBoss Version:3.2.5 Axis Version:1.1 JDK:1.4.2 I created a web-service.xml by hand for my java class that serves as t

[JBoss-user] [JBossWS] - JBoss.net error

2006-03-02 Thread kanjilal
Hi: I am building a webservice using the following: Version: JBoss 3.2.5 Module: JBoss.net Axis Version Being Used: 1.1 I created a .wsr file as well as a .ear file and inside the .wsr file I put in my webservice class as well as my web-service.xml When I go to deploy my application though I ge

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message Driven Bean does not catch the message with onMe

2006-03-02 Thread genman
Back in 2003? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927640#3927640 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927640 --- This SF.Net email is sponsored

[JBoss-user] [News & Announcements] - JBossCache 1.3.0.Beta1 released

2006-03-02 Thread [EMAIL PROTECTED]
The 1.3.0.Beta1 release of JBossCache is available from sourceforge here: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=102339&release_id=398120 Full release notes with compatibility notes an highlights are included in the release changelog. The summary for JBossCache-1.3

[JBoss-user] [JBoss Seam] - Re: Pageflow IDE

2006-03-02 Thread [EMAIL PROTECTED]
talk to the jboss ide guys. I use the nightly build: http://download.jboss.org/jbosside/builds/nightly/buildResults.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927638#3927638 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [JBoss Seam] - Re: Pageflow IDE

2006-03-02 Thread Magnus Lidbom
I'd just like to suggest, in the friendliest way possible, that it would be very nice if the update site was kept up to date. Shouldn't this stuff be in at least the development version of the update site? Currently the update version is older than the stable version View the original po

[JBoss-user] [Installation, Configuration & Deployment] - Re: jboss gives NoClassDefError for jdom/Text when accessed

2006-03-02 Thread AzzaAussie
In jboss 4.0.2 jaxen.jar is part of the bootstrap libraries. This has been changed for version 4.0.3 http://jira.jboss.com/jira/browse/JBAS-1970 Putting jdom.jar in your war/ear might not be enough if classes from within jaxen.jar are trying to access jdom classes. Jboss class loading htt

[JBoss-user] [Beginners Corner] - Re: Problems in web-console

2006-03-02 Thread ineverstop
Your welcome, Linuso. Glad to be of help. [EMAIL PROTECTED] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927634#3927634 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927634

[JBoss-user] [EJB/JBoss] - Re: Client blocks while accessing EJB on JBOSS ver4.0.3

2006-03-02 Thread anshah1
This post is for other ignorant people like me. Investigate the Service Activator design pattern for this problem. --Anuj View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927633#3927633 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [EJB 3.0] - Re: Injecting a String

2006-03-02 Thread [EMAIL PROTECTED]
env-entry also supports the injection-target element View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927632#3927632 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927632

[JBoss-user] [Security & JAAS/JBoss] - Re: Rudimentary questions about how JAAS works

2006-03-02 Thread cchoi
Thanks for reply, cgriffith :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927630#3927630 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927630 --- This SF.Net e

[JBoss-user] [EJB 3.0] - Re: Can you use stored procedures in EJB 3.0?

2006-03-02 Thread treespace
Stored procedures have performance benefits and also provide a uniform implementation when you have Java and other languages using the same resources. If some client insists on using stored procedures use JDBC. You can call stored procedures from POJOs or old-style EJB code. Cash client check as

[JBoss-user] [JBoss Seam] - Booking Example: Why does the FacesMessage "Invalid Login" n

2006-03-02 Thread hurzeler
Hello there, I noticed that the "Invalid Login" message of the LoginAction does not display on the home page. Is that because the FacesContext gets emptied on the redirect? If yes how can we get around the issue and display the message anyway? Please help. Thanks! Bernie View the original po

[JBoss-user] [JBoss jBPM] - Re: Job Opening for Java Architect w/JPBM (Workflow)

2006-03-02 Thread [EMAIL PROTECTED]
Alejandro, who will bring us the wonders of Bpel for people if you leave us? ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927627#3927627 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927627

[JBoss-user] [JBoss jBPM] - Re: New front end for jbpm

2006-03-02 Thread bpoweski
I'd go with webservice endpoints as not everyone using jBPM is using java. We have a ruby application that participates in workflow via Hessian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927626#3927626 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [JBoss Seam] - Maven 2 Support

2006-03-02 Thread cesarizurieta
I'm using maven 2 in my projects. Currently there's no seam artifact in any of the standard repositories (see http://www.ibiblio.org/maven2/). Would It be possible to upload it there? I have a working pom.xml that generates the artifact. It's a really basic pom (no dependencies and no tests): p

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSP Compiler error

2006-03-02 Thread twick
After a complete uninstall of symantec, the issue seems to have disappeared during my limited testing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927623#3927623 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=392762

[JBoss-user] [Clustering/JBoss] - Re: Http Session replication problems when NOT using sticky-

2006-03-02 Thread jcprout
I just found a parameter in jbossweb-tomcat55.sar/META-INF/jboss-service.xml which looked as though it should fix my problems: | | true | This looked like it should solve my problems, but I changed the value to "false" and it didn't make any difference :-( John View the or

[JBoss-user] [JBoss Seam] - Re: Tomahawk (FileUpload) argument mismatch

2006-03-02 Thread macumbr
Hi ido, My english is poor... sorry It's a classloader problem... To solve this I put all jars which application needs in a server/default/lib And no more jars inside into jars of the application. Into jars of the application, I have only the application jars. All the libs is inside of server

[JBoss-user] [Security & JAAS/JBoss] - Remote call to secure EJB fails

2006-03-02 Thread pdesai
I am trying to call secure EJB from outside the JVM using a simple java client. Here are the steps I followed to configure my client - 1. Defined auth.conf file client-login{ |org.jboss.security.ClientLoginModule required; |}; 2. Wrote the client that make a call to secure

[JBoss-user] [JBoss jBPM] - Re: install jbpm

2006-03-02 Thread sparx
Hello all, I need a lot of help. I've happily installed the prepackaged JBoss Portal. I'd like to drop the jbpm.war file from the JBPM starter kit into the deploy directory of JBoss portal and see magic. This does not happen. Does anyone know how I can get these two products to play togethe

[JBoss-user] [Security & JAAS/JBoss] - Re: Rudimentary questions about how JAAS works

2006-03-02 Thread j2ee_junkie
Good Day cchoi, In the Tomcat servlet container, an authenticated entity is stored as a Principal in the Session. This principal is really an extension of java.security.Principal that also stores an array of String "roles". On every request (if a web app has configured to use Container Manage

[JBoss-user] [EJB/JBoss] - NoClassDefFoundError with Proxy classes on AIX

2006-03-02 Thread jasonb2
I'm running into a problem on AIX when looking up EJB's. I get a NoClassDefFoundError on a $Proxy class when I look up EJB's either in the same JBoss instance or in a remote instance. Below are links to a few posts up to 4 years old where people have had the same problem but no resolution, wor

[JBoss-user] [JBoss Portal] - not able to access the site

2006-03-02 Thread ilangocal
Hi I am not able to access the site for downloading your application thanks ilango View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927614#3927614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927614 -

[JBoss-user] [JBoss Seam] - Re: Problem using ADF menu model

2006-03-02 Thread nusa
"[EMAIL PROTECTED]" wrote : Looks like a classpath problem Well ... the adf jars are in WEB-INF/lib. Any more suggestions ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927613#3927613 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[JBoss-user] [JBoss Seam] - Re: Tomahawk (FileUpload) argument mismatch

2006-03-02 Thread ido_tamir
I would like to know how you solved the problem, because I am getting the same exception now. thanks ido View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927612#3927612 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927

[JBoss-user] [EJB 3.0] - Re: Injecting a String

2006-03-02 Thread bdecoste
To inject a String, use this: @Resource(name = "TheStringResource") private String theStringResource; ejb-name TheStringResource java.lang.String value View the original post : http://www.jboss.com/index.html?mod

[JBoss-user] [Clustering/JBoss] - Re: Http Session replication problems when NOT using sticky-

2006-03-02 Thread jcprout
My test application uses struts, but the session attribute I'm using as a marker is not used by struts. I have 2 JSP pages. Each displays the name of the host that served it, and then lists the name/value of all session attributes, like so: | <% | java.util.Enumeration enm = session.get

[JBoss-user] [JBoss Portal] - Re: Portlet example released

2006-03-02 Thread ilangocal
Hi Do I need Netbeans to run this application? thanks ilango View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927608#3927608 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927608 --

[JBoss-user] [Security & JAAS/JBoss] - Rudimentary questions about how JAAS works

2006-03-02 Thread cchoi
Hello, This is a rudimentary question but I?m not sure what the authenticated entity ACTUALLY is in a web app. Is it the session or the object in which JAAS authentication occurred?? For example, consider a user who wants to access a secured EJB though a web application. A user would login in

[JBoss-user] [Installation, Configuration & Deployment] - Error launching JBoss outside MyEclipseIDE

2006-03-02 Thread bechemeko
When I deploy my application from within the MyEclipseIDE, I can launch the browser and connect and the application works fine. However, when I launch Jboss outside of the IDE, I receive a Jboss error. The apllication uses Hibernate3. Here is the JBoss Console output from the DOS prompt:

[JBoss-user] [Installation, Configuration & Deployment] - JBoss installer file causing HeadlessException

2006-03-02 Thread lightbulb432
Hi, while trying to install JBoss 4.0.3 (using the installer .jar) on a Linux remote server with no GUI, I got a java.awt.HeadlessException. After some brief research, I decided to try setting java.awt.headless=true. But same problem...see below. I could try to use the non-jar JBoss files for i

[JBoss-user] [JBoss Eclipse IDE (users)] - Hibernate Reverse Engineering Editor - no tables are shown

2006-03-02 Thread va
Hi, for some reason tables are not shown when i click refresh button. I know the configuration is right, because if i change the conig file i get exceptions (in log). Can anyone explain the problem? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927

[JBoss-user] [Management, JMX/JBoss] - Re: XMBEAN NotCompliantMBeanException on 4.0.4RC1 - Help Ple

2006-03-02 Thread [EMAIL PROTECTED]
For one thing, class MemoryMonitorService shouldn't be abstract View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927596#3927596 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927596

[JBoss-user] [EJB 3.0] - Re: Problem with Lazy attributes - 4.0.3SP1-EJB3.0RC4

2006-03-02 Thread jwynett
I'm still getting an exception even using the fixed jboss-serialization.jar and I've narrowed it down to a pretty specific case. For me it happens on any ManyToOne that is LAZY and I don't have problems with other types of relationships. Note the error occurs when doing a find by Id however it

[JBoss-user] [J2EE Design Patterns] - Re: first time jboss

2006-03-02 Thread kimry
Hello It works now I did edit java.conf and /etc/profile = # System-wide Java configuration file-*- sh -*- # # JPackage Project # Location of jar files on the system JAVA_LIBDIR=/usr/share/java # Location of ar

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

2006-03-02 Thread burtoncarl
That still seams a bit short sighted, it would have been nice to be able to install it from the console. Now I have to install it onto 2 machines? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927592#3927592 Reply to the post : http://www.jboss.com/index.h

[JBoss-user] [Management, JMX/JBoss] - Re: XMBEAN NotCompliantMBeanException on 4.0.4RC1 - Help Ple

2006-03-02 Thread struts-hibernate-engineer
my jboss-service.xml got chomped during the post process. Here is another shot at it... | | package services.jmx; | | import java.io.*; | import java.lang.*; | import org.jboss.system.*; | | import org.apache.commons.logging.Log; | import org.apache.commons.logging.LogFactory

[JBoss-user] [Management, JMX/JBoss] - XMBEAN NotCompliantMBeanException on 4.0.4RC1 - Help Please,

2006-03-02 Thread struts-hibernate-engineer
Hi, I am getting NotCompliantMBeanException: Cannot instanciate MBean: services.jmx.MemoryMonitorService) Can anyone look at this simple xmbean and tell me why it is not compliant? It is the same kind as the one from the memorymonitor from xdoclet in action. Thanks for any tips. Code follow

[JBoss-user] [JBoss Seam] - Re: Conference Talks

2006-03-02 Thread [EMAIL PROTECTED]
One more to add. I'll be speaking at CinJUG later this month. March 27: Cincinnati Java User's Group See: http://www.cinjug.org/meetings/index.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927589#3927589 Reply to the post : http://www.jboss.com/inde

[JBoss-user] [JBoss Seam] - Re: Always having a Conversation

2006-03-02 Thread [EMAIL PROTECTED]
Use an @Create @Begin method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927588#3927588 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927588 --- This SF.Net ema

[JBoss-user] [JNDI/Naming/Network] - Standalone application using jndi jboss datasource

2006-03-02 Thread schuller007
Hello, I have a stand-alone java rich client application that makes use of hibernate. Is it possible to configure a data source in JBOSS and configure hibernate on the client side to use it via JNDI? Any samples? Gotchas? Sample hibernate property files? Thanks in advance, Richard View the ori

[JBoss-user] [JBoss jBPM] - How to isolate by Process Definition

2006-03-02 Thread amalycky
Maybe I am missing something, but if I want to get a list of all tasks for a given actor and I create my jbpmsession through the factory and I call jbpmSession.getTaskMgmtSession().findTaskInstances("myActor") what is stopping me from getting tasks assigned to this actor in all the different J

[JBoss-user] [JBoss Seam] - Re: Prevent @Factory method execution?

2006-03-02 Thread emsa
Sorry haven't got around to the traces yet, but I guess that one way to avoid the @Factory problem is to scope the affected component as @Page (or higher ...) /Magnus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927585#3927585 Reply to the post : http://w

[JBoss-user] [JBoss AOP] - Constructor Interception on Caller-Side?

2006-03-02 Thread schaefera
I just run into a snag when I tried to instrument Constructors. It seems that constructors are only instrumented on the Caller side meaning that a constructor is not instrumented when I do not instrument the caller's code for example using AOPC. I also do not understand why there are two ways to

[JBoss-user] [JBoss Seam] - Always having a Conversation

2006-03-02 Thread emsa
I need to a have a conversation running at "all" times. Is there a way to always have a Conversation associated with a window without having to call a @Begin method? I also think it would be nice if you could start a conversation when accessing an Object with the @Coversational annotation (@Cov

[JBoss-user] [EJB 3.0] - Re: InitialContext lookup problem

2006-03-02 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=FromJBossEJB3.0RC3ToRC4PFD View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927580#3927580 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927580 -

[JBoss-user] [JBossWS] - Re: jbossws under jboss-4.0.x ?

2006-03-02 Thread [EMAIL PROTECTED]
If you try to deploy your web services AFTER server startup, what happens? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927578#3927578 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927578 --

[JBoss-user] [JBoss Portal] - Re: Sorting and Localization for Navigation Portlet

2006-03-02 Thread mholzner
This thread is getting confusing for me: You should be perfectly fine packaging your portlet(s) in a separate WAR and deploying that to the appserver that hosts the portal. As long as all your resources that the portlet uses are in the same context (WAR) you should be fine; there are no class

[JBoss-user] [EJB 3.0] - Re: Transient members

2006-03-02 Thread zauberlehrling
Although the data is not persistent via the EJB3 persistence mechanism, I would like to keep some data in the entity beans. I will take a closer look at the the jboss-entity-cache! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927572#3927572 Reply to the

[JBoss-user] [Beginners Corner] - HPUX 11.11 issues with JBoss

2006-03-02 Thread lillianned
We are having issues running JBoss at startup on HP UX 11.11. We run the Apache and JBoss startup script last and we even have added a 10 minute delay to the script to make sure that all other process have loaded correctly. Currently, we are running JBoss 3.0.6 Apaches 2.0.55 and tomcat 4.1.1

[JBoss-user] [Installation, Configuration & Deployment] - Eclipse, JBoss, HotSwap and IBM J9 JVM

2006-03-02 Thread ocana
Hello, Has anyone gotten the class HotSwap feature to work on JBoss using the IBM J9 VM? Using the Sun VM one can modify a class in memory when running in debug mode as long as you don't change the "shape" of the class. This works fine for me. IBM's J9 goes further and allows you to make changes

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSP Compiler error

2006-03-02 Thread twick
Thats the same thing we've been thinking here is that its an OS level issue, not actually a JBoss problem. Symantec antivirus is running, but after disabling all the symantec related services and turning off the auto-protect, the issue was still there. Maybe it needs to be completely uninstalled

[JBoss-user] [JBoss Portal] - Re: Admin CMS Portlet, upload file error

2006-03-02 Thread jpaagt
replace ejb3.deployer/commons-fileupload.jar with the last version from apache.org View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927565#3927565 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927565 -

[JBoss-user] [JBoss Seam] - Re: validation problems

2006-03-02 Thread gnulp
well it's done - I made a patch now using jira-135 patch from Marvin van Schalkwyk who implemented a plugabble factory for custom validations ... I tried to derive from hibernates ClassValidator but without success - too many private variables and procedures ... Thus created a SeamClassValidato

[JBoss-user] [Installation, Configuration & Deployment] - jboss4.0.4 "transactionmanager not bound"

2006-03-02 Thread afjochnick
Hello, I have just run the 4.0.4RC1 installer on my Fedora server. It installs and starts, but in the startupscript i get a very strange error: [EJBTimerServiceImpl] Cannot obtain TransactionManager from JNDI, using TxManager.getInstance(): javax.naming.NameNotFoundException: TransactionManag

  1   2   3   >