[JBoss-user] [Installation, Configuration & Deployment] - Re: War unable to find classes from common.jar in ear

2006-06-01 Thread nancy.aggarwal
sorry, but I am not getting your point plz explain it in more detail. Also i have another problem How will I set a my class path to a jar within a jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948599#3948599 Reply to the post : http://www.jboss.com/in

[JBoss-user] [JBoss jBPM] - Re: JBPM Designer giving NullPointerException

2006-06-01 Thread javajosh
You can temporarily uninstall XML Buddy and it works. It's kind of an annoying work around because XML Buddy is a really nice plugin. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948600#3948600 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss jBPM] - Known Bug: conflict with XML Buddy

2006-06-01 Thread javajosh
This is a known bug, I guess, and its a conflict with XML Buddy: http://jira.jboss.com/jira/browse/JBPM-587 It's marked as "workaround exists" but there is no URL listed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948598#3948598 Reply to the post : http

[JBoss-user] [JBoss jBPM] - Re: GPD 3.0.9.2 Available

2006-06-01 Thread hosierdm
I swear I'm not drunkbut after I closed the Processes and reopened them, it stopped doing the annoying check box thingso I don't know, weird. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948597#3948597 Reply to the post : http://www.jboss.com/index

[JBoss-user] [Beginners Corner] - Re: I think I shut JBoss down incorrectly.

2006-06-01 Thread visolvejboss
Hello, Check whether any jboss instance is running or not by using the commands provided below. #ps -exf | grep -i jboss (or) #ps -exf | grep -i java If any instance of jboss is still running, kill that process. Also please check you have proper access rights to that directory. -Thanks, Viso

[JBoss-user] [JBossCache] - Re: TreeCacheListener doesn't receive all cache events

2006-06-01 Thread [EMAIL PROTECTED]
If you don't want to expose the cache, pass an object that talks to the cache and exposes the API you need. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948594#3948594 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [JBoss jBPM] - JBPM Designer giving NullPointerException

2006-06-01 Thread javajosh
Hello, I am attempting to evaluate jBPM 3.1 and running into an issue installing the Designer into Eclipse. The first problem was that the starter kit installation instructions assume that I will be installing Elclipse for the first time. This assumption was false in my case (and I suspect in

[JBoss-user] [Beginners Corner] - Re: JBOSS Datasource

2006-06-01 Thread visolvejboss
Hello, Sorry, we coludn't get you. The http://jdbc.postgresql.org/download.html page contains only the jar files in JDBC3 column for all the postgres versions. We couldn't find where you get the zip file instead of jar file. Download the jdbc jar from http://jdbc.postgresql.org/download/postg

[JBoss-user] [JBoss jBPM] - SubProcess Logging

2006-06-01 Thread hosierdm
I'm trying to work with the jBPM logging to provide process details for a customer. I know begging is frowned upon, but I really really need some enlightenment here. I want to get the full trace of the process from the LoggingSession. However, when I get the logs for the main super process, I

[JBoss-user] [EJB 3.0] - Re: 4.0.4.CR2 => 4.0.4.GA @SequenceGenerator now ignored...

2006-06-01 Thread supernovasoftware.com
Thank you Emmanuel. The following does in fact work for me. private Long id; | @GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "seq_coupling_spec") | @Id | @SequenceGenerator(name = "seq_coupling_spec", sequenceName = "seq_coupling_spec", allocationSize=1) | pu

[JBoss-user] [JBossCache] - Re: TreeCacheListener doesn't receive all cache events

2006-06-01 Thread sgielen
You guessed right... So that means I have to pass a reference to the TreeCache object instead? The nice thing of being able to just pass the Node is that the class doesn't have to worry about the location in the tree. Now I'll need to pass the Fqn of the branch as well as a reference point. Bec

[JBoss-user] [EJB 3.0] - Performing a Global Transaction on multiple EMs

2006-06-01 Thread [EMAIL PROTECTED]
Hi All, I have a use case where the application has to complete a global transaction by calling various components. Each component maintains its own EnityManagerFactory and persists data [using a JPA provider]. Would it be possible to commit/rollback transactions globally on the multiple Enti

[JBoss-user] [JBossCache] - Re: TreeCacheListener doesn't receive all cache events

2006-06-01 Thread [EMAIL PROTECTED]
>From what you wrote I'm guessing that the other class directly manipulated the >Node object to do its update, rather than calling cache.put(). You'll only get notifications if operations are performed on the cache. Directly manipulating Node objects will bypass all the logic that results in t

[JBoss-user] [EJB 3.0] - Re: 4.0.4.CR2 => 4.0.4.GA @SequenceGenerator now ignored...

2006-06-01 Thread epbernard
@SequenceGenerator(allocationSize=1) is the way to do it property View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948585#3948585 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948585 ___

[JBoss-user] [JBossCache] - TreeCacheListener doesn't receive all cache events

2006-06-01 Thread sgielen
I have a class that creates a TreeCache and registers a TreeCacheListener. All nodes created in this class trigger an event. But when I pass a Node object to another class and that one adds/updates a node I don't get the event (but it does end up in the tree). Is there a way to get all events, r

[JBoss-user] [EJB 3.0] - Re: ApplicationException in ejb-jar.xml

2006-06-01 Thread bdecoste
I've opened a JIRA task for this issue. Thanks. http://jira.jboss.com/jira/browse/EJBTHREE-611 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948583#3948583 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948583 _

[JBoss-user] [JBoss Portal] - CMS portlet - crush :(

2006-06-01 Thread merlith
Hi, Lately I`ve used cms portlet from JBoss Portal and i have a question about it. When I try to access to folder or file witch no exist (i send modified request with where folder path was changed to not existing folder) the portlet throw an exception(pathNotFoundException) and say me good bye;

[JBoss-user] [Installation, Configuration & Deployment] - Re: DeploymentException: Trying to install an already regist

2006-06-01 Thread sonaseth
I removed the offending mysql-ds.xml file from the jboss-hibernate.deployer dir and restarted the server. It now picks up the file from the deploy dir as expected. I have not yet seen the file getting copied into the jboss-hibernate.deployer this time, but I'll lookout for it in case it happens

[JBoss-user] [Installation, Configuration & Deployment] - Can I add another lib directory to the server for static jar

2006-06-01 Thread kurt_olsen
Does anyone know if there is a configuration file in JBoss 4.0.4GA that will allow me to add another 'lib' directory to my desired server configuration? Our co. has a large number of third-party jars that our application relies on and I'd prefer not to copy them into the standard server lib dir.

[JBoss-user] [JBoss Seam] - Q on JBoss MBean error

2006-06-01 Thread organic
I used the Hibernate Tools to build an Seam App and deployed it to JBOSS with ejb3 profile. The following error is in the JBOSS startup process. 16:13:54,624 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=seama pp.ear,jar=seamapp.ejb3,name=EmployeeEditorBean,service=EJB3 with depen

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: An exception or error occurred in the container during t

2006-06-01 Thread shileiofchina
Thank you very much . I will try it . Shi Lei from China View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948578#3948578 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948578

[JBoss-user] [JBoss jBPM] - Re: GPD 3.0.9.2 Available

2006-06-01 Thread hosierdm
It's even worse than I thought. It appears to reset all those check boxes every time I save a Java file too (which means it could happen when I save any type of file I guess, but I don't want to spend the time to figure that out right now). View the original post : http://www.jboss.com/index.

[JBoss-user] [EJB 3.0] - Re: TrailBlazer EJB 3.0 in JBoss 4.0.4GA

2006-06-01 Thread bdecoste
javax.ejb.InvocationContext was recently moved to javax.interceptor.InvocationContext View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948576#3948576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948576 __

[JBoss-user] [JBoss jBPM] - Re: GPD 3.0.9.2 Available

2006-06-01 Thread hosierdm
Hmm, I thought everything seemed cool with this release, but I just realized that in the Deployment tab, the plugin seems to select every single class that is under the same directory as any class that is referenced by the process. You can change the selection, but then it just goes right back

[JBoss-user] [EJB 3.0] - Re: Problem using TimerService

2006-06-01 Thread bdecoste
Please add a feature request to JIRA and assign to me. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948574#3948574 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948574 __

[JBoss-user] [JBoss jBPM] - Re: BPEL Descriptor Question

2006-06-01 Thread [EMAIL PROTECTED]
BPEL process definitions rely on WSDL abstract definitions (messages and port types) only. Just as in EJB development, the involved parties agree on a service interface; each party gets a copy of the interface documents and starts working separately on getting their side working. Pointing to a

[JBoss-user] [JBoss Eclipse IDE (users)] - Building without cleaning a directory

2006-06-01 Thread mscongdon
I have 2 projects in my Eclipse IDE that are both required to run our application, but should be managed as separate projects. To run them together, the build output of our .java files should go to the same directory where our JBoss server picks it up. However, if I configure each project to ha

[JBoss-user] [EJB 3.0] - Re: Dependency Injection Problem

2006-06-01 Thread bdecoste
The implementation of EJB3 style injection in Tomcat is underway. Stay tuned. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948571#3948571 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948571 ___

[JBoss-user] [JBoss Seam] - CreateEntityManagerFactory problem

2006-06-01 Thread gian.corzo
I trying to get a EntityManagerFactory from a POJO using this code: | private EntityManagerFactory emf; | | emf = Persistence.createEntityManagerFactory("fonocontrolDatabase"); | | but when I run the app I get and Exception. I'm using Seam with the embedded microcontainer in a

[JBoss-user] [Clustering/JBoss] - Re: Farm on Linux

2006-06-01 Thread [EMAIL PROTECTED]
Sounds like http://jira.jboss.com/jira/browse/JBAS-3145 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948567#3948567 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948567 _

[JBoss-user] [JBoss Seam] - Re: SEAM booking example app config issue

2006-06-01 Thread organic
Thanks Gavin. After I installed the ejb3 profile and it is ok for the seam-booking example. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948566#3948566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948566 ___

[JBoss-user] [JBossWS] - Top Down Web Services Development With wstools

2006-06-01 Thread mjrother
I would like to start with an existing WSDL file and do top-down development for web services so I can have better control of the schema for data types and validation. I can find no documentation on generating the classes from the wsdl file and eventually deploying as a stateless session ejb. Am

[JBoss-user] [Performance Tuning] - Re: How many users can jboss service at the same time?

2006-06-01 Thread markricard
1.) "That's not the first time this question was answered" Yes, I agree. But still never answered. 2.) "Google is our friend", but finding informaton on Google on this very subject is not easy and never from the source - JBoss. 3.) "we have made tests and we have used several concurrent use

[JBoss-user] [JBossWS] - Re: wstools failing on XSDs using xs:import

2006-06-01 Thread mscongdon
Correction on the end of my previous post... The xsd directory is a CHILD of the wsdl directory, NOT a sibling. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948562#3948562 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Clustering/JBoss] - Farm on Linux

2006-06-01 Thread patrickdalla
| [FarmMemberService] Could not rename /usr/java/jboss-4.0.3SP1/server/default/tmp/darfportlet.war to /usr/java/jboss-4.0.3SP1/server/default/farm/darfportlet.war | The above error occur in one node when I put a WAR in farm directory of another node of the partition. Why? Obs.: I am usi

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: How to implement Web services using Jboss Eclipse IDE?

2006-06-01 Thread postdev
I recommend you use jax-ws tools that are wsimport for client side and for server side you just need to anotate with @WebService over the class declaration, @WebMethod over the method and @WebParam(name = "name") on the params of the method, don't forget to include jax-ws libraries, I believe th

[JBoss-user] [JBoss jBPM] - Re: end-tasks attribute on task-node causes ALL task instanc

2006-06-01 Thread michaelholtzman
Done. Jira: http://jira.jboss.com/jira/browse/JBPM-669 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948557#3948557 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948557 _

[JBoss-user] [JBoss/Spring Integration] - Re: New build for Spring Integration

2006-06-01 Thread [EMAIL PROTECTED]
FYI, i've set up Ales with release permissions. So bug him if it doesn't get out :-) Thanks ales for taking this over. One less thing I have to worry about. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948553#3948553 Reply to the post : http://www.jboss

[JBoss-user] [JBossWS] - Problems with JBossWS in JBOss CR2

2006-06-01 Thread steinarruneEriksen
Regarding JSR-109 with a deployed client proxy Still no answer to my previous question on if we can take to wstools-config into wstools to make it produce a common webservice.xml in cases where we want to have more than 1 Session EJB with SOAP interface Also, I have problems with inheritance.

[JBoss-user] [JBoss Seam] - Re: Using Velocity or XSLT Templates in Seam

2006-06-01 Thread sbryzak2
Create your own response resource loader by extending org.apache.velocity.runtime.resource.loader.ResourceLoader, and override the getResourceStream() method. Then set the Velocity engine "service.resource.loader.class" property to point to your new resource loader class. Then you can use getC

[JBoss-user] [JBoss Seam] - Three part identifiers prohibited in statement

2006-06-01 Thread mikelarnett
All, I am using: Jboss seam 1.0.0.CR3 JBoss IDE 1.6 JBoss 4.0.4GA (ejb3 config) SQL Server 2000 MS SQL Server 200 JDBC drivers I am trying to complete the CRUD example from the example movie. I get everything up and running and go to the web interface and try to run a search and I get t

[JBoss-user] [Installation, Configuration & Deployment] - Re: War unable to find classes from common.jar in ear

2006-06-01 Thread lafr
You should not use both. Either add common.jar to your classpath or your application.xml. In my app, a lib is inthe root dir of the ear ans class-path is set to lib.jar with no dor or slash. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948550#3948550 Reply

[JBoss-user] [JBoss/Spring Integration] - Re: New build for Spring Integration

2006-06-01 Thread alesj
I forwarded your request to Bill Burke, since he did the two previous releases. I hope he finds some time as soon as possible. Rgds, Ales View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948544#3948544 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [EJB 3.0] - Re: Problem with @EJB injection in a @MessageDriven bean

2006-06-01 Thread [EMAIL PROTECTED]
Crap, sorry guys!!! They kept switching package names around over the last few weeks in committee. I'll get out a new release ASAP. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948545#3948545 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [Security & JAAS/JBoss] - Re: ExtendedFormAuthenticator touch-up

2006-06-01 Thread [EMAIL PROTECTED]
I also think that ExtendedFormAuthenticator should include the invoke method such that j_username/j_password get added to the session at the first invocation. This will allow us to completely deprecate FormAuthValve. View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[JBoss-user] [EJB 3.0] - Re: JSR-220 Final Release Support

2006-06-01 Thread [EMAIL PROTECTED]
It is still in release candidate stage, but yes, we have mostly implemented the final release of the spec. I can't say 100% implemented because we haven't run against the TCK yet. Or do you mean professional support? Yes we offer this (for awhile now), contact sales. View the original post :

[JBoss-user] [JBossWS] - wstools failing on XSDs using xs:import

2006-06-01 Thread mscongdon
Using the wstools shipped with the JBossWS stack in JBoss 4.0.4.GA (and using Java 1.5.0_06), we can successfully generate artifacts for our WSDL if the XSD it references contains every xs:complexType therein. However, we want to reuse many XML structures. Hence we have put our re-useable xs:c

[JBoss-user] [JBoss jBPM] - Newbie XML Question

2006-06-01 Thread sparx
Hello all, I'd like to include the forward slash character in my task names. When I try to do this I get an XML parsing error. Does anyone know a way I can do this? Thanks, Shannon Sumner View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948540#3948540 Repl

[JBoss-user] [JBoss Seam] - Ok, it worked out but now...

2006-06-01 Thread postdev
Thank you very much, now I'm getting another message, I've been seeing the thread on Reverse Engineering but there was no reponse to this, what happens is that my the symbol pageTitle cannot be found javax.servlet.ServletException: Cannot get value for expression '#{tableNameSelector.pageTitle}

[JBoss-user] [Installation, Configuration & Deployment] - Re: my-service.xml having access to local ejbs

2006-06-01 Thread fkhan
I have included the the service withing the ear by added a jboss-app.xml to to the META-INF directory. This new jboss-app.xml | http://www.jboss.org/j2ee/dtd/jboss-app_4_0.dtd";> | | | | ambient.sar | | | I then added to the root of the exploded ear an dire

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.4 deployment exception: Could not open jboss-s

2006-06-01 Thread PeterJ
I guess I should also ask how you installed JBoss: via the installer jar file or did you download and unzip the zip file? If you used the installer jar file, what did you name your server (i.e., what directories appear under jboss-4.0.4.ga/server)? View the original post : http://www.jboss

[JBoss-user] [JBoss/Spring Integration] - New build for Spring Integration

2006-06-01 Thread zhaotq
When will the new spring integration build with the lastest ejb3 changes be released? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948534#3948534 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948534 _

[JBoss-user] [JBoss jBPM] - Re: BPEL Descriptor Question

2006-06-01 Thread ncapito
FYI it would be nice to have an example where the process calls an external webservice (not packaged within the process) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948532#3948532 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate tools with annotations?

2006-06-01 Thread [EMAIL PROTECTED]
Yes I want it to be more automatic but only have two hands ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948531#3948531 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948531 ___

[JBoss-user] [JBoss jBPM] - BPEL Descriptor Question

2006-06-01 Thread ncapito
So i have a process that is working however i have a question. For any webservice that you call inside of a process you have to define where to get the wsdl... how is this done. I am currently doing this by defining the absolute location inside the bpel-definition.xml like this: | |

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate tools with annotations?

2006-06-01 Thread supernovasoftware.com
Thanks Max. I do believe that was the fastest response ever. You did say currently. Are there any plans to make this more automatic? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948529#3948529 Reply to the post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss Seam] - Using Velocity or XSLT Templates in Seam

2006-06-01 Thread dhinojosa
I am transporting over a web framework action over to a session bean to use in Seam. The webframework action transformed either a Velocity template or a XSLT into an email that I can send out. Now that my service is on the session bean instead of a web framework action, how do I get a veloci

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate tools with annotations?

2006-06-01 Thread [EMAIL PROTECTED]
current this is required yes. It is possible to implement some kind of autoscanning; but that is not done yet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948527#3948527 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [JBoss Eclipse IDE (users)] - Hibernate tools with annotations?

2006-06-01 Thread supernovasoftware.com
I am able to do queries in Hibernate tools, but I have to explicitly declare each mapped class in my hibernate.cfg.xml file. | | Is this necessary? Is there any way that by including the jar containing my model these classes can automatically be loaded. I stripped this list out

[JBoss-user] [JBossWS] - WS-Security Signing for EJB

2006-06-01 Thread acxjbertr
I am trying to use WS-Security to sign the contents of my SOAP requests/responses. I have successfully compile, deployed, and tested the wssecurity example from http://labs.jboss.com/file-access/default/members/jbossws/downloads/jbossws-samples-1.0.0.GA.zip. However, the example uses a servle

[JBoss-user] [EJB 3.0] - Re: Problem with @EJB injection in a @MessageDriven bean

2006-06-01 Thread Stefan Arentz
Well. This was smart. :-/ In another recent message here I asked about using Sun's javaee.jar and whether that could cause trouble. Well .. looks like JBoss 4.0.4GA still has javax.annotation.EJB instead of javax.ejb.EJB. The result was that JBoss silently ignored the (wrong) annotation and D

[JBoss-user] [JBoss Portal] - Re: Configure default portal instance to load

2006-06-01 Thread mmartin123
How would one go about setting JBoss Portal to use the Virtual Hosting capabilities of JBoss? For instance I would like to have multiple Portal Web Apps exist on the same physical box and access each web app uniquely using a different domain. Example: http://mymachinea:8080 > hits jboss

[JBoss-user] [JBoss jBPM] - Re: Can´t see st art new process execution link

2006-06-01 Thread natacam
thank you very much! I forgot to add a task to the start node. [/img] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948522#3948522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948522 ___

[JBoss-user] [EJB 3.0] - JSR-220 Final Release Support

2006-06-01 Thread go_rags
I would like to know if Jboss AS is already supporting the final release of EJB3.0 spec? If not when is the expected time will the support be available? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948521#3948521 Reply to the post : http://www.jboss.com/i

[JBoss-user] [Installation, Configuration & Deployment] - my-service.xml having access to local ejbs

2006-06-01 Thread fkhan
My app has muliple MBean services all defined through thier own *-service.xml located at the same level in the deployment as the EAR file. One of the services is a schedulable service that starts a thread outside the EAR and attempts to use a local ejb within the EAR that has only a local interf

[JBoss-user] [EJB 3.0] - Re: Updating instead of deleting

2006-06-01 Thread abronson
"abronson" wrote : I am not sure what you mean by bulk operations. | | The cascade does not work if I do either of these: | | Query query = em.createQuery("delete from Parent where lastUpdated < :deletePrior").setParameter("deletePrior", deletePrior); | int updatedEntities = query.e

[JBoss-user] [EJB 3.0] - Re: Dependency Injection Problem

2006-06-01 Thread Stefan Arentz
"guidomuelleraventis" wrote : I have created an EE application with an ear deployment file containing an application.xml, a jar file containing the EJBs and a war file containing the web application. Automatic dependency injection of a session bean into a servlet or a JSF managed bean does not w

[JBoss-user] [EJB 3.0] - Re: Updating instead of deleting

2006-06-01 Thread abronson
I am not sure what you mean by bulk operations. The cascade does not work if I do either of these: Query query = em.createQuery("delete from Parent where lastUpdated < :deletePrior").setParameter("deletePrior", deletePrior); int updatedEntities = query.executeUpdate(); or if I do Query

[JBoss-user] [Management, JMX/JBoss] - Re: Why is jboss.management.local missing in the EJB3 profil

2006-06-01 Thread [EMAIL PROTECTED]
It's probably not installed. You can add it by hand, by copying the JSR-77 Single JBoss Server Management Domain entry from the conf/jboss-service.xml of the .zip distro You'll need also the jboss-management.jar in the server/lib directory View the original post : http://www.jboss.com/index.ht

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS - javax.jms.IllegalStateException in JBOSS

2006-06-01 Thread ralphmichelsen
Hello I have a problem with a new JMS test app. that I have tried out. I get a javax.jms.IllegalStateException when I make a call to TopicSubscriber setMessageListener(listener). Can anyone help me PLEASE?? Source code for the test class: public class SubscriptionHelper { private TopicConnec

[JBoss-user] [JBoss Seam] - Validation without @IfInvalid

2006-06-01 Thread pbrewer_uk
I understand that the @IfInvalid annotation is no longer the best way to perform validation and that the and tags can be used to validate data-entry entity fields on the front-end. How would I go about validating the entire entity bean (not just the data-entry fields) on form submission? For

[JBoss-user] [JBossWS] - Re: problems compiling jbossws trunk.

2006-06-01 Thread omatzura
thanks Heiko, that was it.. regards! /Ole View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948349#3948349 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948349 --- A

[JBoss-user] [Beginners Corner] - jboss deploy

2006-06-01 Thread Renierb
I have installed the latest jboss > jboss-4.0.4.GA then in my C:\jboss-4.0.4.GA\server\default\deploy i got ROOT.war as my app. what i have noticed is if i dont have any .war files in there, my jboss home page come up if i type http://localhost:8080/. In my ROOT.war i got \contactus\appForms\hell

[JBoss-user] [JBoss Seam] - Re: Problem with tree2

2006-06-01 Thread mirko27
no ideas how to manipulate it?:( opening all first two level nodes howto would be welcome too please help me out guys. Then we could add one more component howto to the seam wiki. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948345#3948345 Reply to the

[JBoss-user] [EJB 3.0] - Re: Plain DAO's and @PersitenceContext

2006-06-01 Thread Hoagiex
"anders.hedstrom" wrote : anonymous wrote : Why in heavens name, would I want to add a service locator between my As and DAO? | | Why in heavens name, would you want to use a service locator between your As and DAO? Because JNDI code doesn't below in an Application Service? View the origin

[JBoss-user] [EJB 3.0] - Re: Plain DAO's and @PersitenceContext

2006-06-01 Thread Hoagiex
Just implemented the DAO's as Sessions that are aquired by the POJO AS through a DAO Factory that does the JNDI lookup by menas of a ServiceLocator. result: 8.1% increase in response time with 100 users 13.4% increase in response time with 1.000 users 16.9% increase in response time with 10.000

[JBoss-user] [JBoss Portal] - Portal state retention

2006-06-01 Thread suniil
I've added a flash via management portal It displayed as expected, but when i restarted jboss whatever i've created just dissappeared. I understand this is not being saved in DB and initial values are hard-coded. Any ideals how to retain the state after a appserver restart? many thanks sunil

[JBoss-user] [EJB 3.0] - Dependency Injection Problem

2006-06-01 Thread guidomuelleraventis
I have created an EE application with an ear deployment file containing an application.xml, a jar file containing the EJBs and a war file containing the web application. Automatic dependency injection of a session bean into a servlet or a JSF managed bean does not work. A manual JNDI lookup of t

[JBoss-user] [JBoss Portal] - Re: JBP-->how to implement a home page

2006-06-01 Thread suniil
Resolved. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948340#3948340 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948340 --- All the advantages of Linux

[JBoss-user] [JBoss jBPM] - Process Instantiation

2006-06-01 Thread goddam
hello.. i am trying to start a process execution by code.. that aparently is well done, because i had it from your examples... but.. the process don't start.. this code..don't show any errors.. and runs ok..but the aprently it doesn´t do nothing to the process... can anybody give me a help her

[JBoss-user] [EJB 3.0] - Re: Plain DAO's and @PersitenceContext

2006-06-01 Thread anders.hedstrom
anonymous wrote : Why in heavens name, would I want to add a service locator between my As and DAO? Why in heavens name, would you want to use a service locator between your As and DAO? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948337#3948337 Reply to

[JBoss-user] [Beginners Corner] - [Jboss qualification Preliminary Question] Installing Jboss

2006-06-01 Thread Yannick Biet
Hi everybody, This is my first message here, and it should surprise some of you ! My company is currently looking to start new developments on J2EE environment. My question is pretty obvious and surely stupid but as I am just a newbie under Jboss Application server I think it's best to ask to p

[JBoss-user] [Management, JMX/JBoss] - A question about the scheduler

2006-06-01 Thread yair.zaslavsky
Hi, I want to write a JMX service that upon the activation of its "test" method, a perioudic job will begin. I added the following lines to the jboss-service.xml: I then wrote the interface of the service: @Local @Remote public interface TestTimer { public void test(); } And t

[JBoss-user] [EJB/JBoss] - Re: Please help me: naming exception

2006-06-01 Thread ioioio
THank you...but I can't understand: did you create a new class with these methods or you put in every bean file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948333#3948333 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [JBossWS] - Re: problems compiling jbossws trunk.

2006-06-01 Thread [EMAIL PROTECTED]
Take a look at your ant.properties and make sure 'force.thirdparty.get=true' is uncommented. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948332#3948332 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948332 -

[JBoss-user] [Beginners Corner] - Re: JBOSS Datasource

2006-06-01 Thread Renierb
great, that make sense, just two more questions - 1.) what is the best jdbc driver to use for jboss with posgresql, we want to use conn pooling also. 2.) i downloaded the postgresql drivers, but there are alot of files in there. I download it from http://jdbc.postgresql.org/download.html > 8.2

[JBoss-user] [EJB 3.0] - TrailBlazer EJB 3.0 in JBoss 4.0.4GA

2006-06-01 Thread hi_feroz
does not get deployed, any idea? | 006-06-01 17:14:31,187 WARN [org.jboss.system.ServiceController] Problem starting service jboss.j2ee:service=EJB3,module=beans.jar | java.lang.NoClassDefFoundError: javax/ejb/InvocationContext | at java.lang.Class.getDeclaredMethods0(Native Method)

[JBoss-user] [JCA/JBoss] - Problem while trying to create Oracle JCA connection

2006-06-01 Thread tweidner
Hi folks, I hope you can help with this: JBoss 3.2.7 Java 1.4.2_11 Oracle 9.2 I've tried the guide in the documentation and copied the oracle-ds.xml into my server/default/deploy directory. The error stack trace I got after that tells me, that JBoss is unable to find the org/jboss/resource/con

[JBoss-user] [EJB/JBoss] - Re: Please help me: naming exception

2006-06-01 Thread coyotelp
Hi, I had this kind of problem with local EJB sessions. COMP_NAME ( java:Comp/env ... ) doesn't work for me, I'm using only the JNDI name. /** * Retourne l'interface LocalHome du bean ApolloDataBean. * @see ApolloDataBean * @return ApolloDataLocalHome

[JBoss-user] [Security & JAAS/JBoss] - 401 Error handling in jboss-3.2.7

2006-06-01 Thread PradeepKumargt
we are trying to handle error 401 by placing fallowing code in web.xml 401 /message.html wich present under fallowing path : \jboss-3.2.7\server\im\deploy\jbossweb-tomcat50.sar\conf message.html is getting displayed always i.e we are unable to open the application View the or

[JBoss-user] [JBossWS] - Re: java.lang.ArrayIndexOutOfBoundsException / NullPointerEx

2006-06-01 Thread stone_42
Hi again, Now I "solved" the problem. It was as simple as replacing ws4ee 4.0.3 by ws4ee from JBoss 4.0.4GA. Sorry for the spam, Martin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948323#3948323 Reply to the post : http://www.jboss.com/index.html?module

[JBoss-user] [JBoss Portal] - Re: JBP-->how to implement a home page

2006-06-01 Thread suniil
can i create a region in generic-->index.jsp like this to implement the above functionality? and add this to theme? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948320#3948320 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [JBoss Portal] - JBP-->how to implement a home page

2006-06-01 Thread suniil
hi all, i'm trying to implement a home page based on JBP. I need to implement a full width flash object by overriding Region A and Region B or combine both of them any thoughts? thanks sunil View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948316#3948316 Rep

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

2006-06-01 Thread suniil
i've got one version of forum from CVS working with JBP 2.2.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948314#3948314 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948314 ---

[JBoss-user] [JBoss Seam] - Re: @DataModel with Tomahawk with JBoss AS 4.0.4 and Seam 1.

2006-06-01 Thread Newlukai
My web.xml didn't include Seam Redirect Filter and the Seam Exception Filter. It doesn't further include those security constraints and the MyFacesExtensionsFilter. Apart from this my web.xml is the same as you have. For debug purposes, I think, in the faces-config.xml the SeamVariableResolver

[JBoss-user] [EJB/JBoss] - Please help me: naming exception

2006-06-01 Thread ioioio
Hello People! I'm doing the porting of a project from SUN tu JBOSS. I'm using Netbeans 5.0 and jboss 4.0.2. Plese help me: I'm becoming mad...this error is very strange anonymous wrote : | 10:16:41,127 ERROR [LogInterceptor] EJBException in method: public abstract java.util.Collection SessBean

[JBoss-user] [EJB 3.0] - Re: ApplicationException in ejb-jar.xml

2006-06-01 Thread jc7442
With the assembly descriptor tag it still not works: | http://java.sun.com/xml/ns/javaee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee | http://java.sun.com/xml/ns/javaee/ejb-j

[JBoss-user] [Management, JMX/JBoss] - Re: XMBean and a new JDBCAttributePersistenceManager

2006-06-01 Thread [EMAIL PROTECTED]
I don't think there is an easy way out. If you want to use the datasource you'll only be able to use it after it is started, and so all your related persistent xmbeans. You can have more than one persistence managers active, and override in the xmbean descriptor which one should be contacted.

[JBoss-user] [JBossWS] - Re: Cannot obtain java type mapping for: {http://org.mazurek

2006-06-01 Thread adamzrk
Yep. And the worst thing is that in docs there is no example how to use generated client and jaxrpc-mapping.xml file. Maybe someone can give an example? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948307#3948307 Reply to the post : http://www.jboss.com/in

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Automatic generation of primary key

2006-06-01 Thread iraten
Thank you for your answer. It was the way I found. I use | | HiLoKeyGeneratorFactory | | | Unfortunatly, I get a ClassCastException because it generates a Long and I need an Integer. Do you now the name of an appropriate factory? Thank you View the original post : http:/

  1   2   >