[JBoss-user] [EJB 3.0] - Problems with Date

2006-04-04 Thread martin ganserer
Hi, I have a problem with Date properties in my entity bean. In my project I use JBOSS PFD/MySQL 5.0. The column is of type: DateTime. @Temporal(TemporalType.DATE) | @Column(name="last_date") | public Date getLastDate() | { | return lastDate; | } If I merge the corresponding entity

[JBoss-user] [Clustering/JBoss] - Re: Session is not getting replicated on JBoss-4.0.2

2006-04-04 Thread [EMAIL PROTECTED]
Hey I have checked the cluster setting with 2 sample applications samplewar.war having following testsessionreplication.jsp into it for the 1st instance <%=request.getSession().getId() %> Tomcat 1 Similarly samplewar.war having following testsessionreplication.jsp into it for the 2nd ins

[JBoss-user] [Installation, Configuration & Deployment] - SSL JBoss 4.0.3

2006-04-04 Thread Roman.Angelov
Hi all, I have interesting problem, I'm migrating on JBoss 4.0.3 Tomcate engine from JBoss 3.0.7 Jetty engine, and the current task is to configurate SSL conection. For this purpose in $JBOSS_HOME\server\default\deploy\jbossweb-tomcat55.sar I edited "server.xml" and it's enabled It's needed

[JBoss-user] [EJB/JBoss] - EJB and J2EE Installation

2006-04-04 Thread mangiafuoco
Hi All, it is necessary to install J2EE from Sun in order to use the example on EJB JBossSimpleExample (http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSimpleExample)? Thanks, Roberto View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934989#3934989 Reply to

[JBoss-user] [JBoss jBPM] - Re: how to deploy process definitions in eclipse process des

2006-04-04 Thread medjbpm
Go see it on the jBPM Wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934988#3934988 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934988 -

[JBoss-user] [JBoss.NET] - Re: NoSuchFieldError when deploying .wsr

2006-04-04 Thread sivakumar_n
Solution Please? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934987#3934987 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934987 --- This SF.Net email is sponsor

[JBoss-user] [Remoting] - Re: Embedded JMX and JAR usage

2006-04-04 Thread igald
Thanks, great news to me. Daniel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934986#3934986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934986 --- This SF.Net

[JBoss-user] [JBoss jBPM] - How to let process stay in node "for ever"?

2006-04-04 Thread hoogenbj
Hi Everyone I want to have a node which executes a process for every item in a list. What complicates things is that only one item must be processed per signal. I thought I could do it with a custom actionhandler on a node and just not call context.leaveNode() until all the items are done. On the

[JBoss-user] [JBoss.NET] - Re: JBoss.NET vs. JBossWS

2006-04-04 Thread sivakumar_n
I have a webservice application Implemented in Jboss 3.2 with Jboss-Net. What i have to do to use it in Jboss 4.0 with Jboss-WS. Is it possible ? Are Major Changes Required? Otherwise is it better to re-implement it with Jboss-Ws. Give me the link for the tutorial. Thanks Siva View the origi

[JBoss-user] [JBoss Portal] - jboss portal 2.2.1RC3 password remember feature

2006-04-04 Thread yxyang
Hi I just upgraded my website from jbp2.0 to jbp2.2.1.rc3. My users complain that their browsers cannot remember the username/password anymore. I also try it in my own windows IE. It really seems that the browsers cannot remember the username/password. What is the reason? thanks very much! y

[JBoss-user] [JBoss jBPM] - Assign Task - 2 users

2006-04-04 Thread send2shriram
Hi, I want a task to be created to two users. I am unable to find any JBPM API's for this. Any help would be useful. Thanks Shriram View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934982#3934982 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [Clustering/JBoss] - Re: Session is not getting replicated on JBoss-4.0.2

2006-04-04 Thread [EMAIL PROTECTED]
1) See this wiki page for getting two JBoss instances running on one machine: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine All the config changes you're making are too painful and mistakes may lead to issues. If your machine has more than one IP, using

[JBoss-user] [Security & JAAS/JBoss] - Re: SecurityIncerceptor, EJB 3.0 RC5

2006-04-04 Thread aro1976
I created a TracingInterceptor with the code below: | | public class TracingInterceptor { | |@Resource SessionContext sessionCtx; | |@AroundInvoke |public Object log(InvocationContext invocationCtx) throws Exception { | Logger log = Logger.getLogger(invocati

[JBoss-user] [EJB 3.0] - Re: do we have a security-proxy on ejb3?

2006-04-04 Thread [EMAIL PROTECTED]
security proxy bad interceptors good. use ejb3 interceptors. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934977#3934977 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934977 --

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

2006-04-04 Thread [EMAIL PROTECTED]
Are you able to attach your WAR file that displays this behavior to the associated JIRA issue? http://jira.jboss.com/jira/browse/JBAS-2151 You may be required to register at the JBoss JIRA site. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934974#3934974 R

[JBoss-user] [Clustering/JBoss] - Re: Session is not getting replicated on JBoss-4.0.2

2006-04-04 Thread [EMAIL PROTECTED]
yes I have added the tag into my web.xml Actually without this the application should not work on 3.2.3 & 3.2.5 versions also.right. So my question is it is working on 3.2.3 , 3.2.5 Clustering, faming is also working on 4.0.2 but the session replication is not getting done. I have gone th

[JBoss-user] [Clustering/JBoss] - Re: Cluster Hot Deployment Problem

2006-04-04 Thread Hari Prasad
Thanks for your reply. Yes,the EAR is deployed in /farm folder.I have tested repeatedly the below Sequence and it is showing a consistent behaviour. Thanks, Hari. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934971#3934971 Reply to the post : http://www

[JBoss-user] [EJB 3.0] - Re: Tutorial: Integrating EJB3.0 into JBoss AS 4.0.4.CR2

2006-04-04 Thread aro1976
I tried 4.0.4.CR2 but didn't have time to figure it out the issues below: a) after installing using installer I figured out that using the clustered and unclustered version, it didn't come with jboss-srp.jar in the lib, because both EJB3 install options are apparently based on standard and not on

[JBoss-user] [JBoss jBPM] - Problems deploying process

2006-04-04 Thread ShavianShakes
New to Jboss/Eclipse here. I am using the jBPM 3.1-beta3 startes kit. I followed the instructions in http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted and they worked very smoothly. Nice. After that I followed the graphical process designer guide (http://docs.jboss.com/jbpm/v3/gpd/

[JBoss-user] [JBoss jBPM] - Re: Problems deploying process

2006-04-04 Thread ShavianShakes
Sorry, the xml didnt show up on my previous post. Here it is: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934968#3934968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-04-04 Thread fptoth
Hi, Thanks very much for a helpful document. However, I have run into some problems and I'd like to know if I'm the only one! First, a simple one: I could not start the jboss server with a simple double-click of run.bat. Instead, I needed to run it manually with arguments. Namely, "run.bat -c

[JBoss-user] [JBoss Eclipse IDE (users)] - how to configure jboss server with eclipse

2006-04-04 Thread rohithadg
Hi all, I have eclipse-lomboz plugin. and have jboss server on a seperate machine (Jboss not in localhost). So, I want to configure that jboss for deployment from eclipse. If any body know how to configure jboss on a seperate machine, please let me know. Thanks, Rohitha View the original po

[JBoss-user] [Installation, Configuration & Deployment] - Ears, Depends and Deployment ordering

2006-04-04 Thread bwallis42
I have an ear file with a -service.xml file containing a system properties service that loads some properties that I want to use to configure a -ds.xml file that defines a resource adaptor service. (the service and ds files are included below) If I deploy the ear file the properties are not su

[JBoss-user] [EJB 3.0] - Re: deploy EJB3.0 with EJB2.1

2006-04-04 Thread apdo
I wasn't sure it the spec or the server was supporting that. knowing that it is I will spend more time trying to make it works. If I have success I will write back what was my problem. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934961#3934961 Rep

[JBoss-user] [Installation, Configuration & Deployment] - webapp throws NoClassDefFoundError, but works fine under Ori

2006-04-04 Thread Tincho
Hi! I have a webapp (for which I don't have source code), that I'm trying to deploy under jboss. I already tested the same .ear file under orion and I don't have this problem, so it doesn't seem to be a problem with the application. This is the error: java.lang.NoClassDefFoundError: comdocII/co

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Problem with inefficient query

2006-04-04 Thread lduperval
Hi, I am experiencing an issue with my code where JBoss (or something else) is generating very inefficient queries to the database in order to fetch information. Specifically, I have a table with about 40K entries in it. When I try to fetch information form the table (for example, if I select

[JBoss-user] [JBoss Seam] - Re: Tomahawk dataScroller

2006-04-04 Thread coryvirok
The only thing I can think is happening is that the dataScroller object is using the fully loaded element inside the DataModel, (which is fine and correct) but inside the dataTable, is is using a member of the current DataModel element which is *not* fully loaded and is doing this outside of the

[JBoss-user] [Clustering/JBoss] - Re: Help with testing jboss cluster

2006-04-04 Thread mickknutson
I also wanted to make sure I have the cfg files I need as the person before me deleted the ./server/all, and we only have ./server/default: ./server/default/lib/jboss-cache.jar ./server/default/lib/jgroups.jar ./server/default/deploy/tc5-cluster-service.xml ./server/default/deploy/jbossweb-tom

[JBoss-user] [JBoss jBPM] - Compile GPD

2006-04-04 Thread MattJackson86
I have checked out the source code from CVS and am trying to compile and install the gpd. I did an import of the org.jbpm.ui package as that had a .project file in it. This looks like the code for the GPD. When i try to compile it complains about "org.eclipse.gef" , "org.eclipse.draw2d", "org.e

[JBoss-user] [JBossCache] - Re: NoClassDefFoundError during state transfer

2006-04-04 Thread gurkanerdogdu
This is the classical classloader problem. In startup, replicated object class must be in the classpath of the application(or server) or you can register classloader with related object class using marshaller. See documentation about using the Marshaller. View the original post : http://www.jb

[JBoss-user] [JBoss jBPM] - Re: location of configuration files

2006-04-04 Thread aamonten
OK, I found where they are, inside the jbpm.sar there is the jbpm.sar.cfg.jar that contains the config files. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934943#3934943 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JBoss Seam] - Re: BPM Variable Injection

2006-04-04 Thread [EMAIL PROTECTED]
Why not use a Seam component instead of a jBPM ActionHandler, and use @Out(scope=BUSINESS_PROCESS)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934945#3934945 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934945

[JBoss-user] [JBoss jBPM] - Re: not able to save processInstance

2006-04-04 Thread qweniden
the "save()" method on the JbpmContext class accepts an instance to be saved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934947#3934947 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934947 ---

[JBoss-user] [JBoss Seam] - BPM Variable Injection

2006-04-04 Thread go_rags
I have put together a sample BPM demo using seam. I am having some trouble with accessing the variables. I have 2 BPM flows both use the same action handler. Flow 1 : start -> assign to actor -> call event (actionhandler) -> end Flow 2 : start -> call event (action handler) -> assign to acto

[JBoss-user] [JBoss jBPM] - Re: editing tasks with Eclipse plugin for the JBoss jBPM Vis

2006-04-04 Thread kukeltje
in the .metadata dir of your eclipse workspace View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934941#3934941 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934941 --

[JBoss-user] [Clustering/JBoss] - Re: Session is not getting replicated on JBoss-4.0.2

2006-04-04 Thread IanMechura
Do you have the tag set in your web.xml? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934909#3934909 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934909 --- Thi

[JBoss-user] [JBoss jBPM] - location of configuration files

2006-04-04 Thread aamonten
Im trying to add jBMP at my application server, but I have a doubt regards where the config file, like ehcache.xml, hibernate.cfg.xml and jbpm.cfg.xml has to be located. Im looking at the jboss-AS at the starter-kit but I cant find the files. regards Alejandro View the original post : http://w

[JBoss-user] [EJB 3.0] - do we have a security-proxy on ejb3?

2006-04-04 Thread delkant
i mean.. if i have a method in a SessionBean like. | @SecurityProxy( ComplexValidator ) //like a interceptor | @Stateless | public class ComplexSessionBean { | public string createHello( String yourName ){ | return "Hello "+yourName; | } | } i would like to do the validation

[JBoss-user] [JBoss jBPM] - Re: error for jbpm webservice method

2006-04-04 Thread forJbpm
Hi Ronald, Thanks a lot for your reply! you are right jbpmContext was null . Thanks again, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934936#3934936 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934936 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB stop listening

2006-04-04 Thread bcoutinho
Normal operation. After a few thousand messages processed, I see the queue with 0 listeners: | $ ./twiddle.sh get jboss.mq.destination:name=taskQueue,service=Queue ReceiversCount | ReceiversCount=0 | $ | No relevant exceptions or errors. A ThreadDump shows me all my workers threads

[JBoss-user] [JBoss jBPM] - not able to save processInstance

2006-04-04 Thread forJbpm
Why is method saveProcessInstance is deprecated?? I am trying to use something like anonymous wrote : [code | ]public long uploadDocument(String processDefinitionName) { | long processInstanceId = 0; | JbpmSession jbpmSession = jbpmSessionFactory.openJbpmSession(); | Proce

[JBoss-user] [Messaging, JMS & JBossMQ] - Too many threads for message queue?

2006-04-04 Thread sumitsu
Hi, I currently have a JBoss EJB application which employs 7 message queues using MDBs with container-managed transactions, to which messages are posted via JNDI from a stateless session bean within the same application. I have recently begun encountering OutOfMemoryErrors during periods of he

[JBoss-user] [JBoss jBPM] - Re: not able to save processInstance

2006-04-04 Thread forJbpm
ooops! My Question was If this is not right method then how should I save my processInstance. In my code (for which output is given) Token token = processInstance.getRootToken(); | System.out.println("token is"+token); | token.signal(); | System.out.println("token.signal() is done"); is

[JBoss-user] [Installation, Configuration & Deployment] - SQL Server 2005 JDBC config?

2006-04-04 Thread clumpkin
I've seen one or two posts concerning issues with this driver, but none have addressed the issue I'm having. Here is my datasource XML: | | | | | | | | | | | OnBoard | | | jdbc:sqlserver://localhost:1433;databaseName=On

[JBoss-user] [JBoss jBPM] - editing tasks with Eclipse plugin for the JBoss jBPM Visual

2006-04-04 Thread aamonten
I'm having problems editing the task with the Eclipse plugin for the JBoss jBPM Visual Process Designer, I got an error message: "An error has occurred. See error log for more details" wher do I find this log? regards Alejandro View the original post : http://www.jboss.com/index.html?module=b

[JBoss-user] [EJB 3.0] - Why aren't EJB3 Naming Contexts removed after undeployment?

2006-04-04 Thread asack
Question says it all. Currently I have a bunch of STSBs all with a @Stateless ( name = "blah" ) which generates a blah/local in my JNDI namespace. When I undeploy the jar file, the NamingContext is still bound. Why is this? View the original post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: start/stopDelivery() on MDB from JSP using JMX

2006-04-04 Thread canders6
Please ignore. Bonehead typo! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934928#3934928 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934928 --- This SF.Net em

[JBoss-user] [Installation, Configuration & Deployment] - What version of JSP supported in JBOSS 4.0.3 sp1

2006-04-04 Thread Madhusid
What version of JSP and what version of tag libraries are supported in JBOSS 4.0.3 sp1 I deployed a .war file and it was deployed in /server/default/temp folder. If this is not the right folder where the folder structure should appear . Can any one suggest steps to deploy .war View the origin

[JBoss-user] [EJB 3.0] - EntityManagerFactory does not match spec?

2006-04-04 Thread csneeky
JBoss-4.0.4-CR2 EntityMangerFactory.createEntityManager no longer accepts a PersistenceContextType? I noticed this was supposed to happen from reading the changelog for hibernate EntityManager. But this doesn't seem to match the ejb3-persistence spec at sun. Is there a new version of the spec

[JBoss-user] [Installation, Configuration & Deployment] - re: junit test for entity beans ... ejb 3.0 ... Eclipse 3.1.

2006-04-04 Thread lisad
I'm confused. I'm trying to test my entity bean. I have: - an entity bean - a stateless session bean for accessing the entity bean (facade) - an interface for accessing the the stateless bean And I'm trying to write a JUnit test class to test this bean. However, I am uncertain as to how to test

[JBoss-user] [EJB 3.0] - Re: Issues with a new EJB 3.0 project in Eclipse

2006-04-04 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBIDE-294 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934921#3934921 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934921 --- T

[JBoss-user] [EJB 3.0] - Re: Issues with a new EJB 3.0 project in Eclipse

2006-04-04 Thread dr_j
Yeah, I realize that one --- that's why I said I worked around it. I'm more puzzled by the lack of the jboss-annotations-ejb3.jar in the library list when creating a new project. Should that be present by default? j View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [Beginners Corner] - Re: Migrating to JBoss from ATG Dynamo

2006-04-04 Thread dlloydacs
Did either of you make any progress on this? I will be doing the same thing in the next several months. Any information would be greatly appreciated. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934893#3934893 Reply to the post : http://www.jboss

[JBoss-user] [Management, JMX/JBoss] - Create method is not called on Service bean

2006-04-04 Thread treespace
I have a service bean Special that depends on service bean Core. The special bean loads and the core bean is injected without a hiccup. I have print statements that show the create and start methods of Special are called. Core create and start methods are not called. Special is definitely there.

[JBoss-user] [EJB 3.0] - Re: entity tutorial with @Id @GeneratedValue(strategy=Genera

2006-04-04 Thread mat
Thank you Emmanuel, jTDS solved the problem ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934918#3934918 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934918 --

[JBoss-user] [Clustering/JBoss] - Re: Help with testing jboss cluster

2006-04-04 Thread mickknutson
Now I seemed to have broken something with modifying the jboss-web.xml and server.xml: | 12:52:59,391 DEBUG [URLDeploymentScanner] Watch URL for: file:/C:/jboss-4.0.2-looksmart/server/default/deploy/furl.ear -> file:/C:/jboss-4.0.2-looksm | rt/server/default/deploy/furl.ear | 12:52:59,391

[JBoss-user] [Clustering/JBoss] - Re: Session is not getting replicated on JBoss-4.0.2

2006-04-04 Thread IanMechura
Sorry the tag is View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934915#3934915 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934915 --- This SF.Net email is sponso

[JBoss-user] [EJB 3.0] - Issues with a new EJB 3.0 project in Eclipse

2006-04-04 Thread dr_j
I've installed JBoss 4.0.4CR2, with Seam, etc., and the Eclipse tools. I'm running through the various trails to familiarize myself with EJB 3.0, seam, etc. In creating a new EJB 3.0 project, I've encountered the (known) issue of the hibernate3.jar not being present in the server/default/deploy/

[JBoss-user] [EJB/JBoss] - Re: when i deploy an ejb with jboss4.0.4,those exceptions oc

2006-04-04 Thread anshah1
Sorry, wrong post. i don't get a warning, in fact I get an error from JBOSS saying Bean : NCBIMessageDrivenBean | Method : public void ejbCreate() throws CreateException | Section: 15.7.3 | Warning: The ejbCreate() method must define no application exceptions. | | 12:08:54,724 ERROR [

[JBoss-user] [JBoss Seam] - Validating dates

2006-04-04 Thread dahm
Hi, I'm having an Entity class which contains Date objects, say (excuse me, I'm too lazy to translate all the names ;-) | @Entity | @Name("vertrag") | @Scope(SESSION) | public class Vertrag implements Serializable { | ... | private Date _vertragsBeginn; | | @Basic |

[JBoss-user] [Clustering/JBoss] - Re: Help with testing jboss cluster

2006-04-04 Thread [EMAIL PROTECTED]
If all you want is HttpSession replication, what you listed should be sufficient. If you want any other clustering features, you should start from the all config, which you can get by downloading 4.0.2. Re: upgrading to 4.0.4, first it's only at a release candidate stage; the final release s/b

[JBoss-user] [JBoss Seam] - Re: Using hibernate validator.

2006-04-04 Thread mirko27
@Entity @Name("current") @Table(name = "USERS") public class PortalUser implements Serializable { Annotations of my class. It`s scope should be CONVERSATIONAL, at least Seam shows that is. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934907#3934907 Reply to

[JBoss-user] [EJB/JBoss] - Re: [EJBTimerServiceImpl] Cannot obtain TransactionManager -

2006-04-04 Thread [EMAIL PROTECTED]
Ok, I see it. This is just noise due to a missing dependency: http://jira.jboss.com/jira/browse/JBAS-3053 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934898#3934898 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=393

[JBoss-user] [Installation, Configuration & Deployment] - Re: Adding Files After Deployment

2006-04-04 Thread duranek
Great ! Thanks for the response :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934912#3934912 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934912 --- This SF.Ne

[JBoss-user] [Installation, Configuration & Deployment] - Is Linux better for running Jboss with MySQL than Windows?

2006-04-04 Thread javatwo
Is Linux better for running Jboss with MySQL than Windows? Linux has two versions: FreeBSD, Fedora which one is better? Thanks for advice View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934900#3934900 Reply to the post : http://www.jboss.com/index.html?mod

[JBoss-user] [JBoss Seam] - Re: Using hibernate validator.

2006-04-04 Thread Eekboom
@Range is meant for numeric values, is that what you want? I suppose @Length is what you need instead. What are the annotations on the class declaration of your user bean? I think the error indicates that seam did not check the check the values at all (no jsf integration), but only pure hiberna

[JBoss-user] [EJB/JBoss] - Re: when i deploy an ejb with jboss4.0.4,those exceptions oc

2006-04-04 Thread anshah1
It's interesting that I am the only one replying to my own posts. But nevertheless this might help someone along the line who runs into this. I solved the problem by simply removing the throws clause from both ejbCreate and ejbRemove methods. At least the bean deployed just fine. -Anuj View

[JBoss-user] [EJB/JBoss] - Re: [EJBTimerServiceImpl] Cannot obtain TransactionManager -

2006-04-04 Thread [EMAIL PROTECTED]
Sorry Scott forgot to say to do an ejb3 install (full - NO CLUSTER) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934892#3934892 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934892 -

[JBoss-user] [JBoss Seam] - Re: Using hibernate validator.

2006-04-04 Thread mirko27
Thanks for pointing that out. LEngth is what I need. But this does not change nothing. It still does not refreshi this page and show me errors. Only that exception page is displayed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934905#3934905 Reply to the po

[JBoss-user] [Installation, Configuration & Deployment] - Re: Is Linux better for running Jboss with MySQL than Window

2006-04-04 Thread PeterJ
All of the performance testing we have done shows negligible performance differences between running JBoss on Windows or Linux on the exact same hardware. So the choice should really be one of ease of administration and total-cost-of-ownership. View the original post : http://www.jboss.com/in

[JBoss-user] [EJB 3.0] - Re: Tutorial: Integrating EJB3.0 into JBoss AS 4.0.4.CR2

2006-04-04 Thread Joel.Rosi-Schwartz
"AstroNox" wrote : This set of instructions was written originally for the manual install, because it did not come with the EJB 3.0 module. If you tried this on the installer version, I have no guarantee of what will happen. | Yes, I finally figured this out :-) "AstroNox" wrote : Honestly,

[JBoss-user] [EJB/JBoss] - Re: when i deploy an ejb with jboss4.0.4,those exceptions oc

2006-04-04 Thread anshah1
I get a similiar message, and i have an ejbCreate method in my bean. I am using Message Driven Bean here along with XDoclet. But it seems no matter what i do I always get that exception. Here's a snapshot of my bean | /** | * @ejb.bean name="NCBIMessageDrivenBean" | * destination-

[JBoss-user] [EJB/JBoss] - Re: [EJBTimerServiceImpl] Cannot obtain TransactionManager -

2006-04-04 Thread [EMAIL PROTECTED]
Sufficient details to understand how to reproduce this are needed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934884#3934884 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934884 --

[JBoss-user] [EJB 3.0] - EJB3 despite extended PersistenceContext have to merge, afte

2006-04-04 Thread Luntain
Hello, I have a singleton in which I keep statefull session bean obtained at applications start (ULC Client). This SSB has an Extended type EntityManager so, the entities would not be detached after transaction commit. When I try to hand an object to persist (which I erlier got from the same va

[JBoss-user] [JBoss Seam] - Re: Tomahawk dataScroller

2006-04-04 Thread coryvirok
The short term work-around is to force loading in a loop for the DataModel's @Factory method, (doing a bunch of System.out() on PKs of elements displayed in the dataTable.) This tells me that the request by the dataScroller is outside of the Conversation scope, (does it cache the DataModel on fi

[JBoss-user] [EJB/JBoss] - Re: [EJBTimerServiceImpl] Cannot obtain TransactionManager -

2006-04-04 Thread [EMAIL PROTECTED]
Just Run the installer and start Jboss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934889#3934889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934889 --- T

[JBoss-user] [JBoss Seam] - Re: Tomahawk dataScroller

2006-04-04 Thread coryvirok
Correct, All of my entityManager code uses the Seam @In annotation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934882#3934882 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934882 --

[JBoss-user] [EJB 3.0] - EJBQL - not pulling records correctly

2006-04-04 Thread tsar_bomba
I've got a simple parent/child relationship (one-to-many) between two objects; ProductCategory->Product Here's the two domain object classes: | @Entity | @Table(name="tbl_product_category") | public class ProductCategory implements Serializable | { | private long categoryId; |

[JBoss-user] [Remoting] - Re: Can't invoke EJB3.0 throw servlet connector

2006-04-04 Thread [EMAIL PROTECTED]
Just tried to reproduce using posted ejb3 app and config with JBossAS 4.0.4RC1 and worked fine (although used regular transport for jndi instead of http). Only thing extra step required (besides changing the ejb3.deployer/META-INF/jboss-service.xml config to match the one above) was to deploy

[JBoss-user] [Clustering/JBoss] - Re: Help with testing jboss cluster

2006-04-04 Thread mickknutson
Hmmm. We are 4.0.2 in production, and not sure how easily it will be to upgrade. Is this an easy upgrade to the newest version? "[EMAIL PROTECTED]" wrote : I didn't look closely enough at your second set of logs. It looks like your session expired on the 2nd server. | | How long is your s

[JBoss-user] [Installation, Configuration & Deployment] - Jboss 4.0 , EJB-QL and CMP-Finder-Methods, need help

2006-04-04 Thread inkimannen
Hello! Running Jboss 4.0 with Netbeans. Using CMP. I am able to fill in the 'cmp fields' and the schema is created. I am able to insert values in my schema ( id Long, title String, price Integer ). I am ablt to remove rows from my schema. The trouble begins when I want to extract the highest an

[JBoss-user] [Installation, Configuration & Deployment] - Deploying a scheduled class

2006-04-04 Thread earniedyke
Greetings all. I am trying to deploy a simple class via the scheduler. When I start JBoss I get this error in the log: java.lang.ClassNotFoundException: No ClassLoaders found for: com.vrs.enterpriseintegrator.fwk.ScheduledRIMSTransactionProcessor The class is in a jar that is loaded later. Wha

[JBoss-user] [JBoss Seam] - Re: Using hibernate validator.

2006-04-04 Thread mirko27
@Out(required=false) @Valid @DataModelSelection private PortalUser current; Have it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934883#3934883 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934883 ---

[JBoss-user] [EJB/JBoss] - Running stress test on stateful EJB ....

2006-04-04 Thread minamti
... using a command line client... This test runs ok on Weblogic and Websphere After about 1.5 hours I get this error on the client. Any ideas... -mic Try to lookup EJB ejb/simpletestEJB java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is: java.io.E

[JBoss-user] [EJB 3.0] - Re: Tutorial: Integrating EJB3.0 into JBoss AS 4.0.4.CR2

2006-04-04 Thread AstroNox
This set of instructions was written originally for the manual install, because it did not come with the EJB 3.0 module. If you tried this on the installer version, I have no guarantee of what will happen. Honestly, I have tested the default server configuration together with the EJB 3.0 RC5 mo

[JBoss-user] [JBoss Seam] - Re: Using hibernate validator.

2006-04-04 Thread [EMAIL PROTECTED]
You probably need to add @Valid to the reference from the session bean to the entity bean. Look at the examples. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934880#3934880 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [JBoss Seam] - Re: Tomahawk dataScroller

2006-04-04 Thread [EMAIL PROTECTED]
So, as long as you are within the scope of a conversation, and do not serialize the objects, you will never recieve a LazyInitializationException. Are you sure you are actually using the seam-managed PC in your code (you are not using @PersistenceContext, right?) View the original post : h

[JBoss-user] [JBoss Seam] - Re: Using hibernate validator.

2006-04-04 Thread mirko27
I just can`t get it work. I have this in my .xhtml page: | | | | | And this in my Entity bean: @Range(min=4,max=16,message="loginLength") | public String getLogin() { | return login; | }

[JBoss-user] [Remoting] - Re: handleStream in client

2006-04-04 Thread [EMAIL PROTECTED]
Not currently. If need this feature, please open a jira issue and include a use case for this. Thanks. -Tom View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934875#3934875 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Remoting] - Re: jboss remoting

2006-04-04 Thread [EMAIL PROTECTED]
Can download JBossRemoting as separate download (if want to run stand alone), but is included in JBoss 4.0.4CR1 distribution (JBossRemoting 1.4.0) by default. JBossRemoting currently does not have support for IIOP, but is on the roadmap (http://jira.jboss.com/jira/browse/JBREM-381). If want to

[JBoss-user] [Remoting] - Re: Embedded JMX and JAR usage

2006-04-04 Thread [EMAIL PROTECTED]
The TransporterServer automatically tries to load a remoting detector (to allow for autodiscovery for transporter clients). JMX is used to tie detectors and remoting servers together. There is not dependancy on JBoss JMX, so any JMX implementation jar on the classpath should work. This tie

[JBoss-user] [JBossWS] - Re: using jbossws for ws security

2006-04-04 Thread brianshields
I presume the jboss-client.xml file is used for the configuration of SOAP requests from JBoss to external WS endpoints. Where do I configure the response for the service configured in the jboss-web.xml file. At the moment the request to the service is being encrypted and the response is in plain

[JBoss-user] [Installation, Configuration & Deployment] - Upgrading from 4.0.2 to 4.0.3SP1 - Dialect class not found.

2006-04-04 Thread pknepper
I have an ear that has a .har component in it. In the .har there is a custom dialect class that works with MS SQL7. The app deploys and runs fine on JBoss-4.0.2. When I try to deploy on JBoss-4.0.3SP1 I get org.hibernate.HibernateException: Dialect class not found: com.heartlab.cardionow.dal.

[JBoss-user] [Installation, Configuration & Deployment] - Re: Deploying a scheduled class

2006-04-04 Thread earniedyke
Oops! Forgot about the tags. schedule-manager-service.xml | true | | schedule-service.xml | true | com.vrs.enterpriseintegrator.fwk.ScheduledRIMSTransactionProcessor | NOW | 1 | -1 | jboss.j2ee:service=EjbModule,module=EnterpriseIn

[JBoss-user] [JBoss Seam] - Using hibernate validator.

2006-04-04 Thread mirko27
Could you please give us some explanation how to exacly use Hibernate validator in Seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934867#3934867 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934867

[JBoss-user] [Clustering/JBoss] - Server Startup Time

2006-04-04 Thread fotero
Hi, I'm creating a cluster using JBoss 4.0.3SP1. I have 2 servers and I just unzipped the jboss distribution. If I start each server alone, it takes 42 seconds to be up and running. If I try to start a server with the first one running, the second server takes over 4 minutes to start. I can se

[JBoss-user] [JBoss Portal] - problem with portlet hot deployment

2006-04-04 Thread [EMAIL PROTECTED]
I get a database exception when trying to deploy a portlet while the server and portal are running. I am using JBoss 4.0.4RC1 and portal 2.4 and Hypersonic as my DB ( have not changed any DB descriptors, just copied portal-hsqldb-ds.xml to the deploy directory, the way it was generated by dataso

[JBoss-user] [JBoss Portal] - Re: Determine current URI from portlet?

2006-04-04 Thread m0m0
Thanks for the reponse. Can I query the window-name property from JSP? If so, could you provide a quick sample? I'll do some digging on how to do this myself, but I'm fairly new to working with JBoss and portlets for that matter. Thanks again. View the original post : http://www.jboss.com/inde

[JBoss-user] [Security & JAAS/JBoss] - SecurityIncerceptor, EJB 3.0 RC5

2006-04-04 Thread jbeer
Hi, I am using JBoss AS 4.0.3 SP1, with EJB3.0-RC5, and am fairly new to JBoss/security. I am trying to create a security interceptor to intercept all calls made to any EJB and do some logging (who's trying to call what methods). I have tried to implement the org.jboss.security.SecurityProxy i

[JBoss-user] [EJB 3.0] - Re: Tutorial: Integrating EJB3.0 into JBoss AS 4.0.4.CR2

2006-04-04 Thread Joel.Rosi-Schwartz
"[EMAIL PROTECTED]" wrote : The only problem I have with the EJB3Trail.ear is this Type javax.ejb.PreDestroy not present exception: | | http://jira.jboss.com/jira/browse/JBDOCS-181 | I tried this again, this time using the copy of 4.0.4 that I intalled via the installer and having select

  1   2   3   >