Log in to follow, share, and participate in this community.
Thread JmsXA problem
JmsXA problemHi, I was trying to use JmsXA instead of ConnectinFactory. I have this error
java.lang.SecurityException: Invalid authentication attempt, principal=null
at org.jboss.resource.connectionmanager.BaseConnectionManager2...
bootstrapping jboss from command lineHi, I am having some sort of classpath issue and I have been banging my head against it for a while now...some help would be very much appreciated... I am able to bootstrap the server in Eclipse (from junit) and fro...
Thread Unable to use OracleDS in Tomcat 6.0.13 with embedded jboss
Unable to use OracleDS in Tomcat 6.0.13 with embedded jbossFirst, I'd like to thank wesleyhales about his answer to my previous post (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=112637 Java 1.5 must be used to run tomcat 6.0 with embedded jboss). I copie...
Thread Unable to use JBoss Embedded beta2 in tomcat 6.0.13
Unable to use JBoss Embedded beta2 in tomcat 6.0.13Hi all, Could anybody help me here? I copied jboss embedded files to tomcat 6.0.13 (http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/configuration.html#config.install.embedded). When I started tomcat, I saw thi...
Thread Version question about EJB3StandaloneBootstrap
Version question about EJB3StandaloneBootstrapI'm trying to use EJB3StandaloneBootstrap and JBoss 4.2.0 GA but I'm having problems finding the class (and some other related classes). Could it be that it was not included in jboss-ejb3.jar for 4.2.0 GA? I found it...
Embedded with Junit and Maven 2/surefire?Has anyone been able to run junit testcases with embeddable Jboss 5 kernel using Maven2/surefire? I have a simple testcase that isn't much different from the examples provided with the beta 2, and it works fine with a...
Thread cant get local ejb Dep Inj to work in simple test - where am
cant get local ejb Dep Inj to work in simple test - where am1) I am not supporting E-EJB3 anymore. Use the EMbedded jboss project instead. E-EJB3 is just a bunch of hacked together things. Embedded JBoss works off of a real tuned down kernel 2) EE injection annotations cannot...
Thread Embedded container does not shutdown propertly
Embedded container does not shutdown propertlyI use emebedded beta 2. After a shutdown, embedded container is still started.
Bootstrap.getInstance().bootstrap();
....
Bootstrap.getInstance().shutdown();
Bootstrap.getInstance().isStarted();
It looks like a b...
Thread Jetty,Embedded Jboss/EJB, and Seam - It finally works
Jetty,Embedded Jboss/EJB, and Seam - It finally worksI thought it would be better to start a new post after working through this issue. My problem is when I startup my Jetty server and the org.jnp.server.NamingServer class from the jboss-ejb3-all.jar tries to bind mult...
Thread Seam and Embedded Jboss/EJB (zip file exception)
Seam and Embedded Jboss/EJB (zip file exception)This post talks about a similar problem - Apparently ArchiveBrowser.java should be using new File(url.toURI())instead of new File(url.getFile()) The hibernate-entitymanager contains jboss-archive-browsing.jar which i...
Thread Can I use Embedded Jboss Beta 2 with Sun JDK 6 Update 1?
Can I use Embedded Jboss Beta 2 with Sun JDK 6 Update 1?I got the same problem. I was using jdk 6 with alpha8 and it works fine. With beta2 it does not works in JDK6. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix That's a great issue. I'd like to im...
EmbeededJboss+Tomcat5.5The E-JBoss build is not configured with the 2.1 container . Was kinda hoping we could drop that stuff from the E-JBoss distribution.
Deployment in Tomcat+Embedded JBOSSYou can't use an EAR file. Remember, Tomcat controls classloading so anything other than the jar or war file format will not work.
Thread Resource injection with Embedded EJB3 Container
Resource injection with Embedded EJB3 ContainerI am trying to unit test a SSB using the embedded container. The problem I have is that I need a DataSource injected in the session bean:
@Resource(mappedName = "java:/GP3DS")
public DataSource dataSource;
When...
Deployment into embedded containerWhy do the examples use such a cumbersome way to deploy the archive?
private static void deploy()
{
jar = AssembledContextFactory.getInstance().create("ejbTestCase.jar");
jar.addClass(Customer.class);
jar.addC...