[JBoss Tools] - Module Deployment issue for JBoss 5.1
by Tugcem Oral
Tugcem Oral [http://community.jboss.org/people/tugcem.oral] created the discussion
"Module Deployment issue for JBoss 5.1"
To view the discussion, visit: http://community.jboss.org/message/625696#625696
--------------------------------------------------------------
Hi folks,
We're using JBoss Tools 3.3 on Eclipse 3.7 (indigo) for a Seam(2.2.1) project with JBoss 5.1. Every installed plug-in and facets are compatible with each other that we didn't encounter with a problem up to now. We construct our project structure via Eclipse's Seam project wizard, so we have *-ear and *-ejb projects, too. However, when we decide to include Quartz Scheduler to our project, things start to get worse. We define quartz.jar as a module in application.xml and put required jar to corresponding classpath. And we defined in Project > Properies > Deployment Assembly that quartz.jar should be deployed to root of .ear project by JBoss AS. This deployment structure can also be seen in +org.eclipse.wst.common.component+ configuration file. However, JBoss does not deploy quartz.jar to required path. It deploys any other file that we put on the directory of quartz.jar and also jboss-seam.jar, too. When we change quartz.jar name to any other name, it also deploys it. But now on other machine, we must rename it to make it deploy, so it continues infinitely.
We think that this bug should be related with JBoss Tools, but could be Eclipse's WTP plugin bug, too.
Have you ever encountered such a problem like this? I think this issue is unrelated with quartz or other module. If any required configuration file or info required, I'd love to share.
Thanks in advance.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/625696#625696]
Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 3 months
[JNDI and Naming] - Re: Not able to call weblogic queue from jboss 5.1.0.GA server
by valerio de minico
valerio de minico [http://community.jboss.org/people/vdeminico] created the discussion
"Re: Not able to call weblogic queue from jboss 5.1.0.GA server"
To view the discussion, visit: http://community.jboss.org/message/626267#626267
--------------------------------------------------------------
Hi,
I have the same problem. Looking up an EJB 2.1 (deployed on Weblogic AS) from JBoss AS 5.1.0.GA gives this message:
unable to build ORBInitializer from *class* *true*: Ignoring
The lookup code is:
EJBHome ejbHome;
properties = new Properties();
properties.put("java.naming.factory.initial", "weblogic.jndi.WLInitialContextFactory");
properties.put("java.naming.provider.url", providerUrl);
properties.put("weblogic.jndi.requestTimeout", Long.valueOf(jndiRequestTimeout));
if(user != null)
{
properties.put("java.naming.security.principal", user);
properties.put("java.naming.security.credentials", password != null ? ((Object) (password)) : "");
}
Context jndiContext;
try {
jndiContext = new InitialContext(properties);
yacasHome = (YacasHome)jndiContext.lookup(jndiName);
} catch (NamingException e) {
...
}
try {
this.ejb = ejbHome.create();
} catch (Exception e) {
...
}
and initialization fails.
It seems that while initializing ORB it cannot find an ORBInitializer implementation.
Thanks,
Valerio.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/626267#626267]
Start a new discussion in JNDI and Naming at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 3 months
(no subject)
by Mail Administrator
Your mail 192.168.1.133:54592->209.132.182.34:25 contains contaminated file _From__Mail_Administrator___postmaster_lists.jboss.org___Date_13_Sep_2011_14:48:17_/transcript.zip/transcript.htm______________________________________________________________________________________________________________________________________________ with virus Email-Worm.Win32.Mydoom.m, so it is dropped.
13 years, 3 months