[JBoss Tools] - Upcoming talks about JBoss Tools & Friends
by Max Rydahl Andersen
Max Rydahl Andersen [http://community.jboss.org/people/maxandersen] modified the blog post:
"Upcoming talks about JBoss Tools & Friends"
To view the blog post, visit: http://community.jboss.org/community/tools/blog/2011/10/12/upcoming-talks...
--------------------------------------------------------------
European conference season is about to start and I and others will be out and about talking about JBoss Tools and Friends the upcoming weeks/months. Here is an excerpt of those I'll be giving or attending:
h3. Switzerland - Puzzle event & Neuchatel JBUG
Tuesday, 18th October at http://www.puzzle.ch/blog/articles/2011/10/03/puzzle-tech-talk-2011 Puzzle Tech Talk 2011, I'll be giving a short introduction on the various flavors of Red Hat OpenShift.
Wednesday, 19th October at http://jbug-neuchatel.org JBUG Neuchatel, http://community.jboss.org/people/theute Thomas Heute and I will be giving a more http://lanyrd.com/2011/nejbug-october/schedule/ detailed look into using OpenShift Express for scripting languages and especially Java EE development on top of JBoss AS 7.
h3. JUDCon, London
Monday, 31st October I get the pleasure to attend my first http://www.jboss.org/events/JUDCon/2011/london European JUDCon where I'll be taking the stage a few times:
14:30-15:15 - http://lanyrd.com/2011/judconjax-london/shykm/ Making Examples accessible - talking about the rare subject on how you make your projects examples easy to use and install from both command line and IDE's.
19:00-20:00 - Emmanuel Bernard and I will host a http://lanyrd.com/2011/judconjax-london/skgxt/ live JBoss Community Asylum podcast from JUDCon inviting speakers and community members on stage to answer questions from the hosts and audience.
20:00-?? - http://lanyrd.com/2011/judconjax-london/skgxw/ Lightning talk showing five approaches to deploy to JBoss AS 7 in five minutes.
Do not forget to http://www.jboss.org/events/JUDCon/2011/london/register Register for JUDCon !
h3. EclipseCon, Ludwigsburg
This year EclipseCon Europe will be celebrating 10 year annivesary of Eclipse and we'll have two talks there on Thursday, 3rd November.
11:30-12:00 http://community.jboss.org/people/phread Fred Bricon will be giving his http://eclipsecon.org/sessions/workaround-driven-development-how-maven-in... Workaround Driven Development : How Maven integrates with Eclipse WTP talk where he will show m2e-wtp and talk about the challenges making it happen within the boundaries of Eclipse WTP.
15:30-16:00 I'm presenting on the http://lanyrd.com/2011/eclipsecon-europe/shhkk/ Good, Bad and Ugly sides of using Tycho for building Eclipse plugins.
h3. Devoxx, Antwerp
My favorite conference in Europe - primarily because of its awesome venue but also that I get to meet up with a large bunch of JBoss colleagues and community members.
Tuesday, 15th November at 13:00-13:15 I'm doing a Quickie talk covering how to http://devoxx.com/display/DV11/Deploy+JEE+applications+to+OpenShift Deploy JEE applications to OpenShift
You'll also find me hanging out/talking at the BOF's concerning JBoss technology: http://devoxx.com/display/DV11/CDI%2C+what+comes+next CDI, what comes next, http://devoxx.com/display/DV11/JBoss+Application+Server+7+-+Community+BOF JBoss Application Server 7 and http://devoxx.com/display/DV11/Seam+Gathering Seam Gathering.
h3. See you there!
For those interesting in stalking conference speakers and events I recommend checking out http://lanyrd.com Lanyrd.com, been using it extensively to be able to write the above pretty fast :) You can see my lanyrd schedule http://lanyrd.com/profile/maxandersen/ here.
See you out there!
--------------------------------------------------------------
Comment by going to Community
[http://community.jboss.org/community/tools/blog/2011/10/12/upcoming-talks...]
14 years, 6 months
Re: [jboss-user] @DataSource not registed on the correct JNDI locaton
by fernando@lozano.eti.br
Besides that @DataSourceDefinition, I do have a PersistenceUnit
java:global/ClientesDS
But I get:
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment "persistence.unit:unitName=test.war#clientes" is missing the
following dependencies:
Dependency "jboss.jca:name=global/ClientesDS,service=DataSourceBinding"
(should be in state "Create", but is actually in state "** NOT FOUND
Depends on 'jboss.jca:name=global/ClientesDS,service=DataSourceBinding'
**")
DEPLOYMENTS IN ERROR:
Deployment "jboss.jca:name=global/ClientesDS,service=DataSourceBinding"
is in error due to the following reason(s): ** NOT FOUND Depends on
'jboss.jca:name=global/ClientesDS,service=DataSourceBinding' **
And earlier in server.log I see
INFO
[org.jboss.resource.connectionmanager.ConnectionFactoryBindingService]
Bound ConnectionManager
'jboss.jca:service=DataSourceBinding,name=internal/test/test/ClienteDAO/ClientesDS'
to JNDI name 'java:internal/test/test/ClienteDAO/ClientesDS'
[]s, Fernando Lozano
---- Original Message ----
From: fernando(a)lozano.eti.br
To: "User development"
Sent: Ter, Out 11, 2011, 19:34 PM
Subject: [jboss-user] @DataSource not registed on the correct JNDI locaton
Hi there,
According to my understanding of
http://javahowto.blogspot.com/2010/04/datasourcedefinition-examples-in-ja...
and
http://java.sun.com/javaee/6/docs/api/javax/annotation/sql/DataSourceDefi...
The following annotation, which is part of a no-interface SLSB defined
inside a test.war package:
@DataSourceDefinition(
name="java:global/ClientesDS",
className="org.hsqldb.jdbcDriver",
url="jdbc:hsqldb:file:/tmp/data/cliente",
user="sa", password="")
Should register "java:global/ClientesDS" on the application server JNDI
three. But when I deploy under JBoss AS 6.1.0.Final, the DataSource is
registed as "java:internal/test/test/ClienteDAO/ClientesDS"
Am I wrong or is JBoss AS violating the spec?
[]s, Fernando Lozano
14 years, 6 months
[EJB3] - EJB bean is not found during deployement
by Sam W
Sam W [http://community.jboss.org/people/samwun9988] created the discussion
"EJB bean is not found during deployement"
To view the discussion, visit: http://community.jboss.org/message/627056#627056
--------------------------------------------------------------
Trying to deploy an application that consists of a EAR/WAR/EJB module all separate. In the WAR a reference to the EJB3 SLSB is done like this:
> <ejb-local-ref>
> <ejb-ref-name>ejb/CategoryManager</ejb-ref-name>
> <ejb-ref-type>Session</ejb-ref-type>
> <local>ix.houseware.category.CategoryManager</local>
> <ejb-link>CategoryManager</ejb-link>
> </ejb-local-ref>
>
During deployment, JBOSS AS7 throws the following exception:
> 15:32:37,056 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) Starting deployment of "CategoryClient-ear.ear"
> 15:32:37,343 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) Starting deployment of "CategoryClient-ejb-1.0-SNAPSHOT.jar"
> 15:32:37,343 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) Starting deployment of "CategoryClient-web.war"
> 15:32:38,041 INFO [org.jboss.as.jpa] (MSC service thread 1-2) added javax.persistence.api dependency to CategoryClient-ear.ear
> 15:32:38,042 INFO [org.jboss.as.jpa] (MSC service thread 1-3) added javax.persistence.api dependency to CategoryClient-web.war
> 15:32:38,042 INFO [org.jboss.as.jpa] (MSC service thread 1-7) added javax.persistence.api dependency to CategoryClient-ejb-1.0-SNAPSHOT.jar
> 15:32:38,056 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-2) JNDI bindings for session bean named CategoryManagerImpl in deployment unit subdeployment "CategoryClient-ejb-1.0-SNAPSHOT.jar" of deployment "CategoryClient-ear.ear" are as follows:
>
>
> java:global/CategoryClient-ear/CategoryClient-ejb-1.0-SNAPSHOT/CategoryManagerImpl!ix.houseware.category.CategoryManager
> java:app/CategoryClient-ejb-1.0-SNAPSHOT/CategoryManagerImpl!ix.houseware.category.CategoryManager
> java:module/CategoryManagerImpl!ix.houseware.category.CategoryManager
> java:global/CategoryClient-ear/CategoryClient-ejb-1.0-SNAPSHOT/CategoryManagerImpl
> java:app/CategoryClient-ejb-1.0-SNAPSHOT/CategoryManagerImpl
> java:module/CategoryManagerImpl
>
>
> 15:32:38,118 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC00001: Failed to start service jboss.deployment.subunit."CategoryClient-ear.ear"."CategoryClient-web.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.subunit."CategoryClient-ear.ear"."CategoryClient-web.war".INSTALL: Failed to process phase INSTALL of subdeployment "CategoryClient-web.war" of deployment "CategoryClient-ear.ear"
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:121) [jboss-as-server-7.1.0.Alpha1-SNAPSHOT.jar:7.1.0.Alpha1-SNAPSHOT]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) [:1.6.0_03-p4]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) [:1.6.0_03-p4]
> at java.lang.Thread.run(Thread.java:619) [:1.6.0_03-p4]
> *Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: No component found for type* 'ix.houseware.category.CategoryManager' with name CategoryManager
> at org.jboss.as.ejb3.deployment.processors.EjbInjectionSource.getResourceValue(EjbInjectionSource.java:68)
> at org.jboss.as.ee.component.deployers.ModuleJndiBindingProcessor.addJndiBinding(ModuleJndiBindingProcessor.java:200)
> at org.jboss.as.ee.component.deployers.ModuleJndiBindingProcessor.deploy(ModuleJndiBindingProcessor.java:99)
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:115) [jboss-as-server-7.1.0.Alpha1-SNAPSHOT.jar:7.1.0.Alpha1-SNAPSHOT]
> ... 5 more
>
>
> 15:32:38,323 INFO [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployment of "CategoryClient-ear.ear" was rolled back with failure message {"Failed services" => {"jboss.deployment.subunit.\"CategoryClient-ear.ear\".\"CategoryClient-web.war\".INSTALL" => "org.jboss.msc.service.StartException in service jboss.deployment.subunit.\"CategoryClient-ear.ear\".\"CategoryClient-web.war\".INSTALL: Failed to process phase INSTALL of subdeployment \"CategoryClient-web.war\" of deployment \"CategoryClient-ear.ear\""},"Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.CategoryClient-ear.CategoryClient-web.ValidatorFactory missing [ jboss.naming.context.java.module.CategoryClient-ear.CategoryClient-web ]","jboss.naming.context.java.module.CategoryClient-ear.CategoryClient-web.Validator missing [ jboss.naming.context.java.module.CategoryClient-ear.CategoryClient-web ]"]}
> 15:32:38,331 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) Stopped deployment CategoryClient-ejb-1.0-SNAPSHOT.jar in 8ms
> 15:32:38,337 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) Stopped deployment CategoryClient-web.war in 14ms
> 15:32:38,340 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) Stopped deployment CategoryClient-ear.ear in 17ms
> 15:32:38,341 ERROR [org.jboss.as.deployment] (DeploymentScanner-threads - 1) {"Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"Failed services" => {"jboss.deployment.subunit.\"CategoryClient-ear.ear\".\"CategoryClient-web.war\".INSTALL" => "org.jboss.msc.service.StartException in service jboss.deployment.subunit.\"CategoryClient-ear.ear\".\"CategoryClient-web.war\".INSTALL: Failed to process phase INSTALL of subdeployment \"CategoryClient-web.war\" of deployment \"CategoryClient-ear.ear\""},"Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.CategoryClient-ear.CategoryClient-web.ValidatorFactory missing [ jboss.naming.context.java.module.CategoryClient-ear.CategoryClient-web ]","jboss.naming.context.java.module.CategoryClient-ear.CategoryClient-web.Validator missing [ jboss.naming.context.java.module.CategoryClient-ear.CategoryClient-web ]"]}}}
>
Any suggestion would be very appreciated.
Thanks
Sam
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/627056#627056]
Start a new discussion in EJB3 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 6 months