[JBoss-user] [JBoss Portal] - Re: ORA-00972: identifier is too long using Oracle to instal

2006-06-25 Thread scr1701
I got the exact same error. I tried renaming the table name to 30 chars 
JBP_OBJECT_NODE_SECURITY_ACT, however, it failed during execution of an 
insert statement somewhere that contains a referenct to the old name. Any one 
got a solution?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3953311#3953311

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953311

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Oracle to JBoss RMI question

2004-08-06 Thread scr1701
Thanks for your reply. I'm a newbie to J2EE but working on it. I'll attempt to answer 
your questions now - 
1. A user can push a button on the interface we have that will call the Procedure in 
the Oracle package. Here's the oracle code:
create or replace package  snfeedinterface as
procedure getReferralStatus;
end;
/
create or replace package body  sneedinterface as
procedure getReferralStatus as language java name 
'mydept.testing.OracleSNFeedInterface.getReferralStatus()';
end;
/

2. The client has been loaded into the oracle database using loadjava:
a.  RemoteSnFeedInterface.class
public interface RemoteSnFeedInterface extends java.rmi.Remote {
public String getReferralStatus() throws java.rmi.RemoteException;
}
b.  OracleSnFeedInterface.class
public class OracleSnFeedInterface {  
  public OracleSnFeedInterface()  {
  }
  
  public static String getReferralStatus() throws Exception {
  RemoteSnFeedInterface r = getRemoteSnFeedInterface();
  return r.getReferralStatus();
  }
  
  private static RemoteSalesnetFeedInterface getRemoteSalesnetFeedInterface() 
throws Exception {
  String rmiName = SnFeedRMI;
  RemoteSnFeedInterface r = (RemoteSnFeedInterface) 
Naming.lookup(rmi://10.2.86.190:1099/+rmiName);
  return r;
  }
}
c. Stub class

On the remote side, I'm running jboss 3.2.3 as you know. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3844410#3844410

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844410


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Oracle to JBoss RMI question

2004-08-05 Thread scr1701
I am having difficulty connecting an Oracle package running on a different server to a 
class file running on another server. Has someone done this before and can you provide 
some help/examples?

System Environment:
1. Oracle database on a different box.
2. Unix box listening on 1099 (rmi port).
3. Jboss-3.2.3

What i have done so far:
 Created and compiled a single class that has one method that returns a string - such 
 as Hello.
 Created Stub and Skel using rmic -d classfilename
 Created a client class and loaded it into Oracle. This class does a 
 Naming.lookup(rmi://10.2.86.190:1099/+rmiName);
 Created an Oracle package that has a procedure calling this java method.

Questions:
1. How do I register the class in RMI on the Jboss app server. Note that my class is 
not acting as a daemon.  
2. How do I deploy the class file in jboss so it can be called from Oracle?
(Do i need to package it into a war file and be able to map it somehow?)
3. Is the calling protocol for the lookup (rmi://) correct? or do i need to use 
http://; ? 

Please help.
thanks.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3844281#3844281

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844281


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: JBoss 3.2.3 Bundled Tomcat configuration with Oracle 9i

2004-06-10 Thread scr1701
Is your problem solved? If so, ignore this. But have you verified that you have the 
correct sid? And what does the jmx-console tell you about the datasource?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3838406#3838406

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838406


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: How to define user under whick JBoss will run?

2004-06-10 Thread scr1701
Run jboss under any user other than root. If you have an id on the OS, then log in as 
you and bring up an instance. Thats all you need to do.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3838401#3838401

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838401


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - org.apache.jasper.JasperException: PutTag.doEndTag(): No Ins

2004-05-06 Thread scr1701
Does anyone know why this happens - here are the circumstances I know this happens 
under.
There is a main login app, used only for authentication, and lists links to the apps 
that can be accessed - this has no session timout in the web.xml

Then there are the apps that are specific for different tasks. These have 30min time 
outs specified in the web.xml.
When there has been no activity on the main app, and after a while someone tries to go 
back to the main app, this error occurs,  once this occurs all other apps are 
invalidated, and for now the only thing I can do is re-deploy them all. Pl. advise.

---  Here's the actual error msg ---
org.apache.jasper.JasperException: PutTag.doEndTag(): No InsertTag ancestor
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java(Compiled 
Code))
at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java(Compiled Code))
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java(Compiled Code))
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java(Compiled
 Code))
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java(Compiled 
Code))
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java(Compiled
 Code))
at 
org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:220)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java(Compiled
 Code))
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java(Compiled
 Code))
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java(Compiled
 Code))
at 
org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java(Compiled 
Code))
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java(Compiled
 Code))
at 
org.jboss.web.tomcat.tc4.statistics.ContainerStatsValve.invoke(ContainerStatsValve.java(Compiled
 Code))
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java(Compiled
 Code))
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java(Inlined 
Compiled Code))
at 
org.apache.catalina.core.StandardContext.invoke(StandardContext.java(Compiled Code))
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java(Compiled 
Code))
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java(Compiled
 Code))
at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java(Compiled
 Code))
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java(Compiled
 Code))
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java(Compiled 
Code))
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java(Compiled
 Code))
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java(Compiled
 Code))
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java(Compiled
 Code))
at 
org.jboss.web.tomcat.tc4.authenticator.SingleSignOn.invoke(SingleSignOn.java(Compiled 
Code))
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java(Compiled
 Code))
at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java(Compiled Code))
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java(Compiled
 Code))
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java(Compiled 
Code))
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java(Compiled 
Code))
at