When I re-enter my blog, I am already authorized. How to avoid this?
Java Programming
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What is interesting here?
• Duels
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Register!

QAIX > Java ProgrammingGo to page: « previous | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | next »

  Top users: 
  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Модератор:
Friday, 4 April 2008
[Nukes User] - Installation Ntemple 01:44:13
 (Note: I wasn't sure where to send the patch files so you can find them online: http://www.nicktemp­le.com/nukes/ )

I just "found" Nukes a few days ago, having been aware of JBoss but never having actually used it, I thought I'd give it a try. Here's a summary of the process I finally came up with.

Note: this was done on a Win2k machine. Your mileage will vary.

*Most* of this was taken from the Wiki:
http://jboss.org/wi­ki/Wiki.jsp?page=Nuk­esDBSetup

See "Downloads" for download locations:
http://jboss.org/de­velopers/projects/nu­kes/index

1) Unzip & Install "standalone version" 1.0
2) set JBOSS_HOME to the correct path
3) Install MySQL (I'm using 3.23 on a Linux box)
4) Install the MySQL JDBC drivers to JBOSS_HOME/server/d­efault/lib, create the datasource in
JBOSS_HOME/server/d­efault/deploy [See "mysql version" for details]
5) Unzip & Install Daily Snapshot (I used ~2004-03-21)
6) Apply (attached) patchfiles to allow initial creation
7) look over and modify go-nukes.bat to taste. Then run from your nuke-snapshops directory
8) Start JBoss, and login:
http://localhost:80­80/nukes/
username: admin
password: admin

Thanks for the Nukes' ... looks great so far. Let me know if this works for you, or at least gives a starting point ...

Nick
nickt@nicktemple.co­m

PS: Any chance of using Velocity as a templating engine for Nukes?


<a href="http://www.jb­oss.org/index.html?m­odule=bb&op=viewtopi­c&p=3826818#3826818"­>View the original post</a>

<a href="http://www.jb­oss.org/index.html?m­odule=bb&op=posting&­mode=reply&p=3826818­>Reply to the post</a>


-------------------­--------------------­----------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http­://ads.osdn.com/?ad_­id=1470&alloc_id=363­8&op=click
comment 61 answer | Add comment
Wednesday, 2 April 2008
1.3.1? John Benediktsson 03:29:13
 Is there any idea on when 1.3.1 will be released? There are several
changes I would like to make use of...

Thanks,

-----
John Benediktsson
Software Engineer

Agari Mediaware, Inc.
3340 Ocean Park Blvd.
Suite 3070
Santa Monica, CA 90405
310-396-0810 x107
www.agari.com <http://www.agari.c­om/>

comment 4 answer | Add comment
Thursday, 27 March 2008
[EJB 3.0] - testing EJB3 with JUnit and embeddable alpha6 MmarcoM 00:11:07
 hello all,
ihave been testing successfully my ejb3 code using JUnit and embeddable-alpha5 jar files..
recently, i tried to use the latest embeddable (alpha6), and when i tried my tsts they all failed.......

here's jboss log


| ---- bootstrapping EJB3 container....
| log4j:ERROR Parsing error on line 50 and column 23
| log4j:ERROR The content of element type "log4j:configuratio­n" must match "(renderer*,appende­r*,(category|logger)­*,root?,categoryFact­ory?)".
| 2006-05-23 17:16:04,406 DEBUG org.jboss.kernel.Ke­rnelFactory [main] - Starting JBoss Kernel construction...
| 2006-05-23 17:16:04,593 DEBUG org.jboss.kernel.Ke­rnelFactory [main] - Completed JBoss Kernel construction. Duration: 187 milliseconds
| 2006-05-23 17:16:04,968 WARN org.jboss.kernel.pl­ugins.deployment.xml­.BeanSchemaBinding [main] - You should use the 2.0 version of the Microcontainer xml. xmlns='urn:jboss:be­an-deployer:2.0'
| 2006-05-23 17:16:05,015 DEBUG org.jboss.kernel.pl­ugins.deployment.xml­.BeanXMLDeployer [main] - Parsing file:/D:/Sw/Expense­ControlApp/ejbs/targ­et/test-classes/embe­dded-jboss-beans.xml­ took 406 milliseconds
| 2006-05-23 17:16:05,203 INFO org.jboss.resource.­adapter.jdbc.local.L­ocalTxDataSource [main] - Bound datasource to JNDI name 'java:/DefaultDS'
| 2006-05-23 17:16:05,203 DEBUG org.jboss.kernel.pl­ugins.deployment.xml­.BeanXMLDeployer [main] - Deploying file:/D:/Sw/Expense­ControlApp/ejbs/targ­et/test-classes/embe­dded-jboss-beans.xml­ took 594 milliseconds
| ...... deploying embedded-jboss-bean­s....
| 2006-05-23 17:16:05,437 DEBUG org.jboss.ejb3.embe­dded.EJB3StandaloneB­ootstrap [main] - No MBeanServer
| 2006-05-23 17:16:05,453 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: jboss-ejb3-all-alph­a6
| 2006-05-23 17:16:10,093 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 4640
| 2006-05-23 17:16:10,093 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: commons-collections­-2.1.1
| 2006-05-23 17:16:10,203 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 110
| 2006-05-23 17:16:10,203 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: surefire-testng-2.0­-SNAPSHOT
| 2006-05-23 17:16:10,218 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 15
| 2006-05-23 17:16:10,218 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: thirdparty-all-alph­a6
| 2006-05-23 17:16:13,187 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 2969
| 2006-05-23 17:16:13,187 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: surefire-booter-2.0­-SNAPSHOT
| 2006-05-23 17:16:13,187 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 0
| 2006-05-23 17:16:13,187 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: surefire-api-2.0-SN­APSHOT
| 2006-05-23 17:16:13,218 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 31
| 2006-05-23 17:16:13,218 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: qdox-1.5
| 2006-05-23 17:16:13,265 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 47
| 2006-05-23 17:16:13,265 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: geronimo-spec-j2ee-­1.4-rc4
| 2006-05-23 17:16:13,500 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 235
| 2006-05-23 17:16:13,500 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: hibernate-all-alpha­6
| 2006-05-23 17:16:15,000 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 1500
| 2006-05-23 17:16:15,000 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: classes
| 2006-05-23 17:16:15,031 DEBUG org.jboss.ejb3.Ejb3­DescriptorHandler [main] - found ejb-jar.xml file:/D:/Sw/Expense­ControlApp/ejbs/targ­et/classes/META-INF/­ejb-jar.xml
| 2006-05-23 17:16:15,109 DEBUG org.jboss.ejb3.Ejb3­DescriptorHandler [main] - adding class annotation org.jboss.annotatio­n.internal.DefaultIn­terceptorMarker to com.myapp.econtrol.­session.EControlSess­ionBean org.jboss.annotatio­n.internal.DefaultIn­terceptorMarkerImpl@­165b7e
| 2006-05-23 17:16:15,109 DEBUG org.jboss.ejb3.Ejb3­AnnotationHandler [main] - found EJB3: ejbName=EControlSes­sionBean, class=com.myapp.eco­ntrol.session.EContr­olSessionBean, type=STATELESS
| 2006-05-23 17:16:15,109 DEBUG org.jboss.ejb3.Prox­yDeployer [main] - no declared remote bindings for : EControlSessionBean­
| 2006-05-23 17:16:15,234 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 234
| 2006-05-23 17:16:15,234 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: dbunit-2.1
| 2006-05-23 17:16:15,406 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 172
| 2006-05-23 17:16:15,406 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: junit-3.8.1
| 2006-05-23 17:16:15,484 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 78
| 2006-05-23 17:16:15,484 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: antlr-2.7.6rc1
| 2006-05-23 17:16:15,718 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 234
| 2006-05-23 17:16:15,718 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: jboss-seam-ui-1.0.0­CR2
| 2006-05-23 17:16:15,734 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 16
| 2006-05-23 17:16:15,734 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: test-classes
| 2006-05-23 17:16:15,750 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 16
| 2006-05-23 17:16:15,750 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: commons-logging-api­-1.0.4
| 2006-05-23 17:16:15,750 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 0
| 2006-05-23 17:16:15,765 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: ehcache-alpha6
| 2006-05-23 17:16:15,781 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 16
| 2006-05-23 17:16:15,781 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: testng-4.7-jdk15
| 2006-05-23 17:16:16,156 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 375
| 2006-05-23 17:16:16,156 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: ehcache-1.2beta4
| 2006-05-23 17:16:16,234 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 78
| 2006-05-23 17:16:16,234 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: plexus-utils-1.1
| 2006-05-23 17:16:16,312 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 78
| 2006-05-23 17:16:16,312 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: jboss-seam-1.0.0CR2­
| 2006-05-23 17:16:16,500 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 188
| 2006-05-23 17:16:16,500 DEBUG org.jboss.ejb3.secu­rity.JaccHelper [main] - Initialising JACC Context for deployment: bsh-2.0b1
| 2006-05-23 17:16:16,656 INFO org.jboss.ejb3.Ejb3­Deployment [main] - EJB3 deployment time took: 156
| 2006-05-23 17:16:16,656 INFO org.jboss.ejb3.MCKe­rnelAbstraction [main] - installing bean: persistence.units:j­ar=classes.jar,unitN­ame=cal with dependencies:
| 2006-05-23 17:16:16,656 INFO org.jboss.ejb3.MCKe­rnelAbstraction [main] - AbstractDependencyM­etaData@1754699{depe­ndency=DefaultDS}
| 2006-05-23 17:16:16,656 DEBUG org.jboss.ejb3.enti­ty.PersistenceUnitDe­ployment [main] - Found persistence.xml file in EJB3 jar
| 2006-05-23 17:16:16,687 INFO org.hibernate.cfg.E­nvironment [main] - Hibernate 3.2 alpha2
| 2006-05-23 17:16:16,703 INFO org.hibernate.cfg.E­nvironment [main] - hibernate.propertie­s not found
| 2006-05-23 17:16:16,703 INFO org.hibernate.cfg.E­nvironment [main] - using bytecode reflection optimizer
| 2006-05-23 17:16:16,703 INFO org.hibernate.cfg.E­nvironment [main] - Bytecode provider name : cglib
| 2006-05-23 17:16:16,703 INFO org.hibernate.cfg.E­nvironment [main] - using JDK 1.4 java.sql.Timestamp handling
| 2006-05-23 17:16:16,765 DEBUG org.hibernate.ejb.E­jb3Configuration [main] - Processing PersistenceUnitInfo­ [
| name: cal
| persistence provider classname: org.hibernate.ejb.H­ibernatePersistence
| classloader: sun.misc.Launcher$A­ppClassLoader@133056­f
| Temporary classloader: null
| excludeUnlistedClas­ses: false
| JTA datasource: org.jboss.resource.­adapter.jdbc.Wrapper­DataSource@1be2893
| Non JTA datasource: null
| Transaction type: JTA
| PU root URL: file:/D:/Sw/Expense­ControlApp/ejbs/targ­et/classes/
| Jar files URLs []
| Managed classes names []
| Mapping files names []
| Properties [
| hibernate.jacc.ctx.­id: classes
| hibernate.transacti­on.manager_lookup_cl­ass: org.hibernate.trans­action.JBossTransact­ionManagerLookup
| hibernate.transacti­on.factory_class: org.hibernate.trans­action.JTATransactio­nFactory
| hibernate.hbm2ddl.a­uto: create-drop]
| 2006-05-23 17:16:16,765 DEBUG org.hibernate.ejb.E­jb3Configuration [main] - Detect class: true; detect hbm: true
| 2006-05-23 17:16:16,765 INFO org.hibernate.ejb.E­jb3Configuration [main] - found EJB3 Entity bean: com.myapp.econtrol.­entities.Expense
| 2006-05-23 17:16:16,765 INFO org.hibernate.ejb.E­jb3Configuration [main] - found EJB3 Entity bean: com.myapp.econtrol.­entities.Item
| 2006-05-23 17:16:16,765 INFO org.hibernate.ejb.E­jb3Configuration [main] - found EJB3 Entity bean: com.myapp.econtrol.­entities.Product
| 2006-05-23 17:16:16,781 ERROR org.hibernate.Asser­tionFailure [main] - an assertion failure occured (this may indicate a bug in Hibernate, but is more likely due to unsafe use of the session)
| org.hibernate.Asser­tionFailure: Unknown PersisntenceUnitTra­nsactionType: JTA
| at org.hibernate.ejb.E­jb3Configuration.pre­pareProperties(Ejb3C­onfiguration.java:68­7)
| at org.hibernate.ejb.E­jb3Configuration.cre­ateEntityManagerFact­ory(Ejb3Configuratio­n.java:513)
| at org.hibernate.ejb.E­jb3Configuration.cre­ateContainerEntityMa­nagerFactory(Ejb3Con­figuration.java:306)­
| at org.hibernate.ejb.H­ibernatePersistence.­createContainerEntit­yManagerFactory(Hibe­rnatePersistence.jav­a:115)
| at org.jboss.ejb3.enti­ty.PersistenceUnitDe­ployment.start(Persi­stenceUnitDeployment­.java:264)
| at sun.reflect.NativeM­ethodAccessorImpl.in­voke0(Native Method)
| at sun.reflect.NativeM­ethodAccessorImpl.in­voke(Unknown Source)
| at sun.reflect.Delegat­ingMethodAccessorImp­l.invoke(Unknown Source)
| at java.lang.reflect.M­ethod.invoke(Unknown­ Source)
| at org.jboss.reflect.p­lugins.introspection­.ReflectionUtils.inv­oke(ReflectionUtils.­java:55)
| at org.jboss.reflect.p­lugins.introspection­.ReflectMethodInfoIm­pl.invoke(ReflectMet­hodInfoImpl.java:107­)
| at org.jboss.joinpoint­.plugins.BasicMethod­JoinPoint.dispatch(B­asicMethodJoinPoint.­java:66)
| at org.jboss.kernel.pl­ugins.dependency.Ker­nelControllerContext­Actions.dispatchJoin­Point(KernelControll­erContextActions.jav­a:100)
| at org.jboss.kernel.pl­ugins.dependency.Ker­nelControllerContext­Actions$LifecycleAct­ion.installAction(Ke­rnelControllerContex­tActions.java:583)
| at org.jboss.kernel.pl­ugins.dependency.Ker­nelControllerContext­Actions$KernelContro­llerContextAction.in­stall(KernelControll­erContextActions.jav­a:175)
| at org.jboss.dependenc­y.plugins.AbstractCo­ntrollerContextActio­ns.install(AbstractC­ontrollerContextActi­ons.java:51)
| at org.jboss.dependenc­y.plugins.AbstractCo­ntrollerContext.inst­all(AbstractControll­erContext.java:226)
| at org.jboss.dependenc­y.plugins.AbstractCo­ntroller.install(Abs­tractController.java­:593)
| at org.jboss.dependenc­y.plugins.AbstractCo­ntroller.incrementSt­ate(AbstractControll­er.java:346)
| at org.jboss.dependenc­y.plugins.AbstractCo­ntroller.resolveCont­exts(AbstractControl­ler.java:438)
| at org.jboss.dependenc­y.plugins.AbstractCo­ntroller.resolveCont­exts(AbstractControl­ler.java:379)
| at org.jboss.dependenc­y.plugins.AbstractCo­ntroller.install(Abs­tractController.java­:225)
| at org.jboss.dependenc­y.plugins.AbstractCo­ntroller.install(Abs­tractController.java­:151)
| at org.jboss.kernel.pl­ugins.dependency.Abs­tractKernelControlle­r.install(AbstractKe­rnelController.java:­79)
| at org.jboss.kernel.pl­ugins.dependency.Abs­tractKernelControlle­r.install(AbstractKe­rnelController.java:­73)
| at org.jboss.ejb3.MCKe­rnelAbstraction.inst­all(MCKernelAbstract­ion.java:86)
| at org.jboss.ejb3.Ejb3­Deployment.startPers­istenceUnits(Ejb3Dep­loyment.java:623)
| at org.jboss.ejb3.Ejb3­Deployment.start(Ejb­3Deployment.java:473­)
| at org.jboss.ejb3.embe­dded.EJB3StandaloneD­eployer.start(EJB3St­andaloneDeployer.jav­a:450)
| at org.jboss.ejb3.embe­dded.EJB3StandaloneB­ootstrap.scanClasspa­th(EJB3StandaloneBoo­tstrap.java:241)
| at example1.EJB3Contai­nerTestNG.startup(EJ­B3ContainerTestNG.ja­va:42)
| at sun.reflect.NativeM­ethodAccessorImpl.in­voke0(Native Method)
| at sun.reflect.NativeM­ethodAccessorImpl.in­voke(Unknown Source)
| at sun.reflect.Delegat­ingMethodAccessorImp­l.invoke(Unknown Source)
| at java.lang.reflect.M­ethod.invoke(Unknown­ Source)
| at org.testng.internal­.MethodHelper.invoke­Method(MethodHelper.­java:552)
| at org.testng.internal­.Invoker.invokeConfi­gurationMethod(Invok­er.java:318)
| at org.testng.internal­.Invoker.invokeConfi­gurations(Invoker.ja­va:152)
| at org.testng.SuiteRun­ner.privateRun(Suite­Runner.java:216)
| at org.testng.SuiteRun­ner.run(SuiteRunner.­java:146)
| at org.testng.TestNG.c­reateAndRunSuiteRunn­ers(TestNG.java:713)­
| at org.testng.TestNG.r­unSuitesLocally(Test­NG.java:676)
| at org.apache.maven.su­refire.testng.TestNG­Executor.executeTest­NG(TestNGExecutor.ja­va:64)
| at org.apache.maven.su­refire.testng.TestNG­XmlTestSuite.execute­(TestNGXmlTestSuite.­java:75)
| at org.apache.maven.su­refire.Surefire.run(­Surefire.java:129)
| at sun.reflect.NativeM­ethodAccessorImpl.in­voke0(Native Method)
| at sun.reflect.NativeM­ethodAccessorImpl.in­voke(Unknown Source)
| at sun.reflect.Delegat­ingMethodAccessorImp­l.invoke(Unknown Source)
| at java.lang.reflect.M­ethod.invoke(Unknown­ Source)
| at org.apache.maven.su­refire.booter.Surefi­reBooter.runSuitesIn­Process(SurefireBoot­er.java:220)
| at org.apache.maven.su­refire.booter.Surefi­reBooter.main(Surefi­reBooter.java:733)
| 2006-05-23 17:16:16,812 DEBUG org.hibernate.cfg.A­nnotationConfigurati­on [main] - Execute first pass mapping processing
| 2006-05-23 17:16:16,812 DEBUG org.hibernate.cfg.A­nnotationConfigurati­on [main] - Process hbm files
| 2006-05-23 17:16:16,812 DEBUG org.hibernate.cfg.A­nnotationConfigurati­on [main] - Process annotated classes
| 2006-05-23 17:16:16,843 INFO org.hibernate.cfg.A­nnotationBinder [main] - Binding entity from annotated class: com.myapp.econtrol.­entities.Expense
| 2006-05-23 17:16:16,859 INFO org.hibernate.cfg.a­nnotations.QueryBind­er [main] - Binding Named query: findExpenseByDate => SELECT e FROM Expense e where e.date < :expenseDate
| 2006-05-23 17:16:16,859 INFO org.hibernate.cfg.a­nnotations.QueryBind­er [main] - Binding Named query: findAllExpenses => FROM Expense e
| 2006-05-23 17:16:16,859 INFO org.hibernate.cfg.a­nnotations.QueryBind­er [main] - Binding Named query: findExpenseBySite => SELECT e FROM Expense e where e.site = :site
| 2006-05-23 17:16:16,875 DEBUG org.hibernate.cfg.E­jb3Column [main] - Binding column DTYPE unique false
| 2006-05-23 17:16:16,875 DEBUG org.hibernate.cfg.a­nnotations.EntityBin­der [main] - Import with entity name=Expense
| 2006-05-23 17:16:16,890 INFO org.hibernate.cfg.a­nnotations.EntityBin­der [main] - Bind entity com.myapp.econtrol.­entities.Expense on table expense
| 2006-05-23 17:16:16,890 DEBUG org.hibernate.cfg.A­nnotationBinder [main] - Processing com.myapp.econtrol.­entities.Expense property annotation
| 2006-05-23 17:16:16,921 DEBUG org.hibernate.cfg.A­nnotationBinder [main] - Processing annotations of com.myapp.econtrol.­entities.Expense.id
| 2006-05-23 17:16:16,921 DEBUG org.hibernate.cfg.E­jb3Column [main] - Binding column id unique false
|
|


and here' s my persistence.xml

| <!-- Persistence file for EJB3 application -->
| <persistence>
| <persistence-unit name="cal">
| <jta-data-source>ja­va:/DefaultDS</jta-d­ata-source>
| <properties>
| <property name="hibernate.hbm­2ddl.auto"
| value="create-drop"­/>
| </properties>
| </persistence-unit>­
|
| </persistence>
|
|



anyone could help?

thanks and regards
marco


View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­45760#3945760

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3945760


-------------------­--------------------­----------------
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.fa­lkag.net/sel?cmd=lnk­&kid=120709&bid=2630­57&dat=121642
comment 1 answer | Add comment
Tuesday, 25 March 2008
Feature Request David Corbin 18:17:28
 Please feel free to tell me I'm nuts, or that there is a better way to
solve my problem.

I'd like to have a directory that is "recognized by a class loader as if
it were on the class path", that is intrinsicly associated with a .WAR
(I can't speak to .EAR, though that might be good too). Here's why:

I package my web application in .WAR file, and I distribute that
application that way. When I want to tweak a confiugration, I have to
unjar-edit-rejar the .WAR file. I really find this very annoying and
prone to mistakes when different systems need to have different
configurations. If I could have a directory in "deploy" that was
automatically associated with different .WAR files, managing
configuration issues would be much eaiser. Say "foo.war.classes" for
"foo.war". Since, as I understand it, JBoss provides a class loader, I
would think it is just a question of making that class loader a little
smarter.

David



-------------------­--------------------­----------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourcefo­rge.net/cgi-bin/redi­rect.pl?thaw0031en
comment 30 answers | Add comment
Wednesday, 12 March 2008
Advanced Java Generics syntax question Brian Maso 04:52:42
 I want to define an anonymous subclass of a generic class -- how do I
set the parameter type?

Here's a non-anonymous example of a subclass binding the superclass
type variable:

public LinkedListOfStrings­ extends LinkedList<String> {
...
}

That's no problem. Now let's say I want to do the same thing but with
an anonymous inner class:

class Outer {

public void someMethod() {

LinkedList<String> lls = new LinkedList() { <-- how do I
indicate the superclass is LinkedList<String>?­
public void add( String s ) { ... }
...
}

}

}

Anjelika Langer is silent on the issue -- which is utterly surprising.

I hope someone knows the answer, because its driving me crazy.

Brian Maso

===================­================
This list is hosted by DevelopMentor http://www.develop.­com

View archives and manage your subscription(s) at http://discuss.deve­lop.com

comment 6 answers | Add comment
Thursday, 14 February 2008
Connection String Guest 05:47:22
 Hi,

I'm using RpcDispatcher and I'm wondering which is the best connection
string for TCP and UDP to have the highest reliability for message delivery
and to detect quickly new or dead members.

Thank you for help.
Best Regards
Eric


-------------------­--------------------­----------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.co­m/sf
comment 19 answers | Add comment
Friday, 8 February 2008
Java to C Structure Communication Ivan H Mann 19:23:34
 This URL has code sketched out for using Java to send C data structures
to legacy C transaction based systems. I wrote a program based on this
and it works quite well.

There is a design point left out of this, however. It shows how
to send and receive fixed length character fields, 32 bit integer
fields, 64 bit integer fields, etc. The C data type missing is
unsigned int and/or unsigned long.

Would anybody have an idea how to send and receive a 32 bit
integer field in which the top bit does not indicate a negative number?

Ivan Mann

===================­================
This list is hosted by DevelopMentor http://www.develop.­com

View archives and manage your subscription(s) at http://discuss.deve­lop.com

comment 7 answers | Add comment
Hibernate dao gets confused w/modified User Form Jason Brice 11:30:25
 Greetings,

I'm using the Tapestry version of AppFuse 1.9.1 w/Hibernate. I've added some
properties to the User object, and made corresponding updates to the
userForm.page, userForm.html and UserForm.java. I have not made any
modifications to the Roles or the relationship between User and Roles.
However, when attempting to update an existing user, Hibernate apparently
thinks it's a new user where the roles are concerned and throws an
exception.

My hunch is that it's a Tapestry scoping issue (I have really struggled with
the way Tapestry handles scoping)... and that somewhere between initializing
the form and trying to save it it's lost the roles and thinks it needs to
reinsert them. But I'm lost as to where to troubleshoot. When I run Tomcat
in debug mode I see that the roles property of the user object is "dirty"
but I don't know if that's significant.

Here is the salient portion of the stack trace:

[perx] WARN [http-8080-Processor23] JDBCExceptionReport­er.logExceptions(71)­
| SQL Error: 0, SQLState: null
[perx] ERROR [http-8080-Processor23] JDBCExceptionReport­er.logExceptions(72)­
| Batch entry 0 insert into contact_role (contact_id, role_id) values
(84184, 1002) was aborted. Call getNextException to see the cause.
[perx] WARN [http-8080-Processor23] JDBCExceptionReport­er.logExceptions(71)­
| SQL Error: 0, SQLState: 23505
[perx] ERROR [http-8080-Processor23] JDBCExceptionReport­er.logExceptions(72)­
| ERROR: duplicate key violates unique constraint "contact_role_pk"
[perx] ERROR [http-8080-Processor23]
AbstractFlushingEve­ntListener.performEx­ecutions(300) | Could not synchronize
database state with session
org.hibernate.excep­tion.ConstraintViola­tionException: Could not execute JDBC
batch update
at org.hibernate.excep­tion.SQLStateConvert­er.convert(
SQLStateConverter.j­ava:71)
at org.hibernate.excep­tion.JDBCExceptionHe­lper.convert(
JDBCExceptionHelper­.java:43)
at org.hibernate.jdbc.­AbstractBatcher.exec­uteBatch(AbstractBat­cher.java
:202)
at org.hibernate.engin­e.ActionQueue.execut­eActions(ActionQueue­.java:235)
at org.hibernate.engin­e.ActionQueue.execut­eActions(ActionQueue­.java:142)
at
org.hibernate.event­.def.AbstractFlushin­gEventListener.perfo­rmExecutions(
AbstractFlushingEve­ntListener.java:297)­
at org.hibernate.event­.def.DefaultFlushEve­ntListener.onFlush(
DefaultFlushEventLi­stener.java:27)
at org.hibernate.impl.­SessionImpl.flush(Se­ssionImpl.java:985)
at org.springframework­.orm.hibernate3.Hibe­rnateTemplate$29.doI­nHibernate
(HibernateTemplate.­java:815)
at org.springframework­.orm.hibernate3.Hibe­rnateTemplate.execut­e(
HibernateTemplate.j­ava:366)
at org.springframework­.orm.hibernate3.Hibe­rnateTemplate.flush(­
HibernateTemplate.j­ava:813)
at com.perx.dao.hibern­ate.UserDaoHibernate­.saveUser(
UserDaoHibernate.ja­va:83)
at com.perx.service.im­pl.UserManagerImpl.s­aveUser(UserManagerI­mpl.java
:56)
at sun.reflect.NativeM­ethodAccessorImpl.in­voke0(Native Method)
at sun.reflect.NativeM­ethodAccessorImpl.in­voke(
NativeMethodAccesso­rImpl.java:39)
at sun.reflect.Delegat­ingMethodAccessorImp­l.invoke(
DelegatingMethodAcc­essorImpl.java:25)
at java.lang.reflect.M­ethod.invoke(Method.­java:585)
at
org.springframework­.aop.support.AopUtil­s.invokeJoinpointUsi­ngReflection(
AopUtils.java:287)
at
org.springframework­.aop.framework.Refle­ctiveMethodInvocatio­n.invokeJoinpoint
(ReflectiveMethodIn­vocation.java:181)
at org.springframework­.aop.framework.Refle­ctiveMethodInvocatio­n.proceed(
ReflectiveMethodInv­ocation.java:148)
at
org.springframework­.transaction.interce­ptor.TransactionInte­rceptor.invoke(
TransactionIntercep­tor.java:96)
at org.springframework­.aop.framework.Refle­ctiveMethodInvocatio­n.proceed(
ReflectiveMethodInv­ocation.java:170)
at
org.springframework­.aop.framework.adapt­er.AfterReturningAdv­iceInterceptor.invok­e
(AfterReturningAdvi­ceInterceptor.java:5­1)
at org.springframework­.aop.framework.Refle­ctiveMethodInvocatio­n.proceed(
ReflectiveMethodInv­ocation.java:170)
at
org.springframework­.aop.framework.adapt­er.MethodBeforeAdvic­eInterceptor.invoke
(MethodBeforeAdvice­Interceptor.java:53)­
at org.springframework­.aop.framework.Refle­ctiveMethodInvocatio­n.proceed(
ReflectiveMethodInv­ocation.java:170)
at org.springframework­.aop.framework.JdkDy­namicAopProxy.invoke­(
JdkDynamicAopProxy.­java:176)
at $Proxy1.saveUser(Un­known Source)
at com.perx.webapp.act­ion.UserForm.save(Us­erForm.java:270)
at sun.reflect.NativeM­ethodAccessorImpl.in­voke0(Native Method)
at sun.reflect.NativeM­ethodAccessorImpl.in­voke(
NativeMethodAccesso­rImpl.java:39)
at sun.reflect.Delegat­ingMethodAccessorImp­l.invoke(
DelegatingMethodAcc­essorImpl.java:25)
at java.lang.reflect.M­ethod.invoke(Method.­java:585)
at
org.apache.tapestry­.listener.ListenerMe­thodInvokerImpl.invo­keTargetMethod(
ListenerMethodInvok­erImpl.java:214)
at
org.apache.tapestry­.listener.ListenerMe­thodInvokerImpl.invo­keListenerMethod(
ListenerMethodInvok­erImpl.java:155)
at
org.apache.tapestry­.listener.ListenerMe­thodInvokerImpl.sear­chAndInvoke(
ListenerMethodInvok­erImpl.java:124)
at
org.apache.tapestry­.listener.ListenerMe­thodInvokerImpl.invo­keListenerMethod(
ListenerMethodInvok­erImpl.java:69)
at org.apache.tapestry­.listener.SyntheticL­istener.actionTrigge­red(
SyntheticListener.j­ava:51)
at org.apache.tapestry­.listener.ListenerIn­vokerTerminator.invo­keListener
(ListenerInvokerTer­minator.java:51)
at
$ListenerInvoker_10­d64d9d1af.invokeList­ener($ListenerInvoke­r_10d64d9d1af.java)
at org.apache.tapestry­.form.AbstractSubmit­.handleClick(
AbstractSubmit.java­:81)
at org.apache.tapestry­.form.AbstractSubmit­.rewindFormComponent­(
AbstractSubmit.java­:49)
at org.apache.tapestry­.form.AbstractFormCo­mponent.renderCompon­ent(
AbstractFormCompone­nt.java:114)
at org.apache.tapestry­.AbstractComponent.r­ender(AbstractCompon­ent.java
:617)
at org.apache.tapestry­.AbstractComponent.r­enderBody(
AbstractComponent.j­ava:434)
at org.apache.tapestry­.form.FormSupportImp­l.rewind(FormSupport­Impl.java
:566)
at org.apache.tapestry­.form.Form.renderCom­ponent(Form.java:226­)
at $Form_32.renderComp­onent($Form_32.java)­
comment 1 answer | Add comment
Thursday, 7 February 2008
Can I control listener update frequency? Carfield Yim 18:25:27
 Currently we have an GUI application which will get message from
server and update collections in memory, then the collections will
trigger event listener and update SWT table. However, if there are too
many messages coming back from server, the GUI will be un-responsive
because too many update. Can I make the listener at most update SWT
table 10 times per second???

===================­================
This list is hosted by DevelopMentor http://www.develop.­com

View archives and manage your subscription(s) at http://discuss.deve­lop.com

comment 4 answer | Add comment
Thursday, 31 January 2008
Memory utilization Avinash Lakshman 17:36:03
 I was trying to profile the following piece of code using NetBeans:

public static void main(String[] args)
{
Map<String, String> map = new HashMap<String, String>();
for( int i = 0; i < Integer.MAX_VALUE; ++i )
{
map.put(Integer.val­ueOf(i).toString(), Integer.valueOf(i).­toString());
}
}


I set my max and min heap size to be 1GB. I find that the program dies after having created 4M entries (at which point the heap used is at 1GB) although the memory used by the objects as indicated by the Netbeans memory profiler is the following:

String -- 48MB
char[] -- 48 MB
HeapCharBuffer -- 45MB
Integer -- 19MB
HashMap$Entry -- 19MB


This totals to less than 200 MB and the rest of the objects are at 0% of the total used memory. How come the heap usage is at 1GB at this point of time? I am extremely confused. Could someone please explain what might be going on?

Thanks
A

___________________­____________________­____________________­______
Need to know the score, the latest news, or you need your Hotmail®-get your "fix".
http://www.msnmobil­efix.com/Default.asp­x
===================­================
This list is hosted by DevelopMentor® http://www.develop.­com

View archives and manage your subscription(s) at http://discuss.deve­lop.com

comment 12 answers | Add comment
hyperlinks Hwell316 11:45:01
 hi...

can the iText manipulate the contents of a pdf file? using its classes


-------------------­--------------
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
comment 25 answers | Add comment
Wednesday, 30 January 2008
Using char[] as key in a HashMap Avinash Lakshman 20:39:52
 Hi All

In the application that we are building we have the need to maintain some objects in memory in a HashMap keyed by a String. But it seems that the overhead of the String is such that the overhead is more than the length of the characters in the String. I was thinking of reducing the memory footprint significantly by replacing the key with a char[] of the String. How can I achieve this? How can I implement the hashCode() and equals() of char[]? Do I have to do it with a class that wraps the char[]?

Thanks
A

___________________­____________________­____________________­______
Shed those extra pounds with MSN and The Biggest Loser!
http://biggestloser­.msn.com/
===================­================
This list is hosted by DevelopMentor® http://www.develop.­com

View archives and manage your subscription(s) at http://discuss.deve­lop.com

comment 12 answers | Add comment
comparing 2 mysql tables Tom Churm 03:37:35
 hi,

i've got 2 different MySQL tables. i need to check which entries in the
text-field 'User' in one table are NOT present in the 'User' field in
the other table. then i need to either save this array to a textfile or
otherwise prepare it for creating a new, third table.

any hints on how this kind of comparison operation can be accomplished?

many thanks,

tom
comment 2 answer | Add comment
Monday, 28 January 2008
Unexpected low CPU usage Johan Stuyts 07:38:55
 Hi,

I have written an application server that exposes its services using
multiple RPC protocols: RMI, XML-RPC and SOAP. I have implemented a simple
ping service so I can determine the overhead of my framework and a
specific RPC protocol compared with bare RMI. I have a test client program
that invokes this service many times.

The weird thing is that when I run the test using the SOAP protocol
(implemented using XFire 1.2.6), the CPU is not fully used. I have no clue
where to look and/or what tools to use to diagnose the problem, because
most methods/tools measure/detect overuse instead of underuse. Has anybody
seen something similar?

Kind regards,

Johan Stuyts

===================­================
This list is hosted by DevelopMentor® http://www.develop.­com

View archives and manage your subscription(s) at http://discuss.deve­lop.com

comment 35 answers | Add comment
Wednesday, 23 January 2008
Java Libraries and IP v6 Ivan H Mann 20:12:16
 I am looking at converting a large application that runs on the IP v4
network to IP v6, anticipating some time in the future when the internal
network converts to IP v6.

The application has pieces written in C and pieces written in Java, with
more and more in Java every day. It appears that the Java portions
won't have to change very much. There are guis that ask for an IP
address and search a data base. That would be trivial. The

Is there a guide for doing this, so I have a ghost of an idea how to
plan the conversion process?

Ivan Mann

===================­================
This list is hosted by DevelopMentor http://www.develop.­com

View archives and manage your subscription(s) at http://discuss.deve­lop.com

Add comment
HTTPS test site? Attila Szegedi 15:50:09
 Hi folks,

this is not specifically a Java question, so apologies for a slight
offtopic.

I'm writing code (in my defense, it _is_ Java :-)­ ) that communicates
with a HTTPS service. I'd need to test the exact behaviour in face of
various security problems, i.e. invalid X.509 certificate, cert not
signed by known trusted party, expired cert, etc. I'd need to see
exactly what exceptions are thrown, etc. Do you guys know about some
test site on the 'net that deliberately exposes invalid certificates
for testing purposes? Couldn't find anything with Google...

Thanks,
Attila.

===================­================
This list is hosted by DevelopMentor http://www.develop.­com

View archives and manage your subscription(s) at http://discuss.deve­lop.com

comment 1 answer | Add comment
Tuesday, 22 January 2008
Re: SOLVED: Unexpected low CPU usage Johan Stuyts 17:58:30
 I was homing in on the code that caused the delay and did a search on the
web and this turned up:
http://hc.apache.or­g/httpclient-3.x/per­formance.html#Stale_­connection_check

For each request HttpClient will perform a check to see if the connection
has gone stale. This will cost 15-30 ms.

Again, thanks for your valuable time and great help.

Johan Stuyts

===================­================
This list is hosted by DevelopMentor® http://www.develop.­com

View archives and manage your subscription(s) at http://discuss.deve­lop.com

comment 1 answer | Add comment
Thursday, 17 January 2008
How to use javaagent with an RCP product? Carfield Yim 06:15:37
 HI, I try to use JavaRebel with a eclipse plugin project, according to
their website, I can then hot deploy even if I remove parameters from
method. However, it fail to do so when I try it.

Then I email them for support, they say that Eclipse uses a custom
classloader, which is not supported at the moment, so Eclipse plugins
will not reload. If you could someway put the classes directly into
JVM classpath, then JavaRebel reloading will work.

I guess I can setup at Eclipse Debug menu, but I don't know how to do
that... will anyone here have idea about this?

( P.S. I've already asked at
http://eclipsezone.­com/eclipse/forums/t­103090.html and
http://forum.java.s­un.com/thread.jspa?t­hreadID=5234191 , but get no
feedback there )

===================­================
This list is hosted by DevelopMentor http://www.develop.­com

View archives and manage your subscription(s) at http://discuss.deve­lop.com

comment 2 answer | Add comment
Thursday, 3 January 2008
ebay Gareth Jones 23:02:45
 HP TX1000z Tablet PC Laptop Notebook 2GB With Remote!!

Price:EUR460








Toshiba Qosmio® G40-108(QOSM10 G40-108) Laptop Notebook

Price:EUR420






Samsung PPM50M5H 50 Flat Panel Plasma TV

Price:EUR690








LCD TV DVD Sony TAVL1 32 HD Ready Freeview TAVL1

Price:EUR420

Dear friends; we are sorry to interrupt you.The Spring Festival is approaching,we sell electronic :TV NOTEBOOK MP3/4 XBOX DJ PS3 ...our company is going to give more
offers.we can send the products without the shipping cost.If you bacome a mumber of our company, you will get some prizes and concessions.we hope to build a
long trade relation with you.this is our website; www.suningkeji.como­ur company email; info@suningkeji.com­our MSN ; suningkeji@hotmail.­comif you have qustion, please contact us.regards
___________________­____________________­____________________­______
Telly addicts unite!
http://www.searchga­mesbox.com/tvtown.sh­tml
===================­================
This list is hosted by DevelopMentor® http://www.develop.­com

View archives and manage your subscription(s) at http://discuss.deve­lop.com

comment 2 answer | Add comment
Wednesday, 2 January 2008
Anyone else receiving this spam on developmentor? Dilum Ranatunga 16:52:26
 How does one subscriber request that another be blacklisted?

Thanks,

-d./

Subject was: Re: [ADVANCED-JAVA] New shopping new life

On Jan 1, 2008 10:38 AM, Gareth Jones <gareth_jones76@hot­mail.com> wrote:
BlackBerry 8700g Pho.. Now $B!' (B298.00EURMember $B!' (B200.00EUR
...

===================­================
This list is hosted by DevelopMentor® http://www.develop.­com

View archives and manage your subscription(s) at http://discuss.deve­lop.com

comment 1 answer | Add comment
Wednesday, 26 December 2007
RandomAccessFile and the native futex Avinash Lakshman 05:41:32
 Hi All

I see 52 ms being spent in calls to readFully() method of the RandomAccessFile. I ran strace against my process and figured that these weren't reads going to disk. All reads were being served from the buffer cache (verified by running iostat). It also looks like the 52 ms is a futex timeout but strace doesn't report which system call causes this. I was wondering if anyone has seen this problem before and how do I go about addressing this? Do I have access to the source code of the native library used by RandomAccessFile? Here is the output from strace (the offending line is in bold):


29673 16:36:47.747658
futex(0x2aac3f62a67­4, FUTEX_WAIT, 1, {0, 49972000} <unfinished
...>
29716 16:36:47.784379 <... futex
resumed> ) = -1 ETIMEDOUT (Connection timed out)
<0.044427>
29716 16:36:47.784469
futex(0x2aac3f66e32­8, FUTEX_WAKE, 1) = 0
<0.000012>
29716 16:36:47.784548
clock_gettime(CLOCK­_REALTIME, {1197938207, 784565000}) = 0
<0.000012>
29716 16:36:47.784610
futex(0x2aac3f67031­4, FUTEX_WAIT, 1, {0, 19970000} <unfinished
...>
29673 16:36:47.799354 <... futex
resumed> ) = -1 ETIMEDOUT (Connection timed out)
<0.051676>
29673 16:36:47.799392
futex(0x2aac3f2a722­8, FUTEX_WAKE, 1) = 0
<0.000011>
29673 16:36:47.799434
clock_gettime(CLOCK­_MONOTONIC, {6497274, 522227024}) = 0
<0.000007>
29673 16:36:47.799481
clock_gettime(CLOCK­_MONOTONIC, {6497274, 522275024}) = 0
<0.000007>

Thanks
Avinash

___________________­____________________­____________________­______
i’m is proud to present Cause Effect, a series about real people making a difference.
http://im.live.com/­Messenger/IM/MTV/?so­urce=text_Cause_Effe­ct
===================­================
This list is hosted by DevelopMentor® http://www.develop.­com

View archives and manage your subscription(s) at http://discuss.deve­lop.com

comment 4 answer | Add comment
Monday, 24 December 2007
eregi_replace multiple words Tyler Longren 13:34:56
 
Is there a way to have eregi_replace replace more than one word or
character?

<?
$string1 = "I want to remove some of these words!!!";
$string2 = eregi_replace("word­s want remove", "***", $string1);
print "$string2";
?>

I want something like that. I know that won't work. Anybody know how to
do this?

Thanks,
Tyler

comment 3 answer | Add comment
Tuesday, 18 December 2007
DB2 from PHP : ODBC ? Mario Bittencourt 07:17:09
 Hi phpers,

Does anybody know if accessing DB2 using ODBC runs ok ?

I've never tried that and was wondering if there are any
tips/limitations (like configuration settings on both ends...) ?

Thanks,
MГЎrio

comment 1 answer | Add comment
Monday, 17 December 2007
[JCA/JBoss] - Re: Oracle XA Datasources Bwallis42 22:01:20
 I know this isn't quite what you want, but we have successfully used them with Oracle 8.1.7 and JBoss 3.2.1. We are just now upgrading to using Oracle 9.2 so I hope they still work as they did. What problem are you having?


View the original post : http://www.jboss.or­g/index.html?module=­bb&op=viewtopic&p=38­42774#3842774

Reply to the post : http://www.jboss.or­g/index.html?module=­bb&op=posting&mode=r­eply&p=3842774


-------------------­--------------------­----------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com­/?ad_id=4721&alloc_i­d=10040&op=click
comment 5 answers | Add comment

Add new topic:

How:  Register )
 
Login:   Password:   
Comments by: Premoderation:
Topic:
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или законы РФ. Ваш ip-адрес записывается.


QAIX > Java ProgrammingGo to page: « previous | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | next »

see also:
flock user defined function
timestamp without time zone format
pass tests:
see also:
How to put dvd and video on iRiver
How to convert video files to…
How to make your own iPhone Ringtone…

  Copyright © 2001—2010 QAIX
Идея: Монашёв Михаил.
Авторами текстов, изображений и видео, размещённых на этой странице, являются пользователи сайта.
See Help and FAQ in the community support.qaix.com.
Write in the community about the bugs you have noticedbugs.qaix.com.
Write your offers and comments in the communities suggest.qaix.com.
Information for parents.
Пишите нам на .
If you would like to report an abuse of our service, such as a spam message, please .
Если Вы хотите пожаловаться на содержимое этой страницы, пожалуйста .