[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Multiple Wars in Ear -URL

2006-09-27 Thread nancy.aggarwal
Hello all, I am having an ear having 2 wars.I need that the unique context for both war.I have heard context name are war level not ear level. Is it correct? If that is the case then can it be possible that if a.war nad b.war in an EAR then URL: http://ip:port/a/x.html for a.war http://ip:por

[jboss-user] [JBoss Portal] - Re: login portlet and CMS admin

2006-09-27 Thread noicangi
where i could find or instanciate cmsadmin portlet exclusively for a folder? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974762#3974762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974762 __

[jboss-user] [JBoss Portal] - Portal with Postgresql

2006-09-27 Thread mb2s
Hello, I want to use the portal with Postgresql as default database. Is there a step by step description or can someone help me to configure the jboss portal installation? Many thanks Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974760#3974760 Reply

[jboss-user] [JBossCache] - Re: Caching for Web services?

2006-09-27 Thread zzzz8
Thanks for the info Brian. I've only quickly glanced at the tutorial - and perhaps I should do some extra reading before I ask this - but do you have any examples that relate to caching Web services. I couldn't find this in the tutorial. In particular, I'm looking for examples (or just some s

[jboss-user] [JBoss Seam] - Re: @Redirect issues - not redirecting to a page

2006-09-27 Thread zzzz8
One more thing - I've noticed that since I made the move from Seam 1.0.1 GA to the latest CVS version of Seam (Sep. 26), application exceptions that are thrown automatically take me to the JBoss Seam Debug page, similar to what was seen in this thread: http://www.jboss.com/index.html?module=bb&

[jboss-user] [Beginners Corner] - Re: Running a

2006-09-27 Thread vashistvishal
Michael you will have to provide more deatils... on architecure and how things work. As far Hibernate is concerned, Since Jboss uses Hiberbate for its Peristence (as Part of EJB 3.0.. ) - which means yr business layer is POJO based it should be easily portable in JBoss with minor changes. With

[jboss-user] [Installation, Configuration & Deployment] - how to configure URL rewrite in JBOSS

2006-09-27 Thread praveenreddyr
Hi, how to configure URL rewrite in JBOSS? For example one user is accessing a site http://xyz.com/abc/bd.jsp but what i need is, url should rewrite automatically to http://abc.com/abc/bd.jsp..and the client accessing abc.com should use all the functionalities of xyz.com but should not view t

[jboss-user] [Beginners Corner] - Re: EJB 3 merge vs persist

2006-09-27 Thread vashistvishal
What merge () does is - is to put back the detached entity back into persistence storage. So if in yr case- if yr entity was detached it will put it back to persistence which means you don't have to call persist again. For answer to part 2. - merge() method with throw an illegal Arguement Excep

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-27 Thread [EMAIL PROTECTED]
It should be in jboss-seam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974754#3974754 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974754 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-27 Thread [EMAIL PROTECTED]
I mean @Name. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974753#3974753 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974753 ___ jboss-user mailing list jboss-user@list

[jboss-user] [EJB 3.0] - Re: Limit number of concurrent MDBs and number of retries?

2006-09-27 Thread jsb
Came across this old topic looking for the answer to the same question... The ActivationConfigProperty that works for me with EJB3rc8 is: @ActivationConfigProperty(propertyName = "DLQMaxTimesRedelivered", propertyValue = "0") View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-27 Thread chuckadams
Aha, I found contactlist in jboss-seam-head. Thanks! Which raises the question .. which is the real HEAD, jboss-seam or jboss-seam-head? I've been using just jboss-seam to keep up to date on the seam codebase. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Getting Started Documentation] - Re: Deployment error, verifier EJB spec violations

2006-09-27 Thread visolvejboss
Hello, Refer this link. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=44176&postdays=0&postorder=asc&start=10 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974750#3974750 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [Installation, Configuration & Deployment] - problem installing RMISecurityManager under jboss

2006-09-27 Thread haplo_3
hey when i'm trying to use RMI functions with tomcat under jboss it says i have no RMISecurityManager installed i installed it in the code using if(System.getSecurityManager() == null) { System.setSecurityManager(new RMISecurityManager()); } now i'm getting to many errors and exceptions

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Installing RMISecurityManager in jboss

2006-09-27 Thread haplo_3
hey when i'm trying to use RMI functions with tomcat under jboss it says i have no RMISecurityManager installed i installed it in the code using if(System.getSecurityManager() == null) { System.setSecurityManager(new RMISecurityManager()); } now i'm getting to many errors and exceptions

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-27 Thread chane
"[EMAIL PROTECTED]" wrote : | In fact, I have more and more been leaning away from putting @Entity annotations directly on entity beans, and leaning towards using stuff like the manager component pattern for associating entities with context variables. (eg. the new CRUD framework in CVS uses

[jboss-user] [JBoss Portal] - Re: accessing datasource from within JSP portlet

2006-09-27 Thread jsports
just do what you want to do as do what you do in servlet View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974744#3974744 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974744 __

[jboss-user] [JBossCache] - Re: how to get sub fqn list by specifying the parent fqn?

2006-09-27 Thread [EMAIL PROTECTED]
There's no simple API to do that; you'd to write a function to walk the tree and call getChildrenNames() at each level. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974743#3974743 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Portal] - Problems about Injecting Services in the portlet context

2006-09-27 Thread wendy8
Hi all, I read the Jportal 2.4.0 refereence guide and know in the jboss-portlet.xml ,we can Inject Services in the portlet context. so I do the same thing like the reference .But I do it in Portal 2.2.0, I don't think there is any diference. UserModule org.jboss.portal.id

[jboss-user] [EJB 3.0] - Re: java.lang.NoClassDefFoundError: org/jboss/serial/io/Mars

2006-09-27 Thread forumer
I meant to say that it's NOT in jboss-serialization.jar either! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974740#3974740 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974740 ___

[jboss-user] [JBoss Portal] - Re: IPC Listener Registration Problem

2006-09-27 Thread [EMAIL PROTECTED]
Keep in mind, the IPC sample for 2.4 will not work in 2.2, nor vice-versa. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974738#3974738 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974738

[jboss-user] [JBoss Portal] - Re: DefaultPortal shows instead of actual portal

2006-09-27 Thread [EMAIL PROTECTED]
Sometimes this happens if theres an error. Anything in the log? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974737#3974737 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974737 ___

[jboss-user] [Management, JMX/JBoss] - binding MBean to JNDI name

2006-09-27 Thread jyoonyang
Hi How can I bind MBean to a JNDI name? The JNDIMap example shows binding via code, but is there a way to do this in the configuration file? Thank you, Jennifer View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974736#3974736 Reply to the post : http://www.j

[jboss-user] [JBoss Portal] - Re: CMS errors on Oracle10g

2006-09-27 Thread [EMAIL PROTECTED]
Yep. This is a problem with certain drivers in certain DBs, where they close the stream on a resource. I have it working in mysql, but oracle's brilliantly coded drivers are still an enigma. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974735#3974735 Repl

[jboss-user] [JBoss Portal] - Re: Security constraints for portlets

2006-09-27 Thread zerrt
I have the same requirement - to be able to have any user see a portlet but only admins be able to use the edit mode. If anyone has figured out how to do this, please post how if you can. It seems to me the personalize permission should be for this, I wonder if it is a bug? View the original

[jboss-user] [JBoss Portal] - Re: 2.4 CR2 Download Sizes are smaller than advertised

2006-09-27 Thread [EMAIL PROTECTED]
do a 'build main' from /build it will download all the thirdparty libs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974733#3974733 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974733 __

[jboss-user] [JBoss Portal] - Re: Programmatic content generation

2006-09-27 Thread [EMAIL PROTECTED]
You will want to look at the UserModule and RoleModule classes in the portal codebase, or look at the UserPortlet registration process and see what it does. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974732#3974732 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Portal] - Re: IPC Portlet calling itself?

2006-09-27 Thread [EMAIL PROTECTED]
What do you mean, your file has links? Do you mean links to resources like gifs/png/jpegs? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974731#3974731 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974731 ___

[jboss-user] [JBoss Portal] - Re: Memory leak in JBoss portal 2.4

2006-09-27 Thread [EMAIL PROTECTED]
Does JMeter provide any fine-grained data? Its hard to say whether its portal code causing a leak or some underlying component. We host jboss.org on portal 2.2, and it serves anywhere from 3-5 million pagea a month on a HP DL380, 2x3GHz CPU, 2G RAM, and don't see the problem you describe, so an

[jboss-user] [JBossCache] - Re: how to get sub fqn list by specifying the parent fqn?

2006-09-27 Thread sting_hz
Hi Brian, Thanks for the quick reply. Another question is how to get the recursive sub fqn list. For example, I have cache.putObject(Fqn.fromString("/a"),null); cache.putObject(Fqn.fromString("/a/b/c"),null); cache.putObject(Fqn.fromString("/a/c"),null); Set set = cache.getChildrenNames(Fqn.fro

[jboss-user] [Security & JAAS/JBoss] - Getting Subject in EJB3 Session Bean

2006-09-27 Thread ablevine1
I am trying to access the subject in an ejb3 session bean so that one of the Subject's Principal's can be used for some auditing information. My subjects have several different principals including emailAddress and subjectID. When I make a call to SecurityAssociation.getSubject from within a

[jboss-user] [EJB 3.0] - Re: Exception recieving problem

2006-09-27 Thread ilavenila
And also, the same code works on two different instances on the same machine. But it is not working inside the same JBOSS instance with isolated EARs. I believe it may be JBOSS trying to be smart and optimising the call within the same instance by not doing the marshalling for the thrown applic

[jboss-user] [EJB 3.0] - Re: java.lang.NoClassDefFoundError: org/jboss/serial/io/Mars

2006-09-27 Thread forumer
I have jboss-client.jar and jbossall-client.jar (not jboss-allclient.jar). But neither has this class. I have searched the whole server directory with a jar-browser. But this class is nowhere to be found! I'd appreciate any suggestions on what I should do. Thanks View the original post : http

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss 4.0.4-GA won't start in Debug mode?

2006-09-27 Thread marvin_taboada
dbs & hebahob: The dialog is only redundant, choose Continue in the current mode and optionally set flag Remember my decision.. if you don't want the dialog pops up everytime. I haven't found yet a place to reset this flag but you can always stop, restart the server from the JBoss Server View in

[jboss-user] [JBoss Seam] - Does @Role work at instanciation or retrieving a component?

2006-09-27 Thread fhh
I'm not sure if I understand the @Role-Annotation correctly. Can it be used so that one component can be instanciated under two names or retrieved under two names. Imagine I have a component like this: | @Name("foo") | @Scope(ScopeType.SESSION) | @Role(name="bar", scope=ScopeType.CONVERSA

[jboss-user] [JBoss Seam] - Re: Request Parameter not found

2006-09-27 Thread wsollers
Hmmm I tried @In as follows: @In(value="javax.servlet.request.X509Certificate", scope=ScopeType.EVENT) Use case was a Stateless Session Bean for logging on ( Hooking up Seam Auth stuff ) And injected value was null. But: FacesContext ctx = FacesContext.getCurrentInstance(); HttpServletRequest

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-27 Thread [EMAIL PROTECTED]
Ugh. Thats 'cos I've been accidently committing my new example to another pre-existing directory. (I hate CVS sometimes!) I've now re-added it as an example in a directory called "contactlist". Note that this stuff is still VERY rough, but feedback is appreciated. View the original post :

[jboss-user] [JBossCache] - Re: binding of DummyTransactionManager failed javax.naming.N

2006-09-27 Thread [EMAIL PROTECTED]
This is becuase Tomcat's tm jndi is read only. This fails only for unit testing becuase we use DummyTransaction and tries to register it to jndi (before the test and unregister it afterwards). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974719#3974719 Rep

[jboss-user] [JBossCache] - Re: PojoCache and getObject()

2006-09-27 Thread [EMAIL PROTECTED]
Acutally the combination of eviction policy plus cache loader is what we call passivation. Only when you evict the data, do you then store it to the loader store. So the cost is not as much as you think. If you just want to get around this problem, you can set the eviction policy to very long p

[jboss-user] [EJB 3.0] - Re: java.lang.NoClassDefFoundError: org/jboss/serial/io/Mars

2006-09-27 Thread [EMAIL PROTECTED]
It's on jboss-serialization.jar, but it should be in jboss-allClient.jar as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974717#3974717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974717

[jboss-user] [EJB 3.0] - java.lang.NoClassDefFoundError: org/jboss/serial/io/Marshall

2006-09-27 Thread forumer
On JBoss4.0.4-CR2 I am invoking a Local interface method of a Bean which returns an object and I get the error. I'd appreciate any help in resolving this matter. Thanks java.lang.NoClassDefFoundError: org/jboss/serial/io/MarshalledObjectForLocalCalls I can't seem to find this class in any of

[jboss-user] [JBoss Portal] - Re: The tree of directories is broken in svn and zip-archive

2006-09-27 Thread [EMAIL PROTECTED]
You need to build portal first: cd build; ant; This will create thirdparty and retrieve the appropriate libraries. Take a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossPortalFromScratch View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974715#3974715 R

[jboss-user] [EJB 3.0] - Re: Exception recieving problem

2006-09-27 Thread voidhawc
Just tried the the same code on two separate computers and it works. However still does not work on one server instance with isolation set to true. Thanks, Grant View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974714#3974714 Reply to the post : http://www.j

[jboss-user] [Installation, Configuration & Deployment] - Re: log4j WARN No appenders ... logger (org.jboss.security.S

2006-09-27 Thread csolson
If you copy log4j.xml from the jboss server/default/conf directory to a place that is in your classpath you will not get the messages anymore (jboss 4.0.3). Do not make the jboss server/default/conf directory part of your classpath, this seems to break things. View the original post : http://w

[jboss-user] [EJB 3.0] - Re: Exception recieving problem

2006-09-27 Thread voidhawc
We are using jboss-4.0.4.GA-Patch1-installer.jar using the ejb3 profile (not clustered) during installation. We are using JDK 1.5.0_06-b05 to compile the source with a ANT build script run using ANT 1.6.5. Just having a look at your code snippets, does the annontation order matter? Here's the

[jboss-user] [EJB 3.0] - Re: Exception recieving problem

2006-09-27 Thread apwalker
Bill, Is there a test in the ejb3 testsutie to test for this scenario? Thanks heap Aaron View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974710#3974710 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974710

[jboss-user] [JBossWS] - Re: Connection timed out: connect

2006-09-27 Thread stevenh
ummm the connection timed out exeception usually means you are trying to connect a port on a machine that is not open... For example if your server is running on port 80 and your web service is trying to connect to port 8080. you will get this error. There are so many different reasons that

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-27 Thread chuckadams
Where in cvs might I find the crud framework? Fisheye shows an examples/crud in seam cvs, but it has no files under it. I have a CRUD-heavy app right now that could definitely use all the help it could get. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=397

[jboss-user] [JBossCache] - Re: PojoCache and getObject()

2006-09-27 Thread sphinxmember
I dont have eviction policy and cacheloader requirement. May be at some point of time we might have eviction policy but not cache loader as its loading and storing the cache is achieved differently. Is there any other way to trigger it . View the original post : http://www.jboss.com/index.html?

[jboss-user] [Installation, Configuration & Deployment] - Re: how to deploy non jar file

2006-09-27 Thread helenali
Where is the default java classpath defined on jboss? Will it always search the jars under server/default/lib before server/default/tmp? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974704#3974704 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [Management, JMX/JBoss] - Re: Multiple depends

2006-09-27 Thread mtb2ride
Your depends-list is setup wrong, use View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974703#3974703 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974703 ___ jboss-user mai

[jboss-user] [JBoss Portal] - Re: Security constraints for portlets

2006-09-27 Thread mifa
Very strange. What to do if I have a portlet which should be visible for users, and only admin could change it properties (edit-mode of portlet)? For example in Jetspeed2 it in general without problems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974701#397

[jboss-user] [EJB 3.0] - Classcastexception when accessing EJB3.0 JPA EJB

2006-09-27 Thread forumer
Using JBoss4.0.4 This is the first time I am trying to deploy a bean using EJB3.0/JPA. I get the following error. I'd appreciate any help me in getting me going with using JPA. java.lang.ClassCastException: $Proxy162 My Bean is annotated as: @Stateless | @RemoteBinding(jndiBinding="ABC/FMBea

[jboss-user] [JBoss Portal] - The tree of directories is broken in svn and zip-archive for

2006-09-27 Thread mifa
I try to install a portal from source. I check out the last version from a svn (Revision 5271: /trunk). I can't generate preconfigured datasources for DB, since there is no one directory in the distribution: thirdparty In the documentation (http://docs.jboss.com/jbportal/v2.4/reference-guide/en/

[jboss-user] [Clustering/JBoss] - JMS Queue access lost when JMS fails over

2006-09-27 Thread kvbisme
We have a cluster setup of a two (reduced to better see the issue) JBoss-4.0.4-GA(patch-1) servers. We set these up using the zip file and then applied the EJB3-RC8 to it to get all the clustering pre-configured (mainly HA-JMS and the EJB3 implementation) Anyway, under ideal conditions everyt

[jboss-user] [Beginners Corner] - org.apache.axis.ConfigurationException: No engine configurat

2006-09-27 Thread mygate
Hi, Iam writing Webservice client generated by WSDL2Java. I have created locally webservice and able to test properly. and have used jaxrpc libraries which are part of generated webserivce. I got Axis. jar from lombaz. iam able to access the webservice from my machine when i try to deploy it in

[jboss-user] [JBoss Seam] - Re: Request Parameter not found

2006-09-27 Thread [EMAIL PROTECTED]
I can verify that @In works appropriated for request attributes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974693#3974693 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974693 ___

[jboss-user] [JBoss Seam] - Re: AJAX4JSF: Problems with validation.

2006-09-27 Thread tenniscp25
Wow, bfo81, that was great! Thanks for sharing. Personally I don't think seam (with facelets running on jboss) would work well with ajax4jsf because of the classloading problem. To use a4j, I removed some jars from my app and put them in jsf-libs. I later wanted to use jenia4faces and then mess

[jboss-user] [JBossCache] - binding of DummyTransactionManager failed javax.naming.Namin

2006-09-27 Thread jiafan1
I am JBoss TreeCache in Spring. When I run unit tests. Everything seems fine. But when I deploy the war file to tomcat, the following exception is thrown: 2006-09-27 15:33:00,321 ERROR [main] org.jboss.cache.transaction.DummyTransactionManager.getInstance (DummyTransactionManager.java:37) bindi

[jboss-user] [JBossWS] - WSDL mapping of java.util.Map is wrong

2006-09-27 Thread vulkman
Hi there! I've got a problem with the mapping of my return-value which is of type java.util.Map: public Map isAvailable(@WebParam(name="address") Address address... Using Jboss 4.0.3. and JAX-RPC this is resulting in the following WSDL-output: <

[jboss-user] [Clustering/JBoss] - Re: Cluster Membership after Network Failure

2006-09-27 Thread dfisher
Setting jgroups.marshalling.compatible=true did the trick. Cluster membership now recovers as expected. Thanks for all your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974688#3974688 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate and JBOSS JTA failed transactions

2006-09-27 Thread ggreaves
Could you be more specific as to what you did to solve this. I am using a local-tx connection and still having the: SessionException: Session was already closed when I try to manually close the session. BTW, this is specific behaviour to version 4.0.4. In 4.0.3, with the same connection and

[jboss-user] [EJB 3.0] - Re: Exception recieving problem

2006-09-27 Thread ilavenila
I am using JBOSS4.0.4 installed using jboss-4.0.4.GA-Patch1-installer.jar with ejb3 profile selected during installation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974685#3974685 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss jBPM] - Re: BPEL - beta2

2006-09-27 Thread KVAK_TNT
Problem found and solved. I have forgotten to add my new wsdl to the bpel-application.xml (This file can be found at \doc\atm\src\main\bpel\resources\WEB-INF\classes\) By the way: A question to this file: In beta 1 there was more data in this file: | | | | |

[jboss-user] [JBoss Seam] - Re: @Redirect issues - not redirecting to a page

2006-09-27 Thread zzzz8
Hi Gavin, Thanks for the quick response! For now, I just made message non-null, but I've come up with a slightly different error.: ERROR 27-09 13:41:48,204 (ApplicationDispatcher.java:invoke:704) -Servlet.servi | ce() for servlet jsp threw exception | javax.faces.el.EvaluationException: Ca

[jboss-user] [JBoss Eclipse IDE (users)] - Server error when starting JBoss in Eclipse 3.2

2006-09-27 Thread savoymp
When I start the JBoss server in Eclipse 3.2 I get the following error on numerous mbeans but here is just a sample: [MainDeployer] Could not create deployment: file:/C:/server/jboss-4.0.4.GA/server/default/deploy/jboss-aop.deployer/ org.jboss.deployment.DeploymentException: Trying to install an

[jboss-user] [Beginners Corner] - Re: Just installed JBoss but problems in Ecllipse

2006-09-27 Thread savoymp
The problem was that my directory name where I extracted the JBoss files to from the zip was Open Source and JBoss could not reason the space between Open and Source. Thanks anyway! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974680#3974680 Reply to the

[jboss-user] [JBoss Portal] - Memory leak in JBoss portal 2.4

2006-09-27 Thread sandeeppujar
Version: Jboss Portal 2.4.0 We suspect possible memory leak in this release. We did memory profiling for this version using Jprobe. Below is a detailed memory report. Summary of profiling: Test details: 1. A simple page with only one portlet (user portlet) was created and was hit repeatedly u

[jboss-user] [Installation, Configuration & Deployment] - Re: how to deploy non jar file

2006-09-27 Thread master_yoda
which tool you are using. generally any java based tool pick config file from classpath. putting in the same dir as the jar automatically put them into class path. if this is the case you can put all your config file in a dir and put that dir in java classpath. View the original post : http://

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JPA-QL compliance requires select clause

2006-09-27 Thread wberkel
According to http://www.hibernate.org/371.html: set hibernate.query.jpaql_strict_compliance to false View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974676#3974676 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974676

[jboss-user] [Beginners Corner] - How do I communicate with an openjms server

2006-09-27 Thread dheth
I have an application that uses JNI to execute some legacy code I wrote a million years ago. It is not reentrant so I prefer to execute it outside of jboss. I have implemented this inside jboss and it works there but has concurrency issues that can really cause problems with jboss. I can brin

[jboss-user] [JBoss Portal] - IPC Portlet calling itself?

2006-09-27 Thread trupoet
Can a portlet call itself if it is its own listener using IPC? I have a portlet that will pull out a content file from Alfresco but if that file has links, I want those links to send a request back to the portlet, in a sense refreshing it to display the new file being linked. Is this possible?

[jboss-user] [Installation, Configuration & Deployment] - Re: how to deploy non jar file

2006-09-27 Thread helenali
I'm using a thirdpary tool, and they require the non-jar files has to be under the same directory as the jar file does. So I can't put the non-jar files inside the jar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974673#3974673 Reply to the post : http:

[jboss-user] [EJB 3.0] - Re: Default JNDI Naming

2006-09-27 Thread holmes.j
Does anybody know what the default JNDI bindings are for an Embedded EJB3 setup? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974672#3974672 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974672 __

[jboss-user] [EJB/JBoss] - Re: Embedded EJB3 and JNDI lookups

2006-09-27 Thread holmes.j
So I'm not so sure the beans are getting published into JNDI. Anybody know how to see what's in the JNDI tables? -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974671#3974671 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [Beginners Corner] - Custom lib folder - how to..

2006-09-27 Thread zambak
Hi I have multiple web applications runing on JBoss. All of them use 75% of the same JARs in WEB-INF/lib folder. I would like to know if it is possible to create a separate folder and put all shared JARs in it. I don't wan't to put them into server/default/lib so I can keep tabs on what is nec

[jboss-user] [JBoss Seam] - Re: @Redirect issues - not redirecting to a page

2006-09-27 Thread [EMAIL PROTECTED]
Fixed the NPE in CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974669#3974669 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974669 ___ jboss-user mailing list jboss-use

[jboss-user] [Beginners Corner] - Re: Deploying HelloWorld IPC in 2.2 (currently it's configed

2006-09-27 Thread trupoet
NOTE: In the version of the example portlet that I found, I looked thru the jboss-service.xml and it had parts for each version of the Portal (2.2 vs. 2.4). The newest example up on portletswap does not have this =/ But basically it is the following: | | | | | por

[jboss-user] [JBoss Portal] - Container-managed Portal Security

2006-09-27 Thread klj62
We are using container-managed security defined in the web-inf/web.xml file and the server's login-config.xml file. The validation uses LDAP/Active Directory and is successful. However we continue to have problems with the authentication being visible through the portal. We cannot retrieve t

[jboss-user] [JBoss Seam] - Re: @Redirect issues - not redirecting to a page

2006-09-27 Thread [EMAIL PROTECTED]
So: (1) this is a bug, Seam should not die with NPEs ;-) (2) I can only see that this could happen if the exception.getMessage() string was null - so you should give it a non-null message View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974663#3974663 Reply

[jboss-user] [Installation, Configuration & Deployment] - Re: how to deploy non jar file

2006-09-27 Thread master_yoda
bundle the non-jar files with you own jar file containing your classes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974666#3974666 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974666 ___

[jboss-user] [Installation, Configuration & Deployment] - Re: Deploying Multiple EARs

2006-09-27 Thread master_yoda
It seems that you have some classes in the shared lib and some in the ear. To make this thing work, put every related jar files in the ear. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974665#3974665 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [Installation, Configuration & Deployment] - how to deploy non jar file

2006-09-27 Thread helenali
I need to deploy a sar file. Inside that sar file, I have a jar file and couple of non-jar files. After the deployment, I need to have those non-jar files in the same directory as the jar file does. The problem is that after the deployment, jboss extracts the jar file out of sar, and put it i

[jboss-user] [JBoss Seam] - Re: AJAX4JSF: Problems with validation.

2006-09-27 Thread bfo81
Yes, found the solution :) | Ajax4jsf Filter | ajax4jsf | org.ajax4jsf.Filter | | forceparser | false | | View the original post : http://www.jboss.com/index.html?m

[jboss-user] [Installation, Configuration & Deployment] - Re: Multiple Instances of the same WAR???

2006-09-27 Thread master_yoda
Hi Please make the JBoss j2ee 1.4 compliant which support isolated jar file loading. here is how to do that. http://docs.jboss.org/jbossas/whatsnew40/html_single/ And mix shared and war with care. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974660#3974660

[jboss-user] [Beginners Corner] - Re: Deploying HelloWorld IPC in 2.2 (currently it's configed

2006-09-27 Thread trupoet
FIXED. I was able to google for this portlet and find an older version of it that deployed just fine in JBoss Portal 2.2 but then it didn't quite work right, throwing errors about not recognizing getParameters as a valid function from WindowActionEvent. What I figured out is that the jars it

[jboss-user] [JBoss Eclipse IDE (users)] - Re: need advice

2006-09-27 Thread gduan2000
Yes, JSP's, and everything... I feel like a third of my development time is spent on packaging and deploying... Thanks for your response. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974657#3974657 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - IllegalStateException: No active application scope

2006-09-27 Thread christophe.laumond
Hi, I'm using JBoss Seam 1.0.1GA with Myfaces ( tested with 1.1.3 and 1.1.5 snapshot). I got this exception each time a page is rendering. anonymous wrote : | ERROR [org.apache.myfaces.lifecycle.PhaseListenerManager] Exception in PhaseListener RENDER_RESPONSE(6) afterPhase | java.lang.Ill

[jboss-user] [JBoss Seam] - Re: Request Parameter not found

2006-09-27 Thread wsollers
@In didn't work. However this did: FacesContext ctx = FacesContext.getCurrentInstance(); HttpServletRequest currentRequest = (HttpServletRequest) ctx.getExternalContext().getRequest(); userCerts3 = ( X509Certificate[] ) currentRequest.getAttribute( "javax.ser

[jboss-user] [JBoss Seam] - Re: I have some problems with an exeption, I need help!!!!

2006-09-27 Thread carojas
Hello, What jsf libs I have to use ??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974652#3974652 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974652 ___ jboss-user mai

[jboss-user] [JBoss Portal] - Re: Security constraints for portlets

2006-09-27 Thread PeterJ
!! s/personalization/personalize/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974651#3974651 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974651 ___ jboss-user mailing li

[jboss-user] [JBoss Seam] - Re: AJAX4JSF: Problems with validation.

2006-09-27 Thread bfo81
Another huge bunch of s...uper nice probs with AJAX4JSF. It screws up my DOCTYPE definition as it automatically adds to the top of any processed document and displaces the doctype definition downwards. And since Internet Explorer only parses the very first line for a doctype it falls back to qu

[jboss-user] [EJB 3.0] - I have an error with jboss seam

2006-09-27 Thread carojas
Hi, I have a seam application. The application works fine but after 20 minuts this appear in the jboss. | 10:50:57,642 ERROR [STDERR] java.lang.RuntimeException: java.io.IOException | 10:50:57,643 ERROR [STDERR] at org.jboss.ejb3.stateful.StatefulBeanContext.extractBeanAndInterceptors

[jboss-user] [JBoss Portal] - Re: Security constraints for portlets

2006-09-27 Thread PeterJ
Notice that the portlet instances only you to choose view access. Thus, personalization does not effect the display of a portlet. That is, any user who can view the portlet can also edit the portlet. So far, I hve not been able to figure out what 'personalization' means. That is, I have not n

[jboss-user] [JBoss jBPM] - Customizing Process Designer UI

2006-09-27 Thread sunilramaiah
Hi, Does anyone know if it is possible to customize the Process Designer tools palette to remove some controls and add new custom controls ? Also is it possible to add custom drop operations on the designer ? If I have some other model which I want to represent in the process designer by drag a

[jboss-user] [JBoss Seam] - Re: I have an error with jboss seam

2006-09-27 Thread [EMAIL PROTECTED]
This is an EJB3 question, please ask in the EJB3 forum. thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974646#3974646 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974646 ___

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-27 Thread [EMAIL PROTECTED]
No. But the Hibernate tools templates will be updated to use the new framework. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974645#3974645 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974645 ___

[jboss-user] [JBoss Seam] - I have an error with jboss seam

2006-09-27 Thread carojas
Hi, I have a seam application. The application works fine but after 20 minuts this appear in the jboss. | 10:50:57,642 ERROR [STDERR] java.lang.RuntimeException: java.io.IOException | 10:50:57,643 ERROR [STDERR] at org.jboss.ejb3.stateful.StatefulBeanContext.extractBeanAndInterceptors

[jboss-user] [JBoss Portal] - Re: Security constraints for portlets

2006-09-27 Thread mifa
It has turned out! Thanks you Peter! :) One more question. When I login as the user I can edit properties of portlet, but I granted role as "view" and not as "personalize". In my case it is properties of "news portlet" where I set a new source-url. I would like that roles could see, but not edit

[jboss-user] [Beginners Corner] - Re: Just installed JBoss but problems in Eclipse 3.2

2006-09-27 Thread savoymp
"savoymp" wrote : I just installed JBoss and I can run the manual startup of the server by running the bat file but when I try to start the server in Eclipse 3.2 I am getting the following error: | | java.lang.NoClassDefFoundError: Source/jboss-4/0/4/GA/binlib/endorsed | Exception in t

  1   2   3   >