[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Urgent help

2005-12-27 Thread sanu_82
Hi All I need a urgent help.I have created Web-app on my PC .Now i want to install or load the web-app on server PC .Where Server PC is NTFS(which i dont know ,our h/w engineer told to me) & my PC is FAT32.When installing web-app i have to install JRUN on server,but since when i try install JRUN

[JBoss-user] [EJB 3.0] - Re: Enum attributes in Entity Beans ...

2005-12-27 Thread yuyong
"dsouza" wrote : Ok, I tested it again for Oracle and it did work, however I did run into some other problems. | | I have a cactus test suite that inserts/updates/deletes entities in the database to make sure they're working and that they have the appropriate permissions. So in order to tes

[JBoss-user] [Installation, Configuration & Deployment] - how to Integrate the web application with JBPM?

2005-12-27 Thread suresh_msc
hi, we r developing a BPM solution using jBPM. can anybody help me how to integrate my web application with jBPM. what exactly i mean is we created the par file but where to put the userinterfaces and the application code. Regards Suresh View the original post : http://www.jboss.com/index.html

[JBoss-user] [Beginners Corner] - Where can I find the JBOss examples mentioned in the admingu

2005-12-27 Thread dhanyakairali
Hi , I downloaded the admiguide.pdf(The JBoss Application Server guide JBoss AS 4.0.3) The guide refers to the JBOss examples. I did not find them anywhere. Can you help? TIA Dhanya View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914526#3914526 Reply to

[JBoss-user] [JBoss jBPM] - Accessing jBPM in jBoss through Tomcat Q

2005-12-27 Thread fmuhlenberg
What additional configuration is necessary, if any, to enable a servlet running from a war file on tomcat to save a process definition? I'm using the default bundled jBPM distribution v3.0.2 and have been running into some issues. At present, I'm too lazy (intimidated) to create a session bea

[JBoss-user] [JBoss jBPM] - Re: intergrate jbpm into tomcat

2005-12-27 Thread fmuhlenberg
Try placing your action handler classes in the WEB-INF/classes directory before you create your war file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914524#3914524 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [JBoss jBPM] - Re: JpdlXmlWriter.toString() exception

2005-12-27 Thread fmuhlenberg
My followup. I've found that there is a difference in the functionality when running various DB related commands from a servlet versus from an EJB. GraphSession.saveProcessDefinition() seems especially sensative to this. So, I'll ask my question about Tomcat and the EJB engine in another thr

[JBoss-user] [JBoss jBPM] - Re: how can i add the variable's description?

2005-12-27 Thread PJMVN
You will know how it work if you read JSF. This is a JSF page, and "#{...}" to call a bean only. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914522#3914522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914522

[JBoss-user] [JBoss jBPM] - Re: assignement and actorid

2005-12-27 Thread MichaelChanin
Within jBPM, the actor id is just a regular old String. It's up to your application to associate the id with an object you use to represent the user. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914521#3914521 Reply to the post : http://www.jboss.com/in

[JBoss-user] [JBoss Seam] - Re: Running noejb tests w/o JBoss?

2005-12-27 Thread RobJellinghaus
Looks like it was a stale Ant version -- 1.6.0 apparently doesn't recognize the existence of Java 1.5 :-) But then I get this: [testng] FAILED: org.jboss.seam.test.PhaseListenerTest.testSeamPhaseListenerNewLongRunning() |[testng] java.lang.NullPointerException |[testng] at or

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: SOS! my jboss dead for the following exception, can you

2005-12-27 Thread mycjol
It is a strange thing, the same setting in our HK staging and ShenZhen staging, but ShenZhen staging work normally and HK staging dead everyday. So I also suspect the problem is related to the OS/hardware. Setting: Windows 2000 advanced server Jboss-4.0.0 j2sdk1.4.2_07 We try j2sdk1.4.2_10 in

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Configuration JBOSS IDE with Hibernate

2005-12-27 Thread imThinking
I have met the problem too, make sure that the Catalog.hbm.xml file are included in the /WEB-INF/classes directory of your .ear or .war package, and be sure that the Catalog.hbm.xml file be match to the dtd. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39145

[JBoss-user] [JBoss jBPM] - Re: how can i add the variable's description?

2005-12-27 Thread kentest
can anybody help me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914517#3914517 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914517 --- This SF.net email is spo

[JBoss-user] [JBoss jBPM] - Re: JbpmSessionFactory error

2005-12-27 Thread enazareno
Have you checked that the libraries are in the correct path? What version of jbpm are you using? What is your application server? When starting up the server, have you seen the hibernate mappings? This is the first indication that hibernate maps correctly and your factory is in place. If you p

[JBoss-user] [Beginners Corner] - Re: Need help with JBoss connection pooling and performance!

2005-12-27 Thread jboss05
Thanks genman. We found the issue. The fetch size was not the same in the legacy and JBoss version of the code. It was 20 in our legacy server and is default value 10 in the JBoss version. After changing this, we saw a significant change in performance. But there is still a 40-50ms difference b

[JBoss-user] [JBoss jBPM] - Re: how to design multiple sub-processes

2005-12-27 Thread brittm
Sounds like a subprocess is exactly what you need. Your user interface related to a particular state/task could provide a button, and each time the user clicks it, a new "candidate" sub process is started. When ending the parent process, you would likely have to provide code that would termina

[JBoss-user] [Installation, Configuration & Deployment] - Problem with ejb deployment!

2005-12-27 Thread newbeeuser
Hi, I am trying to deploy a simple hello bean ejb. I am getting following exception 17:26:30,281 ERROR [MainDeployer] Could not create deployment: file:/C:/software s/jboss-4.0.3SP1/server/default/deploy/hellobean.jar org.jboss.deployment.DeploymentException: ejb-jar.xml must either obey the righ

[JBoss-user] [Installation, Configuration & Deployment] - JBoss 4.0.3 Migration errors

2005-12-27 Thread samsuniverse
Attempting to migrate from JBOSS4.0.1 to JBOSS4.0.3SP1. I'm getting these errors as I try to start up my server with my application deployed as an .ear file. This used to work in JBOSS4.0.1. Anybody have ideas on what's going on here? Any help is appreciated. Thanks. 14:29:51,545 INFO [Serve

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Error, runnig xdoclet on tutorial ( latest versions )

2005-12-27 Thread svoice
OK! It worked for me with a little workaround (over sgparry's one). I followed the previous post step by step but Alas! no jar file found in target directory. I just jar-ed it myself, zipping the whole xjavadoc directory inside target/classes and then renaming it as told. I overwrote the ecli

[JBoss-user] [JBoss Portal] - Re: possible bug in portal 2.2

2005-12-27 Thread mpurdy1973
okay, thanx :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914509#3914509 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914509 --- This SF.net email is sponsore

[JBoss-user] [JBoss Portal] - Re: possible bug in portal 2.2

2005-12-27 Thread knovoselov
anonymous wrote : read this from jsr 168: it seems like using the request.(get|set)Attribute is valid??? | It is valid, but nobody gurantees that render methods would have access to the same instance of request as processAction. doGet use new request object each time you refresh the page o

[JBoss-user] [EJB 3.0] - Simple stateless session bean example- does one exist?

2005-12-27 Thread bmorrisjboss
Does anyone have a simple example of how to connect a Java application to a stateless session bean? I've looked at http://docs.jboss.org/ejb3/app-server/tutorial/stateless/stateless.html already. I haven't any idea where the necessary build.xml file is located in order to run Ant as it is descr

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Problems Lazy loading in Hibernate Server Side

2005-12-27 Thread rfboehme
Sorry about the mispost; this should allow you to read the examples I provided. Unfortunately, I'm having trouble posting my example without the text vanishing, os please bear with me: Hi there. I'm using Hibernate with Spring and JBoss, and am having problems with lazy loading. I'm using XDo

[JBoss-user] [JBossWS] - Re: EJB & Webservice Clustering

2005-12-27 Thread [EMAIL PROTECTED]
"prince" wrote : | It simply producing the memory dumps and restarting more frequently. | What do you mean by memory dumps? Are you talking about a JVM crash. If so, this would be a bug specific to the JVM (not with jboss) "prince" wrote : | Is it possible to do clustering for webservic

[JBoss-user] [JBoss jBPM] - Re: Article over jBPM

2005-12-27 Thread [EMAIL PROTECTED]
Bernd, You are our hero... Ronald is somewhere in Austria on a ski trip, so I guess he did not deliver on his promise of translating page 2 before Sunday. Anyway, we are excited about the upcoming translation. Do you already know where it will appear? Regards, Koen View the original post : h

[JBoss-user] [JBossWS] - Re: xsd:any: content of _any not present in SOAP message ret

2005-12-27 Thread [EMAIL PROTECTED]
The fix for http://jira.jboss.com/jira/browse/JBWS-248, will be included in 4.0.4. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914502#3914502 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914502

[JBoss-user] [JBoss Eclipse IDE (users)] - Project structure best practices

2005-12-27 Thread aspa
hi I'm planning a project structure for new projects and I'd be interested in getting feedback on what other people feel is a good project structure, preferably one that has has endured the test of time. I'm planning on using Ant for builds and packaging. Eclipse could be used as the official

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Problems Lazy loading in Hibernate Server Side

2005-12-27 Thread rfboehme
Hi there. I'm using Hibernate with Spring and JBoss, and am having problems with lazy loading. I'm using XDoclet to generate my Hibernate configuration files, and have searched on this topic extensively. The best resource so far that I have found is here: http://www.jroller.com/page/kbaum/20040

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Problems Lazy loading in Hibernate Server Side

2005-12-27 Thread rfboehme
Hi there. I'm using Hibernate with Spring and JBoss, and am having problems with lazy loading. I'm using XDoclet to generate my Hibernate configuration files, and have searched on this topic extensively. The best resource so far that I have found is here: http://www.jroller.com/page/kbaum/20040

[JBoss-user] [JBossWS] - Re: JBoss xsd:any mapping

2005-12-27 Thread [EMAIL PROTECTED]
Yes a single SOAPElement is supported. See http://wiki.jboss.org/wiki/Wiki.jsp?page=WSMessageEndpoints. If you still run into issues, could you post your wsdl and jaxrpc-mapping file? -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914497#3914497 Re

[JBoss-user] [EJB/JBoss] - Compression with the http invoker

2005-12-27 Thread sewatech
Hi, I would like to add gzip compression on the http invoker (request and response). How is it possible without developping a new invoker ? I'm using JBoss 4.0.2 but can upgrade if necessary. thanks Alexis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914

[JBoss-user] [JBoss Portal] - Re: portal 2.2 deployement warning/error

2005-12-27 Thread dmiklancic
I am suffering the same issue. I have tried the 2.2 bundled version ... HSQL works ... switching to Oracle 9i fails. I have tried the ejb3.0 setup using installer followed by portal 2.2 ... with HSQL it works ... with Oracle 9i it fails. I have tried 2.2 bundled version with ejb3.0 installed .

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-27 Thread js8523
Try using instead, i've had a strange problem with trying to directly use #{g.code} before. James View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914494#3914494 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=391449

[JBoss-user] [JBoss Portal] - Re: possible bug in portal 2.2

2005-12-27 Thread mpurdy1973
how would you marshall it into a render parameter? futhermore, i have been thinking and doing research: i.e. what if you have a portlet that read something a datasource in the action request. if the connection to the datasource fails you would want to show it in the render (doView/doEdit/doHel

[JBoss-user] [Messaging, JMS & JBossMQ] - NPE (In JMSCI message listener) on calling SSB method from M

2005-12-27 Thread kannan
Hello: I am getting the following stack trace of NPE when I call a stateless session bean method from the onMessage() of my MDB. Both MDB and SSB use CMT and MDB is configured to listen on a remote mq provider. When i remove the SSB method call from the onMessage(), the problem vanishes. I

[JBoss-user] [EJB 3.0] - Re: Can't get method permissions to work on a session bean

2005-12-27 Thread [EMAIL PROTECTED]
we have not documented yet on how to use SSL with EJB3. THere is a unit test case for it within CVS if you need it now. You are looking at the EJB 2.1 container way to configure SSL. This will not work AT ALL and don't even attempt it. View the original post : http://www.jboss.com/index.html

[JBoss-user] [EJB 3.0] - Re: EJBException vs. RemoteException

2005-12-27 Thread [EMAIL PROTECTED]
This isn't entirely true: Only raw RuntimeExceptions should be wrapped in EJBException. Checked exceptions won't be. Checked or Unchecked exceptions annotated with @ApplicationException won't be either. If they are, it is a bug in our impl. In certain transactional situations, things are wr

[JBoss-user] [EJB 3.0] - Re: Cancel a Rollback

2005-12-27 Thread [EMAIL PROTECTED]
So, your ENFE exception is propagated to the nester of the EJB? If a runtime exception gets thrown pass an EJB boundary then the transaction is marked for rollback. You can't get around this. Refactor your code to use find() and check for NULL or catch the ENFE exception within the nested EJB

[JBoss-user] [EJB 3.0] - Re: EJB3: Is it possible to use both annotations AND descrip

2005-12-27 Thread [EMAIL PROTECTED]
On SSL: We haven't documented it yet. If you need an example, checkout from CVS, go to the ejb3/ module. src/test/org/jboss/ejb3/test/ssl and ssladvanced give examples. The chapter 8 documentation you refer to is about our old EJB 2.1 container. We do not ignore deplyment descriptors. What

[JBoss-user] [EJB 3.0] - Re: ClassNotFoundException when using resin, jboss and EJB3

2005-12-27 Thread [EMAIL PROTECTED]
that looks like your problem. Could be that you have different versions of your app or EJB3 or whatever deployed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914486#3914486 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [Security & JAAS/JBoss] - Re: group based authentication

2005-12-27 Thread [EMAIL PROTECTED]
That as described in chap8 of the dev guide, only the Roles group is used for matching the j2ee descriptor roles. Read the current usage of the subject roles and come up with something different: http://www.jboss.com/products/jbossas/docs View the original post : http://www.jboss.com/index.htm

[JBoss-user] [Installation, Configuration & Deployment] - Jboss 4.0.0 with Jetspeed 1.6 with Fusion portal

2005-12-27 Thread deeps777
Hi All, I am using jboss 4.0.0 app server and trying to use jetspeed 1.6 with the Fusion bundle. I am able to set up jetspeed with Jboss 4.0.2 but not with jboss 4.0.0. When I set up jetspeed with jboss 4.0.0 I am getting the following error Any help will be appriciated 07:53:49,648 ERROR [Hyp

[JBoss-user] [Installation, Configuration & Deployment] - Jboss 4.0.0 with Jetspeed 1.6 with Fusion portal

2005-12-27 Thread deeps777
Hi All, I am using jboss 4.0.0 app server and trying to use jetspeed 1.6 with the Fusion bundle. I am able to set up jetspeed with Jboss 4.0.2 but not with jboss 4.0.0. When I set up jetspeed with jboss 4.0.0 I am getting the following error Any help will be appriciated 07:53:49,648 ERROR [Hyp

[JBoss-user] [Clustering/JBoss] - Re: TreeCache error when node leaves network

2005-12-27 Thread knatarajan
Thanks for your response. >From what I understand from jboss cluster documentation, I need to separate >the "partition" and "cluster". Pl clarify on what u mean by "3 clusters". This is how I start jboss : run -c all -Djboss.partition.name=<> -Djboss.cluster.name=<> View the original post : h

[JBoss-user] [Beginners Corner] - Remote Deployment

2005-12-27 Thread axworthy
Hi, I've seen a post on remote deployment before but not related to remote deployment from Eclipse nor were the replies to these earlier posts of much use - they tended to go off track. Is it possible to remote deploy an ear file from Eclipse 3.1.1 to JBOSS AS 4? Under Ecplipse->Window->preferen

[JBoss-user] [Security & JAAS/JBoss] - Re: group based authentication

2005-12-27 Thread ralluri
I did look at the code for DataBaseServerLoginModule which calls Util.getRoleSets(...) method. String name = rs.getString(1); String groupName = rs.getString(2); if( groupName == null || groupName.length() == 0 ) groupName = "Roles"; Group g

[JBoss-user] [JBoss Seam] - Re: java.io.UnsupportedEncodingException: null when using fa

2005-12-27 Thread demostenes1509
In first place, you must add the following code to your web.xml file: extensionsFilter oracle.adf.view.faces.webapp.AdfFacesFilter ADF Resources Servlet oracle.adf.view.faces.webapp.ResourceServlet

[JBoss-user] [Clustering/JBoss] - Re: cluster aware Timers

2005-12-27 Thread [EMAIL PROTECTED]
No, ejb timers are not cluster aware. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914475#3914475 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914475 --- This SF

[JBoss-user] [Security & JAAS/JBoss] - Re: group based authentication

2005-12-27 Thread [EMAIL PROTECTED]
Look at the source to understand why this would have no affect. If you create a custom version that you think is a generalization that should be incorporated create a jira issue for the updated version: http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.com/index.

[JBoss-user] [JBoss Eclipse IDE (users)] - Jboss plugin problems

2005-12-27 Thread rlpatrao
Hello, I am facing two problems with JBoss plugin. 1. I cannot go into the preferences Jboss-IDE->deployer. This throws an error 'Unable to create the selected preferences page'. Eclipse log shows : !MESSAGE An error occurred while automatically activating bundle org.jboss.ide.eclipse.deployer

[JBoss-user] [Security & JAAS/JBoss] - Re: Identity/Access Management/SSO UseCases

2005-12-27 Thread guidomuelleraventis
I have an external authentication through Apache using the spnego protocol (automatic authentication with Kerberos of a user that uses Internet Explorer inside an Active Directory Domain). I need to create the user principal using the REMOTE_USER http request header supplied by apache. View th

[JBoss-user] [Security & JAAS/JBoss] - Valve needed

2005-12-27 Thread guidomuelleraventis
I have my HTTP request authenticted by Apache HTTPD. Apache sets the REMOT_USER request header. I need to create a valve that allows me to create the required principal. I don't know if there is a valve that can be used for this purpose. I do not know how the class JBossGenericPrincipal can be u

[JBoss-user] [EJB/JBoss] - Re: role/request-based transaction timeouts?

2005-12-27 Thread plutus
Thank you very much. But HOW can I SET the transaction timeout for the current transaction in my interceptor? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914468#3914468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [JBoss Seam] - Very very Newbie question about datamodel

2005-12-27 Thread Shinerella
Hi guys! I 'm just starting to learn how to develop using jboss seams & facelets ejb3 and i ran into some problems, so im posting here if somebody can help this little girl If I have a list of objects "CaroTypeGroup" as I describe here, (this is when u check the object with the eclipse inspec

[JBoss-user] [JBoss Portal] - Re: CMS Portlet Issue

2005-12-27 Thread [EMAIL PROTECTED]
ok. I tested now, and in fact, this is a bug. Clicking a link in the CMSPortlet on one page, sends you back to the default page, with the proper link page displayed. I have created a bug in jira: http://jira.jboss.com/jira/browse/JBPORTAL-538 View the original post : http://www.jboss.com/index

[JBoss-user] [EJB 3.0] - Possible problem with mysql configuration

2005-12-27 Thread Sventevith
Hi, When I use remote mysql database on hosting site (connection through ADSL modem) I couldn't retrive some data. I can only execute simple queries (ie. "from customer"), but not queries with where clause or fetch objects with relationships to another. SQL queries on remote mysql database gener

[JBoss-user] [JBoss Getting Started Documentation] - Dukes Error

2005-12-27 Thread satyamgujjul
I tried deploy dukes bank application as per step in startguide of jboss. But i start jboss i get errors 21:57:54,713 INFO [EARDeployer] Init J2EE application: file:/opt/jboss-4.0.3SP1/server/default/depl oy/JBossDukesBank.ear 21:57:56,448 WARN [verifier] EJB spec violation: Bean : Custome

[JBoss-user] [JBoss jBPM] - Re: JbpmSessionFactory error

2005-12-27 Thread nakulrajurkar
Somehow I am not understanding how to resolve this issue : "Caused by: java.lang.NoClassDefFoundError: org/jbpm/db/JbpmSessionFactory" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914463#3914463 Reply to the post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss Portal] - Re: CMS Portlet Issue

2005-12-27 Thread jdestef
Hi Roy, This is the html produced by the portal for my "TestPage" : | | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> | http://www.w3.org/1999/xhtml";> | |JBoss Portal 2.2.0-FINAL | | | | | | | | | | | | |

[JBoss-user] [JBoss Seam] - Re: @DataModelSelectionIndex doesnt work

2005-12-27 Thread Rorschach
After reviewing the 'booking' example once more, I see it has changed significantly. Reworking... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914461#3914461 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914461

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2005-12-27 Thread drapierwim
The method findAll() works fine and fills the datatable, the String success is just for returning to the same page. As for my logging I get neither of them. My CustomerManager is just a seam component, so an interface here is not needed. I will try to experiment with null instead of returning a

[JBoss-user] [Remoting] - Re: multiplex configuration

2005-12-27 Thread timfox
I have no problems with the callback server not being able to receive callbacks from other servers. I have been trying to work out how to configure the multiplex transport for jboss messaging and I have to admit I'm still a bit confused since there seem to be so many different ways it can be c

[JBoss-user] [JBoss Portal] - Re: CMS Service Failed

2005-12-27 Thread [EMAIL PROTECTED]
AFAIK, the repository config in the binary release of 2.2, is configured to only us the filesystem, so it should not be calling the HibernateStore. Try removing /data/portal directory under jboss AS and restart. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [JBoss Portal] - Re: CMS Portlet Issue

2005-12-27 Thread [EMAIL PROTECTED]
The behaviour you're describing still sounds to me like its a bad link. Can you post what the href looks like AND the path to where the file is, in the repo? I tested doing creating a new cmsportlet instance and assigning it to a window on the default page. So I have 2 instances in 2 windows of

[JBoss-user] [EJB 3.0] - Re: ClassNotFoundException when using resin, jboss and EJB3

2005-12-27 Thread dittup
It now runs fine if I call the remote method from a servlet. If I call the remote method from a spring controller I get the following exception: java.io.InvalidClassException: javax.ejb.EJBException; local class incompatible: | stream classdesc serialVersionUID = 796770993296843510, local class

[JBoss-user] [JBoss Seam] - Re: @DataModelSelectionIndex doesnt work

2005-12-27 Thread Rorschach
I'm using the current CVS version of Seam, and the @DataModelSelectionIndex is not being injected to my Conversation scoped stateful bean. Stepping into my code after clicking the command link, the bucket holding the index remains at zero. Prior to ugrading to the current CVS build, the DataMod

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2005-12-27 Thread marobashi
What does your faces-config.xml look like? Only reason I'm asking is that I see "success" as the result output of many of your methods... and which logging are you missing? The "Edit Customer:" one, the customer index / getname one, or both? And stupid question here, but your interface bean *

[JBoss-user] [Security & JAAS/JBoss] - Re: group based authentication

2005-12-27 Thread ralluri
while configuring DatabaseServerLogin module, just curious on why can't the rolesQuery contain rolegroup value ? For example: select Role, RoleGroup from Roles where PrincipalID=? where RoleGroup value could be group1,group2 etc If this is possible, then I may not have to write the custom DB

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2005-12-27 Thread drapierwim
I've made some progress related to previuos post, this was done by upgrading(I think) to facelets-1.0.6 that cleared the duplicate id in faces tree bug. I've also changed the myfaces jars to version 1.1.1 in the jboss4.0.3sp1/.../jsf-libs but that didn't change anything. So I still don't have t

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2005-12-27 Thread marobashi
Here's the link: http://archive.apache.org/dist/myfaces/binaries/ I replaced the myfaces jars in my project's build path as well as in the JBoss AS (\server\default\deploy\jbossweb-tomcat55.sar\jsf-libs). Perhaps I'll give 1.1.1 a shot if I get a spare minute here... View the original post :

[JBoss-user] [Clustering/JBoss] - cluster aware Timers

2005-12-27 Thread new4jboss
I have an ejb that uses the ctx.getTimerService() call to schedule notifications as defined by the EJB 2.1 spec. Are Timers cluster-aware, in the sense of fail-over and if so, starting with what JBoss version ? Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - JDBC insert statement

2005-12-27 Thread ralluri
Looks like there seems to be a batch update instead of updating/inserting the data instantly. In my application, when I invoke the JDBC insert statement, I don't see the data on DB immediately. Looks like it is taking some 30 min to see the data. Any idea if there is any configuration file I

[JBoss-user] [JNDI/Naming/Network] - Re: Custom JNDI elements

2005-12-27 Thread janapoornavel
i read the previous comment,but the JNDIBindingServiceManager is not part of 4.0sp1 and i couldnt understand the first part of the comment . regards, jana View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914447#3914447 Reply to the post : http://www.jboss.com

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: SOS! my jboss dead for the following exception, can you

2005-12-27 Thread [EMAIL PROTECTED]
A crash of the jvm is a jvm bug. Look for updates to the jvm you are using. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914446#3914446 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914446 -

[JBoss-user] [EJB 3.0] - Re: ClassNotFoundException when using resin, jboss and EJB3

2005-12-27 Thread dittup
It works fine now after I have replaced the existing jboss-remoting.jar with the one from the patch. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914445#3914445 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Security & JAAS/JBoss] - Re: Security exception

2005-12-27 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=391#391 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=391 --

[JBoss-user] [EJB 3.0] - Re: EJB3: Is it possible to use both annotations AND descrip

2005-12-27 Thread joselitol
Hi people, I´m really sad about the support the is made by the JBoss team. They don´t care about the bugs that we report to them, they just say: "Yeah, this works fine, look at the examples!" or "Hey did you look the documentation?" These are stupid questions!!! If we are asking how to do it, it's

[JBoss-user] [Beginners Corner] - Re: Servlet Exception with Jboss

2005-12-27 Thread [EMAIL PROTECTED]
You don't need the j2ee sdk to compile ejbs. Every app server will includes its own implementation of the j2ee classes. The jboss classes are located in one of: servlet-api.jar jboss-j2ee.jar jboss-jaxrpc.jar depending on which components you are using. View the original post : http://www.jbos

[JBoss-user] [EJB 3.0] - Re: Can't get method permissions to work on a session bean

2005-12-27 Thread joselitol
"jimih" wrote : I forgot to mention one thing... | | First I tried using org.jboss.aspects.security.SecurityDomain, but then when I deployed the application, the JBoss console window printed "ProfileManagerBean has no @SecurityDomain - skipping JACC configuration". Then I tried org.jboss.

[JBoss-user] [JNDI/Naming/Network] - Re: Custom JNDI elements

2005-12-27 Thread [EMAIL PROTECTED]
Read the previous comment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914440#3914440 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914440 --- This SF.net email

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JNDI-problem with Tutorial

2005-12-27 Thread nholbrook
I changed the Isolated property to false inside the ear-deployer.xml. I also needed to modify the classloader options in the file jbossweb-tomcat55.sar/META-INF/jboss-service.xml. There is a flag UseJBossWebLoader and Java2ClassLoadingCompliance that I believe affect classloading. I changed

[JBoss-user] [JBoss Portal] - Re: possible bug in portal 2.2

2005-12-27 Thread danch
Yeah, that would work. One alternative is to 'marshall' it into render parameters, if it's a relatively simple object. I'm working on an annotations based portlet framework that has that feature. Waiting on signature from my bosses to open source it. Another alternative is to refetch within the

[JBoss-user] [EJB 3.0] - Re: @PersistContext in EntityBean ??

2005-12-27 Thread Sventevith
Of course I use annotation @PersistenceContext View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914436#3914436 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914436 --

[JBoss-user] [JBoss jBPM] - Re: JbpmSessionFactory error

2005-12-27 Thread enazareno
Read this http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74251 Regards, Elmo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914437#3914437 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914437

[JBoss-user] [EJB 3.0] - @PersistContext in EntityBean ??

2005-12-27 Thread Sventevith
Is it possible to use EntityManager in EntityBean by using @PersistentContext? My Entity Beans are located in appropriate .par file, not in .ejb3 file. When I use EntityManager thorough @PersistentContext in Session Bean located in .ejb3 file everything is ok, but when I use EntityManager thorou

[JBoss-user] [JNDI/Naming/Network] - Re: Custom JNDI elements

2005-12-27 Thread janapoornavel
are there any default services that can be user to bind resources in jndi in 4.0 sp1 ? regards, jana View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914434#3914434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914434

[JBoss-user] [EJB 3.0] - Re: Re-obtaining a reference to an existing stateful EJB3 in

2005-12-27 Thread tzwoenn
Well, i have done some tests and as far as i can see you can manually serialize ejb3 proxys using objectstreams. But when it came to automatical serialization (done by the container), it wont work, even if set the business interfaces serializable by hand, by extending java.io.Serializable. But.

[JBoss-user] [JBoss jBPM] - to show variableinstance information in jbpm:table

2005-12-27 Thread sera
I want to add 1 column in the following table value of that column get stored in variableinstance So How can i show the information from jbpm_variableinstance table name fields in View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914432#3914432 Reply to th

[JBoss-user] [JBoss jBPM] - JbpmSessionFactory error

2005-12-27 Thread nakulrajurkar
I am using jBPM in a EJB. While calling this EJB it gives the following error... java.rmi.RemoteException: com.sap.engine.services.ejb.exceptions.BaseRemoteException: Exception in method listOpenTasks. at com.test.bpm.ejb.BpmEJBObjectImpl0.listOpenTasks(BpmEJBObjectImpl0.java:174)

[JBoss-user] [JBoss AOP] - execution pointcut to intercept constructor invocation?

2005-12-27 Thread aefremov
Consider that you have a class like following: class Dummy{ public Dummy instance(){ return new Dummy(); } } Early (with jboss-aop 1.0.0) I used execution pointcut to intercept constructor execution. It worked fine. But with coming of 1.3.4 the method that instantiate the object does n

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2005-12-27 Thread drapierwim
I'm also stuck with the "duplicated in the faces tree" bug. So I was wondering is this solved in myfaces 1.1.1? What version of myfaces is used by Seam(currently under CVS) and jboss 4.0.3 SP1? If the bug is still in 1.1.1 can somebody post or mail me the link to download the 1.0.9 version. C

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - security before/after AJP1.3

2005-12-27 Thread new4jboss
I have a web app with declarative security setup in the deployment descriptor in a way to force ssl with client authentication. If I insert an apache node in the middle talking AJP1.3 with the server, do the deployment descriptors have to change in any way to maintain the same behavior regarding

[JBoss-user] [JBoss Portal] - JBossSlide - how to share windows network directory

2005-12-27 Thread grzegorz.knapczyk
I need to publish a windows network directory via WebDAV in the web application. I am trying to use JBossSlide. How to simple configure JBossSlide to share the specified directory? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914427#3914427 Reply to the p

[JBoss-user] [Security & JAAS/JBoss] - Re: In valve getRemoteUser value returned as NULL always

2005-12-27 Thread guidomuelleraventis
I have the same problem. I have the request variable REMOTE_USER set and I get the NullPointerException. Do I have to write my own valve to create a JBossGenericPrincipal and associate this principal with the request? Is there an example program to do this? View the original post : http://www.

[JBoss-user] [JBoss AOP] - failed unserializing state

2005-12-27 Thread vberetti
hi, I have a problem. I create one TreeCache from build.bat run.aop.demo and then I create another one from my app. I use the same config file replSync-service.xml. They can see each other but I have a problem : "INFO [Thread-9] (TreeCache.java:2278) - received the state (size=703 bytes) ERROR [T

[JBoss-user] [JBossWS] - Re: xsd:any: content of _any not present in SOAP message ret

2005-12-27 Thread grp_eee
Hi, Thanks for the response. Actually when i run wscompile against xsd:any element it correctly creates SOAPElement or SOAPElement[] depending on the maxOccurs value. I think the problem is not with this.According to what I found, JBoss JAX-RPC internally tries to deserialize any xsd:elemen

[JBoss-user] [EJB 3.0] - Re: Re-obtaining a reference to an existing stateful EJB3 in

2005-12-27 Thread fschoning
It appears to work fine for me :-) and I successfully call business methods after deserialization. I have not tested it over a long session containing numerous calls and also not across different VM's for clustering. Let me know how it works for you? View the original post : http://www.jboss.c

[JBoss-user] [EJB/JBoss] - Entity Manager is null

2005-12-27 Thread vijaypalsingh
Hello everybody, I'am using ejb 3 with jboss AS 4.0.2 .I have created an entity bean import java.io.Serializable; import java.sql.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.Id; import javax.persistence.Join

[JBoss-user] [JBoss Portal] - CMS Service Failed

2005-12-27 Thread pflirae
I installed JBoss portal 2.2 from the binary release, using MySql 4.1.15 as database and JBoss AS 4.0.3 SP1. Whe the AS startsup I get the following message : --- MBeans waiting for other MBeans --- ObjectName: portal:service=CMS State: FAILED Reason: org.apache.jackrabbit.core.config.Config

[JBoss-user] [JBossCache] - XML Schema for JBoss Cache xml configuration file

2005-12-27 Thread beagle
Hi, Is there a complete xml schema for the configuration file of JBoss Cache? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914416#3914416 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914416 --

  1   2   >