[JBoss-user] [EJB 3.0] - Re: EntityManager lookUp in generics POJO

2006-01-19 Thread jefmsmit
I have a similar problem because I need an EntityManager in a custom hibernate validator class. It sure would be nice if I could just dependency inject it, but for now I'll just look it up in JNDI (the old fashioned way). View the original post :

[JBoss-user] [EJB 3.0] - Polymorphic @Embeddable types possible?

2006-01-19 Thread jnorris10
Consider the following example: If I have a Shape class which has subclasses called Square, Circle, etc. with separate data members, I would like to treat this hierarchy as @Embeddable since I don't care about database identity, just equality. However, it seems that I cannot embed the Shape

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: ERROR [javax.faces.webapp.UIComponentTag] Faces context

2006-01-19 Thread [EMAIL PROTECTED]
I am having the same problem using netbeans 5.0 jboss-4.0.3.SP1. I tried the solutions above, bu maybe I did something wrong. My web.xml faces-config.xml are: ?xml version=1.0 encoding=UTF-8? web-app version=2.4 xmlns=http://java.sun.com/xml/ns/j2ee;

[JBoss-user] [JBoss Seam] - Maintaining Ant builds.

2006-01-19 Thread [EMAIL PROTECTED]
Gavin, I have been trying out the JBoss IDE. The packaging ability of it is pretty good--really simple to use. Do you think using it might make the ant scripts easier to maintain? It would be easy enough to create an ant script with the IDE and then import that ant script into each example

[JBoss-user] [JBossWS] - Re: JSR181 + EJB3 (build: CVSTag=HEAD date=200601151019)

2006-01-19 Thread JulianHtun
Jason, Please elaborate on using wsdl attribute. We have the same problem. Thank you. -Julian Htun View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918543#3918543 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918543

[JBoss-user] [JBoss Seam] - Re: Maintaining Ant builds.

2006-01-19 Thread [EMAIL PROTECTED]
I dunno, I have not checked that out. By the way, yesterday Thomas and I cleaned up the build A LOT, so this is no longer an urgent issue. Still, it would be very nice to have tight integration between Eclipse and the Seam builds. I realise that people are reusing our build scripts... View

[JBoss-user] [JBoss Portal] - Error when building from source

2006-01-19 Thread scurd
I was going to make some modifications to the UserPortlet as a test but can not get the project to build. This is the error I'm getting. BUILD FAILED | C:\jboss-portal-2.2.1RC1-src\tools\etc\buildfragments\tools.ent:157: taskdef A class needed by class

[JBoss-user] [JBoss jBPM] - ProcessClassLoader [ Urgent Help please !!!]

2006-01-19 Thread joshua_hj
Dear community, I want to use jBPM inside of a servlet and i must serialize some variables to process instances. Currently i am using MySQL/Hinernate, JBoss-4.0.2 and JVM 1.5 and jbpm-3.0.2. Well, as you know the web archive has an web/classes directory structure that must be used. My actions

[JBoss-user] [Beginners Corner] - Failed to boot JBoss

2006-01-19 Thread chingliang
I am new to JBoss and received the following message when running JBOSS_DIST/bin/run.sh. Any help is appreciated. I downloaded jboss-4.0.3SP1.tar.gz and gunzip and tar it to a directory. My OS is Fedora Core 4. 21:27:26,196 INFO [Server] Root Deployment Filename: jboss-service.xml Failed

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: The insert-after-ejb-post-create plus sequence problem -

2006-01-19 Thread chrisbitmead
I havn't found a solution, I don't think there is any solution, I've tried about half a dozen approaches. It seems to me the EJB 2.0 spec is fundamentally broken in disallowing the setting of relationships, and jboss is broken in that the insert-after-ejb-post-create work around doesn't work.

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Oracle XA Error

2006-01-19 Thread jparsons512
I'm experiencing exactly the same error, however I'm unable to resolve it by switching to the 10g ojdbc14.jar driver (tried with both 10.1.0.4 and 10.2.0.1.0). I'm using an Oracle 9.2.0.4 database, with 9.2 and 10.2 client. If anyone has come across an alternative solution or a workaround for

[JBoss-user] [EJB 3.0] - SchemaExport - how do i stop it from running?

2006-01-19 Thread msherwoo
I am new to JBoss, and I'm learning EJB3.0. I have created an EJB3.0 EntityBean that is working beautifully hitting the included HSQLDB. Every time I deploy my app, the SchemaExport tool runs. I obviously can't save any data in this fashion. How do I stop SchemaExport? Thanks in advance.

[JBoss-user] [JBoss Seam] - ERROR [STDERR] Jan 19, 2006 8:15:51 PM com.sun.facelets.comp

2006-01-19 Thread [EMAIL PROTECTED]
Hi, I ran the seam-booking example on the CVS version of JBoss 4 and got the following error. Is this a JBoss 4 (cvs) problem? or some kind of other problem? Does it effect anything? 20:15:46,320 INFO [StartupServletContextListener] ServletContext

[JBoss-user] [JBoss Seam] - Re: ERROR [STDERR] Jan 19, 2006 8:15:51 PM com.sun.facelets.

2006-01-19 Thread [EMAIL PROTECTED]
Oh, I did not notice that before. Doesn't seem to cause anything to break. Looks like a facelets issue of some sort. I'll point Jacob over here... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918553#3918553 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: ERROR [STDERR] Jan 19, 2006 8:15:51 PM com.sun.facelets.

2006-01-19 Thread hookomjj
it's nothing, just an error in doing log.error instead of log.warn, it doesn't mean anything unless you have a stack trace with it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918554#3918554 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: ERROR [STDERR] Jan 19, 2006 8:15:51 PM com.sun.facelets.

2006-01-19 Thread [EMAIL PROTECTED]
ya, no stack trace. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918555#3918555 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918555 --- This SF.net email is

[JBoss-user] [JBoss Seam] - Re: ERROR [STDERR] Jan 19, 2006 8:15:51 PM com.sun.facelets.

2006-01-19 Thread [EMAIL PROTECTED]
(Gavin, when do you sleep? or eat even?) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918556#3918556 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918556 --- This

[JBoss-user] [EJB 3.0] - monitoring EJB3 performance

2006-01-19 Thread hfarid
I have a full application built on top of ejb3, the application inludes - stateless session beans - statefull session bean - MDB - MBean service - JCA - web front (jsp/servlet) - deployed in clustered configuration The whole thing is packaged in a single .ear file I would like to monitor my ejb

[JBoss-user] [J2EE Design Patterns] - Design Question

2006-01-19 Thread krubin
Hi, I have a GUI client application that requires that I make 2 calls (with same parameters)for each message. One to cache/DB, the next to reformat message and pass it to another subsystem. I was thinking of sending data for each message to 2 seperate MDBs to keep them asynchronous with client.

[JBoss-user] [EJB 3.0] - Re: SchemaExport - how do i stop it from running?

2006-01-19 Thread hfarid
you should not be using hsqldb for persisting your data (there are a lot of articls against using hsqldb for anything... in the end it's your call) in persistance.xml | entity-manager | nameabc/name | jta-data-sourcejava:/DefaultDS/jta-data-source | properties | ... | ... |

[JBoss-user] [EJB 3.0] - Re: Disabling clustering

2006-01-19 Thread hfarid
I spent so much time on option 2 in the end I gave up I had better luck with option 1 This is what I did (hopfully it would work for you) - delete all/deploy-hasigliton - copy default/deploy/jms to all/deploy - delete all/farm - delete all/deploy.last - delete all/deploy/cluster-service.xml

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Which version of JBoss are you using with JBossIDE?

2006-01-19 Thread mjdinsmore
I've been using JBossIDE for a while now but I'll have to admit, I'm getting near the end of my rope in being patient with it constantly being broken. It seems parts of it are broken more than its working. I've found it less than clear in the forums on when a fixed version will be out and the

[JBoss-user] [JBossWS] - Re: javax.naming.NameNotFoundException in web-service client

2006-01-19 Thread [EMAIL PROTECTED]
There are samples attached to the main wiki http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918562#3918562 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918562

[JBoss-user] [JBossWS] - Re: Add custom headers to web service client request from MB

2006-01-19 Thread [EMAIL PROTECTED]
JBossWS our new stack allows you to do that. Have a look at | org.jboss.test.ws.handler.DynamicHandlerTestCase | In J2EE-1.4 compliant WS access to |/** Returns the configured HandlerRegistry instance for this Service instance. | * | * @return HandlerRegistry |

[JBoss-user] [JBoss Portal] - IPC

2006-01-19 Thread davinchi
I would like to communicate between two portlets. Does v2.2 support the same? No documentation regarding the same is available on site? Does anyone have sample code ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918564#3918564 Reply to the post :

[JBoss-user] [JBossWS] - Re:

2006-01-19 Thread [EMAIL PROTECTED]
This looks like a bug related to document/literal endpoints that bind header elements to the endpoint target method. http://jira.jboss.org/jira/browse/JBWS-663 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918565#3918565 Reply to the post :

[JBoss-user] [JBossWS] - Re: Creating webservice from scratch in JBoss Eclipse ide

2006-01-19 Thread [EMAIL PROTECTED]
Simple is beautiful - use Ant View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918566#3918566 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918566 --- This SF.net email

[JBoss-user] [Beginners Corner] - Re: Tutorial on JBossIDE EJB3.0 Tools

2006-01-19 Thread UglyDuckling
I seem to be experiencing a more subtle error. I have set up my server configuration and can boot it in Eclipse and at the command prompt without errors. I made all of the suggested fixes to the source code and repackaged it before deploying. My only trouble now is that I cannot see the

[JBoss-user] [JBossWS] - Re: Cannot startup webservice: NullPointerException

2006-01-19 Thread [EMAIL PROTECTED]
It is indeed not J2EE-1.4 compliant. It uses the old j2ee_web_services_1_0.dtd A correct webservice.xml looks like this. Note the difference in wsdl-port | webservices xmlns=http://java.sun.com/xml/ns/j2ee; | xmlns:impl=http://org.jboss.test.webservice/jbws358; |

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

2006-01-19 Thread [EMAIL PROTECTED]
Collections are not supported in JAXRPC. You should use arrays. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918569#3918569 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918569

[JBoss-user] [JBossWS] - Re: OperationDesc for a method was not synchronized to a met

2006-01-19 Thread [EMAIL PROTECTED]
There must be something else wrong. Multiple parameters are of course supported in rpc/literal and document/literal wrapped. Have a look at the samples attached to the main wiki. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918570#3918570 Reply to the post

[JBoss-user] [JBossWS] - Re: ClassCastException while using JWSDP 1.6

2006-01-19 Thread [EMAIL PROTECTED]
If using the jwsdp you should not have our classes on the classpath. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918571#3918571 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918571

[JBoss-user] [JBossWS] - Re: Clarification - is anybody successfully using JSR-181 an

2006-01-19 Thread [EMAIL PROTECTED]
It's not too early if you are happy with working with jboss-head. There are just a couple of issues that need to be resloved for jbossws-1.0 final We also have a packport of jboss-1.0RC1 available for jboss-4.0.x. You can get it by checking out the latest from Branch_4_0 View the original post

[JBoss-user] [JBossWS] - Re: Does EJB3 doesn't support Web-service both client side a

2006-01-19 Thread [EMAIL PROTECTED]
EJB3 endpoints are supported. EJB3 WS clients need to be looked at http://jira.jboss.org/jira/browse/JBWS-664 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918573#3918573 Reply to the post :

[JBoss-user] [JBossWS] - Re: Message-style service

2006-01-19 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=WSMessageEndpoints anonymous wrote : | Besides, is it possible to use deploy.wsdd file to deploy web services in JBoss using java org.jboss.axis.client.AdminClient deploy.wsdd in JBoss ? | No, that class should be removed. View the original post :

[JBoss-user] [JBossWS] - Re: Configure JBoss (serialization) to return only non-null

2006-01-19 Thread [EMAIL PROTECTED]
You could try using a ws4ee-deployment.xml descriptor that defines minOccurs for the element in question http://anoncvs.forge.jboss.com/viewrep/JBoss/webservice/src/main/org/jboss/webservice/deployment/BeanXMLMetaData.java?r=1.1.2.12 View the original post :

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 1.5 Final Released!

2006-01-19 Thread voven2000
How to solve the bug like: The JDBC driver didn't report any primary key columns in ALL_FILE_GROUP_TABLESPACES. Asking rev.eng. strategy? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918576#3918576 Reply to the post :

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 1.5 Final Released!

2006-01-19 Thread voven2000
and this :Warning 2006-01-20 13:58:18.179 WARN Worker-4 net.sf.ehcache.config.Configurator - No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: bundleresource://133/ehcache-failsafe.xml View the original post :

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 1.5 Final Released!

2006-01-19 Thread [EMAIL PROTECTED]
why do you consider it a bug that you have tried to reverse engineer a table that does not have any primary key defined ? and the last warn is standard hibernate warning which can be read about a thousand places that it is just a warning about ehcache being used without any specific

[JBoss-user] [JBoss jBPM] - How to deploy the process archives?(urgent!)

2006-01-19 Thread zxf_NARI
Greetings : I'm newly engaged in JBOSS JBPM (jbpm 3.0.1). I've referred many articles and web files,and I've known that the process archives include 3 parts:one is the Processdefinition.xml produced by the GPD(Graphical Process Designer), another is the Java-classes included in the

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 1.5 Final Released!

2006-01-19 Thread voven2000
Because I don't know how to generate code for oracle individual table. How to configure the hibernate.cfg.xml file for orcale database. Please help! Hurry up! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918580#3918580 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: ProcessClassLoader [ Urgent Help please !!!]

2006-01-19 Thread RAlfoeldi
Hi Joshua, does your ProcessWrapper have a serialVersionUID? If not try setting one. But then, why do you need a ProcessWrapper? Why not set the variables dircetly, then you don't have a problem. Greetings Rainer View the original post :

[JBoss-user] [JBoss Portal] - want to send data from portlet

2006-01-19 Thread davinchi
How can I send data catched from a portlet, Suppose I have a jsp, on submitting the request I want to send the data on the page to another portlet. I know that I can process using processAction and render methods but I dont know how I can call them from a jsp. View the original post :

[JBoss-user] [EJB/JBoss] - Re: Distributed transactions between appservers

2006-01-19 Thread [EMAIL PROTECTED]
I don't know what the details of the integration are yet. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918585#3918585 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918585

[JBoss-user] [EJB/JBoss] - SFSB caching average and passivation remover timers

2006-01-19 Thread [EMAIL PROTECTED]
While trying to resolve this issue: http://www.jboss.org/index.html?module=bbop=viewtopict=75370 , cusomter also discover an additional issue. Here is the description: If we have a setting like: max-bean-life = 3600 (secs) * Used to determine when to remove the bean in the passivation store by:

[JBoss-user] [JBoss jBPM] - Declare and Initialize Variable in ProcessDefinition Graph-

2006-01-19 Thread sangadi
How do I initialize a variable in a TaskNode in the processdefinition. Any help would be greatly appreciated. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918586#3918586 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: binding UIInput problem

2006-01-19 Thread pepite
Thanks for the answer. I wonder however how to do now. Here is my situation: I have a dynamic table (the number of columns is dynamic). The table is bound to the view via the binding= #{myBean.myDynamicTable}. The stateful bean is a conversational component (as the user navigate into it

[JBoss-user] [JBoss Portal] - Re: want to send data from portlet

2006-01-19 Thread jlaskowski
Hi, Use RequestDispatcher (RD) and request.setAttribute(). public void doView (RenderRequest request, RenderResponse response) | throws PortletException, IOException | { | response.setContentType(text/html); | request.setAttribute(myAttr, myValue); | PortletRequestDispatcher rd

<    1   2   3