Questions tagged [jboss5.x]

The JBoss tag is for questions relating specifically to the 5.x releases of JBoss Application Server.

The JBoss tag is for questions relating specifically to the 5.x releases of JBoss Application Server.

913 questions
0
votes
1 answer

Custom Session ID generation in Jboss 5

Is there a way to use custom session ID generator in Jboss 5? The reason I need this: my company application needs to pass penetration test and for that it needs to have session IDs, which "are 128 bit in length and comprised of random values".
HaXkil
  • 161
  • 6
0
votes
1 answer

Local JacORB call: org.omg.CORBA.OBJECT_NOT_EXIST

We use JacORB 2.3.0 with Java 6 and JBoss 5.1.0 in a legacy project. The CORBA infrastructure and the old versions of the ORB, Java and JBoss are given and not a subject of change. After a migration project (the application was originally deployed…
Alexander Rühl
  • 6,769
  • 9
  • 53
  • 96
0
votes
1 answer

Embedding HornetQ 2.2.14 with Jboss-5.1.0.GA

I have successfully embedded HornetQ 2.2.14 with JBoss-5.1.0.GA by following this link http://docs.jboss.org/hornetq/2.2.2.Final/quickstart-guide/en/html_single/#installation.jboss.as5. but I am getting exception as, Error installing to Real:…
Ajinkya Bambal
  • 101
  • 2
  • 8
0
votes
2 answers

how to start jboss5.1 using windows services on network

I have start jboss5.1.0GA with windows services. But but it execute only on local machine . I want to run it on a network . please help me for solving this problem. Thanks in advance.
Vipin Kumar
  • 11
  • 1
  • 1
  • 2
0
votes
1 answer

Cannot acquire data source error in JBOSS 5.1.0 GA using EclipseLink

i had deployed successfully my project into JBOSS 5.1 GA using eclipselink with jpa 1.0. But when i am trying to access the database the below error is showing.. 19:40:40,206 INFO [STDOUT] [EL Severe]: ejb: 2013-05-06…
SRIHARIRAO M
  • 103
  • 1
  • 18
0
votes
2 answers

Catching global "@In attribute requires non-null value" in SEAM 2

On PAGE A is a table with some data from the database. by clicking on a row, the page will be forwarded to PAGE B and in the controller the entity will be injected @DataModelSelection(value = ENTITY_LIST_NAME) @Out(value = ENTITY_NAME, scope =…
Joergi
  • 1,527
  • 3
  • 39
  • 82
0
votes
1 answer

Handling multiple jndi configurations with EJBs and RMI

My application uses JNDI to access both local EJBs, and to access remote services via RMI. Currently this is handled in the following way: public MyLocalEJB getMyLocalEJB(){ Hashtable env = new Hashtable(); …
Rasmus Franke
  • 4,434
  • 8
  • 45
  • 62
0
votes
2 answers

web application deployment on JBoss

I am new to Java EE concepts and the JBoss server. I have developed a simple Enterprise application. I started the server using a command prompt but the moment I tried to deploy it from Netbeans the JBoss Application Server start failed: HTTP…
0
votes
1 answer

Query regarding EJBLocalObject remove() working for JBoss AS

I am currently using JBoss 5.1.0 GA build for deploying my enterprise application. Am facing a strange issue w.r.t the working of EJBLocalHome remove() API. I have an Entity Bean say"Emp". I needs to delete an entity bean say 'emp1'. Hence i will…
Ajit
  • 53
  • 1
  • 1
  • 4
0
votes
1 answer

Issues with Jboss server start up

i am unable to start the Jboss server. below one is the error : org.jboss.deployers.spi.DeploymentException server is : JBoss_5_1_0_GA complete log file: 536) at oracle.jdbc.driver.T4CConnection.(T4CConnection.java:228) at…
pradeep cs
  • 513
  • 4
  • 9
  • 34
0
votes
1 answer

ClassNotFoundException: org.jboss.annotation.ejb.RemoteBindings in JBoss 5.1

I'm deploying an application with some EJBs on JBoss 5.1 (default configuration). I don't use class org.jboss.annotation.ejb.RemoteBindings anywhere in my code, also any dependency don't use it. I have a stack trace during deployment: 2013-04-18…
Przemysław Różycki
  • 809
  • 2
  • 10
  • 21
0
votes
1 answer

jboss error migrating EJB 2.X ap to jboss 5

I migrating someone else's EJB 2.X app from jboss 3 to jboss 5 (and then maybe onto AS7). When I do a test deployment of one of the EJBs I am getting this error org.jboss.deployment.DeploymentException: Could not load class: at…
Adam Russell
  • 187
  • 1
  • 9
0
votes
3 answers

JBOSS login-config.xml and *-ds.xml (mapping datasources)

How to map two different datasources in jboss *-ds.xml (in server/default/deploy) to two seperate login modules in login-config.xml (in server/default/conf) ? ( The datasources are at two different ip addresses) I have tried the following so far but…
richa.a91
  • 11
  • 1
  • 8
0
votes
1 answer

Not able to start JBoss 5.1 GA on windows 7

I have no clue about what am I wrong in here. C:\Program Files\JBOSS\jboss-5.1.0.GA\bin>run.bat Calling C:\Program Files\JBOSS\jboss-5.1.0.GA\bin\run.conf.bat =============================================================================== JBoss…
AppSensei
  • 8,270
  • 22
  • 71
  • 99
0
votes
1 answer

Deploying EJB module using jboss-maven-plugin fails with FileNotFoundException

I'm trying to deploy a jar file containing my EJBs to JBoss 5, using the jboss-maven-plugin. But the plugin can't find my jar file. I'm running the command: mvn jboss:deploy This is what my configuration in my POM.xml looks like:
Henrique Ordine
  • 3,337
  • 4
  • 44
  • 70